
      :root {
        --brand-navy: #0c1b2a;
        --brand-blue: #2c6bed;
        --brand-blue-soft: #eff5ff;
        --brand-gold: #f6b94c;
        --brand-dark: #0f172a;
        --brand-muted: #5d6b82;
        --brand-light: #f8fafc;
        --brand-card: rgba(255, 255, 255, 0.82);
        --brand-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
        --section-space: clamp(3rem, 5vw, 4.5rem);
        --content-space: clamp(1.5rem, 3vw, 2.5rem);
      }

      html {
        scroll-behavior: smooth;
        scroll-padding-top: 6rem;
      }

      body {
        font-family: 'Manrope', sans-serif;
        background: linear-gradient(180deg, #f4f8ff 0%, #edf3ff 40%, #f8fafc 100%);
        color: var(--brand-dark);
      }

      .navbar {
        background: rgba(12, 27, 42, 0.84) !important;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      }

      .brand-mark {
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        font-weight: 800;
        text-decoration: none;
      }

      .brand-symbol {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
      }

      .brand-wordmark {
        display: grid;
        gap: 0.3rem;
      }

      .brand-name {
        color: #fff;
        font-size: 1.55rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.055em;
      }

      .brand-descriptor {
        color: #b8cde6;
        font-size: 0.625rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: 0.22em;
        text-transform: uppercase;
      }

      .brand-mark:focus-visible {
        outline: 2px solid var(--brand-gold);
        outline-offset: 6px;
        border-radius: 4px;
      }

      .hero {
        position: relative;
        overflow: hidden;
        padding-top: 8.5rem;
        padding-bottom: var(--section-space);
        background:
          radial-gradient(circle at top left, rgba(44, 107, 237, 0.22), transparent 30%),
          radial-gradient(circle at bottom right, rgba(246, 185, 76, 0.18), transparent 34%),
          linear-gradient(180deg, #0c1b2a 0%, #113150 45%, #173b5b 100%);
        color: white;
      }

      .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
        background-size: 34px 34px;
        mask-image: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.8));
      }

      .hero .container {
        position: relative;
        z-index: 1;
      }

      .eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        padding: 0.5rem 0.9rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(255, 255, 255, 0.06);
        color: #dceaff;
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 700;
      }

      .hero h1 {
        font-size: clamp(2.7rem, 5vw, 5rem);
        line-height: 0.96;
        letter-spacing: -0.05em;
        font-weight: 800;
        margin-top: 1.2rem;
      }

      .hero h1 .gradient-text {
        background: linear-gradient(135deg, #d8ebff 0%, #7bb6ff 30%, #f6b94c 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      .hero p {
        max-width: 40rem;
        color: rgba(255, 255, 255, 0.8);
        font-size: 1.08rem;
        margin-bottom: 2rem;
      }

      .btn-primary {
        background: linear-gradient(135deg, #4e95ff, #2c6bed 70%) !important;
        border: none !important;
        box-shadow: 0 16px 32px rgba(44, 107, 237, 0.35);
      }

      .btn-primary:hover {
        background: linear-gradient(135deg, #67a4ff, #1d4ed8 70%) !important;
      }

      .btn-outline-light {
        border-width: 2px;
      }

      .hero-visual {
        position: relative;
        min-height: 520px;
      }

      .visual-card {
        position: absolute;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(10px);
        box-shadow: var(--brand-shadow);
      }

      .big-card {
        inset: 0 0 0 2.5rem;
        overflow: hidden;
      }

      .image-panel {
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(17,49,80,0.18), rgba(14,29,45,0.28)),
          url('../images/photo-1504307651254-35680f356dfd.jpg') center/cover no-repeat;
        border-radius: 24px;
      }

      .overlay-badge {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
        width: 250px;
        background: rgba(12, 27, 42, 0.8);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 20px;
        padding: 1rem 1.05rem;
      }

      .mini-card {
        z-index: 2;
        top: 2rem;
        left: 0;
        width: 180px;
        padding: 1rem;
        background: rgba(12, 27, 42, 0.94);
      }

      .hero .text-white-50,
      .hero .mini-card small {
        color: #dceaff !important;
      }

      .mini-card .number {
        font-size: 2rem;
        font-weight: 800;
        color: var(--brand-gold);
      }

      .mini-card small {
        color: rgba(255,255,255,0.75);
      }

      .section {
        padding: var(--section-space) 0;
      }

      .section-content {
        margin-top: calc(var(--content-space) - var(--bs-gutter-y));
      }

      .section .section-title {
        margin-bottom: 0;
      }

      .section-title {
        font-size: clamp(2rem, 3vw, 3rem);
        font-weight: 800;
        letter-spacing: -0.04em;
      }

      .section-subtitle {
        color: var(--brand-muted);
        margin-top: 0.9rem;
        margin-bottom: 0;
        font-size: 1.05rem;
      }

      .trust-strip {
        padding: var(--content-space) 0 0;
      }

      .logo-row {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 1rem;
        margin-top: 1.5rem;
      }

      .logo-chip {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 76px;
        border-radius: 18px;
        background: rgba(255,255,255,0.85);
        box-shadow: 0 18px 32px rgba(15, 23, 42, 0.08);
        border: 1px solid rgba(15, 23, 42, 0.04);
        color: rgba(15, 23, 42, 0.78);
        font-size: 0.84rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
        margin-top: 2.5rem;
      }

      .info-card {
        border: 1px solid rgba(44, 107, 237, 0.08);
        background: rgba(255,255,255,0.9);
        border-radius: 24px;
        padding: 2rem;
        height: 100%;
        box-shadow: 0 28px 44px rgba(15,23,42,0.06);
      }

      .benefits-list {
        display: grid;
        gap: 1rem;
        margin: var(--content-space) 0 0;
        padding: 0;
        list-style: none;
      }

      .benefit-card {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: clamp(0.85rem, 2vw, 1.25rem);
        padding: clamp(1rem, 2vw, 1.5rem);
        border: 1px solid #e2eaf5;
        border-radius: 20px;
        background: linear-gradient(120deg, #f5f9ff, #fff);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
      }

      .benefit-card .icon-wrap {
        width: 48px;
        height: 48px;
        margin: 0;
        border-radius: 14px;
        font-size: 1.35rem;
      }

      .benefit-card:nth-child(2) .icon-wrap {
        background: #e6f4ef;
        color: #246b52;
      }

      .benefit-card:nth-child(3) .icon-wrap {
        background: #fff2d9;
        color: #886014;
      }

      .benefit-card h3 {
        margin: 0 0 0.45rem;
        font-size: 1.1rem;
        line-height: 1.35;
        letter-spacing: -0.02em;
        font-weight: 800;
      }

      .benefit-card p {
        margin: 0;
        color: var(--brand-muted);
        font-size: 0.95rem;
        line-height: 1.65;
      }

      .icon-wrap {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: grid;
        place-items: center;
        background: linear-gradient(135deg, #edf4ff, #dfeeff);
        color: var(--brand-blue);
        margin-bottom: 1.25rem;
        font-size: 1.6rem;
      }

      .service-card {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        background: rgba(255,255,255,0.92);
        border: 1px solid rgba(15, 23, 42, 0.06);
        box-shadow: 0 24px 40px rgba(15, 23, 42, 0.06);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
      }

      .service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 32px 48px rgba(15, 23, 42, 0.12);
      }

      .service-card .thumb {
        height: 210px;
        background-size: cover;
        background-position: center;
      }

      .service-card .content {
        padding: 1.5rem;
      }

      .service-card h4 {
        margin-bottom: 0.65rem;
        font-weight: 800;
      }

      .service-card p {
        color: var(--brand-muted);
        margin-bottom: 0.9rem;
      }

      .service-card a {
        font-weight: 700;
        color: var(--brand-blue);
        text-decoration: none;
      }

      .stats-panel {
        background: linear-gradient(135deg, #0f172a, #123f64);
        border-radius: 32px;
        padding: 3rem;
        color: white;
        box-shadow: var(--brand-shadow);
      }

      .stat-item {
        text-align: center;
        padding: 1rem;
      }

      .stat-item .num {
        font-size: clamp(2rem, 3vw, 3rem);
        font-weight: 800;
        letter-spacing: -0.05em;
      }

      .process-step {
        position: relative;
        padding: 2rem 1.5rem;
        border-radius: 22px;
        background: rgba(255,255,255,0.85);
        border: 1px solid rgba(44, 107, 237, 0.08);
        box-shadow: 0 18px 34px rgba(15,23,42,0.04);
        height: 100%;
      }

      .step-number {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        font-weight: 800;
        background: linear-gradient(135deg, #dbeafe, #eff6ff);
        color: var(--brand-blue);
        margin-bottom: 1rem;
      }

      .testimonial-card {
        border-radius: 22px;
        background: rgba(255,255,255,0.92);
        border: 1px solid rgba(15,23,42,0.06);
        box-shadow: 0 18px 36px rgba(15,23,42,0.05);
        padding: 1.75rem;
        height: 100%;
      }

      .stars {
        color: #f6b94c;
        letter-spacing: 0.12em;
        margin-bottom: 0.85rem;
      }

      .person {
        display: flex;
        align-items: center;
        gap: 0.85rem;
        margin-top: 1.3rem;
      }

      .avatar {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: linear-gradient(135deg, #b8d2ff, #6aa8ff);
        display: grid;
        place-items: center;
        color: #0f172a;
        font-weight: 800;
      }

      .cta-panel {
        background: linear-gradient(135deg, #0c1b2a, #123f64 40%, #2c6bed 100%);
        border-radius: 30px;
        padding: 3rem;
        color: white;
        box-shadow: var(--brand-shadow);
      }

      .cta-panel h3 {
        font-size: clamp(2rem, 3vw, 2.8rem);
        font-weight: 800;
        letter-spacing: -0.05em;
      }

      footer {
        background: #0c1b2a;
        color: rgba(255,255,255,0.8);
        padding-top: 3.5rem;
        padding-bottom: 1.5rem;
      }

      .footer-link {
        color: rgba(255,255,255,0.7);
        text-decoration: none;
      }

      .footer-link:hover {
        color: white;
      }

      @media (max-width: 991.98px) {
        .hero {
          padding-top: 7rem;
        }

        .feature-grid,
        .logo-row {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .hero-visual {
          min-height: 420px;
        }

        .big-card {
          inset: 0 1rem 0 1rem;
        }
      }

      @media (max-width: 575.98px) {
        .navbar .brand-mark {
          gap: 0.5rem;
          font-size: 1rem;
          margin-right: 0;
        }

        .hero .eyebrow {
          font-size: 0.7rem;
          letter-spacing: 0.04em;
        }

        .hero-visual {
          min-height: 440px;
        }

        .big-card {
          inset: 0;
        }

        .mini-card {
          top: 1rem;
          left: 1rem;
        }

        .overlay-badge {
          right: 1rem;
          bottom: 1rem;
          width: calc(100% - 2rem);
          max-width: 250px;
        }

        .feature-grid,
        .logo-row {
          grid-template-columns: 1fr;
        }

        .stats-panel,
        .cta-panel {
          padding: 2rem 1.2rem;
        }

        .hero h1 {
          line-height: 1.05;
        }
      }
    