
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

    .abm-page-wrap,
    .abm-page-wrap * {
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif !important;
    }

    .abm-page-wrap {
      position: relative;
      width: 100%;
      padding: 70px 20px;
      background:
        radial-gradient(circle at top left, rgba(79, 172, 254, 0.18) 0%, transparent 32%),
        radial-gradient(circle at bottom right, rgba(0, 119, 255, 0.14) 0%, transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
      overflow: hidden;
    }

    .abm-page-wrap::before,
    .abm-page-wrap::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(70px);
      pointer-events: none;
      z-index: 0;
    }

    .abm-page-wrap::before {
      width: 260px;
      height: 260px;
      top: -70px;
      left: -60px;
      background: rgba(0, 136, 255, 0.12);
    }

    .abm-page-wrap::after {
      width: 280px;
      height: 280px;
      bottom: -90px;
      right: -70px;
      background: rgba(98, 194, 255, 0.14);
    }

    .abm-container {
      position: relative;
      z-index: 2;
      max-width: 1320px;
      margin: 0 auto;
    }

    .abm-glass-card {
      background: rgba(255, 255, 255, 0.55);
      border: 1px solid rgba(255, 255, 255, 0.62);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-radius: 28px;
      box-shadow:
        0 20px 60px rgba(17, 53, 102, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.65);
      overflow: hidden;
    }

    .abm-service-card {
      padding: 50px 38px;
    }

    .abm-service-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 34px;
      align-items: start;
    }

    .abm-eyebrow {
      display: inline-block;
      margin-bottom: 14px;
      padding: 9px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.72);
      border: 1px solid rgba(120, 190, 255, 0.30);
      color: #1260c9;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      box-shadow: 0 8px 22px rgba(18, 96, 201, 0.08);
    }

    .abm-heading {
      margin: 0 0 16px;
      font-size: clamp(2rem, 4vw, 3.35rem);
      line-height: 1.08;
      font-weight: 800;
      color: #0c1f3f;
      letter-spacing: -0.02em;
    }

    .abm-accent {
      background: linear-gradient(90deg, #147bff, #58c2ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .abm-lead {
      margin: 0 0 16px;
      font-size: 16px;
      line-height: 1.9;
      color: #38506f;
    }

    .abm-lead strong {
      color: #0d2b57;
    }

    .abm-lead a,
    .abm-side-panel a,
    .abm-blade-card a {
      color: #147bff !important;
      text-decoration: none !important;
    }

    .abm-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 26px;
    }

    .abm-point {
      background: rgba(255,255,255,0.50);
      border-radius: 18px;
      padding: 18px;
      border: 1px solid rgba(125, 190, 255, 0.22);
      box-shadow: 0 10px 24px rgba(20, 73, 146, 0.06);
    }

    .abm-point h3 {
      margin: 0 0 8px;
      color: #0d2b57;
      font-size: 17px;
      line-height: 1.3;
      font-weight: 700;
    }

    .abm-point p {
      margin: 0;
      font-size: 14px;
      line-height: 1.8;
      color: #47617f;
    }

    .abm-form-wrap {
      margin-top: 30px;
      padding: 20px;
      border-radius: 22px;
      background: rgba(255,255,255,0.60);
      border: 1px solid rgba(123, 188, 255, 0.24);
      box-shadow: 0 12px 28px rgba(18, 72, 138, 0.07);
    }

    .abm-form-wrap iframe {
      width: 100%;
      height: 800px;
      border: none;
      border-radius: 16px;
      display: block;
      background: #fff;
    }

    .abm-side-panel {
      display: flex;
      flex-direction: column;
      gap: 20px;
      background: rgba(255,255,255,0.46);
      border-radius: 24px;
      padding: 24px;
      border: 1px solid rgba(123, 188, 255, 0.24);
      box-shadow: 0 14px 30px rgba(18, 72, 138, 0.07);
    }

    .abm-side-panel h3 {
      margin: 0 0 12px;
      color: #0c1f3f;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.2;
    }

    .abm-side-panel p {
      margin: 0 0 18px;
      color: #47617f;
      font-size: 14px;
      line-height: 1.8;
    }

    .abm-link-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: grid;
      gap: 12px;
    }

    .abm-link-list li a {
      display: block;
      padding: 15px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.70);
      text-decoration: none !important;
      color: #0f2d59 !important;
      font-weight: 600;
      font-size: 15px;
      border: 1px solid rgba(123, 188, 255, 0.20);
      box-shadow: 0 10px 22px rgba(20, 73, 146, 0.06);
      transition: all 0.25s ease;
    }

    .abm-link-list li a:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.90);
    }

    .abm-blade-card {
      background: rgba(255,255,255,0.62);
      border: 1px solid rgba(123, 188, 255, 0.22);
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(18, 72, 138, 0.06);
    }

    .abm-blade-image {
      width: 100%;
      height: 220px;
      object-fit: cover;
      display: block;
    }

    .abm-blade-content {
      padding: 20px 18px 22px;
    }

    .abm-blade-badge {
      display: inline-block;
      margin-bottom: 12px;
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(255,255,255,0.75);
      border: 1px solid rgba(120, 190, 255, 0.28);
      color: #1260c9;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .abm-blade-title {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.2;
      font-weight: 800;
      color: #0c1f3f;
    }

    .abm-blade-text {
      margin: 0 0 14px;
      color: #46627f;
      font-size: 14px;
      line-height: 1.9;
    }

    .abm-blade-highlight {
      margin-top: 4px;
      padding: 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.66);
      border: 1px solid rgba(123, 188, 255, 0.18);
      color: #3f5875;
      font-size: 14px;
      line-height: 1.85;
    }

    .abm-blade-highlight strong {
      color: #0d2b57;
    }

    @media (max-width: 980px) {
      .abm-service-grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767px) {
      .abm-page-wrap {
        padding: 44px 14px;
      }

      .abm-service-card {
        padding: 28px 20px;
      }

      .abm-points {
        grid-template-columns: 1fr;
      }

      .abm-heading {
        font-size: 2rem;
      }

      .abm-form-wrap {
        padding: 12px;
      }

      .abm-form-wrap iframe {
        height: 760px;
      }

      .abm-blade-image {
        height: 200px;
      }

      .abm-blade-content {
        padding: 18px 16px 20px;
      }
    }
  