      :root {
        --brand: #1b1464;
        --brand-accent: #14a7d0;
        --brand-highlight: #c9972e;
        --type-section-title: clamp(2rem, 2.3vw, 2.75rem);
        --type-content: clamp(1.05rem, 1.15vw, 1.375rem);
        --type-content-line: 1.5;
        --brand-dark: #0b4bbf;
        --ink: #0f172a;
        --muted: #64748b;
        --surface: #f8fbff;
        --hero-bg: #f2f6ff;
      }

      body {
        color: var(--ink);
        font-family: "Source Sans 3", sans-serif;
      }

      .topbar {
        background: var(--brand);
        color: #f8fafc;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        font-size: 0.78rem;
        transition: transform 0.28s ease, opacity 0.28s ease;
        box-shadow: 0 4px 26px rgba(2, 6, 23, 0.08);
        position: relative;
        z-index: 1050;
      }

      .topbar.is-hidden {
        transform: translateY(-115%);
        opacity: 0;
        pointer-events: none;
      }

      .topbar-inner {
        min-height: 38px;
        gap: 1rem;
      }

      .topbar-item {
        text-decoration: none;
        color: #f8fafc;
        display: inline-flex;
        align-items: center;
        padding: 0;
        background: transparent;
        transition: color 0.2s ease;
        gap: 0.5rem;
      }

      .topbar-item i {
        display: inline-flex;
        align-items: center;
        line-height: 1;
        color: #6fd1e9;
        font-size: 0.76rem;
      }

      .topbar-item:hover {
        background: transparent;
        color: #fff;
      }

      .topbar-contact .topbar-item + .topbar-item::before {
        content: "";
        width: 1px;
        height: 14px;
        margin-right: 0.25rem;
        background: rgba(255, 255, 255, 0.22);
      }

      .topbar-item strong {
        font-weight: 700;
      }

      .topbar-pill {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
      }

      .topbar-social a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #e2e8f0;
        background: rgba(255, 255, 255, 0.12);
        text-decoration: none;
      }

      .topbar-social a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.24);
      }

      .topbar-cta {
        background: var(--brand-accent);
        border: none;
        color: #ffffff;
        box-shadow: none;
        font-weight: 700;
        font-size: 0.74rem;
        padding-top: 0.32rem;
        padding-bottom: 0.32rem;
      }

      .topbar-cta:hover,
      .topbar-cta:focus {
        background: #1295b8;
        color: #ffffff;
      }

      .brand-logo {
        height: 46px;
        width: auto;
        object-fit: contain;
      }

      .hero {
        min-height: 570px;
        display: flex;
        align-items: center;
        background:
          radial-gradient(circle at 11% 8%, #ffffff 0%, rgba(255, 255, 255, 0) 33%),
          var(--hero-bg);
        padding: 4.8rem 0 4.4rem;
        position: relative;
        overflow: hidden;
      }

      .hero::before {
        content: none;
      }

      .hero-content {
        position: relative;
        z-index: 1;
        max-width: 625px;
      }

      .hero-side-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 53vw;
        max-width: 53%;
        height: 100%;
        overflow: hidden;
        background-image:
          linear-gradient(
            to right,
            var(--hero-bg) 0%,
            rgba(242, 246, 255, 0.86) 8%,
            rgba(242, 246, 255, 0.42) 16%,
            rgba(242, 246, 255, 0.08) 25%,
            rgba(242, 246, 255, 0) 31%,
            rgba(242, 246, 255, 0) 100%
          ),
          url("../images/navelhero.jpeg");
        background-size: cover;
        background-position: center 36%;
        background-repeat: no-repeat;
        z-index: 0;
        pointer-events: none;
      }

      .hero-title {
        font-size: clamp(2.55rem, 4.4vw, 4.35rem);
        line-height: 0.98;
        max-width: 36rem;
        color: var(--brand);
        letter-spacing: -0.055em;
      }

      .hero-subtitle {
        color: #43516c;
        max-width: 35rem;
        font-size: clamp(1.02rem, 1.4vw, 1.22rem);
        line-height: 1.6;
      }

      .hero-cta-primary {
        background: var(--brand);
        color: #fff;
        padding: 0.12rem 1.1rem;
        border-radius: 999px;
        font-weight: 700;
        border: 0;
      }

      .hero-cta-primary:hover,
      .hero-cta-primary:focus {
        color: #fff;
        background: #140f5a;
        transform: translateY(-1px);
      }

      .hero-cta-outline {
        color: var(--brand);
        border: 1px solid rgba(27, 20, 100, 0.22);
        background: #fff;
        padding: 0.72rem 1.1rem;
        border-radius: 999px;
        font-weight: 700;
      }

      .hero-cta-outline:hover,
      .hero-cta-outline:focus {
        border-color: var(--brand);
        color: var(--brand);
        background: #f5f8ff;
      }

      .hero-cta-group .btn {
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        padding-inline: 1.05rem;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .hero-cta-group .btn:hover {
        transform: translateY(-1px);
      }

      .metric {
        padding: 0.6rem 0.7rem;
        border-radius: 0.8rem;
        border: 1px solid #dbeafe;
        background: #fff;
      }

      .metric h6 {
        margin: 0.3rem 0 0;
        font-size: 0.78rem;
        color: #334155;
        letter-spacing: 0.01em;
      }

      .hero-stats {
        display: flex;
        align-items: stretch;
        gap: 0;
        flex-wrap: wrap;
        margin-top: 1.65rem;
        padding: 0.25rem 0;
      }

      .hero-stat {
        position: relative;
        padding: 0.25rem 1.1rem 0.25rem 0;
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        min-height: 48px;
        flex: 1;
      }

      .hero-stat + .hero-stat {
        padding-left: 1.1rem;
      }

     

      .hero-stat + .hero-stat {
        position: relative;
      }

      .hero-stat-icon {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        flex: 0 0 26px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.9rem;
        color: var(--brand);
        background: #ffffff;
        border: 1px solid rgba(27, 20, 100, 0.08);
        box-shadow: 0 8px 22px rgba(27, 20, 100, 0.09);
        flex: 0 0 38px;
      }

      .hero-stat-body {
        min-width: 0;
      }

      .hero-stat-line,
      .hero-stat-value {
        margin: 0;
        font-weight: 800;
        font-size: 0.94rem;
        color: #0f172a;
        line-height: 1.2;
        display: block;
      }

      .hero-stat-label,
      .hero-stat-subtitle {
        margin: 0;
        color: #64748b;
        font-size: 0.82rem;
        letter-spacing: 0.01em;
        font-weight: 500;
        display: block;
      }

      .hero-stat-subtitle {
        margin-top: 0.06rem;
      }

      .hero-stat strong {
        display: block;
        line-height: 1.1;
        letter-spacing: 0.01em;
      }

      @media (max-width: 991.98px) {
        .hero {
          min-height: auto;
          padding: 3.8rem 0 3.5rem;
        }

        .hero-content {
          max-width: 100%;
        }

        .hero-stats {
          gap: 0.75rem;
        }

        .hero-stat {
          width: 100%;
          padding: 0;
          position: relative;
        }

        .hero-stat + .hero-stat {
          padding-left: 0;
        }

      

        .hero-side-image {
          display: none;
        }
      }
      
      .hero-connect {
        margin-top: 1.7rem !important;
        padding-top: 1.15rem;
        border-top: 1px solid rgba(27, 20, 100, 0.13);
      }

      .hero-connect h6 {
        font-size: 0.76rem;
        color: var(--brand);
        letter-spacing: 0.09em;
        text-transform: uppercase;
      }

      .hero-connect input {
        min-height: 48px;
        border: 1px solid rgba(27, 20, 100, 0.12);
        border-radius: 0.65rem;
        background: rgba(255, 255, 255, 0.86);
        padding-inline: 0.95rem;
      }

      .hero-connect .form-control:focus {
        box-shadow: 0 0 0 0.18rem rgba(20, 167, 208, 0.22);
      }

      .hero-connect-row {
        display: flex;
        align-items: end;
        gap: 2rem;
        flex-wrap: nowrap;
      }

      .hero-field {
        flex: 1 1 1;
        min-width: 0;
      }

      .hero-submit {
        flex: 0 0 202px;
      }

      .hero-connect .btn {
        min-height: 48px;
        font-weight: 700;
        border-radius: 0.65rem;
        box-shadow: 0 10px 22px rgba(27, 20, 100, 0.18);
      }

      @media (max-width: 767.98px) {
        .hero {
          padding: 3rem 0 2.8rem;
        }

        .hero-title {
          font-size: clamp(2.35rem, 11vw, 3.3rem);
        }

        .hero-stats {
          margin-top: 1.35rem;
        }

        .hero-connect-row {
          display: grid;
          grid-template-columns: 1fr;
        }

        .hero-field,
        .hero-submit {
          width: 100%;
          justify-content: center;
        display: grid
;
        }
      }

      /* Compact dark hero */
      .hero {
        min-height: 500px;
        padding: 3.5rem 0 3.35rem;
        background:
         radial-gradient(circle at 14% 8%, rgb(0 0 0 / 16%), transparent 28%), linear-gradient(135deg, #210A50 6%, #161328 31%, #161328 67%, #210A50 92%);
      }

      .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image:
          linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
          linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
        background-size: 70px 70px;
        mask-image: linear-gradient(to right, #000, transparent 68%);
        pointer-events: none;
      }

      .hero-content {
        max-width: 650px;
      }

      .hero-side-image {
        width: 54vw;
        max-width: 54%;
        opacity: 0.94;
        background-image:
          linear-gradient(to right, #161328 0%, rgb(23 20 42) 7%, rgba(16, 19, 60, 0.68) 17%, rgba(16, 19, 60, 0.2) 29%, rgba(16, 19, 60, 0) 39%), linear-gradient(to top, rgba(8, 12, 39, 0.5), rgba(8, 12, 39, 0.04) 55%),
          url("../images/navelhero.jpeg");
        background-position: center 34%;
      }

      .hero-title {
        max-width: 38rem;
        margin-bottom: 2rem !important;
        color: #ffffff;
        font-size: clamp(2.75rem, 4.80vw, 4.4rem);
        line-height: 0.96;
        letter-spacing: -0.055em;
      }

      .hero-title-accent {
        color: var(--brand-highlight);
      }

      .hero-subtitle {
        max-width: 34rem;
        margin-bottom: 1rem !important;
        color: rgba(255, 255, 255, 0.76);
        font-size: clamp(1rem, 1.25vw, 1.16rem);
        line-height: 1.55;
      }

      .hero-stats {
        max-width: 620px;
        margin-top: 1.45rem;
      }

      .hero-stat {
        min-height: 44px;
      }

     

      .hero-stat-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
        color: var(--brand);
        border: 0;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
      }

      .hero-stat-line,
      .hero-stat-value {
        color: #ffffff;
      }

      .hero-stat-label,
      .hero-stat-subtitle {
        color: rgba(255, 255, 255, 0.6);
      }

      .hero-connect {
        max-width: 620px;
        margin-top: 1.45rem !important;
        padding-top: 2rem;
        border-top-color: rgba(255, 255, 255, 0.16);
      }

      .hero-connect h6 {
        color: #7bd7eb;
      }

      .hero-connect input {
        min-height: 46px;
        color: #ffffff;
        border-color: rgba(255, 255, 255, 0.2);
        background: rgba(255, 255, 255, 0.08);
        width: 255px;
      }

      .hero-connect input::placeholder {
        color: rgba(255, 255, 255, 0.56);
      }

      .hero-connect .form-control:focus {
        color: #ffffff;
        border-color: #55c9e6;
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 0 0 0.18rem rgba(85, 201, 230, 0.16);
      }

      .hero-connect .btn {
        min-height: 46px;
        color: #0d1035;
        background: #55B685;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
      }

      .hero-connect .btn:hover,
      .hero-connect .btn:focus {
        color: var(--brand);
        background: #ffffff;
      }

      @media (max-width: 991.98px) {
        .hero {
          min-height: auto;
          padding: 3.4rem 0 3.2rem;
        }

        .hero-content {
          max-width: 760px;
        }
      }

      @media (max-width: 767.98px) {
        .hero {
          padding: 2.8rem 0 2.6rem;
        }

        .hero-title {
          font-size: clamp(2.55rem, 12vw, 3.5rem);
          text-align: center;
        }
        .hero-subtitle{
            text-align: center;
        }
        .hero-connect.mt-3{
              text-align: center;
        }
        .hero-stats {
          display: grid;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 0;
        }

        .hero-stat {
          width: auto;
          padding: 0.55rem 0.7rem 0.55rem 0;
        }

        .hero-stat + .hero-stat {
          padding-left: 0.7rem;
        }


        .hero-stat:nth-child(3) {
          grid-column: 1 / -1;
          padding-left: 0;
          border-top: 1px solid rgba(255, 255, 255, 0.12);
        }

        .hero-stat:nth-child(3)::before {
          display: none;
        }
      }

      .feature-section {
        padding: 3.5rem 0;
        position: relative;
      }

      .symptoms-section {
        position: relative;
        overflow: hidden;
        padding: 5.6rem 0 5.2rem;
        background:
          radial-gradient(circle at 4% 14%, rgba(20, 167, 208, 0.11), transparent 25%),
          linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
      }

      .symptoms-section::after {
        content: "";
        position: absolute;
        width: 25rem;
        height: 25rem;
        right: -17rem;
        bottom: -16rem;
        border: 1px solid rgba(27, 20, 100, 0.08);
        border-radius: 50%;
        box-shadow: 0 0 0 4rem rgba(27, 20, 100, 0.02);
        pointer-events: none;
      }

      .symptoms-copy {
        position: relative;
        padding-right: 2.5rem;
      }

      .symptoms-copy::before {
        content: "";
        display: block;
        width: 4.25rem;
        height: 4px;
        margin-bottom: 1.3rem;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--brand), var(--brand-accent));
      }

      .symptoms-title {
        max-width: 32rem;
        margin-bottom: 1.2rem;
        color: var(--brand);
        font-size: clamp(2.15rem, 2.7vw, 3.65rem);
        line-height: 1.06;
        letter-spacing: -0.05em;
      }

      .symptoms-intro {
        max-width: 31rem;
        margin: 0;
        color: #53617d;
        font-size: 1.02rem;
        line-height: 1.78;
      }

      .symptoms-note {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        margin-top: 1.55rem;
        color: #26345d;
        font-size: 0.84rem;
        font-weight: 700;
      }

      .symptoms-note i {
        color: var(--brand-accent);
      }

      .symptoms-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        padding: 0;
        border-top: 1px solid #dce4f4;
        list-style: none;
      }

      .symptom-item {
        display: grid;
        grid-template-columns: 2.75rem 1fr;
        gap: 0.9rem;
        align-items: center;
        min-height: 108px;
        padding: 1rem 1.35rem 1rem 0;
        border-bottom: 1px solid #dce4f4;
      }

      .symptom-item:nth-child(even) {
        padding-right: 0;
        padding-left: 1.35rem;
        border-left: 1px solid #dce4f4;
      }

      .symptom-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.55rem;
        height: 2.55rem;
        color: var(--brand);
        font-size: 1rem;
        border-radius: 50%;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(27, 20, 100, 0.09);
      }

      .symptom-item strong {
        display: block;
        margin-bottom: 0.18rem;
        color: #17213d;
        font-size: 1rem;
      }

      .symptom-item span:last-child {
        color: #64718b;
        font-size: 0.84rem;
        line-height: 1.48;
      }

      @media (max-width: 991.98px) {
        .symptoms-section { padding: 4.4rem 0; }
        .symptoms-copy { padding-right: 0; margin-bottom: 2.6rem; }
      }

      @media (max-width: 575.98px) {
        .symptoms-section { padding: 3.7rem 0; }
        .symptoms-list { grid-template-columns: 1fr; }
        .symptom-item,
        .symptom-item:nth-child(even) {
          min-height: 92px;
          padding: 1rem 0;
          border-left: 0;
        }
      }

      /* Reference-led symptoms layout */
      .symptoms-section {
        min-height: 560px;
        padding: 5.2rem 0;
        background: #ffffff;
      }

      .symptoms-section::after {
        display: none;
      }

      .symptoms-lines {
        position: absolute;
        top: -2%;
        left: -8%;
        width: 58%;
        height: 104%;
        color: var(--brand-highlight);
        opacity: 0.16;
        pointer-events: none;
      }

      .symptoms-copy {
        padding-right: 2.8rem;
        z-index: 1;
      }

      .symptoms-copy::before {
        display: none;
      }

      .symptoms-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        margin-bottom: 1.8rem;
        padding: 0.6rem 1.35rem;
        color: var(--brand);
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      .symptoms-tag::before {
        content: "";
        width: 0.58rem;
        height: 0.58rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .symptoms-title {
        max-width: 31rem;
        margin-bottom: 1.25rem;
        color: #111332;
        font-size: clamp(1.95rem, 2.6vw, 2.8rem);
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -0.045em;
      }

      .symptoms-intro {
        max-width: 31rem;
        color: #45516a;
        font-size: 1.02rem;
        line-height: 1.72;
      }

      .symptoms-note {
        max-width: 29rem;
        color: #253250;
      }

      .symptoms-note i {
        color: var(--brand-highlight);
      }

      .symptoms-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.65rem;
        border-top: 0;
      }

      .symptom-item,
      .symptom-item:nth-child(even) {
        grid-template-columns: 74px 1fr;
        gap: 1rem;
        min-height: 112px;
        padding: 0;
        border: 0;
      }

      .symptom-icon {
        width: 74px;
        height: 74px;
        color: var(--brand-highlight);
        border: 0;
        border-radius: 0.8rem;
        background: rgba(201, 151, 46, 0.09);
        box-shadow: none;
        font-size: 1.45rem;
      }

      .symptom-item > span:last-child {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 1rem;
        color: #59647a;
        border-left: 1px solid rgba(201, 151, 46, 0.22);
        font-size: 0.87rem;
        line-height: 1.5;
      }

      .symptom-item strong {
        margin-bottom: 0.3rem;
        color: #111332;
        font-size: 1.08rem;
        line-height: 1.25;
      }

      @media (max-width: 991.98px) {
        .symptoms-section { min-height: 0; padding: 4.5rem 0; }
        .symptoms-lines { width: 100%; opacity: 0.1; }
        .symptoms-copy { padding-right: 0; margin-bottom: 3rem; }
      }

      @media (max-width: 575.98px) {
        .symptoms-section { padding: 3.7rem 0; }
        .symptoms-tag { margin-bottom: 1.35rem; }
        .symptoms-list { grid-template-columns: 1fr; gap: 1.15rem; }
        .symptom-item,
        .symptom-item:nth-child(even) {
          grid-template-columns: 62px 1fr;
          min-height: 84px;
        }
        .symptom-icon { width: 62px; height: 62px; font-size: 1.2rem; }
      }

      .ticker-strip {
        position: relative;
        width: 100%;
        background: linear-gradient(90deg, #0f1637 0%, #1b2a64 50%, #15235b 100%);
        color: #eaf2ff;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        overflow: hidden;
        padding: 0.62rem 0;
      }

      .ticker-strip::before,
      .ticker-strip::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: clamp(2rem, 7vw, 8rem);
        z-index: 2;
        pointer-events: none;
      }

      .ticker-strip::before {
        left: 0;
        background: linear-gradient(to right, #0f1637, transparent);
      }

      .ticker-strip::after {
        right: 0;
        background: linear-gradient(to left, #15235b, transparent);
      }

      .ticker-track-wrap {
        width: 100%;
        display: flex;
        overflow: hidden;
      }

      .ticker-track {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        width: max-content;
        animation: nd-ticker 34s linear infinite;
        white-space: nowrap;
      }

      .ticker-track:hover {
        animation-play-state: paused;
      }

      .ticker-item {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.82rem;
        font-weight: 600;
        letter-spacing: 0.02em;
        padding: 0 1.15rem;
      }

      .ticker-item i {
        opacity: 0.95;
        color: #7df0ff;
      }

      .ticker-dot {
        width: 0.38rem;
        height: 0.38rem;
        border-radius: 50%;
        background: #55c9e6;
        display: inline-flex;
        box-shadow: 0 0 0 4px rgba(85, 201, 230, 0.1);
      }

      @media (prefers-reduced-motion: reduce) {
        .ticker-track { animation-play-state: paused; }
      }

      @keyframes nd-ticker {
        from {
          transform: translateX(0);
        }

        to {
          transform: translateX(-50%);
        }
      }

      .section-title {
        font-size: clamp(1.3rem, 2.3vw, 1.7rem);
        margin-bottom: 1.6rem;
        letter-spacing: -0.01em;
      }

      .feature-card {
        background: #fff;
        border: 1px solid #d8e2ff;
        border-radius: 1.15rem;
        padding: 1.2rem 1.2rem 1.35rem;
        height: 100%;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        position: relative;
        overflow: visible;
      }

      .feature-card:hover {
        transform: translateY(-4px);
        border-color: #a7b9ff;
        box-shadow: 0 14px 30px rgba(27, 20, 100, 0.1);
      }

      .service-kicker {
        letter-spacing: 0.08em;
        color: var(--brand);
        opacity: 0.9;
      }

      .feature-card .icon-wrap {
        width: 44px;
        height: 44px;
        border-radius: 0.95rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.7rem;
        background: linear-gradient(135deg, #eef4ff 0%, #ddf4ff 100%);
        color: var(--brand);
        font-size: 1.08rem;
        box-shadow: 0 8px 18px rgba(27, 20, 100, 0.12);
      }

      .feature-card .service-description {
        color: #475569;
        margin: 0;
        font-size: 0.96rem;
        line-height: 1.6;
      }

      .feature-card h5 {
        font-size: 1.06rem;
        margin: 0 0 0.5rem;
        line-height: 1.35;
      }

      .feature-card p {
        margin: 0;
        font-size: 0.95rem;
      }

      .feature-section {
        padding-block: 3.5rem 3.8rem;
        background: radial-gradient(circle at 12% 14%, #ffffff 0%, #f2f6ff 58%, #f8fbff 100%);
      }

      .feature-shell {
        max-width: 980px;
        margin: 0 auto;
      }

      .feature-title-wrap {
        margin-bottom: 1.7rem;
      }

      .feature-subtitle {
        font-size: 0.96rem;
        color: #4b5563;
        max-width: 62ch;
        margin: 0.4rem auto 0;
        line-height: 1.6;
      }

      .feature-sep {
        width: 70px;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--brand-accent), transparent);
        border-radius: 999px;
        margin: 0.8rem auto 1.1rem;
      }

      .featureSwiper .swiper-slide {
        height: auto;
        overflow: visible;
      }

      .featureSwiper {
        overflow: visible;
        padding-bottom: 1.2rem;
      }

      .featureSwiper .swiper-wrapper {
        align-items: stretch;
      }

      .feature-section .feature-card {
        background: #ffffff;
        border: 1px solid #dbe4ff;
        border-radius: 1.15rem;
        padding: 1.35rem 1.25rem;
        min-height: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.62rem;
        position: relative;
        overflow: visible;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
        transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
      }

      .feature-section .feature-card::before {
        content: "";
        position: absolute;
        top: 1rem;
        left: 0;
        bottom: 1rem;
        width: 6px;
        background: linear-gradient(180deg, transparent, var(--brand-accent), transparent);
        width: 6px;
        opacity: 0.65;
        border-radius: 999px;
      }

      .feature-section .feature-card:hover {
        transform: translateY(-6px);
        border-color: #b7c9ff;
        box-shadow: 0 20px 40px rgba(27, 20, 100, 0.15);
      }

      .feature-section .feature-index {
        position: absolute;
        top: 0.95rem;
        right: 1rem;
        color: #d8dfef;
        font-weight: 700;
      }

      .feature-section .feature-icon-wrap {
        width: 45px;
        height: 45px;
        border-radius: 0.95rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: center;
        margin-bottom: 0.6rem;
        margin-inline: auto;
        background: linear-gradient(140deg, #eef4ff 0%, #dff6ff 100%);
        color: var(--brand);
        font-size: 1.1rem;
        box-shadow: 0 9px 16px rgba(27, 20, 100, 0.16);
      }

      .feature-section .feature-card h3 {
        margin: 0;
        font-size: 1.16rem;
        line-height: 1.34;
      }

      .feature-section .service-description {
        color: #475569;
        font-size: 0.95rem;
        line-height: 1.65;
        margin: 0;
      }

      .feature-section .feature-card[data-animate] {
        opacity: 0;
        transform: translateY(22px);
      }

      .feature-section .feature-card[data-animate].is-visible {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.58s ease, transform 0.58s ease;
      }

      .feature-pagination {
        position: static;
        margin-top: 1rem;
      }

      .feature-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: #b6c1d1;
      }

      .feature-pagination .swiper-pagination-bullet-active {
        background: var(--brand);
        width: 24px;
        border-radius: 999px;
      }

      @media (max-width: 767.98px) {
        .feature-section .section-title {
          margin-bottom: 0.75rem;
        }
      }

      .feature-section {
        padding: 5.6rem 0 5.4rem;
        background:
          linear-gradient(90deg, rgba(27, 20, 100, 0.035) 1px, transparent 1px),
          #ffffff;
        background-size: 82px 100%;
      }

      .feature-section .feature-shell {
        max-width: 1180px;
      }

      .feature-title-wrap {
        max-width: 760px;
        margin: 0 0 3.2rem;
        text-align: left;
      }

      .feature-section .section-title {
        max-width: 650px;
        margin-bottom: 0.9rem !important;
        color: var(--brand);
        font-size: clamp(2.05rem, 2.8vw, 3.15rem);
        line-height: 1.08;
        letter-spacing: -0.045em;
      }

      .feature-sep {
        width: 4.2rem;
        height: 4px;
        margin: 0 0 1.25rem;
        background: var(--brand-accent);
      }

      .feature-subtitle {
        max-width: 650px;
        margin: 0;
        color: #58657d;
        font-size: 1.02rem;
        line-height: 1.72;
      }

      .feature-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-top: 1px solid #dce4f4;
        border-bottom: 1px solid #dce4f4;
      }

      .feature-section .feature-card {
        min-height: 330px;
        padding: 2.15rem 2rem 2.2rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        gap: 0;
      }

      .feature-section .feature-card + .feature-card {
        border-left: 1px solid #dce4f4;
      }

      .feature-section .feature-card::before {
        display: none;
      }

      .feature-section .feature-card:hover {
        transform: none;
        border-color: #dce4f4;
        box-shadow: none;
      }

      .feature-section .feature-index {
        position: static;
        display: block;
        margin-bottom: 1.8rem;
        color: rgba(27, 20, 100, 0.18);
        font-size: 2.65rem;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.06em;
      }

      .feature-section .feature-icon-wrap {
        width: 48px;
        height: 48px;
        align-self: flex-start;
        margin: 0 0 1.35rem;
        border: 1px solid rgba(27, 20, 100, 0.08);
        border-radius: 50%;
        background: #f2f6ff;
        box-shadow: none;
      }

      .feature-section .feature-card h3 {
        margin-bottom: 0.8rem;
        color: #17213d;
        font-size: 1.28rem;
        letter-spacing: -0.025em;
      }

      .feature-section .service-description {
        color: #5d6980;
        font-size: 0.96rem;
        line-height: 1.75;
      }

      @media (max-width: 991.98px) {
        .feature-section { padding: 4.5rem 0; background-size: 64px 100%; }
        .feature-grid { grid-template-columns: 1fr; }
        .feature-section .feature-card { min-height: 0; padding: 2rem 0; }
        .feature-section .feature-card + .feature-card {
          border-top: 1px solid #dce4f4;
          border-left: 0;
        }
        .feature-section .feature-index { margin-bottom: 1rem; font-size: 2.15rem; }
      }

      .quick-pills {
        padding: 1.25rem 0;
      }

      /* Reference-led alternating treatments */
      .feature-section {
        padding: 5.4rem 0 5.8rem;
        background: #ffffff;
      }

      .feature-section .feature-shell {
        max-width: 1120px;
      }

      .feature-title-wrap {
        max-width: 760px;
        margin: 0 auto 4rem;
        text-align: center;
      }

      .feature-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 1.2rem;
        padding: 0.48rem 1.15rem;
        color: var(--brand);
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.78);
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
      }

      .feature-tag::before {
        content: "";
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .feature-section .section-title {
        max-width: none;
        margin-bottom: 0.65rem !important;
        color: #111332;
        font-size: var(--type-section-title);
        font-weight: 600;
        line-height: 1.09;
      }

      .feature-section .feature-subtitle {
        max-width: 650px;
        margin: 0 auto;
        color: #59647a;
        font-size: var(--type-content);
        font-weight: 400;
        line-height: var(--type-content-line);
      }

      .treatment-rows {
        display: grid;
        gap: 4.5rem;
      }

      .treatment-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(2.5rem, 5vw, 5rem);
        align-items: center;
      }

      .treatment-copy {
        max-width: 500px;
      }

      .treatment-row--reverse .treatment-media {
        order: -1;
      }

      .treatment-label {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.9rem;
        padding: 0.4rem 1rem;
        color: #ffffff;
        border-radius: 999px;
        background: linear-gradient(90deg, #111342, #2c2781);
        font-size: 0.7rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .treatment-label i {
        color: var(--brand-highlight);
      }

      .treatment-copy h3 {
        margin-bottom: 0.75rem;
        color: #111332;
        font-size: clamp(1.35rem, 1.5vw, 1.6rem);
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: -0.03em;
      }

      .treatment-copy > p {
        margin-bottom: 1.15rem;
        color: #5b667b;
        font-size: var(--type-content);
        font-weight: 400;
        line-height: var(--type-content-line);
      }

      .treatment-benefits {
        display: grid;
        gap: 0.65rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .treatment-benefits li {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        color: #333e55;
        font-size: var(--type-content);
        font-weight: 400;
        line-height: var(--type-content-line);
      }

      .treatment-benefits i {
        margin-top: 0.2rem;
        color: var(--brand-highlight);
        font-size: 0.76rem;
      }

      .treatment-media {
        position: relative;
      }

      .treatment-media::before {
        content: "";
        position: absolute;
        inset: 1rem -1rem -1rem 1rem;
        border: 1px solid rgba(201, 151, 46, 0.35);
        z-index: 0;
      }

      .treatment-media img {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 4 / 3;
        object-fit: cover;
        object-position: center;
        box-shadow: 0 18px 38px rgba(17, 19, 50, 0.13);
        z-index: 1;
      }

      @media (max-width: 991.98px) {
        .feature-section { padding: 4.5rem 0; }
        .feature-title-wrap { margin-bottom: 3rem; }
        .treatment-rows { gap: 3.5rem; }
        .treatment-row { gap: 2rem; }
      }

      @media (max-width: 767.98px) {
        .feature-section { padding: 3.8rem 0; }
        .treatment-row { grid-template-columns: 1fr; }
        .treatment-copy { max-width: none; }
        .treatment-media,
        .treatment-row--reverse .treatment-media { order: -1; }
        .treatment-media::before { inset: 0.7rem -0.55rem -0.7rem 0.55rem; }
      }

      /* Shared homepage content scale */
      main .symptoms-title,
      main .about-heading h2,
      main .feature-section .section-title,
      main .care-title,
      main .process-heading .section-title,
      main .reviews-section .section-title,
      main .faq-title,
      main .contact-copy h2 {
        font-size: var(--type-section-title);
        font-weight: 600;
        line-height: 1.09;
      }

      main .symptoms-intro,
      main .about-heading > p,
      main .about-subtitle,
      main .about-story,
      main .feature-subtitle,
      main .treatment-copy > p,
      main .treatment-benefits li,
      main .care-subtitle,
      main .care-card > p,
      main .process-heading-note,
      main .process-step > p,
      main .faq-intro,
      main .faq-accordion .accordion-body,
      main .contact-copy > p {
        font-size: var(--type-content);
        font-weight: 400;
        line-height: var(--type-content-line);
      }

      @media (max-width: 767.98px) {
        :root {
          --type-section-title: clamp(1.85rem, 8vw, 2.35rem);
          --type-content: 1.05rem;
        }
      }

      .pill {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        border: 1px solid #dbeafe;
        border-radius: 999px;
        padding: 0.45rem 0.85rem;
      }

      .site-header {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1040;
        background: #ffffff;
        border-bottom: 1px solid #edf0f7;
        box-shadow: 0 5px 22px rgba(15, 23, 42, 0.045);
        transition: box-shadow 0.25s ease, border-color 0.25s ease;
      }

      .site-header.is-scrolled {
        border-bottom-color: transparent;
        box-shadow: 0 10px 32px rgba(15, 23, 42, 0.1);
      }

      section[id] {
        scroll-margin-top: 88px;
      }

      .site-header .navbar {
            min-height: 60px;
    padding: 0.15rem 0;
      }

      .navbar-brand img {
        transition: transform 0.25s ease;
      }

      .navbar-brand img:hover {
        transform: scale(1.03);
      }

      .about-section {
        padding: 4rem 0;
        position: relative;
        overflow: hidden;
        background: linear-gradient(135deg, #f9fbff 0%, #f2f6ff 48%, #eef5ff 100%);
      }

      .about-section::before,
      .about-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        z-index: 0;
      }

      .about-section::before {
        width: 28rem;
        height: 28rem;
        top: -9rem;
        left: -9rem;
        background: radial-gradient(circle, rgba(27, 20, 100, 0.14) 0%, rgba(27, 20, 100, 0) 72%);
      }

      .about-section::after {
        width: 26rem;
        height: 26rem;
        right: -10rem;
        bottom: -10rem;
        background: radial-gradient(circle, rgba(20, 167, 208, 0.18) 0%, rgba(20, 167, 208, 0) 72%);
      }

      .about-shell {
        position: relative;
        z-index: 1;
      }

      .about-media-wrap {
        position: relative;
        width: min(100%, 390px);
        margin-inline: auto;
        border-radius: 1.25rem;
        transition: transform 0.4s ease;
      }

      .about-media-wrap:hover {
        transform: translateY(-4px);
      }

      .about-media-wrap img {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 1.25rem;
        object-fit: cover;
        object-position: top center;
        aspect-ratio: 4 / 5;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16);
      }

      .about-media-wrap::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1rem;
        background: radial-gradient(120% 140% at 30% 0%, rgba(255, 255, 255, 0) 38%, rgba(11, 16, 32, 0.16));
        pointer-events: none;
      }

      .about-media-wrap img {
        width: 100%;
        height: 100%;
        min-height: 420px;
      }

      .about-content {
        padding-top: 0.2rem;
        max-width: 560px;
      }

      .about-kicker {
        margin-bottom: 0.55rem;
        color: var(--brand);
        letter-spacing: 0.09em;
        font-size: 0.8rem;
        font-weight: 700;
      }

      .about-content h2 {
        margin-bottom: 0.9rem;
      }

      .about-title {
        color: #0b1020;
        letter-spacing: -0.012em;
      }

      .about-subtitle {
        color: #334155;
        font-weight: 500;
        margin-bottom: 1rem;
        max-width: 56ch;
        line-height: 1.72;
      }

      .about-highlight-note {
        display: inline-block;
        margin: 0.15rem 0 0.95rem;
        padding: 0.32rem 0.75rem;
        border-radius: 999px;
        background: #1b1464;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 0.01em;
        font-size: 0.86rem;
      }

      .about-story {
        margin: 0.9rem 0 1.05rem;
        color: #475569;
        line-height: 1.78;
      }

      .about-highlight {
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.55rem;
        list-style: none;
      }

      .about-highlight li {
        display: flex;
        align-items: flex-start;
        gap: 0.62rem;
        padding: 0;
        color: #334155;
      }

      .about-highlight i {
        margin-top: 0.15rem;
        color: var(--brand-accent);
        width: 1.25rem;
        height: 1.25rem;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0.73rem;
      }

      .about-cta {
        margin-top: 1.25rem;
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        font-weight: 500;
        border-radius: 999px;
        padding: 0.72rem 1.2rem;
        background: var(--brand);
        border-color: var(--brand);
      }

      .about-cta:hover,
      .about-cta:focus {
        background: #fff;
        border-color: #55B685;
        color: #444;
      }

      @media (min-width: 992px) {
        .about-shell .row {
          align-items: stretch;
        }
      }

      @media (min-width: 768px) {
        .about-highlight {
          grid-template-columns: repeat(2, minmax(0, 1fr));
          column-gap: 0.75rem;
        }
      }

      @media (max-width: 767.98px) {
        .about-section {
          padding: 3.1rem 0;
        }

        .about-media-wrap {
          width: 100%;
          max-width: 410px;
          margin-bottom: 0.4rem;
        }

        .about-media-wrap img {
          min-height: 0;
        }
      }

      .about-section {
        padding: 6rem 0;
        background:
          radial-gradient(circle at 14% 18%, rgba(20, 167, 208, 0.13), transparent 28%),
          linear-gradient(135deg, #f8fbff 0%, #eef4ff 52%, #f7fbff 100%);
      }

      .about-section::before {
        width: 34rem;
        height: 34rem;
        top: -18rem;
        left: -16rem;
        background: transparent;
        border: 1px solid rgba(27, 20, 100, 0.08);
        box-shadow: 0 0 0 5rem rgba(27, 20, 100, 0.018);
      }

      .about-media-wrap {
        width: min(100%, 355px);
        margin-inline: auto;
        border-radius: 11rem 11rem 1.25rem 1.25rem;
      }

      .about-media-wrap::before {
        content: "";
        position: absolute;
        inset: 1.25rem -1.15rem -1.15rem 1.15rem;
        border: 1px solid rgba(27, 20, 100, 0.2);
        border-radius: 11rem 11rem 1.25rem 1.25rem;
        z-index: -1;
      }

      .about-media-wrap img {
        min-height: 0;
        aspect-ratio: 4 / 5.15;
        border-radius: 11rem 11rem 1.25rem 1.25rem;
        box-shadow: 0 24px 50px rgba(27, 20, 100, 0.16);
      }

      .about-media-wrap::after {
        border-radius: 11rem 11rem 1.25rem 1.25rem;
        background: linear-gradient(to top, rgba(17, 19, 66, 0.16), transparent 42%);
      }

      .about-content {
        max-width: 660px;
        padding: 0;
      }

      .about-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.7rem;
        margin-bottom: 1rem;
      }

      .about-kicker::before {
        content: "";
        width: 2.8rem;
        height: 2px;
        background: var(--brand-accent);
      }

      .about-title {
        max-width: 600px;
        margin-bottom: 1.15rem !important;
        color: var(--brand);
        font-size: clamp(2.25rem, 3.35vw, 3.75rem);
        line-height: 1.04;
        letter-spacing: -0.05em;
      }

      .about-subtitle {
        max-width: 610px;
        margin-bottom: 1.15rem;
        color: #36435f;
        font-size: 1.08rem;
        line-height: 1.72;
      }

      .about-story {
        max-width: 620px;
        margin: 0;
        color: #5a667d;
        line-height: 1.78;
      }

      .about-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin: 2rem 0 1.65rem;
        padding: 1.4rem 0;
        border-top: 1px solid rgba(27, 20, 100, 0.16);
        border-bottom: 1px solid rgba(27, 20, 100, 0.16);
      }

      .about-stat {
        padding-right: 1rem;
      }

      .about-stat + .about-stat {
        padding-left: 1.25rem;
        border-left: 1px solid rgba(27, 20, 100, 0.14);
      }

      .about-stat strong {
        display: block;
        margin-bottom: 0.18rem;
        color: var(--brand);
        font-size: clamp(1.45rem, 2vw, 2rem);
        line-height: 1;
        letter-spacing: -0.04em;
      }

      .about-stat span {
        color: #66728a;
        font-size: 0.78rem;
        line-height: 1.35;
      }

      .about-highlight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem 1.25rem;
      }

      .about-highlight li {
        color: #34415c;
        font-size: 0.9rem;
        line-height: 1.5;
      }

      .about-cta {
        margin-top: 1.55rem;
        border-radius: 0.65rem;
        box-shadow: 0 10px 24px rgba(27, 20, 100, 0.18);
      }

      @media (max-width: 991.98px) {
        .about-section { padding: 4.5rem 0; }
        .about-media-wrap { margin-bottom: 2.8rem; }
        .about-content { max-width: 100%; }
      }

      @media (max-width: 575.98px) {
        .about-section { padding: 3.8rem 0; }
        .about-media-wrap { width: min(88%, 330px); }
        .about-stats { grid-template-columns: 1fr; padding: 0; }
        .about-stat { padding: 1rem 0; }
        .about-stat + .about-stat { padding: 1rem 0; border-top: 1px solid rgba(27, 20, 100, 0.12); border-left: 0; }
        .about-highlight { grid-template-columns: 1fr; }
      }

      /* Reference-led doctor profile */
      .about-section {
        padding: 4.2rem 0 4.4rem;
        background: #1613280a;
      }

      .about-section::before,
      .about-section::after {
        display: none;
      }

      .about-heading {
        position: relative;
        max-width: 730px;
        margin: 0 auto 2.6rem;
        text-align: center;
        z-index: 1;
      }

      .about-expert-tag {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 1.3rem;
        padding: 0.48rem 1.2rem;
        color: var(--brand);
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.13em;
        text-transform: uppercase;
      }

      .about-expert-tag::before {
        content: "";
        width: 0.48rem;
        height: 0.48rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .about-heading h2 {
        margin-bottom: 0.6rem;
        color: #111332;
        font-size: clamp(2rem, 2.9vw, 3rem);
        font-weight: 600;
        line-height: 1.08;
        letter-spacing: -0.035em;
      }

      .about-heading p {
        margin: 0;
        color: #5a657a;
        font-size: 1rem;
      }

      .about-shell {
        max-width: 1060px;
        margin-inline: auto;
      }

      .about-media-wrap {
        width: min(100%, 345px);
        margin: 0 auto;
        border-radius: 5.5rem 5.5rem 5.5rem 1rem;
      }

      .about-media-wrap::before {
        display: none;
      }

      .about-media-wrap img {
        min-height: 0;
        aspect-ratio: 4 / 4.55;
        border-radius: 5.5rem 5.5rem 5.5rem 1rem;
        box-shadow: 0 18px 38px rgba(17, 19, 50, 0.13);
      }

      .about-media-wrap::after {
        border-radius: 5.5rem 5.5rem 5.5rem 1rem;
        background: linear-gradient(to top, rgba(17, 19, 50, 0.13), transparent 38%);
      }

      .about-content {
        max-width: 620px;
        min-height: 0;
        margin-right: auto;
        padding: 1.35rem 1.4rem 1.35rem 1.8rem;
        border-left: 1px solid var(--brand-highlight);
        border-right: 0;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 12px 28px rgba(17, 19, 50, 0.055);
        text-align: left;
      }

      .about-profile-name {
        margin-bottom: 0.25rem;
        color: var(--brand-highlight);
        font-size: clamp(1.65rem, 2.2vw, 2.15rem);
        font-weight: 600;
        letter-spacing: -0.025em;
      }

      .about-profile-role {
        margin-bottom: 1.1rem;
        color: #111332;
        font-size: 1rem;
        font-weight: 600;
      }

      .about-subtitle {
        margin-left: 0;
        font-size: 0.98rem;
        line-height: 1.65;
      }

      .about-story {
        margin-left: 0;
        font-size: 0.93rem;
        line-height: 1.68;
      }

      .about-stats {
        margin: 1.2rem 0 0.9rem;
        padding: 0.85rem 0;
        border-color: rgba(201, 151, 46, 0.22);
      }

      .about-stat + .about-stat {
        border-left-color: rgba(201, 151, 46, 0.2);
      }

      .about-stat strong {
        color: var(--brand-highlight);
        font-size: clamp(1.3rem, 1.65vw, 1.7rem);
      }

      .about-stat {
        text-align: center;
      }

      .about-highlight {
        gap: 0.45rem 1rem;
      }

      .about-highlight li {
        flex-direction: row-reverse;
        justify-content: flex-start;
        color: #4b566d;
        font-size: 0.82rem;
        text-align: right;
      }

      .about-highlight i {
        color: var(--brand-highlight);
      }

      .about-cta {
        margin-top: 0.8rem;
        border-color: #55B685;
        background:#55B685;
      }

      @media (max-width: 991.98px) {
        .about-section { padding: 3.8rem 0; }
        .about-heading { margin-bottom: 2.3rem; }
        .about-media-wrap { margin-bottom: 2rem; }
        .about-content {
          min-height: 0;
          margin: 0 auto;
          padding: 1.5rem 1.5rem 1.5rem 1rem;
        }
      }

      @media (max-width: 575.98px) {
        .about-section { padding: 3.8rem 0; }
        .about-media-wrap { width: min(92%, 350px); }
        .about-content { padding: 1.4rem 1rem; text-align: left; border-right: 0; border-left: 1px solid var(--brand-highlight); }
        .about-subtitle,
        .about-story { margin-left: 0; }
        .about-highlight li { flex-direction: row; justify-content: flex-start; text-align: left; }
      }

      .site-nav .nav-link {
        font-weight: 400;
        color: #171717;
        border-radius: 0;
        padding: 0.6rem 0.15rem;
        position: relative;
        transition: color 0.2s ease;
      }

      .site-nav .nav-link:hover,
      .site-nav .nav-link.active {
        color: var(--brand);
        background: transparent;
      }

      .site-nav .nav-link.active::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0.15rem;
        height: 2px;
        border-radius: 999px;
        background: var(--brand);
      }

      .header-cta {
        background: #55B685;
        color: #151B2D;
        font-weight: 500;
        border: none;
        padding: 0.65rem 1.1rem;
        border-radius: 0.65rem;
        text-transform: uppercase;
        box-shadow: 0 8px 18px rgba(27, 20, 100, 0.2);
      }

      .header-cta:hover,
      .header-cta:focus {
        background: var(--brand-accent);
        color: #ffffff;
      }

      .header-toggler {
        border: 1px solid #dbe3ff;
        border-radius: 0.65rem;
        width: 2.55rem;
        height: 2.55rem;
        transition: all 0.25s ease;
      }

      .header-toggler:focus {
        box-shadow: 0 0 0 0.2rem rgba(20, 167, 208, 0.2);
      }

      .header-collapse {
        background: #ffffff;
      }

      @media (min-width: 1200px) {
        .site-header .navbar {
          display: grid;
          grid-template-columns: minmax(235px, 1fr) auto minmax(235px, 1fr);
          align-items: center;
          width: 100%;
        }

        .site-header .navbar-brand {
          grid-column: 1;
          justify-self: start;
          margin: 0;
        }

        .site-header .navbar-expand-xl .header-collapse {
          display: contents !important;
        }

        .site-nav {
          grid-column: 2;
          justify-self: center;
          margin: 0 !important;
        }

        .header-action {
          grid-column: 3;
          justify-self: end;
        }
      }

      @media (max-width: 1199.98px) {
        .site-header .navbar {
          display: flex;
          flex-wrap: wrap;
        }

        .header-collapse {
          flex-basis: 100%;
          width: 100%;
        }

        .site-nav {
          background: #fff;
          padding: 0.8rem 0 1rem;
          margin-top: 0.55rem;
          border-top: 1px solid #edf0f7;
        }

        .site-nav .nav-item {
          margin-bottom: 0.25rem;
        }

        .site-nav .nav-link {
          padding: 0.65rem 0;
        }

        .site-nav .nav-link.active::after {
          width: 2rem;
          right: auto;
        }

        .header-action {
          padding: 0 0 1rem;
        }

        .header-action .header-cta {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 100%;
        }
      }

      @media (max-width: 767.98px) {
        .topbar-inner { min-height: 36px; }
        .topbar-item { font-size: 0.72rem; }
        .topbar-cta { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
        .brand-logo { height: 40px; }
        .site-header .navbar { min-height: 64px; }
      }

      .booking-modal .modal-content {
        border: 1px solid #e5e9ff;
        border-radius: 12px;
      }

      .booking-modal .modal-header {
        border-bottom: 1px solid #ebefff;
        padding-bottom: 0.5rem;
      }

      .booking-modal .modal-body {
        padding-top: 0.9rem;
      }

      .booking-modal .modal-title {
        letter-spacing: -0.01em;
      }

      .booking-modal .form-control,
      .booking-modal textarea {
        min-height: 45px;
      }

      .booking-modal .form-control {
        min-height: 44px;
      }

      .care-section {
        padding: 4rem 0;
        background: linear-gradient(135deg, #0d1330 0%, #171e45 38%, #111a3d 100%);
        color: #eff2ff;
        position: relative;
        overflow: hidden;
      }

      .care-section::before,
      .care-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
        background: radial-gradient(circle, rgba(20, 167, 208, 0.24) 0%, rgba(20, 167, 208, 0) 70%);
        z-index: 0;
      }

      .care-section::before {
        width: 26rem;
        height: 26rem;
        top: -14rem;
        left: -12rem;
      }

      .care-section::after {
        width: 22rem;
        height: 22rem;
        right: -10rem;
        bottom: -12rem;
      }

      .care-shell {
        position: relative;
        z-index: 1;
      }

      .care-heading {
        max-width: 52ch;
      }

      .care-title {
        color: #ffffff;
        margin-bottom: 0.5rem;
        letter-spacing: -0.01em;
      }

      .care-subtitle {
        color: rgba(255, 255, 255, 0.82);
        font-size: 0.98rem;
        line-height: 1.68;
        margin-bottom: 0;
      }

      .care-card {
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 1rem;
        padding: 1.15rem 1.1rem;
        height: 100%;
        min-height: 205px;
        transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
      }

      .care-card:hover {
        transform: translateY(-6px);
        border-color: rgba(20, 167, 208, 0.55);
        background: rgba(255, 255, 255, 0.11);
      }

      .care-icon {
        width: 2.15rem;
        height: 2.15rem;
        border-radius: 0.7rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.85rem;
        color: #101f55;
        background: linear-gradient(135deg, #dff7ff 0%, #c4ecff 100%);
        font-size: 0.98rem;
      }

      .care-card h3 {
        color: #ffffff;
        font-size: 1.05rem;
        margin: 0 0 0.56rem;
      }

      .care-section {
        padding: 6.2rem 0 6rem;
        background:
          radial-gradient(circle at 92% 8%, rgba(20, 167, 208, 0.2), transparent 27%),
          radial-gradient(circle at 4% 92%, rgba(20, 167, 208, 0.1), transparent 25%),
          linear-gradient(125deg, #10133f 0%, #15194b 52%, #0e1639 100%);
      }

      .care-section::before {
        width: 34rem;
        height: 34rem;
        top: -23rem;
        left: -18rem;
        background: transparent;
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: 0 0 0 5rem rgba(255, 255, 255, 0.018);
      }

      .care-heading {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 5rem;
        align-items: end;
        max-width: none;
        margin-bottom: 4rem;
        text-align: left;
      }

      .care-heading-copy {
        position: relative;
        padding-left: 2rem;
        border-left: 1px solid rgba(85, 201, 230, 0.45);
      }

      .care-kicker {
        display: block;
        margin-bottom: 0.85rem;
        color: #77d5eb;
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .care-title {
        max-width: 470px;
        margin: 0 !important;
        font-size: clamp(2.4rem, 4vw, 4.25rem);
        line-height: 1.02;
        letter-spacing: -0.055em;
      }

      .care-subtitle {
        max-width: 640px;
        color: rgba(255, 255, 255, 0.7);
        font-size: 1.03rem;
        line-height: 1.8;
      }

      .care-flow {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .care-flow::before {
        content: "";
        position: absolute;
        top: 17px;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, #55c9e6, rgba(255, 255, 255, 0.16));
      }

      .care-section .care-card {
        position: relative;
        min-height: 0;
        padding: 3.4rem 1.65rem 0 0;
        border: 0;
        border-radius: 0;
        background: transparent;
      }

      .care-section .care-card + .care-card {
        padding-left: 1.65rem;
        border-left: 1px solid rgba(255, 255, 255, 0.11);
      }

      .care-section .care-card:hover {
        transform: none;
        border-color: rgba(255, 255, 255, 0.11);
        background: transparent;
      }

      .care-marker {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        color: #10133f;
        border: 5px solid #15194b;
        border-radius: 50%;
        background: #76d5eb;
        font-size: 0.66rem;
        font-weight: 800;
        z-index: 1;
      }

      .care-section .care-card + .care-card .care-marker {
        left: 1.65rem;
      }

      .care-icon {
        width: auto;
        height: auto;
        margin-bottom: 1.15rem;
        color: #76d5eb;
        background: transparent;
        font-size: 1.35rem;
      }

      .care-card h3 {
        max-width: 220px;
        margin-bottom: 0.75rem;
        font-size: 1.16rem;
        line-height: 1.35;
        letter-spacing: -0.02em;
      }

      .care-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.9rem;
        line-height: 1.72;
      }

      @media (max-width: 991.98px) {
        .care-section { padding: 4.8rem 0; }
        .care-heading { grid-template-columns: 1fr; gap: 1.6rem; margin-bottom: 3rem; }
        .care-heading-copy { padding-left: 0; border-left: 0; }
        .care-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .care-flow::before { display: none; }
        .care-section .care-card,
        .care-section .care-card + .care-card {
          padding: 1.5rem 1.5rem 2rem 3.4rem;
          border-top: 1px solid rgba(255, 255, 255, 0.12);
          border-left: 0;
        }
        .care-marker,
        .care-section .care-card + .care-card .care-marker {
          top: 1.3rem;
          left: 0;
        }
      }

      @media (max-width: 575.98px) {
        .care-flow { grid-template-columns: 1fr; }
        .care-section .care-card,
        .care-section .care-card + .care-card { padding-right: 0; }
      }

      .care-card p {
        margin: 0;
        color: rgba(236, 240, 255, 0.87);
        font-size: 0.93rem;
        line-height: 1.62;
      }

      /* Reference-led core care modules */
      .care-section {
        padding: 5rem 0 5.3rem;
        background:
          radial-gradient(circle at 50% 0%, rgba(201, 151, 46, 0.08), transparent 28%),
          #12102c;
      }

      .care-section::before,
      .care-section::after {
        display: none;
      }

      .care-heading {
        display: block;
        max-width: 760px;
        margin: 0 auto 3.4rem;
        text-align: center;
      }

      .care-heading-copy {
        padding: 0;
        border: 0;
      }

      .care-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 1.15rem;
        padding: 0.46rem 1.15rem;
        color: var(--brand);
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        background: #ffffff;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
      }

      .care-kicker::before {
        content: "";
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .care-title {
        max-width: none;
        margin-bottom: 0.65rem !important;
        color: #ffffff;
        letter-spacing: -0.035em;
      }

      .care-subtitle {
        max-width: 680px;
        margin: 0 auto;
        color: rgba(255, 255, 255, 0.7);
      }

      .care-flow {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }

      .care-flow::before {
        display: none;
      }

      .care-section .care-card,
      .care-section .care-card + .care-card {
        min-height: 245px;
        padding: 1.25rem;
        border: 1px dashed var(--brand-highlight);
        border-radius: 0;
        background: rgba(255, 255, 255, 0.015);
        transition: background 0.2s ease, transform 0.2s ease;
      }

      .care-section .care-card:hover {
        transform: translateY(-3px);
        border-color: var(--brand-highlight);
        background: rgba(201, 151, 46, 0.06);
      }

      .care-card-head {
        display: grid;
        grid-template-columns: 58px 1fr;
        gap: 0.9rem;
        align-items: center;
        margin-bottom: 1.25rem;
      }

      .care-icon {
        width: 58px;
        height: 58px;
        margin: 0;
        color: #ffffff;
        border: 1px solid var(--brand-highlight);
        border-radius: 0.75rem;
        background: transparent;
        font-size: 1.2rem;
      }

      .care-marker,
      .care-section .care-card + .care-card .care-marker {
        position: static;
        display: block;
        width: auto;
        height: auto;
        margin-bottom: 0.2rem;
        color: var(--brand-highlight);
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 0.82rem;
        text-align: left;
      }

      .care-card h3 {
        max-width: none;
        margin: 0;
        color: #ffffff;
        font-size: 1.15rem;
        font-weight: 600;
        line-height: 1.25;
      }

      main .care-section .care-card > p {
        color: rgba(255, 255, 255, 0.76);
        font-size: 0.94rem;
        font-weight: 400;
        line-height: 1.55;
      }

      @media (max-width: 1199.98px) {
        .care-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }

      @media (max-width: 767.98px) {
        .care-section { padding: 4rem 0; }
        .care-heading { margin-bottom: 2.6rem; }
        .care-flow { grid-template-columns: 1fr; gap: 0.9rem; }
        .care-section .care-card,
        .care-section .care-card + .care-card { min-height: 0; padding: 1.2rem; }
      }

      .process-section {
        padding: 5rem 0 5.25rem;
        background: #fff;
        overflow: visible;
      }
      
      .blog-section {
        padding: 5rem 0 5.25rem;
        background: #f7f7f7;
        overflow: visible;
      }

      .process-section .section-title {
        margin-bottom: 0.5rem;
      }

      .process-title-note {
        margin: 0;
        color: #64748b;
        letter-spacing: 0.01em;
      }

      .process-timeline {
        margin-top: 3rem;
        margin-inline: auto;
        max-width: 1120px;
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
        overflow: visible;
      }

      .process-timeline::before {
        content: "";
        position: absolute;
        top: 23px;
        left: 12.5%;
        right: 12.5%;
        height: 2px;
        background: linear-gradient(90deg, #d9e4ff 0%, #7b93ff 50%, #d9e4ff 100%);
        z-index: 0;
      }

      .process-item {
        position: relative;
        min-width: 0;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      .process-step {
        flex: 1 1 auto;
        border-radius: 1rem;
        border: 1px solid #dce6ff;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
        margin-top: 0.9rem;
        padding: 1.2rem 1.15rem 1.3rem;
        position: relative;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
        text-align: center;
        transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      }

      .process-item:hover .process-step {
        transform: translateY(-3px);
        border-color: #b8cbff;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
      }

      .process-marker {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-weight: 800;
        color: #fff;
        background: linear-gradient(135deg, var(--brand), #141e58);
        font-size: 0.9rem;
        border: 5px solid #f8fbff;
        box-shadow: 0 12px 22px rgba(27, 20, 100, 0.24);
        transition: transform 0.2s ease;
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
      }

      .process-item:hover .process-marker {
        transform: scale(1.07);
      }

      .process-step h3 {
        margin: 0 0 0.35rem;
        font-size: 1.08rem;
        color: #0f172a;
      }

      .process-step p {
        margin: 0;
        color: #475569;
        line-height: 1.62;
        font-size: 0.94rem;
      }

      .process-step .step-title-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0.42rem;
        margin-bottom: 0.35rem;
      }

      .process-step .step-badge {
        width: 2rem;
        height: 2rem;
        border-radius: 0.52rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--brand);
        background: #eef4ff;
        border: 1px solid #dde8ff;
        font-size: 0.82rem;
      }

      @media (max-width: 1199.98px) {
        .process-timeline {
          gap: 0.9rem;
        }

        .process-step {
          padding-inline: 0.9rem;
        }
      }

      @media (max-width: 767.98px) {
        .process-timeline {
          gap: 0.9rem;
          grid-template-columns: repeat(1, minmax(0, 1fr));
        }
        .blog-timeline {
          gap: 0.9rem;
          grid-template-columns: repeat(1, minmax(0, 1fr));
        }

        .process-timeline::before {
          display: none;
        }

        .process-step {
          text-align: left;
        }

        .process-step .step-title-wrap {
          justify-content: flex-start;
        }
      }

      .process-section {
        position: relative;
        padding: 6rem 0 5.8rem;
        overflow: hidden;
        background:
          radial-gradient(circle at 88% 18%, rgba(20, 167, 208, 0.09), transparent 24%),
          #ffffff;
      }

      .process-heading {
        display: flex;
        align-items: end;
        justify-content: space-between;
        gap: 2rem;
        margin-bottom: 4rem;
        text-align: left;
      }

      .process-heading .process-title-note {
        margin-bottom: 0.75rem;
        color: var(--brand-accent);
        font-size: 0.76rem;
        font-weight: 700;
        letter-spacing: 0.12em;
      }

      .process-heading .section-title {
        max-width: 570px;
        margin: 0;
        color: var(--brand);
        font-size: clamp(2.2rem, 3.4vw, 3.7rem);
        line-height: 1.05;
        letter-spacing: -0.05em;
      }

      .process-heading-note {
        max-width: 390px;
        margin: 0;
        padding-left: 1.5rem;
        color: #66728a;
        border-left: 1px solid #cdd8ec;
        font-size: 0.95rem;
        line-height: 1.7;
      }

      .process-timeline {
        max-width: 1180px;
        margin-top: 0;
        gap: 0;
      }

      .process-timeline::before {
        top: 23px;
        left: 12.5%;
        right: 12.5%;
        height: 2px;
        background: linear-gradient(90deg, var(--brand-accent), var(--brand), var(--brand-accent));
      }

      .process-item {
        padding: 0 1.35rem;
        text-align: center;
      }

      .process-marker {
        width: 48px;
        height: 48px;
        border: 7px solid #ffffff;
        color: #ffffff;
        background: var(--brand);
        box-shadow: 0 0 0 1px rgba(27, 20, 100, 0.18), 0 8px 22px rgba(27, 20, 100, 0.18);
      }

      .process-step {
        margin-top: 1.55rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        text-align: center;
      }

      .process-item:hover .process-step {
        transform: none;
        border-color: transparent;
        box-shadow: none;
      }

      .process-item:hover .process-marker {
        transform: translateY(-2px);
        background: var(--brand-accent);
      }

      .process-step .step-title-wrap {
        min-height: 2.7rem;
        align-items: flex-start;
        justify-content: center;
        margin: 0 0 0.65rem;
      }

      .process-step h3 {
        margin: 0;
        color: #17213d;
        font-size: 1.1rem;
        line-height: 1.35;
        letter-spacing: -0.02em;
      }

      .process-step p {
        max-width: 245px;
        margin: 0 auto;
        color: #68748a;
        font-size: 0.88rem;
        line-height: 1.65;
      }

      @media (max-width: 767.98px) {
        .process-section { padding: 4.5rem 0; }
        .process-heading { align-items: flex-start; flex-direction: column; margin-bottom: 2.8rem; }
        .process-heading-note { padding-left: 0; border-left: 0; }
        .process-timeline { grid-template-columns: 1fr; gap: 0; }
        .process-timeline::before {
          display: block;
          top: 24px;
          bottom: 24px;
          left: 23px;
          right: auto;
          width: 2px;
          height: auto;
          background: linear-gradient(180deg, var(--brand-accent), var(--brand));
        }
        .process-item {
          display: grid;
          grid-template-columns: 48px 1fr;
          gap: 1.15rem;
          align-items: start;
          padding: 0 0 2rem;
          text-align: left;
        }
        .process-marker { margin: 0; }
        .process-step { margin-top: 0.15rem; text-align: left; }
        .process-step .step-title-wrap { min-height: 0; justify-content: flex-start; margin-bottom: 0.35rem; }
        .process-step p { max-width: none; margin: 0; }
      }

      /* Reference-led four-step modules */
      .process-section {
        padding: 5.2rem 0 5.5rem;
        background: #ffffff;
      }

      .process-heading {
        display: block;
        max-width: 760px;
        margin: 0 auto 3.5rem;
        text-align: center;
      }

      .process-heading .process-title-note {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        margin-bottom: 1.2rem;
        padding: 0.46rem 1.15rem;
        color: var(--brand);
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        font-size: 0.72rem;
        letter-spacing: 0.12em;
      }

      .process-heading .process-title-note::before {
        content: "";
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .process-heading .section-title {
        max-width: none;
        margin-bottom: 0.65rem;
        color: #111332;
        letter-spacing: -0.035em;
      }

      .process-heading-note {
        max-width: 680px;
        margin: 0 auto;
        padding: 0;
        border: 0;
        color: #59647a;
      }

      .process-timeline {
        max-width: 1120px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
      }

      .process-timeline::before {
        display: none;
      }

      .process-item {
        position: relative;
        display: block;
        min-height: 265px;
        padding: 1.45rem 1.25rem 1.35rem;
        border: 1px solid rgba(17, 19, 50, 0.08);
        border-top: 1px solid var(--brand-highlight);
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(17, 19, 50, 0.06);
        text-align: center;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
      }

      .process-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 16px 30px rgba(17, 19, 50, 0.1);
      }

      .process-marker {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: auto;
        height: auto;
        margin: 0;
        color: var(--brand-highlight);
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        font-size: 0.72rem;
        letter-spacing: 0.06em;
      }

      .process-item:hover .process-marker {
        color: var(--brand-highlight);
        background: transparent;
        transform: none;
      }

      .process-step {
        margin: 0;
        padding: 0;
        text-align: center;
      }

      .process-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 74px;
        height: 74px;
        margin: 0.35rem auto 1.4rem;
        color: var(--brand-highlight);
        border-radius: 0.8rem;
        background: rgba(201, 151, 46, 0.09);
        font-size: 1.45rem;
      }

      .process-step .step-title-wrap {
        min-height: 3.2rem;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 0.55rem;
      }

      .process-step h3 {
        color: #111332;
        font-size: 1.18rem;
        font-weight: 500;
        line-height: 1.35;
      }

      main .process-section .process-step > p {
        max-width: 230px;
        margin: 0 auto;
        color: #687287;
        font-size: 0.88rem;
        line-height: 1.55;
      }

      @media (max-width: 991.98px) {
        .process-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }

      @media (max-width: 575.98px) {
        .process-section { padding: 4rem 0; }
        .process-heading { margin-bottom: 2.6rem; }
        .process-timeline { grid-template-columns: 1fr; gap: 0.9rem; }
        .process-item { min-height: 0; }
      }

      .contact-section {
        padding: 6.5rem 0 6rem;
        position: relative;
        overflow: hidden;
        background:
          radial-gradient(circle at 8% 14%, rgba(20, 167, 208, 0.18), transparent 28%),
          radial-gradient(circle at 94% 88%, rgba(27, 20, 100, 0.14), transparent 34%),
          linear-gradient(135deg, #f1f6ff 0%, #ffffff 48%, #f5f9ff 100%);
      }

      .faq-section {
        position: relative;
        overflow: hidden;
        padding: 5.25rem 0 5.5rem;
        background: #fff;
      }

      .faq-lines {
        position: absolute;
        top: -1.5rem;
        left: -5rem;
        width: min(49rem, 58vw);
        height: auto;
        color: var(--brand-highlight);
        opacity: 0.13;
        pointer-events: none;
      }

      .faq-copy {
        position: relative;
        max-width: 760px;
        margin: 0 auto 2.8rem;
        text-align: center;
        z-index: 1;
      }

      .faq-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        min-height: 2rem;
        padding: 0.28rem 1rem;
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        color: var(--brand);
        background: rgba(255, 255, 255, 0.9);
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      .faq-kicker::before {
        content: "";
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .faq-title {
        margin: 1rem 0 0.55rem;
        color: var(--brand);
        font-size: var(--type-section-title);
        font-weight: 600;
        line-height: 1.08;
        letter-spacing: -0.025em;
      }

      .faq-intro {
        margin: 0;
        color: #5d6980;
        font-size: 1.05rem;
        line-height: 1.55;
      }

      .faq-accordion {
        position: relative;
        display: grid;
        gap: 0.75rem;
        max-width: 960px;
        margin: 0 auto;
        border: 0;
        z-index: 1;
      }

      .faq-accordion .accordion-item {
        overflow: hidden;
        border: 1px solid rgba(27, 20, 100, 0.1);
        border-radius: 0.7rem !important;
        background: #fff;
        box-shadow: 0 5px 18px rgba(27, 20, 100, 0.07);
      }

      .faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
        border-color: rgba(201, 151, 46, 0.25);
        background: rgba(201, 151, 46, 0.075);
      }

      .faq-accordion .accordion-button {
        gap: 1rem;
        padding: 1.15rem 1.3rem;
        color: #17213d;
        background: transparent;
        box-shadow: none;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.45;
      }

      .faq-accordion .accordion-button:not(.collapsed) {
        color: var(--brand);
        background: transparent;
        box-shadow: none;
      }

      .faq-number {
        flex: 0 0 2rem;
        color: var(--brand-highlight);
        font-size: 0.72rem;
        letter-spacing: 0.08em;
      }

      .faq-accordion .accordion-button::after {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
      }

      .faq-section .faq-accordion .accordion-body {
        max-width: none;
        padding: 0 3.8rem 1.25rem;
        color: #626f86;
        font-size: 0.98rem;
        line-height: 1.6;
      }

      @media (max-width: 991.98px) {
        .faq-section { padding: 4.6rem 0; }
        .faq-lines { width: 44rem; left: -15rem; opacity: 0.1; }
      }

      @media (max-width: 575.98px) {
        .faq-section { padding: 3.8rem 0; }
        .faq-copy { margin-bottom: 2rem; }
        .faq-accordion .accordion-button { gap: 0.55rem; padding: 1rem; font-size: 0.96rem; }
        .faq-number { flex-basis: 1.6rem; }
        .faq-section .faq-accordion .accordion-body { padding: 0 1rem 1rem; }
      }

      .prefooter-cta {
        padding: 4.5rem 0;
        background: #f5f5f7;
      }

      .prefooter-cta-panel {
        position: relative;
        overflow: hidden;
        max-width: 1180px;
        margin: 0 auto;
        padding: 3.6rem 2rem;
        border-radius: 1rem;
        text-align: center;
        color: #fff;
        background:
          radial-gradient(circle at 85% 10%, rgba(201, 151, 46, 0.16), transparent 27rem),
          linear-gradient(125deg, #171038 0%, #21104d 55%, #1b1464 100%);
        box-shadow: 0 18px 45px rgba(27, 20, 100, 0.16);
      }

      .prefooter-cta-panel::before,
      .prefooter-cta-panel::after {
        content: "";
        position: absolute;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 50%;
        pointer-events: none;
      }

      .prefooter-cta-panel::before {
        width: 18rem;
        height: 18rem;
        left: -9rem;
        bottom: -13rem;
      }

      .prefooter-cta-panel::after {
        width: 13rem;
        height: 13rem;
        right: -6rem;
        top: -9rem;
      }

      .prefooter-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.3rem 1rem;
        border: 1px solid var(--brand-highlight);
        border-radius: 999px;
        color: var(--brand);
        background: #fff;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.14em;
        text-transform: uppercase;
      }

      .prefooter-kicker::before {
        content: "";
        width: 0.42rem;
        height: 0.42rem;
        border-radius: 50%;
        background: var(--brand-highlight);
      }

      .prefooter-cta-title {
        margin: 1.15rem 0 0.45rem;
        color: #fff;
        font-size: clamp(1.9rem, 2.5vw, 2.75rem);
        font-weight: 600;
        line-height: 1.1;
      }

      .prefooter-cta-text {
        max-width: 650px;
        margin: 0 auto 1.6rem;
        color: rgba(255, 255, 255, 0.76);
        font-size: 1.05rem;
        line-height: 1.55;
      }

      .prefooter-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.65rem;
        min-height: 3.15rem;
        padding: 0.75rem 1.45rem;
        border: 1px solid var(--brand-highlight);
        border-radius: 0.55rem;
        color: #fff;
        background: var(--brand-highlight);
        font-weight: 600;
        text-decoration: none;
        box-shadow: 0 10px 24px rgba(201, 151, 46, 0.25);
        transition: transform 0.2s ease, background-color 0.2s ease;
      }

      .prefooter-cta-btn:hover {
        color: #fff;
        background: #b88726;
        transform: translateY(-2px);
      }

      @media (max-width: 575.98px) {
        .prefooter-cta { padding: 2.75rem 0; }
        .prefooter-cta-panel { padding: 3rem 1.25rem; border-radius: 0.85rem; }
        .prefooter-cta-text { font-size: 1rem; }
      }

      .site-footer {
        position: relative;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.72);
        background:
          radial-gradient(circle at 82% 8%, rgba(20, 167, 208, 0.2), transparent 28%),
          radial-gradient(circle at 8% 100%, rgba(20, 167, 208, 0.1), transparent 30%),
          linear-gradient(135deg, #0b0e32 0%, #111342 58%, #0d1538 100%);
      }

      .site-footer::before {
        content: "";
        position: absolute;
        width: 28rem;
        height: 28rem;
        right: -15rem;
        top: -15rem;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 50%;
        box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.025), 0 0 0 8rem rgba(255, 255, 255, 0.018);
        pointer-events: none;
      }

      .footer-main {
        position: relative;
        padding: 5.5rem 0 3.8rem;
      }

      .footer-brand {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
      }

      .footer-logo {
        display: block;
        width: auto;
        height: 58px;
        max-width: 250px;
        object-fit: contain;
        object-position: left center;
        filter: brightness(0) invert(1);
        opacity: 0.96;
      }

      .footer-intro {
        max-width: 27rem;
        margin: 1.55rem 0 0;
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.94rem;
        line-height: 1.8;
      }

      .footer-heading {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        margin-bottom: 1.35rem;
        color: #ffffff;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.12em;
        text-transform: uppercase;
      }

      .footer-heading::before {
        content: "";
        width: 1.8rem;
        height: 2px;
        background: #55c9e6;
      }

      .footer-links,
      .footer-contact {
        display: grid;
        gap: 0.8rem;
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .footer-links a,
      .footer-contact a {
        color: rgba(255, 255, 255, 0.72);
        text-decoration: none;
        transition: color 0.2s ease, transform 0.2s ease;
      }

      .footer-links a {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
      }

      .footer-links a::before {
        content: "";
        width: 0;
        height: 1px;
        background: #55c9e6;
        transition: width 0.2s ease;
      }

      .footer-links a:hover::before {
        width: 0.9rem;
      }

      .footer-links a:hover,
      .footer-contact a:hover {
        color: #ffffff;
        transform: translateX(3px);
      }

      .footer-contact li {
        display: flex;
        align-items: flex-start;
        gap: 0.65rem;
        line-height: 1.55;
      }

      .footer-contact span,
      .footer-contact a {
        font-size: 0.9rem;
      }

      .footer-contact i {
        width: 1.15rem;
        margin-top: 0.2rem;
        color: #55c9e6;
        text-align: center;
      }

      .footer-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1.5rem;
        margin-top: 4rem;
        padding: 2rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 0;
        background: transparent;
      }

      .footer-cta strong {
        display: block;
        color: #ffffff;
        font-size: clamp(1.35rem, 2vw, 1.9rem);
        letter-spacing: -0.035em;
      }

      .footer-cta span {
        display: block;
        margin-top: 0.2rem;
        color: rgba(255, 255, 255, 0.62);
        font-size: 0.88rem;
      }

      .footer-cta .btn {
        flex: 0 0 auto;
        border-color: #55c9e6;
        border-radius: 0.65rem;
        background: #55c9e6;
        color: #101342;
        font-weight: 700;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
      }

      .footer-cta .btn:hover,
      .footer-cta .btn:focus {
        border-color: #ffffff;
        background: #ffffff;
        color: var(--brand);
      }

      .footer-bottom {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 1.25rem 0;
        border-top: 0;
        font-size: 0.78rem;
      }

      .footer-bottom p { margin: 0; }

      .footer-legal {
        display: flex;
        gap: 1.2rem;
      }

      .footer-legal a {
        color: rgba(255, 255, 255, 0.62);
        text-decoration: none;
      }

      .footer-legal a:hover { color: #ffffff; }

      @media (max-width: 767.98px) {
        .footer-main { padding: 3.8rem 20px 2.8rem; }
        .footer-cta { align-items: flex-start; flex-direction: column; margin-top: 2.5rem; }
        .footer-cta .btn { width: 100%; }
        .footer-bottom { align-items: flex-start; flex-direction: column; }
        .footer-logo { height: 50px; max-width: 220px; }
      }

      /* Compact reference-style footer */
      .site-footer { position:relative; overflow:hidden; color:rgba(255,255,255,.78); background:#141126; }
      .site-footer::before { display:none; }
      .footer-main { position:relative; padding:4.25rem 0 2.7rem; }
      .footer-brand { display:inline-flex; align-items:center; text-decoration:none; }
      .footer-logo { display:block; width:auto; height:48px; max-width:230px; object-fit:contain; object-position:left center; filter:brightness(0) invert(1); opacity:1; }
      .footer-intro { max-width:20rem; margin:1rem 0 1.35rem; color:rgba(255,255,255,.72); font-size:.9rem; line-height:1.6; }
      .footer-heading { display:block; margin-bottom:1.1rem; color:#fff; font-size:1.15rem; font-weight:600; letter-spacing:0; text-transform:none; }
      .footer-heading::before { display:none; }
      .footer-links,.footer-contact { display:grid; gap:.7rem; margin:0; padding:0; list-style:none; }
      .footer-links a,.footer-contact a { color:rgba(255,255,255,.76); text-decoration:none; transition:color .2s ease,transform .2s ease; }
      .footer-links a { display:inline-block; font-size:.9rem; }
      .footer-links a::before { display:none; }
      .footer-links a:hover,.footer-contact a:hover { color:var(--brand-highlight); transform:translateX(2px); }
      .footer-contact li { display:flex; align-items:flex-start; gap:.65rem; line-height:1.5; }
      .footer-contact span,.footer-contact a { font-size:.88rem; }
      .footer-contact i { width:1.15rem; margin-top:.2rem; color:var(--brand-highlight); text-align:center; }
      .footer-socials { display:flex; align-items:center; gap:.65rem; }
      .footer-socials a { display:inline-flex; align-items:center; justify-content:center; width:2rem; height:2rem; border:1px solid rgba(255,255,255,.72); color:#fff; text-decoration:none; transition:color .2s ease,border-color .2s ease,transform .2s ease; }
      .footer-socials a:hover { border-color:var(--brand-highlight); color:var(--brand-highlight); transform:translateY(-2px); }
      .footer-cta { display:none; }
      .footer-bottom { position:relative; display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1.1rem 20px 1.35rem; border-top:1px solid var(--brand-highlight); color:rgba(255,255,255,.72); font-size:.76rem; }
      .footer-bottom p { margin:0; }
      .footer-legal { display:flex; gap:1.35rem; order:-1; }
      .footer-legal a { color:#fff; font-weight:600; text-decoration:none; }
      .footer-legal a:hover { color:var(--brand-highlight); }
      @media (max-width:767.98px) { .footer-main{padding:3.5rem 20px 2.4rem}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-logo{height:44px;max-width:210px}.footer-legal{order:0;flex-wrap:wrap} }
      .contact-section::before,
      .contact-section::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border: 1px solid rgba(27, 20, 100, 0.08);
        border-radius: 50%;
      }

      .contact-section::before { width: 32rem; height: 32rem; left: -19rem; top: 10rem; }
      .contact-section::after { width: 25rem; height: 25rem; right: -13rem; bottom: -12rem; }

      .contact-kicker {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: #1b1464;
      }

      .contact-kicker::before {
        content: "";
        width: 16px;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, #1b1464, #14a7d0);
      }

      .contact-copy h2 {
        font-size: clamp(2.35rem, 4vw, 4rem);
        line-height: 1.04;
        letter-spacing: -0.055em;
        color: #1b1464;
        max-width: 28rem;
      }

      .contact-copy p {
        font-size: 1.02rem;
        color: #53617d;
        max-width: 34rem;
        margin-bottom: 1rem;
        line-height: 1.8;
      }

      .contact-copy h2 {
        position: relative;
        padding-left: 0;
        margin-bottom: 1.8rem !important;
      }

      .contact-copy h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: auto;
        bottom: -1rem;
        width: 4.5rem;
        height: 4px;
        border-radius: 999px;
        background: #14a7d0;
      }

      .contact-copy .text-muted {
        color: #475569 !important;
      }

      .contact-glow {
        position: relative;
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        margin-top: 2rem;
        color: #1f2d5a;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.72);
        border-radius: 0.75rem;
        padding: 0.7rem 0.95rem;
        border-left: 3px solid #14a7d0;
        box-shadow: 0 8px 24px rgba(27, 20, 100, 0.08);
        animation: pulseNow 2.8s ease-in-out infinite;
      }

      .contact-glow::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #14a7d0;
        box-shadow: 0 0 0 5px rgba(20, 167, 208, 0.12);
      }

      @keyframes pulseNow {
        0%, 100% {
          box-shadow: 0 6px 22px rgba(27, 20, 100, 0.09);
        }
        50% {
          box-shadow: 0 10px 28px rgba(20, 167, 208, 0.25);
        }
      }

      .contact-form-shell {
        min-height: 100%;
        padding: 2rem 2.15rem 2.1rem;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.88);
        border-radius: 1.35rem;
        background: rgba(255, 255, 255, 0.72);
        box-shadow: 0 22px 60px rgba(27, 20, 100, 0.12);
        backdrop-filter: blur(14px);
      }

      .contact-form-shell::before {
        content: "";
        position: absolute;
        inset: 0.55rem;
        border-radius: 1rem;
        background:
          radial-gradient(circle at 100% 0%, rgba(27, 20, 100, 0.14), transparent 36%),
          linear-gradient(140deg, rgba(20, 167, 208, 0.08), rgba(20, 167, 208, 0));
        opacity: 0.55;
        filter: blur(0.6px);
        z-index: 0;
        pointer-events: none;
      }

      .contact-form-shell > * {
        position: relative;
        z-index: 1;
      }

      .contact-form-shell h4 { color: #1b1464; font-size: 1.55rem; letter-spacing: -0.025em; }
      .contact-form-shell > p { color: #65718a !important; font-size: 0.92rem; }

      .contact-form .form-control {
        border: 1px solid #d8e2ff;
        border-radius: 0.85rem;
        padding: 0.95rem 1rem;
        min-height: 54px;
        box-shadow: none;
        background: rgba(248, 251, 255, 0.9);
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      }

      .contact-form .form-control:focus {
        box-shadow: 0 0 0 0.2rem rgba(27, 20, 100, 0.11);
        border-color: #a3bbff;
        transform: translateY(-1px);
        background: #ffffff;
      }

      .contact-form button {
        border-radius: 0.95rem;
        min-height: 54px;
        font-weight: 700;
        letter-spacing: 0.012rem;
        box-shadow: 0 12px 22px rgba(27, 20, 100, 0.18);
      }

      .contact-section {
        padding: 0;
        background: linear-gradient(90deg, #f2f6ff 0%, #f2f6ff 50%, var(--brand) 50%, #111352 100%);
      }

      .contact-section::before {
        width: 30rem;
        height: 30rem;
        left: -18rem;
        top: -11rem;
        border-color: rgba(27, 20, 100, 0.09);
      }

      .contact-section::after {
        width: 27rem;
        height: 27rem;
        right: -13rem;
        bottom: -14rem;
        border-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 4rem rgba(255, 255, 255, 0.02);
      }

      .contact-layout {
        min-height: 560px;
      }

      .contact-copy,
      .contact-form-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 5.5rem;
        padding-bottom: 5.5rem;
      }

      .contact-copy {
        padding-right: clamp(2rem, 5vw, 5.5rem);
      }

      .contact-form-column {
        padding-left: clamp(2rem, 5vw, 5.5rem);
      }

      .contact-copy h2 {
        max-width: 31rem;
        font-size: clamp(2.5rem, 4.1vw, 4.35rem);
      }

      .contact-copy p {
        max-width: 35rem;
        color: #59667e;
        font-size: 0.98rem;
        line-height: 1.72;
      }

      .contact-copy .contact-lead {
        color: #34415e;
        font-size: 1.08rem;
        font-weight: 500;
      }

      .contact-glow {
        margin-top: 1.65rem;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        animation: none;
      }

      .contact-form-shell {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
      }

      .contact-form-shell::before {
        display: none;
      }

      .contact-form-shell h4 {
        margin-bottom: 0.55rem !important;
        color: #ffffff;
        font-size: clamp(1.75rem, 2.5vw, 2.35rem);
      }

      .contact-form-shell > p {
        max-width: 28rem;
        margin-bottom: 2rem !important;
        color: rgba(255, 255, 255, 0.66) !important;
        line-height: 1.6;
      }

      .contact-form .form-control {
        min-height: 58px;
        padding: 0.8rem 0;
        color: #ffffff;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 0;
        background: transparent;
        font-size: 1rem;
      }

      .contact-form .form-control::placeholder {
        color: rgba(255, 255, 255, 0.57);
      }

      .contact-form .form-control:focus {
        color: #ffffff;
        border-color: #69d1e8;
        background: transparent;
        box-shadow: none;
        transform: none;
      }

      .contact-form button {
        width: auto !important;
        min-width: 190px;
        min-height: 52px;
        margin-top: 0.65rem;
        align-self: flex-start;
        border-color: var(--brand-accent);
        border-radius: 0.65rem;
        background: var(--brand-accent);
        box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
      }

      .contact-form button:hover,
      .contact-form button:focus {
        border-color: #ffffff;
        background: #ffffff;
        color: var(--brand);
      }

      .contact-form-meta {
        display: flex;
        gap: 1.25rem;
        margin-top: 1.8rem;
        color: rgba(255, 255, 255, 0.65);
        font-size: 0.78rem;
      }

      .contact-form-meta span {
        display: inline-flex;
        align-items: center;
        gap: 0.45rem;
      }

      .contact-form-meta i {
        color: #69d1e8;
      }

      @media (max-width: 767.98px) {
        .contact-section {
          padding: 0;
          background: linear-gradient(180deg, #f2f6ff 0%, #f2f6ff 48%, var(--brand) 48%, #111352 100%);
        }

        .contact-copy {
          margin-top: 0;
          padding: 4rem 0 3.5rem;
        }

        .contact-glow {
          margin-top: 1rem;
        }

        .contact-form-column {
          padding: 4rem 0;
        }

        .contact-form button {
          width: 100% !important;
        }

        .contact-form-meta {
          align-items: flex-start;
          flex-direction: column;
          gap: 0.6rem;
        }
        
        .hero-connect.mt-3 {
    border: 1px solid #ffffff3b;
    padding: 25px;
}

 .hero-connect input {
        
        width: 100%;
      }

      }
      @media (max-width: 767.98px) {
    .hero-field, .hero-submit {
        width: 100%;
        justify-content: normal;
        display: grid
;
    }
}
      
      @media (min-width: 1400px) {
            .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
                max-width: 1161px!important;
            }
        }
        
        @media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 480px;
    }
    
    
}

@media (max-width: 1199.98px) {
        .site-header .navbar {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%;
          max-width: 100%;
          min-height: 58px;
          margin: 0 auto;
          padding: 0.4rem 0.85rem !important;
          box-sizing: border-box;
        }

        .site-header .navbar-brand {
          flex: 1 1 auto;
          min-width: 0;
          max-width: calc(100% - 54px);
          margin: 0 0.65rem 0 0;
          padding: 0;
        }

        .site-header .brand-logo {
          display: block;
          width: auto;
          max-width: min(190px, 100%);
          height: auto;
          margin: 0 !important;
        }

        .site-header .header-toggler {
          position: static;
          right: auto;
          flex: 0 0 42px;
          width: 42px;
          height: 42px;
          margin: 0 !important;
          padding: 0.35rem;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
        }

        .site-header .header-collapse {
          flex-basis: 100%;
          width: 100%;
          max-width: 100%;
        }
      }

      @media (max-width: 575.98px) {
        .site-header .navbar { padding-inline: 0.75rem !important; }
        .site-header .brand-logo { max-width: min(165px, 100%); }
      }

/* Standard two-column hero with a real image element */
        .hero {
          display: grid !important;
          grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
          align-items: center;
          gap: clamp(2rem, 3vw, 3rem);
          min-height: auto !important;
          padding: 3.5rem max(0.75rem, calc((100vw - 960px) / 2)) !important;
        }

        .hero > .container {
          grid-column: 1;
          grid-row: 1;
          width: 100%;
          max-width: none;
          margin: 0;
          padding: 0;
          position: relative;
          z-index: 1;
        }

        .hero > .container > .row {
          --bs-gutter-x: 0;
          margin: 0;
        }

        .hero > .container > .row > .col-lg-6 {
          width: 100%;
          max-width: 100%;
          flex: 0 0 100%;
          padding: 0;
        }

        .hero .hero-side-image {
          position: relative !important;
          inset: auto !important;
          grid-column: 2;
          grid-row: 1;
          display: block !important;
          width: 100% !important;
          max-width: none !important;
          height: 380px !important;
          border-radius: 1.25rem;
          overflow: hidden;
          background: none !important;
          opacity: 1 !important;
          box-shadow: 0 22px 52px rgba(5, 7, 28, 0.28);
          z-index: 1;
        }

        .hero-side-image img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center 36%;
        }

        @media (min-width: 1200px) {
          .hero {
            padding-inline: max(0.75rem, calc((100vw - 1140px) / 2)) !important;
          }
        }

        @media (min-width: 1400px) {
          .hero {
            padding-inline: max(0.75rem, calc((100vw - 1161px) / 2)) !important;
          }
        }

        @media (max-width: 991.98px) {
          .hero {
            grid-template-columns: minmax(0, 1fr);
            gap: 0;
            padding: 3rem max(0.75rem, calc((100vw - 960px) / 2)) !important;
          }

          .hero > .container { grid-column: 1; }
          .hero > .container { grid-row: 1; }
          .hero .hero-side-image { display: none !important; }
        }

        @media (max-width: 575.98px) {
          .hero { padding: 2.6rem 1rem !important; }
          .hero .hero-side-image { height: 280px !important; border-radius: 0.9rem; }
        }

/* MOBILE ONLY */
.display-mobile-only {
    display: none !important;
}

@media (max-width: 767px) {

    .hero-stats.display-mobile-only {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto !important;
        column-gap: 16px !important;
        row-gap: 14px !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 18px 0 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: 0 !important;
        text-align: center;
    }


    /* RESET ALL OLD GRID / WIDTH RULES */
    .hero-stats.display-mobile-only > .hero-stat {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;

        grid-column: auto !important;
        grid-row: auto !important;

        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;

        flex: none !important;

        margin: 0 !important;
        padding: 0 !important;

        background: transparent !important;
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;

        gap: 9px !important;
    }


    /* FORCE EXACT 2 x 2 POSITIONING */
    .hero-stats.display-mobile-only > .hero-stat:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .hero-stats.display-mobile-only > .hero-stat:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    .hero-stats.display-mobile-only > .hero-stat:nth-child(3) {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    .hero-stats.display-mobile-only > .hero-stat:nth-child(4) {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }


    /* ICON */
    .hero-stats.display-mobile-only .hero-stat-icon {
        display: none !important;
        align-items: center !important;
        justify-content: center !important;

        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;

        margin: 0 !important;

        border-radius: 50% !important;
        background: rgba(255,255,255,0.12) !important;
        color: #fff !important;
      right: -30px;
        position: relative;
        
    }


    /* TEXT AREA */
    .hero-stats.display-mobile-only .hero-stat-body {
        flex: 1 !important;
        width: auto !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .hero-stats.display-mobile-only .hero-stat-value {
        margin: 0 !important;
        padding: 0 !important;

        color: #fff !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 1.2 !important;
    }

    .hero-stats.display-mobile-only .hero-stat-label {
        margin: 3px 0 0 !important;
        padding: 0 !important;

        color: rgba(255,255,255,0.65) !important;
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 300;
    }
}

.hero-field.display-mobile-only {
    display: grid !important
;
    justify-content: center;
}

/* Hide by default */
            .display-mobile-only {
                display: none !important;
            }
            
            /* Show only on mobile */
            @media (max-width: 767px) {
                .display-mobile-only {
                    display: block !important;
                }
            }
            
            
             /* Hide by default */
            .hide-mobile-only {
                display: block !important;
            }
            
            /* Show only on mobile */
            @media (max-width: 767px) {
                .hide-mobile-only {
                    display: none !important;
                }
            }



.blog-timeline {
        margin-top: 3rem;
        margin-inline: auto;
        max-width: 1120px;
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
        overflow: visible;
      }

      /*.blog-timeline::before {*/
      /*  content: "";*/
      /*  position: absolute;*/
      /*  top: 23px;*/
      /*  left: 12.5%;*/
      /*  right: 12.5%;*/
      /*  height: 2px;*/
      /*  background: linear-gradient(90deg, #d9e4ff 0%, #7b93ff 50%, #d9e4ff 100%);*/
      /*  z-index: 0;*/
      /*}*/

      .blog-item {
        position: relative;
        min-width: 0;
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
      }

      .blog-step {
        flex: 1 1 auto;
        border-radius: 10px;
        border: 1px solid #f9f5eb;
        background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
        margin-top: 0.9rem;
        padding: 1.2rem 1.15rem 1.3rem;
        position: relative;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
        text-align: center;
        transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
      }

      .blog-item:hover .blog-step {
        transform: translateY(-3px);
        border-color: #b8cbff;
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
      }

      .blog-marker {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-weight: 800;
        color: #fff;
        background: linear-gradient(135deg, var(--brand), #141e58);
        font-size: 0.9rem;
        border: 5px solid #f8fbff;
        box-shadow: 0 12px 22px rgba(27, 20, 100, 0.24);
        transition: transform 0.2s ease;
        position: relative;
        z-index: 2;
        flex: 0 0 auto;
      }

      .blog-item:hover .blog-marker {
        transform: scale(1.07);
      }

      .blog-step h3 {
        margin: 0 0 0.35rem;
        font-size: 1.08rem;
        color: #0f172a;
      }

      .blog-step p {
        margin-top: 10px;
        color: #475569;
      
        font-size: 0.94rem;
        text-align: left;
      }

      .blog-step .step-title-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0.42rem;
        margin-bottom: 0.35rem;
      }
      
      .blog-title-wrap{
          text-align:left;
        
          margin-bottom:10px;
      }
      
      
      @media (max-width: 767.98px) {
       
        .blog-timeline {
          gap: 0.9rem;
          grid-template-columns: repeat(1, minmax(0, 1fr));
        }
      }

      /* Clean editorial blog cards */
      .blog-timeline {
        max-width: 1161px;
        margin-top: 3.25rem;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.35rem;
      }

      .blog-step {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto auto 1fr;
        min-height: 0;
        margin: 0;
        padding: 0.85rem 0.85rem 1.15rem;
        overflow: hidden;
        border: 1px solid rgba(27, 20, 100, 0.12);
        border-top: 3px solid var(--brand-highlight);
        border-radius: 0.85rem;
        background: #ffffff;
        box-shadow: none;
        text-align: left;
        transition: transform 0.25s ease, border-color 0.25s ease;
      }

      .blog-item:hover .blog-step {
        transform: translateY(-3px);
        border-color: rgba(201, 151, 46, 0.52);
        box-shadow: none;
      }

      .blog-step > img {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 16 / 10;
        margin-bottom: 1rem;
        border-radius: 0.6rem;
        object-fit: cover;
        object-position: center;
        transition: transform 0.35s ease;
      }

      .blog-item:hover .blog-step > img {
        transform: scale(1.025);
      }

      .blog-title-wrap {
        grid-column: 1;
        grid-row: 2;
        margin: 0 0 0.65rem;
      }

      .blog-title-wrap::before {
        content: "Navel Health";
        display: block;
        margin-bottom: 0.45rem;
        color: var(--brand-highlight);
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.13em;
        text-transform: uppercase;
      }

      .blog-step h3 {
        margin: 0;
        color: #111332;
        font-size: 1.08rem;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: -0.02em;
      }

      .blog-step p {
        grid-column: 1;
        grid-row: 3;
        display: -webkit-box;
        margin: 0;
        overflow: hidden;
        color: #5c687e;
        font-size: 0.95rem;
        line-height: 1.6;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
      }

      .blog-step::after {
        content: none;
        display: none;
      }

      @media (max-width: 991.98px) {
        .blog-timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }

      @media (max-width: 575.98px) {
        .blog-timeline { margin-top: 2.4rem; }

        .blog-timeline { grid-template-columns: 1fr; }

        .blog-step {
          grid-template-columns: 1fr;
          grid-template-rows: auto auto auto;
          min-height: 0;
          padding: 0.85rem;
        }

        .blog-step > img {
          grid-column: 1;
          grid-row: 1;
          min-height: 0;
          aspect-ratio: 16 / 10;
          margin-bottom: 1rem;
        }

        .blog-title-wrap { grid-column: 1; grid-row: 2; }
        .blog-step p { grid-column: 1; grid-row: 3; }
      }

      .blog-swiper { overflow: visible; }
      .blog-pagination { display: none; }

      @media (max-width: 767.98px) {
        .blog-swiper {
          width: 100%;
          padding: 0 0 2.4rem;
          overflow: hidden;
        }

        .blog-swiper .blog-timeline {
          display: flex;
          gap: 0;
          max-width: none;
          margin-top: 2.4rem;
        }

        .blog-swiper .blog-item {
          width: 100% !important;
          height: auto;
        }

        .blog-pagination {
          display: block;
          bottom: 0 !important;
        }

        .blog-pagination .swiper-pagination-bullet {
          width: 9px;
          height: 9px;
          background: rgba(27, 20, 100, 0.3);
          opacity: 1;
        }

        .blog-pagination .swiper-pagination-bullet-active {
          width: 20px;
          border-radius: 999px;
          background: var(--brand);
        }
      }

.reviews-section {
            position: relative;
            background: linear-gradient(180deg, #f7f9ff 0%, #f2f6ff 50%, #edf2ff 100%);
            padding: 5rem 0;
            overflow-x: hidden;
            overflow-y: visible;
          }

          html, body {
            overflow-x: clip;
          }

          .review-swiper {
            width: 100%;
            max-width: 100%;
            padding: 1rem 1.5rem 3rem;
            margin-top: 2.1rem;
            overflow: hidden;
            box-sizing: border-box;
          }

          .reviews-section .text-center .section-title,
          .reviews-section .text-center .process-title-note {
            position: relative;
            z-index: 2;
          }

          .reviews-section .section-title {
            color: #0f172a;
          }

          .google-score-badge {
            display: inline-flex;
            align-items: center;
            gap: 0.65rem;
            background: #ffffff;
            border: 1px solid #dce5ff;
            border-radius: 999px;
            padding: 0.42rem 0.8rem;
            font-size: 0.86rem;
            font-weight: 600;
            color: #1f2937;
            margin-top: 0.9rem;
            box-shadow: none;
          }

          .google-score-g {
            width: 18px;
            height: 18px;
            object-fit: contain;
          }

          .review-swiper {
            width: 100%;
            max-width: 100%;
            padding: 1rem 1.5rem 3rem;
            margin-top: 2.1rem;
            overflow: hidden;
            box-sizing: border-box;
          }

          .review-swiper .swiper-wrapper {
            width: 100%;
            align-items: stretch;
          }

          .review-swiper .swiper-slide {
            overflow: visible;
            height: auto;
          }

          .review-swiper::before,
          .review-swiper::after {
            display: none;
          }

          .review-swiper::before { left: 0; }
          .review-swiper::after { right: 0; }

          .review-slide-inner {
            overflow: visible;
          }

          .review-slide-inner {
            background: #ffffff;
            border-radius: 1.25rem;
            border: 1px solid #d9e4ff;
            padding: 1.35rem;
            height: 100%;
            min-height: 215px;
            box-shadow: none;
            position: relative;
            overflow: visible;
          }

          .review-slide-inner::before {
            content: "“";
            position: absolute;
            top: 0.25rem;
            right: 1rem;
            font-family: "Source Sans 3", sans-serif;
            font-size: 4rem;
            color: #e3ecff;
            line-height: 1;
            transform: rotate(180deg);
          }

          .review-top {
            display: flex;
            align-items: center;
            gap: 0.9rem;
          }

          .review-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            border: 2px solid #e6eeff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-weight: 700;
            font-size: 1rem;
            color: #ffffff;
            text-transform: uppercase;
            letter-spacing: 0.02rem;
          }

          .review-avatar--blue {
            background: #1a73e8;
          }

          .review-avatar--green {
            background: #34a853;
          }

          .review-avatar--yellow {
            background: #fbbc04;
            color: #1f2937;
          }

          .review-avatar--red {
            background: #ea4335;
          }

          .review-avatar--purple {
            background: #8a44f5;
          }

          .review-stars {
            color: #fbbc04;
            letter-spacing: 0.06rem;
            font-size: 0.9rem;
          }

          .review-stars .fa-regular {
            color: #d5deef;
          }

          .review-author {
            margin-top: 0.35rem;
            color: #0b1220;
            line-height: 1.28;
          }

          .review-text {
            color: #334155;
            margin: 1rem 0 0.9rem;
            font-size: 0.95rem;
            line-height: 1.62;
          }

          .review-meta {
            color: #475569;
            font-size: 0.84rem;
            margin: 0;
          }

          .review-chip {
            display: inline-flex;
            align-items: center;
            gap: 0.45rem;
            font-size: 0.76rem;
            background: #f4f7ff;
            color: #1f2d5a;
            border-radius: 999px;
            padding: 0.28rem 0.6rem;
            margin-top: 0.55rem;
          }

          .review-chip i {
            color: #34a853;
          }

          .review-swiper .swiper-button-next,
          .review-swiper .swiper-button-prev {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 9;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #ffffff;
            color: #1b1464;
            box-shadow: none;
            border: 1px solid #dbe6ff;
            margin-top: 0;
          }

          .review-swiper .swiper-button-prev {
            left: 0;
          }

          .review-swiper .swiper-button-next {
            right: 0;
          }

          .review-swiper .swiper-button-next::after,
          .review-swiper .swiper-button-prev::after {
            font-size: 0.9rem;
            font-weight: 700;
          }

          .review-swiper .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #8ea3df;
            opacity: 0.65;
          }

          .review-swiper .swiper-pagination-bullet-active {
            width: 18px;
            border-radius: 999px;
            background: #1b1464;
            opacity: 1;
          }

          @media (max-width: 767.98px) {
            .review-swiper {
              padding: 1.25rem 1rem 3.25rem;
            }

            .review-swiper::before,
            .review-swiper::after {
              display: none;
            }

            .review-slide-inner {
              padding: 1.1rem;
              min-height: 235px;
            }

            .review-swiper .swiper-button-next,
            .review-swiper .swiper-button-prev {
              display: none;
            }
          }

/* =========================================
   MOBILE FIXED CALLBACK CTA
========================================= */

.mobile-callback-cta {
    display: none;
}

@media (max-width: 767px) {

    .mobile-callback-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;

        width: 100%;
        min-height: 58px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;

        padding: 15px 20px;
        padding-bottom: calc(15px + env(safe-area-inset-bottom));

        background: #55B685;
        color: #444;

        font-size: 22px;
        font-weight: 500;
        line-height: 1;

        text-align: center;
        text-decoration: none;

        box-shadow: 0 -5px 20px rgba(0,0,0,0.18);

        /* Hidden initially */
        transform: translateY(110%);
        opacity: 0;

        pointer-events: none;

        transition:
            transform 0.3s ease,
            opacity 0.3s ease;
    }

    .mobile-callback-cta.is-visible {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-callback-cta i {
        font-size: 15px;
    }
}

.fs-5{
        font-size:24px!important;
    }
    .modal-header {
    display: block
;
}
    button.btn-close {
    top: 32px;
    position: absolute;
    right: 13px;
}
        button.btn.btn-primary.w-100.about-cta.justify-content-center {
    max-width: 80%;
    text-align: center;
    justify-content: center !important;
}
/* WordPress menu markup compatibility. */
.site-footer ul.footer-legal {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.site-footer ul.footer-legal > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* About page: compact hero. */
.about-page-hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 320px;
  padding: 4.6rem 0 4.8rem;
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 151, 46, 0.2), transparent 27%),
    radial-gradient(circle at 12% 88%, rgba(20, 167, 208, 0.12), transparent 28%),
    linear-gradient(115deg, #12102c 0%, #171331 56%, #1b1464 100%);
}

.about-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
}

.about-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.about-page-hero__label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1rem;
  color: #68d8f2;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.about-page-hero__label::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--brand-highlight);
}

.about-page-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.4rem, 4.4vw, 4.25rem);
  font-weight: 750;
  line-height: .98;
  letter-spacing: -.035em;
}

.about-page-hero h1 span {
  color: var(--brand-highlight);
}

.about-page-hero p {
  max-width: 760px;
  margin: 1.35rem auto 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .about-page-hero {
    min-height: 280px;
    padding: 3.5rem 0 3.8rem;
  }
  .about-page-hero h1 { line-height: 1.04; }
}
/* About page: practice highlights. */
.about-usp-section {
  position: relative;
  overflow: hidden;
  padding: 2.65rem 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(20, 167, 208, .13), transparent 30%),
    linear-gradient(110deg, #12102c 0%, #171331 62%, #1b1464 100%);
}

.about-usp-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1161px, calc(100% - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--brand-highlight), transparent);
}

.about-usp-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-usp-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: .5rem 1.25rem;
  text-align: center;
}

.about-usp-item + .about-usp-item::before {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.28), transparent);
}

.about-usp-item strong {
  color: var(--brand-highlight);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -.025em;
}

.about-usp-item span {
  margin-top: .65rem;
  color: rgba(255,255,255,.82);
  font-size: clamp(.92rem, 1.1vw, 1.08rem);
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .about-usp-section { padding: 2rem 0; }
  .about-usp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-usp-item { min-height: 105px; padding: .75rem; }
  .about-usp-item:nth-child(3), .about-usp-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .about-usp-item:nth-child(3)::before { display: none; }
}
/* Contact page: contact detail cards. */
.contact-details-section {
  position: relative;
  padding: clamp(4.5rem, 7vw, 6.25rem) 0;
  background:
    radial-gradient(circle at 8% 12%, rgba(20, 167, 208, .07), transparent 25%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}

.contact-details-heading {
  max-width: 720px;
  margin: 0 auto 2.4rem;
  text-align: center;
}

.contact-details-heading h2 {
  margin: 0;
  color: #11152a;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -.025em;
}

.contact-details-heading p {
  margin: .65rem 0 0;
  color: #5d6880;
  font-size: 1.08rem;
}

.contact-detail-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  height: 100%;
  padding: 2rem;
  overflow: hidden;
  color: #172036;
  text-decoration: none;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(27,20,100,.13);
  border-top: 3px solid var(--brand-highlight);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(19, 25, 55, .08);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

a.contact-detail-card:hover {
  color: #172036;
  transform: translateY(-5px);
  border-color: rgba(27,20,100,.25);
  box-shadow: 0 24px 54px rgba(19,25,55,.13);
}

.contact-detail-card::after {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -62px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(27,20,100,.035);
}

.contact-detail-card__icon {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 1.35rem;
  color: var(--brand);
  font-size: 1.35rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 24px rgba(27,20,100,.13);
}

.contact-detail-card__label {
  margin-bottom: .45rem;
  color: var(--brand-highlight);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-detail-card strong {
  position: relative;
  z-index: 1;
  color: #15182b;
  font-size: clamp(1.12rem, 1.4vw, 1.28rem);
  font-weight: 650;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.contact-detail-card small {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 1.25rem;
  color: #69738a;
  font-size: .93rem;
}

@media (max-width: 767.98px) {
  .contact-details-section { padding: 3.5rem 0; }
  .contact-detail-card { min-height: 225px; padding: 1.6rem; }
}
/* Contact page: split appointment form. */
.contact-appointment-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background: #f4f6fa;
}

.contact-appointment-shell {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(27,20,100,.12);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(18,16,44,.12);
}

.contact-appointment-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #12102c;
}

.contact-appointment-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(18,16,44,.84) 100%);
}

.contact-appointment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-appointment-media__caption {
  position: absolute;
  z-index: 2;
  right: 2rem;
  bottom: 1.8rem;
  left: 2rem;
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.contact-appointment-media__caption i {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  color: #12102c;
  border-radius: 50%;
  background: var(--brand-highlight);
}

.contact-appointment-form-wrap {
  align-self: center;
  padding: clamp(2.25rem, 5vw, 4.6rem);
}

.contact-appointment-label {
  display: block;
  margin-bottom: .75rem;
  color: var(--brand-highlight);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-appointment-form-wrap h2 {
  margin: 0;
  color: #11152a;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.contact-appointment-form-wrap > p {
  margin: 1rem 0 1.8rem;
  color: #606b82;
  font-size: 1.05rem;
  line-height: 1.55;
}

.contact-appointment-form .form-control {
  min-height: 54px;
  padding: .8rem 1rem;
  color: #172036;
  background: #f8fafc;
  border: 1px solid #dfe4ed;
  border-radius: 10px;
  box-shadow: none;
}

.contact-appointment-form textarea.form-control {
  min-height: 112px;
  resize: vertical;
}

.contact-appointment-form .form-control:focus {
  background: #fff;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(27,20,100,.09);
}

.contact-appointment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: .8rem 1.65rem;
  color: #12102c;
  font-weight: 700;
  background: var(--brand-highlight);
  border: 0;
  border-radius: 10px;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.contact-appointment-submit:hover {
  color: #12102c;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(201,151,46,.3);
}

@media (max-width: 991.98px) {
  .contact-appointment-shell { grid-template-columns: 1fr; }
  .contact-appointment-media { min-height: 380px; }
}

@media (max-width: 575.98px) {
  .contact-appointment-section { padding: 3.5rem 0; }
  .contact-appointment-shell { border-radius: 16px; }
  .contact-appointment-media { min-height: 270px; }
  .contact-appointment-media__caption { right: 1.25rem; bottom: 1.2rem; left: 1.25rem; }
  .contact-appointment-form-wrap { padding: 2rem 1.25rem; }
  .contact-appointment-submit { width: 100%; }
}
/* Treatment page: two-column conversion hero. */
.treatment-landing-hero{position:relative;overflow:hidden;padding:clamp(2.25rem,3.5vw,3.25rem) 0 clamp(2.75rem,4vw,3.75rem);background:radial-gradient(circle at 7% 12%,rgba(20,167,208,.09),transparent 24%),radial-gradient(circle at 92% 86%,rgba(201,151,46,.11),transparent 25%),linear-gradient(135deg,#fff 0%,#f8f9fc 55%,#f4f2eb 100%)}
.treatment-landing-hero::before{content:"";position:absolute;width:680px;height:680px;top:-330px;left:-180px;border:1px solid rgba(27,20,100,.07);border-radius:50%;box-shadow:0 0 0 70px rgba(27,20,100,.025),0 0 0 140px rgba(201,151,46,.025)}
.treatment-hero-copy,.treatment-hero-form-wrap{position:relative;z-index:1}
.treatment-hero-label{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1.25rem;padding:.55rem 1rem;color:var(--brand);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;background:rgba(255,255,255,.74);border:1px solid rgba(201,151,46,.42);border-radius:999px}
.treatment-hero-label i{color:var(--brand-highlight)}
.treatment-hero-copy h1{max-width:760px;margin:0;color:#15152b;font-size:clamp(2.75rem,4.5vw,4.7rem);font-weight:750;line-height:.96;letter-spacing:-.045em}
.treatment-hero-copy h1 span{color:var(--brand-highlight)}
.treatment-hero-intro{max-width:720px;margin:1rem 0 0;color:#4d5870;font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.5}
.treatment-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.35rem}
.treatment-hero-stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0 1.1rem}
.treatment-hero-stat:first-child{padding-left:0}.treatment-hero-stat+.treatment-hero-stat{border-left:1px solid rgba(27,20,100,.14)}
.treatment-hero-stat>span{display:grid;place-items:center;width:42px;height:42px;margin-bottom:.65rem;color:var(--brand);border-radius:50%;background:#fff;box-shadow:0 8px 20px rgba(27,20,100,.1)}
.treatment-hero-stat strong{color:#15152b;font-size:1.05rem;line-height:1.15}.treatment-hero-stat small{margin-top:.22rem;color:#667086;font-size:.82rem;line-height:1.3}
.treatment-hero-trust{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1.2rem}.treatment-hero-trust>span{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .8rem;color:#3b4357;font-size:.84rem;background:rgba(255,255,255,.8);border:1px solid rgba(27,20,100,.1);border-radius:10px}.treatment-hero-trust img{width:18px;height:18px;object-fit:contain}.treatment-hero-trust i{color:#2caf68}
.treatment-hero-form-wrap{padding:clamp(1.5rem,2.4vw,2rem);background:rgba(255,255,255,.96);border:1px solid rgba(27,20,100,.12);border-top:3px solid var(--brand-highlight);border-radius:20px;box-shadow:0 28px 70px rgba(18,16,44,.14)}
.treatment-hero-form-wrap h2{margin:0;color:#15152b;font-size:clamp(1.75rem,2.5vw,2.35rem);font-weight:700}.treatment-hero-form-wrap>p{margin:.65rem 0 1.45rem;color:#667086;line-height:1.5}
.treatment-hero-form{display:grid;gap:.5rem;margin-top:1rem}.treatment-hero-form label{margin-top:.2rem;color:#202338;font-size:.88rem;font-weight:650}.treatment-hero-form .form-control,.treatment-hero-form .form-select{min-height:48px;padding:.65rem .85rem;border-color:#dce1e9;border-radius:9px;box-shadow:none}.treatment-hero-form .form-control:focus,.treatment-hero-form .form-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(27,20,100,.08)}
.treatment-phone-field{display:grid;grid-template-columns:auto 1fr}.treatment-phone-field>span{display:grid;place-items:center;min-width:58px;color:#15152b;font-weight:700;background:#f3f5f8;border:1px solid #dce1e9;border-right:0;border-radius:9px 0 0 9px}.treatment-phone-field .form-control{border-radius:0 9px 9px 0}
.treatment-hero-submit{min-height:50px;margin-top:.55rem;color:#0b1532;font-weight:600;background:#56bb8f;border:0;border-radius:9px;box-shadow:0 12px 28px rgba(45,143,101,.2);transition:.2s ease}.treatment-hero-submit:hover{color:#0b1532;background:#56bb8f;filter:brightness(.96);transform:translateY(-2px)}
@media(max-width:991.98px){.treatment-hero-copy{text-align:center}.treatment-hero-copy h1,.treatment-hero-intro{margin-inline:auto}.treatment-hero-stats{max-width:720px;margin-inline:auto}.treatment-hero-trust{justify-content:center}}
@media(max-width:575.98px){.treatment-landing-hero{padding:2.5rem 0 3rem}.treatment-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.treatment-hero-stat{align-items:center;padding:0 .45rem;text-align:center}.treatment-hero-stat:nth-child(3){padding-left:.45rem}.treatment-hero-stat>span{width:38px;height:38px}.treatment-hero-stat strong{font-size:.94rem}.treatment-hero-stat small{font-size:.72rem}.treatment-hero-form-wrap{padding:1.35rem;border-radius:16px}}
/* Treatment page: overview. */
.treatment-overview-section{position:relative;overflow:hidden;padding:clamp(4.75rem,7vw,7rem) 0;background:radial-gradient(circle at 100% 0%,rgba(20,167,208,.055),transparent 28%),#fff}
.treatment-overview-media{position:relative;max-width:580px;margin-right:auto}.treatment-overview-media::before{content:"";position:absolute;z-index:0;right:-16px;bottom:-16px;width:72%;height:72%;border-right:2px solid var(--brand-highlight);border-bottom:2px solid var(--brand-highlight);border-radius:0 0 26px 0;opacity:.75}
.treatment-overview-media img{position:relative;z-index:1;display:block;width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:24px;box-shadow:0 24px 55px rgba(18,16,44,.14)}
.treatment-overview-media>span{position:absolute;z-index:2;right:1.25rem;bottom:1.25rem;display:inline-flex;align-items:center;gap:.6rem;padding:.75rem 1rem;color:#fff;font-size:.88rem;font-weight:650;background:rgba(18,16,44,.9);border:1px solid rgba(255,255,255,.18);border-radius:999px;backdrop-filter:blur(8px)}.treatment-overview-media>span i{color:var(--brand-highlight)}
.treatment-overview-copy{max-width:650px;padding-left:clamp(0rem,2vw,1.5rem)}.treatment-overview-copy h2{margin:0;color:#15152b;font-size:clamp(2.25rem,3.6vw,3.75rem);font-weight:720;line-height:1.04;letter-spacing:-.035em}
.treatment-overview-rule{width:82px;height:3px;margin:1.25rem 0 1.5rem;background:linear-gradient(90deg,var(--brand-highlight),var(--brand-accent));border-radius:999px}.treatment-overview-copy p{margin:0;color:#59657c;font-size:clamp(1rem,1.2vw,1.13rem);line-height:1.7}.treatment-overview-copy p+p{margin-top:1.2rem}.treatment-overview-copy strong{color:var(--brand);font-weight:700}
@media(max-width:991.98px){.treatment-overview-copy{max-width:none;padding-left:0}.treatment-overview-media{margin-inline:auto}.treatment-overview-copy h2{text-align:center}.treatment-overview-rule{margin-inline:auto}.treatment-overview-copy p{text-align:center}}
@media(max-width:575.98px){.treatment-overview-section{padding:3.5rem 0}.treatment-overview-media::before{right:-8px;bottom:-8px}.treatment-overview-media img{border-radius:18px}.treatment-overview-media>span{right:.8rem;bottom:.8rem;padding:.6rem .8rem;font-size:.78rem}}
/* Treatment page: symptoms. */
.treatment-symptoms-section{position:relative;overflow:hidden;padding:clamp(4.75rem,7vw,6.5rem) 0;color:#eef2ff;background:radial-gradient(circle at 92% 12%,rgba(20,167,208,.12),transparent 25%),linear-gradient(115deg,#12102c 0%,#171331 62%,#1b1464 100%)}
.treatment-symptoms-section::after{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px}
.treatment-symptoms-section .container{position:relative;z-index:1}.treatment-symptoms-copy>span{display:block;margin-bottom:.8rem;color:#68d8f2;font-size:.78rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.treatment-symptoms-copy h2{max-width:500px;margin:0;color:#fff;font-size:clamp(2.3rem,3.7vw,3.85rem);font-weight:720;line-height:1.04;letter-spacing:-.035em}.treatment-symptoms-copy h2::after{content:"";display:block;width:74px;height:3px;margin:1.2rem 0 1.45rem;background:var(--brand-highlight);border-radius:999px}
.treatment-symptoms-copy p{max-width:540px;margin:0;color:rgba(255,255,255,.7);font-size:1.05rem;line-height:1.65}.treatment-symptoms-copy p+p{margin-top:1rem;color:rgba(255,255,255,.9);font-weight:600}
.treatment-symptoms-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.16)}
.treatment-symptom-item{display:flex;align-items:flex-start;gap:.85rem;min-height:112px;padding:1.35rem 1rem;border-bottom:1px solid rgba(255,255,255,.16)}.treatment-symptom-item:nth-child(odd){padding-left:0;padding-right:1.5rem}.treatment-symptom-item:nth-child(even){padding-left:1.5rem;border-left:1px solid rgba(255,255,255,.16)}
.treatment-symptom-item>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;color:#12102c;border-radius:50%;background:var(--brand-highlight);box-shadow:0 8px 20px rgba(201,151,46,.2)}.treatment-symptom-item strong{padding-top:.38rem;color:#fff;font-size:1rem;font-weight:600;line-height:1.45}
@media(max-width:991.98px){.treatment-symptoms-copy{text-align:center}.treatment-symptoms-copy h2,.treatment-symptoms-copy p{margin-inline:auto}.treatment-symptoms-copy h2::after{margin-inline:auto}}
@media(max-width:575.98px){.treatment-symptoms-section{padding:3.5rem 0}.treatment-symptoms-list{grid-template-columns:1fr}.treatment-symptom-item,.treatment-symptom-item:nth-child(odd),.treatment-symptom-item:nth-child(even){min-height:auto;padding:1.1rem 0;border-left:0}.treatment-symptom-item>span{flex-basis:34px;width:34px;height:34px}}
/* Treatment page: four-step approach. */
.treatment-approach-section{position:relative;overflow:hidden;padding:clamp(4.75rem,7vw,6.5rem) 0;background:radial-gradient(circle at 50% 0%,rgba(201,151,46,.055),transparent 30%),#fff}
.treatment-approach-heading{max-width:760px;margin:0 auto 3rem;text-align:center}.treatment-approach-heading h2{margin:0;color:#15152b;font-size:clamp(2.3rem,3.7vw,3.8rem);font-weight:720;line-height:1.05;letter-spacing:-.035em}.treatment-approach-heading>span{display:block;width:80px;height:3px;margin:1.1rem auto 0;background:linear-gradient(90deg,var(--brand-highlight),var(--brand-accent));border-radius:999px}
.treatment-approach-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}.treatment-approach-grid::before{content:"";position:absolute;top:35px;right:9%;left:9%;height:1px;background:linear-gradient(90deg,transparent,rgba(27,20,100,.25) 10%,rgba(27,20,100,.25) 90%,transparent)}
.treatment-approach-step{position:relative;z-index:1;text-align:center}.treatment-approach-marker{position:relative;display:grid;place-items:center;width:72px;height:72px;margin:0 auto 1.35rem;color:var(--brand);background:#fff;border:1px solid rgba(201,151,46,.55);border-radius:50%;box-shadow:0 12px 28px rgba(18,16,44,.1)}
.treatment-approach-marker>span{position:absolute;top:-10px;right:-8px;display:grid;place-items:center;min-width:28px;height:24px;padding:0 .35rem;color:#12102c;font-size:.72rem;font-weight:750;background:var(--brand-highlight);border-radius:999px}.treatment-approach-marker i{font-size:1.35rem}
.treatment-approach-step h3{margin:0;color:#16182d;font-size:1.22rem;font-weight:680;line-height:1.25}.treatment-approach-step p{margin:.7rem auto 0;color:#657087;font-size:.96rem;line-height:1.55}
@media(max-width:991.98px){.treatment-approach-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 2rem}.treatment-approach-grid::before{display:none}}
@media(max-width:575.98px){.treatment-approach-section{padding:3.5rem 0}.treatment-approach-heading{margin-bottom:2.25rem}.treatment-approach-grid{grid-template-columns:1fr;gap:0;padding-left:56px}.treatment-approach-grid::before{display:block;top:32px;bottom:32px;left:26px;width:1px;height:auto;background:linear-gradient(180deg,transparent,rgba(27,20,100,.25) 8%,rgba(27,20,100,.25) 92%,transparent)}.treatment-approach-step{min-height:150px;text-align:left}.treatment-approach-marker{position:absolute;top:0;left:-56px;width:54px;height:54px;margin:0}.treatment-approach-marker>span{top:-8px;right:-7px}.treatment-approach-step h3{padding-top:.35rem}.treatment-approach-step p{margin-left:0}}
/* Treatment page: centered booking CTA. */
.treatment-cta-section{position:relative;overflow:hidden;padding:clamp(4rem,6vw,5.5rem) 0;color:#fff;background:radial-gradient(circle at 18% 0%,rgba(20,167,208,.14),transparent 28%),radial-gradient(circle at 86% 100%,rgba(201,151,46,.18),transparent 28%),linear-gradient(115deg,#12102c 0%,#171331 58%,#1b1464 100%)}
.treatment-cta-section::before,.treatment-cta-section::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%;pointer-events:none}.treatment-cta-section::before{width:360px;height:360px;top:-250px;left:-80px}.treatment-cta-section::after{width:430px;height:430px;right:-140px;bottom:-330px}
.treatment-cta-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.treatment-cta-content h2{margin:0;color:#fff;font-size:clamp(2.25rem,4vw,4rem);font-weight:720;line-height:1.04;letter-spacing:-.035em}.treatment-cta-content h2::after{content:"";display:block;width:82px;height:3px;margin:1.2rem auto 1.35rem;background:var(--brand-highlight);border-radius:999px}
.treatment-cta-content p{max-width:760px;margin:0 auto;color:rgba(255,255,255,.74);font-size:clamp(1rem,1.3vw,1.16rem);line-height:1.65}.treatment-cta-button{margin-top:1.75rem;min-width:190px;justify-content:center}
@media(max-width:575.98px){.treatment-cta-section{padding:3.5rem 0}.treatment-cta-button{width:100%;max-width:280px}}

/* Blog archive page. */
.blog-page-hero__content{max-width:850px;margin-inline:auto;text-align:center}
.blog-page-hero__content p{max-width:720px;margin-inline:auto}
.blog-archive-section{position:relative;padding:clamp(4.25rem,7vw,6.5rem) 0;background:radial-gradient(circle at 8% 5%,rgba(20,167,208,.055),transparent 24%),#fff}
.blog-archive-heading{max-width:760px;margin:0 auto clamp(2.5rem,4vw,3.5rem);text-align:center}
.blog-archive-heading>span{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:.8rem;color:var(--brand-highlight);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.blog-archive-heading>span::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--brand-highlight)}
.blog-archive-heading h2{margin:0;color:#15152b;font-size:clamp(2rem,3.3vw,3.25rem);font-weight:700;line-height:1.05;letter-spacing:-.03em}
.blog-archive-heading p{margin:.8rem 0 0;color:#667086;font-size:1.05rem;line-height:1.55}
.blog-archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
.blog-archive-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(27,20,100,.13);border-top:3px solid var(--brand-highlight);border-radius:17px;transition:transform .25s ease,border-color .25s ease}
.blog-archive-card:hover{transform:translateY(-4px);border-color:rgba(27,20,100,.28)}
.blog-archive-card__media{display:block;overflow:hidden;aspect-ratio:16/10;background:#f3f5f9}
.blog-archive-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.blog-archive-card:hover .blog-archive-card__media img{transform:scale(1.035)}
.blog-archive-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:rgba(27,20,100,.3);font-size:2rem;background:linear-gradient(135deg,#f7f8fb,#eef2f7)}
.blog-archive-card__body{display:flex;flex:1;flex-direction:column;padding:1.25rem}
.blog-archive-card__meta{display:flex;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.7rem;color:#7a8498;font-size:.72rem;line-height:1.2;text-transform:uppercase;letter-spacing:.07em}
.blog-archive-card__meta span{color:var(--brand-highlight);font-weight:700}
.blog-archive-card__meta time{white-space:nowrap}
.blog-archive-card h2{margin:0;font-size:clamp(1.2rem,1.35vw,1.42rem);font-weight:650;line-height:1.22;letter-spacing:-.018em}
.blog-archive-card h2 a{color:#12152a;text-decoration:none}
.blog-archive-card h2 a:hover{color:var(--brand)}
.blog-archive-card__body>p{margin:.85rem 0 0;color:#657087;font-size:.95rem;line-height:1.55}
.blog-archive-empty{text-align:center;color:#657087}
.blog-archive-section .navigation.pagination{margin-top:3rem}
.blog-archive-section .nav-links{display:flex;align-items:center;justify-content:center;gap:.45rem}
.blog-archive-section .page-numbers{display:grid;place-items:center;min-width:42px;height:42px;padding:0 .65rem;color:var(--brand);font-weight:650;text-decoration:none;border:1px solid rgba(27,20,100,.14);border-radius:50%;background:#fff}
.blog-archive-section .page-numbers.current,.blog-archive-section a.page-numbers:hover{color:#fff;background:var(--brand);border-color:var(--brand)}
@media(max-width:1199.98px){.blog-archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){.blog-archive-section{padding:3.5rem 0}.blog-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.blog-archive-card__body{padding:1.1rem}.blog-archive-card__meta{align-items:flex-start;flex-direction:column;gap:.3rem}}
@media(max-width:575.98px){.blog-archive-grid{grid-template-columns:1fr}.blog-archive-card__media{aspect-ratio:16/9}}

/* Blog pagination: centered square controls matching footer icons. */
.blog-archive-section .navigation.pagination{display:block;width:100%}
.blog-archive-section .navigation.pagination .nav-links{width:100%;justify-content:center}
.blog-archive-section .page-numbers{width:44px;min-width:44px;height:44px;padding:0;border-radius:0}

/* Single blog article. */
.single-blog-section{padding:30px 0 clamp(4.5rem,7vw,7rem);background:radial-gradient(circle at 94% 6%,rgba(201,151,46,.06),transparent 24%),#f7f8fa}
.single-blog-breadcrumb-strip{width:100%;background:#161328;border-top:1px solid rgba(255,255,255,.06)}
.single-blog-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;min-height:48px;margin:0;color:rgba(255,255,255,.76);font-size:.88rem}.single-blog-breadcrumbs a{color:#fff;font-weight:600;text-decoration:none}.single-blog-breadcrumbs a:hover{color:var(--brand-highlight)}.single-blog-breadcrumbs i{font-size:.55rem;color:var(--brand-highlight)}
.single-blog-breadcrumbs__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:575.98px){.single-blog-breadcrumbs{flex-wrap:nowrap}.single-blog-breadcrumbs__title{flex:1}}
.single-blog-article{padding:clamp(1.5rem,3.2vw,3rem);background:#fff;border:1px solid rgba(27,20,100,.12);border-top:3px solid var(--brand-highlight);border-radius:20px}.single-blog-category{display:inline-flex;margin-bottom:1rem;padding:.45rem .85rem;color:#fff;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;background:var(--brand);border-radius:999px}.single-blog-category:hover{color:#fff;background:#241b7d}
.single-blog-header h1{max-width:980px;margin:0;color:#12152a;font-size:clamp(1.65rem,2.1vw,2.25rem);font-weight:600;line-height:1.12;letter-spacing:-.025em}.single-blog-meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.75rem;border-top:1px solid rgba(27,20,100,.12);border-bottom:1px solid rgba(27,20,100,.12)}.single-blog-meta>div{display:flex;flex-direction:column;gap:.16rem;padding:1rem}.single-blog-meta>div:first-child{padding-left:0}.single-blog-meta>div+div{border-left:1px solid rgba(27,20,100,.1)}.single-blog-meta span{color:#7a8498;font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.single-blog-meta strong{color:#252a3d;font-size:.9rem;font-weight:650;line-height:1.35}
.single-blog-featured-image{margin:2rem 0 0;overflow:hidden;border-radius:16px;background:#edf0f5}.single-blog-featured-image img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}.single-blog-content{padding-top:2rem;color:#4f5a70;font-size:clamp(1.05rem,1.15vw,1.17rem);line-height:1.78}.single-blog-content>*:first-child{margin-top:0}.single-blog-content h2,.single-blog-content h3,.single-blog-content h4{color:#15182c;font-weight:680;line-height:1.18;letter-spacing:-.02em}.single-blog-content h2{margin:2.6rem 0 1rem;font-size:clamp(1.8rem,2.4vw,2.45rem)}.single-blog-content h3{margin:2rem 0 .8rem;font-size:clamp(1.4rem,1.8vw,1.8rem)}.single-blog-content p{margin:0 0 1.25rem}.single-blog-content a{color:var(--brand);font-weight:600;text-underline-offset:3px}.single-blog-content strong{color:#252a3d;font-weight:700}.single-blog-content ul,.single-blog-content ol{margin:1rem 0 1.5rem;padding-left:1.35rem}.single-blog-content li{margin:.55rem 0;padding-left:.25rem}.single-blog-content li::marker{color:var(--brand-highlight)}.single-blog-content blockquote{margin:2rem 0;padding:1.4rem 1.6rem;color:#24283c;background:#f6f7fa;border-left:4px solid var(--brand-highlight)}.single-blog-content blockquote p:last-child{margin-bottom:0}.single-blog-content img{max-width:100%;height:auto;border-radius:12px}.single-blog-content figure{max-width:100%;margin:2rem 0}.single-blog-content figcaption{margin-top:.5rem;color:#7a8498;font-size:.84rem;text-align:center}
.single-blog-post-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(27,20,100,.12)}.single-blog-post-nav__item a{display:flex;height:100%;flex-direction:column;gap:.5rem;padding:1rem;color:#171a2f;text-decoration:none;border:1px solid rgba(27,20,100,.12);transition:.2s ease}.single-blog-post-nav__item a:hover{border-color:var(--brand-highlight);transform:translateY(-2px)}.single-blog-post-nav__item span{color:var(--brand-highlight);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.single-blog-post-nav__item strong{font-size:1rem;line-height:1.35}.single-blog-post-nav__next{text-align:right}
.single-blog-sidebar__inner{position:sticky;top:110px;display:grid;gap:1.5rem}.single-blog-booking,.single-blog-recent{padding:1.75rem;background:#fff;border:1px solid rgba(27,20,100,.12);border-top:3px solid var(--brand-highlight);border-radius:18px}.single-blog-booking__label{display:block;margin-bottom:.55rem;color:var(--brand-highlight);font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.single-blog-booking h2,.single-blog-recent h2{margin:0;color:#15182c;font-size:1.75rem;font-weight:680;line-height:1.1}.single-blog-booking>p{margin:.7rem 0 1.3rem;color:#687287;font-size:.95rem;line-height:1.5}.single-blog-booking__form{display:grid;gap:.55rem}.single-blog-booking__form label{margin-top:.25rem;color:#252a3d;font-size:.86rem;font-weight:650}.single-blog-booking__form .form-control{min-height:49px;padding:.65rem .85rem;border-color:#dce1e9;border-radius:8px;box-shadow:none}.single-blog-booking__form .form-control:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(27,20,100,.08)}.single-blog-phone-field{display:grid;grid-template-columns:auto 1fr}.single-blog-phone-field>span{display:grid;min-width:56px;place-items:center;color:#15182c;font-weight:700;background:#f3f5f8;border:1px solid #dce1e9;border-right:0;border-radius:8px 0 0 8px}.single-blog-phone-field .form-control{border-radius:0 8px 8px 0}.single-blog-booking__button{min-height:50px;margin-top:.65rem;color:#0b1532;font-weight:600;background:#56bb8f;border:0;border-radius:8px}.single-blog-booking__button:hover{color:#0b1532;background:#56bb8f;filter:brightness(.96)}
.single-blog-recent h2{margin-bottom:1.1rem;font-size:1.45rem}.single-blog-recent__item{display:grid;grid-template-columns:78px minmax(0,1fr);gap:.85rem;align-items:center;padding:.9rem 0;color:#171a2f;text-decoration:none;border-top:1px solid rgba(27,20,100,.1)}.single-blog-recent__item:first-of-type{border-top:0}.single-blog-recent__item img,.single-blog-recent__placeholder{display:grid;width:78px;height:64px;place-items:center;object-fit:cover;color:rgba(27,20,100,.35);background:#eef1f5;border-radius:7px}.single-blog-recent__item strong{display:-webkit-box;overflow:hidden;font-size:.95rem;font-weight:650;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.single-blog-recent__item small{display:block;margin-top:.3rem;color:#858da0;font-size:.75rem}.single-blog-recent__item:hover strong{color:var(--brand)}
@media(max-width:991.98px){.single-blog-sidebar__inner{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.single-blog-section{padding:30px 0 4rem}.single-blog-article{padding:1.35rem;border-radius:14px}.single-blog-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.single-blog-meta>div:nth-child(3){padding-left:0;border-left:0;border-top:1px solid rgba(27,20,100,.1)}.single-blog-meta>div:nth-child(4){border-top:1px solid rgba(27,20,100,.1)}.single-blog-sidebar__inner{grid-template-columns:1fr}.single-blog-post-nav{grid-template-columns:1fr}.single-blog-post-nav__next{text-align:left}}@media(max-width:575.98px){.single-blog-meta{grid-template-columns:1fr}.single-blog-meta>div,.single-blog-meta>div:first-child{padding:.8rem 0;border-left:0}.single-blog-meta>div+div{border-top:1px solid rgba(27,20,100,.1)}.single-blog-featured-image{margin-top:1.4rem;border-radius:10px}.single-blog-content{padding-top:1.5rem}}
.single-blog-article{padding-top:30px}
.single-blog-article{padding-right:15px;padding-left:15px}
.single-blog-layout{--bs-gutter-x:.75rem}
@media(min-width:1200px){.single-blog-layout{--bs-gutter-x:1.5rem}}

/* Single article information panel. */
.single-blog-meta{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:0;margin-top:1.5rem;padding:.9rem 1.1rem;background:#faf9f6;border:1px solid rgba(27,20,100,.12);border-left:4px solid var(--brand-highlight);border-radius:10px}
.single-blog-meta>div,.single-blog-meta>div:first-child{display:flex;align-items:center;flex-direction:row;gap:.35rem;padding:.42rem .8rem;border:0}
.single-blog-meta>div+div{border-left:0}
.single-blog-meta span{flex:0 0 auto;color:#15182c;font-size:12px;font-weight:700;letter-spacing:0;text-transform:none}
.single-blog-meta strong{color:#4f5a70;font-size:12px;font-weight:500;line-height:1.35}
.single-blog-meta strong a{color:var(--brand-highlight);font-weight:700;text-decoration:none}.single-blog-meta strong a:hover{color:var(--brand);text-decoration:underline}
.single-blog-meta__author{grid-column:span 5}.single-blog-meta__published{grid-column:span 3}.single-blog-meta__updated{grid-column:span 4}.single-blog-meta__reading{grid-column:span 4;border-top:1px solid rgba(27,20,100,.1)!important}.single-blog-meta__evidence{grid-column:span 8;border-top:1px solid rgba(27,20,100,.1)!important}
@media(max-width:991.98px){.single-blog-meta__author,.single-blog-meta__published,.single-blog-meta__updated,.single-blog-meta__reading,.single-blog-meta__evidence{grid-column:span 6}.single-blog-meta__evidence{grid-column:span 12}.single-blog-meta__updated{border-top:1px solid rgba(27,20,100,.1)!important}}
@media(max-width:575.98px){.single-blog-meta{grid-template-columns:1fr;padding:.65rem .8rem}.single-blog-meta>div,.single-blog-meta>div:first-child{grid-column:1;padding:.65rem 0}.single-blog-meta>div+div{border-top:1px solid rgba(27,20,100,.1)!important}}

/* Compact article information panel spacing. */
.single-blog-meta{padding:.45rem .55rem}
.single-blog-meta>div,.single-blog-meta>div:first-child{padding:.21rem .4rem}
@media(max-width:575.98px){.single-blog-meta{padding:.325rem .4rem}.single-blog-meta>div,.single-blog-meta>div:first-child{padding:.325rem 0}}

/* Edge-aligned single article columns with an internal gap only. */
.single-blog-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,3fr);gap:12px;margin-right:0;margin-left:0;--bs-gutter-x:0}
.single-blog-layout>.col-lg-8,.single-blog-layout>.single-blog-sidebar{width:auto;max-width:none;padding-right:0;padding-left:0}
@media(min-width:1200px){.single-blog-layout{gap:24px;--bs-gutter-x:0}}
@media(max-width:991.98px){.single-blog-layout{grid-template-columns:1fr}}

.single-blog-booking h2,.single-blog-recent h2{font-weight:600}
.single-blog-booking__form{margin-top:1.25rem}
.single-blog-content h2{font-weight:600}

/* Recent blog cards below a single article. */
.single-blog-related{margin-top:clamp(3rem,5vw,5rem);padding-top:clamp(2.5rem,4vw,3.5rem);border-top:1px solid rgba(27,20,100,.12)}
.single-blog-related__heading{margin-bottom:1.75rem;text-align:center}.single-blog-related__heading>span{display:block;margin-bottom:.45rem;color:var(--brand-highlight);font-size:.75rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.single-blog-related__heading h2{margin:0;color:#15182c;font-size:clamp(1.9rem,2.8vw,2.7rem);font-weight:600;letter-spacing:-.025em}
.single-blog-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.single-blog-related__card{overflow:hidden;background:#fff;border:1px solid rgba(27,20,100,.12);border-top:3px solid var(--brand-highlight);border-radius:14px}.single-blog-related__media{display:block;overflow:hidden;aspect-ratio:16/10;background:#eef1f5}.single-blog-related__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.single-blog-related__card:hover .single-blog-related__media img{transform:scale(1.035)}.single-blog-related__media>span{display:grid;width:100%;height:100%;place-items:center;color:rgba(27,20,100,.35);font-size:1.7rem}.single-blog-related__body{padding:1.05rem}.single-blog-related__body time{display:block;margin-bottom:.45rem;color:var(--brand-highlight);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.single-blog-related__body h3{margin:0;font-size:1.12rem;font-weight:600;line-height:1.3}.single-blog-related__body h3 a{color:#15182c;text-decoration:none}.single-blog-related__body h3 a:hover{color:var(--brand)}
@media(max-width:991.98px){.single-blog-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:575.98px){.single-blog-related__grid{grid-template-columns:1fr}.single-blog-related__media{aspect-ratio:16/9}}

/* Dynamic homepage blog links and archive CTA. */
.blog-title-wrap h3 a{color:inherit;text-decoration:none}.blog-title-wrap h3 a:hover{color:var(--brand)}
.home-blog-image{display:block;color:inherit;text-decoration:none}.home-blog-image img{display:block;width:100%;height:100%;object-fit:cover}.home-blog-image__placeholder{display:grid;width:100%;min-height:190px;place-items:center;color:rgba(27,20,100,.3);font-size:2rem;background:#eef1f5}
.home-blog-view-all{display:flex;justify-content:center;margin-top:2rem}.home-blog-view-all .btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:.7rem 1.5rem;color:#0b1532;font-weight:600;background:#56bb8f;border:0;border-radius:8px;transition:transform .2s ease,filter .2s ease}.home-blog-view-all .btn:hover{color:#0b1532;background:#56bb8f;filter:brightness(.96);transform:translateY(-2px)}
.blog-title-wrap::before{display:none!important;content:none!important}
.blog-title-wrap{padding-top:12px}

/* Homepage hero: compact first-fold mobile layout. */
@media(max-width:575.98px){
  body.home .hero{padding:1.15rem 0 1.35rem}
  body.home .hero-title{margin-bottom:1rem!important;font-size:clamp(2.25rem,10.2vw,3.15rem);line-height:.92}
  body.home .hero-stats{margin-top:.7rem;row-gap:.35rem}
  body.home .hero-stat{min-height:42px}
  body.home .hero-connect{margin-top:.75rem!important;padding-top:.7rem}
  body.home .hero-connect-row{gap:.6rem}
  body.home .hero-connect input{min-height:44px}
  body.home .hero-connect .btn{min-height:44px}
}
