    /* ===== UTILITIES ===== */
    .mobile-only { display: none; }
    @media (max-width: 480px) { .mobile-only { display: inline; } }

    /* ===== RESET & BASE ===== */
    *, *::before, *::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html, body {
      overflow-x: hidden;
      max-width: 100%;
    }
    html {
      -webkit-text-size-adjust: 100%;
      scroll-behavior: smooth;
    }

    body {
      font-family: 'League Spartan', sans-serif; font-weight: 400;
      font-size: 18px;
      font-weight: 400;
      font-style: normal;
      line-height: 25.2px;
      letter-spacing: normal;
      color: #212121;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    /* ===== FONT FACES ===== */
    @font-face {
      font-family: 'Ivy Presto Text';
      src: url('../fonts/fonnts.com-Ivy-Presto-Text-Light.otf') format('opentype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: 'Ivy Presto Headline Thin';
      src: url('../fonts/fonnts.com-Ivy-Presto-Headline-Thin.otf') format('opentype');
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }

    /* ===== TOP NAV ===== */
    .hero-logo-wrapper--mobile {
      display: none;
    }
    .top-nav {
      grid-column: 1 / -1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 50px 5% 0px 5%;
      gap: 32px;
      position: relative;
      margin-bottom: -40px;
      z-index: 10;
    }
    .top-nav__links {
      display: flex;
      gap: 32px;
      align-items: center;
    }
    .top-nav__links a {
      font-family: 'Ivy Presto Text', serif;
      font-size: 16px;
      font-weight: 300;
      color: #212121;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      transition: color 0.2s ease;
    }
    .top-nav__links a:hover {
      color: #be6f7a;
    }
    .top-nav__hamburger {
      display: none;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      cursor: pointer;
      width: 28px;
      height: 24px;
      background: none;
      border: none;
      padding: 0;
      z-index: 11;
    }
    .top-nav__hamburger span {
      display: block;
      width: 100%;
      height: 2px;
      background-color: #212121;
      border-radius: 2px;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
    .top-nav__hamburger.active span:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .top-nav__hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    .top-nav__hamburger.active span:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }
    @media (max-width: 768px) {
      .top-nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        justify-content: flex-end;
        margin-bottom: 0;
        padding-top: 30px;
      }
      .top-nav__hamburger {
        display: flex;
        min-width: 44px;
        min-height: 44px;
        padding: 10px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
      }
      .top-nav__links {
        display: none;
        position: absolute;
        top: 100%;
        right: 5%;
        background: #fff;
        flex-direction: column;
        padding: 20px 30px;
        gap: 18px;
        border-radius: 4px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        z-index: 10;
      }
      .top-nav__links a {
        padding: 12px 0;
        min-height: 44px;
        display: flex;
        align-items: center;
      }
      .top-nav__links.open {
        display: flex;
      }
    }

    /* ===== SECTION 2 - HERO ===== */
    .section-hero {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      max-width: 100%;
      position: relative;
      align-items: stretch;
      background-image: url('../images/background.webp');
      background-size: cover;
      background-position: center;
    }

    .section-hero__left {
      grid-area: auto / span 6;
      position: relative;
      overflow-x: hidden;
    }

    .section-hero__left-inner {
      background-color: transparent;
      display: flex;
      flex-direction: column;
      gap: 30px;
      justify-content: center;
      padding: 75px 5% 100px 15%;
      position: relative;
    }

    /* Rating badge */
    .hero-rating-badge {
      align-items: center;
      align-self: flex-start;
      border: 1px solid rgb(146, 146, 146);
      border-radius: 22.5px;
      display: flex;
      gap: 10px;
      justify-content: flex-start;
      justify-self: flex-start;
      line-height: 27px;
      padding: 8px 14px;
    }

    .hero-rating-badge b {
      font-weight: 700;
      line-height: 27px;
      white-space: nowrap;
    }

    /* Logo */
    .hero-logo-wrapper {
      display: flex;
      justify-content: flex-start;
      padding-top: 35px;
      padding-bottom: 0px;
    }

    .hero-logo-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: transparent;
      border: 1.5px solid #000000;
      border-radius: 999px;
      padding: 3px 20px;
      margin-bottom: -5px;
    }

    .hero-logo-wrapper .hero-logo {
      max-width: 129px;
      width: 129px;
      height: auto;
    }

    /* H1 */
    .hero-heading {
      font-family: 'Ivy Presto Text', serif;
      font-size: 64px;
      font-weight: 300;
      line-height: 76px;
      overflow-wrap: break-word;
      word-wrap: break-word;
      margin-bottom: 10px;
    }

    .hero-heading .accent {
      color: inherit;
    }

    /* Description */
    .hero-description {
      font-size: 20px;
      line-height: 31px;
      color: #111111;
      margin-top: 10px;
      padding-right: 20px;
    }
    .hero-checklist {
      list-style: none;
      padding-left: 0;
    }

    .hero-checklist li {
      position: relative;
      padding-left: 36px;
      margin-bottom: 10px;
    }

    .hero-checklist li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 24px;
      height: 24px;
      background-color: #be6f7a;
      border-radius: 50%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
      background-size: 16px 16px;
      background-position: center;
      background-repeat: no-repeat;
    }

    .desktop-br { display: block; }

    /* CTA Buttons container */
    .hero-cta-buttons {
      display: flex;
      gap: 20px;
      max-width: 580px;
    }

    .mobile-br { display: none; }

    .hero-cta-btn {
      border-radius: 4px;
      color: rgb(255, 255, 255);
      cursor: pointer;
      display: flex;
      flex-basis: 0%;
      flex-grow: 1;
      font-family: 'League Spartan', sans-serif;
      gap: 10px;
      justify-content: center;
      align-items: center;
      padding: 24px 14px;
      text-align: center;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out;
      font-size: 20px;
      font-weight: 700;
      line-height: 25.2px;
      border: none;
    }

    .hero-cta-btn--main {
      background-color: #be6f7a;
      font-family: 'League Spartan', sans-serif;
      text-transform: none;
      letter-spacing: 0.05em;
      margin: 0;
    }

    .hero-cta-btn--main:hover {
      background-color: #a85d67;
    }

    .hero-trust-list {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 28px;
      margin-top: 4px;
      max-width: 580px;
    }

    .hero-trust-item {
      display: flex;
      align-items: center;
      gap: 7px;
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      color: #111111;
      white-space: nowrap;
    }

    .hero-trust-check {
      width: 22px;
      height: 22px;
      flex-shrink: 0;
    }

    .hero-cta-btn svg {
      max-height: 20px;
      width: 26px;
      height: 26px;
      flex-shrink: 0;
      transform: translateY(2px);
    }

    /* Checkmarks row */

    /* Bottom banner */

    /* Right side - image */
    .section-hero__right {
      grid-area: auto / span 6;
      overflow: hidden;
      position: relative;
      min-height: 500px;
    }

    .section-hero__right-img-wrapper {
      position: absolute;
      top: 50px;
      left: 0;
      right: 0;
      bottom: 0;
    }

    .section-hero__right-img-wrapper img {
      display: block;
      height: 100%;
      width: 100%;
      object-fit: contain;
      object-position: bottom center;
    }

    /* ===== MOBILE RESPONSIVE ===== */
    @media (max-width: 768px) {

      .section-hero {
        grid-template-columns: 1fr;
        min-height: 100dvh;
      }

      .section-hero__right {
        grid-area: auto;
        order: -1;
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 2.5;
        min-height: 0;
        position: relative;
        margin: 0;
      }

      .section-hero__right::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 250px;
        background: linear-gradient(to bottom, transparent 0%, rgba(233,218,227,0.01) 8%, rgba(233,218,227,0.03) 15%, rgba(233,218,227,0.06) 22%, rgba(233,218,227,0.1) 28%, rgba(233,218,227,0.15) 34%, rgba(233,218,227,0.22) 40%, rgba(233,218,227,0.3) 46%, rgba(233,218,227,0.4) 52%, rgba(233,218,227,0.5) 58%, rgba(233,218,227,0.6) 64%, rgba(233,218,227,0.7) 70%, rgba(233,218,227,0.8) 76%, rgba(233,218,227,0.88) 82%, rgba(233,218,227,0.94) 88%, rgba(233,218,227,0.98) 94%, rgba(233,218,227,1) 100%);
        pointer-events: none;
        z-index: 2;
      }
      .section-hero__left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: linear-gradient(to top, transparent 0%, rgba(233,218,227,0.15) 25%, rgba(233,218,227,0.35) 45%, rgba(233,218,227,0.55) 60%, rgba(233,218,227,0.75) 75%, rgba(233,218,227,0.9) 88%, rgba(233,218,227,1) 100%);
        pointer-events: none;
        z-index: 2;
      }

      .section-hero__right-img-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 30px;
      }

      .section-hero__right-img-wrapper img {
        object-position: top;
      }

      .section-hero__left {
        grid-area: auto;
        margin-top: 0px;
        position: relative;
        z-index: 1;
        background-color: transparent;
      }

      .hero-logo-wrapper--mobile {
        display: none;
      }
      .hero-logo-wrapper {
        display: flex;
        padding-top: 20px;
      }
      .hero-logo-wrapper .hero-logo {
        max-width: 90px;
        width: 90px;
      }
      .hero-logo-wrapper .hero-logo-pill {
        padding: 2px 10px;
      }

      .section-hero__left-inner {
        padding: 9px 40px 40px 40px;
        gap: 16px;
        position: relative;
        z-index: 3;
      }

      .hero-rating-badge {
        padding: 5px 16px;
        font-size: 13px;
        line-height: 20px;
        gap: 6px;
      }

      .hero-rating-badge img {
        width: 22px;
        height: 22px;
      }

      .hero-logo-badge {
        width: 41px !important;
        height: 41px !important;
      }
      .hero-logo-badge img {
        width: 27px !important;
        height: 27px !important;
      }

      .hero-rating-badge svg {
        width: 90px;
        height: 16px;
      }

      .hero-heading {
        font-size: 33px;
        line-height: 40px;
      }

      .hero-description {
        font-size: 18px;
        line-height: 27px;
        margin-top: 0;
      }
      .desktop-br { display: none; }

      .hero-cta-buttons {
        flex-direction: row;
        gap: 10px;
        max-width: none;
        width: 100%;
      }

      .mobile-br { display: inline; }

      .hero-cta-btn {
        padding: 23px 12px;
        font-size: 19px;
      }

      .hero-rating-badge {
        align-self: flex-start;
        font-size: 14px;
        padding: 6px 16px;
      }

      .hero-rating-badge svg:first-child {
        width: 120px;
      }

      .hero-trust-list {
        flex-wrap: wrap;
        gap: 8px 8px;
        justify-content: center;
      }
      .hero-trust-item {
        font-size: 14px;
      }

    }

    @media (max-width: 480px) {

      .section-hero__right {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        min-height: 0;
      }

      .hero-heading {
        font-size: 27px;
        line-height: 30px;
      }

      .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
      }
      .hero-cta-btn {
        width: 100%;
        padding: 18px 10px;
        min-height: 56px;
        font-size: 16px;
        box-sizing: border-box;
        text-align: center;
        justify-content: center;
      }

      .hero-trust-list {
        gap: 6px 8px;
        justify-content: center;
        margin-bottom: 15px;
      }

      .hero-trust-item {
        font-size: 14px;
      }

    }

    /* ===== SHARED: FEATURE SECTIONS (5 & 6) ===== */

    /* Image column – shared */

    /* Decorative red border offset behind image */

    /* The actual image wrapper – offset 3% to create the shadow/border effect */

    /* Text column – shared */

    /* Section 5: text on left (order:1), image on right (order:2) */
    /* Section 5 border alignment (image right): offset goes bottom-left */

    /* Section 6: image on left (default DOM order), text on right */

    /* ===== SECTION 7 - GUARANTEE BANNER ===== */

    /* ===== MOBILE: FEATURE SECTIONS ===== */

    /* ===== SHARED CTA BUTTONS & SOCIAL PROOF ===== */

    /* ===== SECTION 8 - SERVICES CARDS ===== */

    /* ===== SECTION 10 - BACKGROUND IMAGE CTA ===== */

    /* ===== SECTION 11 - HOW IT WORKS STEPS ===== */

    /* ===== RESPONSIVE: SECTIONS 8, 10, 11 ===== */

    /* ===== SECTION 3 - REVIEW STRIP ===== */
    .section-strip {
      background-color: #2c94b0;
      color: rgb(255, 255, 255);
      padding: 40px 20px;
    }

    .section-strip__inner {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 30px 75px;
      max-width: 1300px;
      margin: 0 auto;
    }

    .strip-review {
      grid-area: auto / span 4;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .strip-review__quote {
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 600;
      color: #fff;
      line-height: 1.4;
      margin-top: 15px;
    }

    .strip-review__footer {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px;
    }

    .strip-review__google-logo {
      width: 45px;
      height: 45px;
      object-fit: contain;
      margin-left: auto;
      margin-right: 7px;
      flex-shrink: 0;
    }

    .strip-review__avatar {
      width: 45px;
      height: 45px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .strip-review__meta {
      display: flex;
      flex-direction: column;
      gap: 5px;
    }

    .strip-review__name {
      font-family: 'League Spartan', sans-serif; font-weight: 400;
      color: #fff;
      font-size: 16px;
    }

    @media (max-width: 768px) {

      .section-strip {
        padding: 40px 24px;
      }
      .section-strip__inner {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .strip-review {
        grid-area: auto / span 1;
      }

      .strip-review__quote {
        font-size: 18px;
      }
    
    }

    /* ===== SECTION 4 - TESTIMONIALS ===== */

    .section-reviews__social-proof {
      display: flex;
      align-items: center;
      gap: 15px;
      justify-content: center;
      margin-top: 20px;
    }

    .section-reviews__avatars {
      display: flex;
    }

    .section-reviews__avatars img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 2px solid #fff;
      margin-left: -8px;
      object-fit: cover;
    }

    .section-reviews__avatars img:first-child {
      margin-left: 0;
    }

    /* ===== SECTION 6 - TRANSITION DIVIDER ===== */
    .sec6 {
      position: relative;
      z-index: 5;
      width: 100%;
      height: 16px;
      overflow: visible;
      box-sizing: border-box;
    }
    .sec6__stripe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 16px;
      background-image: url('../images/sec-line.webp');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    .sec6__icon-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10;
    }
    .sec6__icon {
      width: 94px;
      height: 94px;
      object-fit: contain;
      display: block;
    }

    @media (max-width: 768px) {

      .sec6 {
        height: 10px;
      }
      .sec6__stripe {
        height: 10px;
      }
      .sec6__icon {
        width: 66px;
        height: 66px;
      }
    
    }

    /* ===== FOOTER BAR ===== */

    /* ===== SECTION 12 / 15 - FAQ ACCORDION ===== */
    .section-faq {
      background-color: #f7f7f7;
      padding: 100px 20px 120px;
    }

    .section-faq__inner {
      max-width: 1000px;
      margin: 0 auto;
    }

    .section-faq__h2 {
      font-family: 'Ivy Presto Text', serif;
      font-size: 73px;
      font-weight: 500;
      line-height: 81px;
      text-align: center;
      margin-bottom: 75px;
    }

    .faq-list {
      list-style: none;
      display: flex;
      flex-direction: column;
    }

    .faq-item {
      border-bottom: 1px solid rgb(44, 44, 44);
      padding: 20px;
      color: rgb(44, 44, 44);
    }

    .faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      gap: 20px;
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      padding: 0;
    }

    .faq-question__text {
      font-family: 'League Spartan', sans-serif;
      font-size: 25px;
      font-weight: 400;
      line-height: 31px;
      color: rgb(44, 44, 44);
    }

    .faq-question__icon {
      flex-shrink: 0;
      transition: transform 0.2s ease-out;
      display: flex;
      align-items: center;
    }

    .faq-question__icon svg {
      width: 20px;
      height: 20px;
    }

    .faq-question__icon.is-open {
      transform: rotate(180deg);
    }

    .faq-answer {
      display: none;
      padding-top: 20px;
      color: #3c3c3c;
      line-height: 27.9px;
      font-family: 'League Spartan', sans-serif;
    }

    .faq-answer.is-open {
      display: block;
    }

    /* ===== SECTION 13 - GREENPERKS PROMO ===== */

    /* ===== SECTION 14 - BLOG CARDS ===== */

    /* ===== RESPONSIVE: SECTIONS 12, 13, 14, 15 ===== */
    @media (max-width: 768px) {

      .section-faq {
        padding: 80px 28px 100px;
      }
      .section-faq__h2 {
        font-size: 38px;
        line-height: 44px;
        margin-top: -25px;
        margin-bottom: 30px;
      }
      .faq-question__text {
        font-size: 20px;
        line-height: 26px;
      }

    }

    @media (max-width: 480px) {
      .section-faq {
        padding: 80px 20px 80px;
      }
      .section-faq__h2 {
        font-size: 34px;
        line-height: 40px;
      }
      .faq-question__text {
        font-size: 20px;
        line-height: 26px;
      }
      .faq-answer {
        font-size: 17px;
        line-height: 26px;
      }
    }

    /* ===== SECTION 1 - THE PLAN ===== */
    .section-plan {
      background-color: #ffffff;
      box-sizing: border-box;
      padding: 7.5% 0 0 0;
      position: relative;
      overflow: hidden;
      font-family: 'League Spartan', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.45;
    }

    /* Video background */
    .section-plan__video-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 55%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
      z-index: 0;
      -webkit-mask-image: linear-gradient(to right, black 40%, transparent 100%);
      mask-image: linear-gradient(to right, black 40%, transparent 100%);
    }

    .section-plan__inner {
      display: flex;
      margin: 0 auto;
      position: relative;
      width: 70%;
      z-index: 2;
    }

    .section-plan__content {
      display: flex;
      min-height: 1px;
      position: relative;
      width: 100%;
    }

    .section-plan__wrap {
      align-content: flex-start;
      display: flex;
      flex-flow: row wrap;
      padding: 10px;
      position: relative;
      width: 100%;
    }

    /* Header */
    .section-plan__header {
      width: 100%;
      text-align: center;
      margin-bottom: 18px;
    }

    .section-plan__header-inner {
      text-align: center;
      margin-bottom: -1%;
      transition: background 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, transform 0.4s ease;
    }

    .section-plan__title {
      color: #212121;
      font-family: 'League Spartan', sans-serif;
      font-size: 42px;
      font-weight: 700;
      line-height: 42px;
      text-align: center;
      margin: 0;
    }

    .section-plan__title span.light {
      font-weight: 400;
    }

    /* Subtitle */
    .section-plan__subtitle-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 18px;
    }

    .section-plan__subtitle {
      color: #212121;
      font-family: 'League Spartan', sans-serif;
      font-size: 42px;
      font-weight: 400;
      line-height: 42px;
      text-align: center;
      margin: 0 0 15px 0;
    }

    /* Steps */
    .section-plan__step {
      width: 100%;
      margin-bottom: 4%;
    }

    .section-plan__step-row {
      display: flex;
      margin: 0 auto;
      max-width: 1072px;
      position: relative;
      width: 100%;
    }

    .section-plan__step-spacer {
      display: flex;
      min-height: 1px;
      position: relative;
      width: 43.75%;
      transition: background 0.3s ease, border 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, transform 0.4s ease;
    }

    .section-plan__step-icon-col {
      display: flex;
      min-height: 1px;
      position: relative;
      width: 12.166%;
    }

    .section-plan__step-icon-wrap {
      align-content: flex-start;
      display: flex;
      flex-flow: row wrap;
      position: relative;
      width: 100%;
      text-align: center;
    }

    .section-plan__step-icon-wrap div {
      width: 100%;
      text-align: center;
    }

    .section-plan__step-icon {
      display: inline-block;
      max-width: 100%;
      overflow: clip;
      width: 1000%;
      aspect-ratio: 1 / 1;
      vertical-align: middle;
    }

    /* Dashed connecting lines — precise positioning via JS */
    .section-plan__step {
      margin-bottom: 0;
    }
    .section-plan__step:not(:last-of-type) {
      padding-bottom: 48px;
    }
    /* align-self: flex-start makes icon-wrap only as tall as the icon itself,
       so top: 100% is exactly the circle bottom — no gaps */
    .section-plan__step-icon-wrap {
      position: relative;
      z-index: 1;
      align-self: flex-start;
    }
    /* Connector between circles — height set precisely by JS */
    .section-plan__step:not(:last-of-type) .section-plan__step-icon-wrap::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      height: var(--connector-height, 0px);
      width: 0;
      border-left: 2px dashed #212121;
    }
    /* Line from last circle toward CTA */
    .section-plan__step:last-of-type .section-plan__step-icon-wrap::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      height: var(--cta-connector-height, 0px);
      width: 0;
      border-left: 2px dashed #212121;
    }
    /* Arrowhead after last line */
    .section-plan__step:last-of-type .section-plan__step-icon-wrap::before {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100% + var(--cta-connector-height, 0px));
      width: 0;
      height: 0;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 10px solid #212121;
    }

    .section-plan__step-text-col {
      display: flex;
      min-height: 1px;
      position: relative;
      width: 43.75%;
    }

    .section-plan__step-text-wrap {
      align-content: flex-start;
      display: flex;
      flex-flow: row wrap;
      margin: 0 7.5%;
      padding: 10px;
      position: relative;
      width: 100%;
    }

    .section-plan__step-title {
      color: #212121;
      font-family: 'League Spartan', sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 26px;
      margin: 0 0 18px 0;
    }

    .section-plan__step-desc {
      color: #212121;
      font-family: 'League Spartan', sans-serif; font-weight: 400;
      font-size: 17px;
      font-weight: 400;
      line-height: 25px;
      margin: -3% 0 0 0;
    }

    /* CTA area */
    .section-plan__cta-text-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 23px;
      margin-top: 5%;
    }

    .section-plan__cta-text {
      color: #212121;
      font-family: 'League Spartan', sans-serif;
      font-size: 27px;
      font-weight: 400;
      line-height: 27px;
      text-align: center;
      margin: 0;
    }

    .section-plan__cta-btn-wrap {
      width: 100%;
      text-align: center;
      margin-bottom: 60px;
    }

    .section-plan__cta-btn {
      display: inline-block;
      background-color: #2f9ebd;
      border: 1.6px solid #2f9ebd;
      border-radius: 4px;
      color: rgb(255, 255, 255);
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      letter-spacing: 2px;
      padding: 22px 56px;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .section-plan__cta-btn:hover {
      background-color: #227a91;
      border-color: #227a91;
    }

    .section-plan__cta-btn span {
      display: flex;
      gap: 5px;
      justify-content: center;
    }

    /* Mobile image (hidden on desktop) */
    .section-plan__mobile-img-wrap {
      display: none;
      width: 100%;
      text-align: center;
      margin-bottom: 18px;
    }

    .section-plan__mobile-img {
      display: inline-block;
      max-width: 100%;
      width: 916px;
      height: auto;
    }

    /* Testimonial card */

    /* Mobile responsive */
    @media (max-width: 768px) {

      .section-plan {
        background-size: cover;
        background-position: center;
        padding-top: 10%;
      }

      .section-plan__inner {
        width: 100%;
      }

      .section-plan__wrap {
        padding: 0 20px 10px 20px;
      }

      .section-plan__title,
      .section-plan__subtitle {
        font-size: 36px;
        line-height: 40px;
      }
      .section-plan__title {
        margin-top: 10px;
      }
      .section-plan__subtitle {
        font-size: 30px !important;
        font-weight: 300 !important;
        font-style: italic;
      }
      .section-plan__title span:nth-child(2) {
        display: inline-block;
        margin-top: 10px;
        font-size: 48px !important;
        margin-bottom: 10px;
      }

      .section-plan__title span.light {
        font-style: italic;
      }

      /* Steps: show on mobile, stacked layout */
      .section-plan__step {
        display: block;
        margin-bottom: 30px;
      }

      .section-plan__step-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 100%;
      }

      .section-plan__step-spacer {
        display: none;
      }

      .section-plan__step-icon-col {
        width: 80px;
        margin-bottom: 12px;
      }

      .section-plan__step .section-plan__step-icon-col::after,
      .section-plan__step .section-plan__step-icon-col::before,
      .section-plan__step .section-plan__step-icon-wrap::after,
      .section-plan__step .section-plan__step-icon-wrap::before,
      .section-plan__step .section-plan__step-row::after,
      .section-plan__step .section-plan__step-row::before {
        display: none;
      }
      .section-plan__step:not(:last-of-type),
      .section-plan__step:last-of-type {
        padding-bottom: 0;
        margin-bottom: 30px;
      }

      .section-plan__step-icon {
        width: 80px;
        height: 80px;
      }

      .section-plan__step-text-col {
        width: 100%;
      }

      .section-plan__step-text-wrap {
        margin: 0;
        padding: 0 10px;
        text-align: center;
      }

      .section-plan__step-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 8px;
      }

      .section-plan__step-desc {
        font-size: 16px;
        line-height: 22px;
        margin-top: -5px;
      }

      /* Hide the mobile image — it's just the bg photo, not step content */
      .section-plan__mobile-img-wrap {
        display: none;
      }

      .section-plan__cta-text {
        font-size: 22px;
        line-height: 26px;
      }

      .section-plan__cta-btn {
        font-size: 18px;
        line-height: 26px;
        padding: 15px 40px;
        width: 100%;
        box-sizing: border-box;
      }

      /* Show video as background behind steps on mobile */
      .section-plan__video-bg {
        display: block;
        top: 180px;
        left: 0;
        width: 100%;
        height: calc(100% - 180px - 200px);
        object-fit: cover;
        object-position: center center;
        z-index: 0;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.4) 16%, rgba(0,0,0,0.75) 24%, black 32%, black 74%, rgba(0,0,0,0.75) 82%, rgba(0,0,0,0.4) 88%, rgba(0,0,0,0.15) 94%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.4) 16%, rgba(0,0,0,0.75) 24%, black 32%, black 74%, rgba(0,0,0,0.75) 82%, rgba(0,0,0,0.4) 88%, rgba(0,0,0,0.15) 94%, transparent 100%);
      }

      /* White semi-transparent overlay for text readability */
      .section-plan::before {
        content: '';
        position: absolute;
        top: 180px;
        left: 0;
        width: 100%;
        height: calc(100% - 180px - 200px);
        background: rgba(255, 255, 255, 0.70);
        z-index: 1;
        pointer-events: none;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.4) 16%, rgba(0,0,0,0.75) 24%, black 32%, black 74%, rgba(0,0,0,0.75) 82%, rgba(0,0,0,0.4) 88%, rgba(0,0,0,0.15) 94%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.15) 8%, rgba(0,0,0,0.4) 16%, rgba(0,0,0,0.75) 24%, black 32%, black 74%, rgba(0,0,0,0.75) 82%, rgba(0,0,0,0.4) 88%, rgba(0,0,0,0.15) 94%, transparent 100%);
      }
    
    }

  /* ===== SECTION SMILES (dental gallery strip) ===== */
  .section-smiles {
    background-color: #f2f2f2;
    padding: 32px 0;
    overflow: hidden;
  }
  .section-smiles__inner {
    padding: 0 16px;
  }
  .section-smiles__row {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: stretch;
  }
  .section-smiles__item {
    flex: 1 1 0;
    min-width: 0;
    border-radius: 16px;
    overflow: hidden;
  }
  .section-smiles__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  @media screen and (max-width: 768px) {

    .section-smiles {
      padding: 24px 0;
    }
    .section-smiles__inner {
      padding: 0 14px;
    }
    .section-smiles__row {
      gap: 8px;
    }
    .section-smiles__item {
      border-radius: 12px;
    }
  
    }

  @media screen and (max-width: 480px) {

    .section-smiles {
      padding: 40px 0;
    }
    .section-smiles__row {
      gap: 6px;
      flex-wrap: wrap;
    }
    .section-smiles__item {
      flex: 0 0 calc(50% - 3px);
      border-radius: 10px;
    }
    .section-smiles__item:first-child {
      flex: 0 0 100%;
    }
  
    }

  /* ===== SECTION COPY (Section 3 template) ===== */
  .section-copy {
    background-color: rgb(255, 255, 255);
    width: 100%;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: background 0.3s ease, border 0.3s ease, box-shadow 0.3s ease, transform 0.4s ease;
  }
  .section-copy__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 936px;
    margin: 0 auto;
    padding: 64px 24px;
    width: 100%;
    box-sizing: border-box;
  }
  /* Headline */
  .section-copy__heading {
    text-align: center;
    margin-bottom: 48px;
    max-width: 100%;
    position: relative;
  }
  .section-copy__heading h2 {
    font-family: 'League Spartan', sans-serif;
    font-style: italic;
    font-size: 78px;
    font-weight: 600;
    line-height: 88px;
    color: rgb(20, 29, 38);
    text-align: center;
    margin: 0;
  }
  .section-copy__heading h2 u {
    text-decoration: underline 6px rgb(255, 94, 19);
    text-underline-offset: 6px;
    text-decoration-thickness: 6px;
  }
  /* Body copy */
  .section-copy__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 750px;
    max-width: 100%;
    margin-bottom: 28px;
    text-align: center;
  }
  .section-copy__body p,
  .section-copy__body > div {
    font-family: 'League Spartan', sans-serif; font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3c;
    margin: 0 0 24px 0;
    text-align: center;
  }
  .section-copy__body p:last-child {
    margin-bottom: 0;
  }
  .section-copy__body u {
    text-decoration: underline 3px #2f9ebd;
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
  }
  /* Lists */
  .section-copy__list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
  }
  .section-copy__list li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    text-align: left;
  }
  .section-copy__list li + li {
    margin-top: 10px;
  }
  .section-copy__list-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    transition: fill 0.3s;
  }
  .section-copy__list-text {
    align-self: center;
    padding-left: 5px;
    font-family: 'League Spartan', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #3c3c3c;
    transition: color 0.3s;
  }
  /* CTA */
  .section-copy__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .section-copy__cta-btn-wrap {
    margin-top: 10px;
    margin-bottom: 32px;
  }
  .section-copy__cta .section-reviews__social-proof {
    margin-top: -9px;
    margin-bottom: 30px;
    gap: 10px;
  }
  .section-copy__cta .section-reviews__social-proof p,
  .section-journey__cta-wrap .section-reviews__social-proof p {
    font-family: 'League Spartan', sans-serif; font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #3c3c3c;
    margin: 0;
  }
  .section-copy__cta-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #212121;
    border: 1.6px solid #212121;
    border-radius: 4px;
    padding: 24px 56px;
    color: rgb(255, 255, 255);
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }
  .section-copy__cta-btn:hover {
    background-color: #111111;
    border-color: #111111;
  }
  /* Trust badges */

  /* Mobile responsive */
  @media (max-width: 768px) {

    .section-copy__heading h2 {
      font-size: 42px;
      line-height: 52px;
    }
    .section-copy__inner {
      padding: 48px 24px;
    }
    .section-copy__body {
      width: 100%;
    }
    .section-copy__body p,
    .section-copy__body > div {
      font-size: 18px;
      line-height: 28px;
    }
    .section-copy__list-text {
      font-size: 18px;
      line-height: 28px;
    }
    .section-copy__cta-btn {
      padding: 18px 36px;
      font-size: 18px;
    }
  
    }
  @media (max-width: 480px) {

    .section-copy__list li {
      align-items: flex-start;
    }
    .section-copy__list-icon {
      margin-top: 3px;
    }
    .section-copy__body {
      text-align: left;
      align-items: flex-start;
    }
    .section-copy__body p,
    .section-copy__body > div {
      text-align: left;
    }
    .section-copy__heading h2 {
      font-size: 34px;
      line-height: 44px;
    }
    .section-copy__heading h2 u {
      text-decoration-thickness: 4px;
      text-underline-offset: 4px;
    }
    .section-copy__body p,
    .section-copy__body > div {
      font-size: 16px;
      line-height: 26px;
    }
    .section-copy__list-text {
      font-size: 17px;
      line-height: 27px;
    }
    .section-copy__cta-btn-wrap {
      width: 100%;
    }
    .section-copy__cta-btn {
      padding: 14px 28px;
      font-size: 16px;
      width: 100%;
      box-sizing: border-box;
    }
    .section-copy__cta .section-reviews__social-proof {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 8px;
      margin-bottom: 0px;
    }
    .section-copy__cta .section-reviews__social-proof p {
      font-size: 16px;
      line-height: 24px;
    }
  
    }

  @media (min-width: 769px) {

    .section-copy__heading h2 span[style] {
      font-size: 131px !important;
    }
  
    }

  /* ===== SECTION 7 BG ===== */
  .sec7-bg {
    width: 100%;
    position: relative;
    line-height: 0;
  }
  .sec7-bg__img {
    width: 100%;
    height: auto;
    display: block;
  }
  .sec7-bg__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 62%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 48px 48px 184px;
    box-sizing: border-box;
    line-height: normal;
    text-align: left;
    align-items: flex-start;
  }
  .sec7-bg__eyebrow {
    font-family: 'League Spartan', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #4a2c30;
    margin: 0 0 8px 4px;
    white-space: nowrap;
  }
  .sec7-bg__script {
    font-family: 'Ivy Presto Text', serif;
    font-size: 80px;
    font-weight: 600;
    font-style: italic;
    color: #be6f7a;
    margin: 0 0 20px 0;
    line-height: 1.1;
    white-space: nowrap;
  }
  .sec7-bg__bold {
    font-family: 'Ivy Presto Text', serif;
    font-size: 80px;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    color: #7a3f47;
    margin: -5px 0 31px 0;
    line-height: 1.05;
    white-space: nowrap;
  }
  .sec7-bg__desc {
    font-family: 'League Spartan', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #4a2c30;
    margin: 0 0 28px 0;
    line-height: 1.55;
    max-width: none;
    white-space: nowrap;
  }
  @media (max-width: 1200px) {
    .sec7-bg__overlay {
      padding-left: 80px;
    }
    .sec7-bg__bold {
      font-size: 59px;
    }
    .sec7-bg__script {
      font-size: 64px;
    }
    .sec7-bg__eyebrow {
      font-size: 14px;
    }
  }
  .sec7-bg__overlay .hero-cta-btn {
    flex-grow: 0;
    flex-basis: auto;
    align-self: flex-start;
    padding: 24px 52px;
    font-size: 20px;
    letter-spacing: 0.05em;
  }
  @media (max-width: 768px) {
    .sec7-bg__overlay {
      width: 55%;
      padding: 32px 24px 32px 40px;
    }
    .sec7-bg__eyebrow {
      font-size: 12px;
    }
    .sec7-bg__script {
      font-size: 42px;
    }
    .sec7-bg__bold {
      font-size: 42px;
      white-space: normal;
    }
    .sec7-bg__desc {
      font-size: 16px;
      white-space: normal;
    }
    .sec7-bg__overlay .hero-cta-btn {
      padding: 18px 36px;
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    .sec7-bg {
      line-height: normal;
    }
    .sec7-bg__img {
      height: 450px;
      object-fit: cover;
      object-position: 100% center;
    }
    .sec7-bg::after {
      content: '';
      position: absolute;
      bottom: auto;
      top: 300px;
      left: 0;
      right: 0;
      height: 150px;
      background: linear-gradient(to bottom, transparent 0%, rgba(253,215,221,0.03) 8%, rgba(253,215,221,0.06) 15%, rgba(253,215,221,0.1) 22%, rgba(253,215,221,0.15) 28%, rgba(253,215,221,0.22) 34%, rgba(253,215,221,0.3) 40%, rgba(253,215,221,0.4) 46%, rgba(253,215,221,0.5) 52%, rgba(253,215,221,0.6) 58%, rgba(253,215,221,0.7) 64%, rgba(253,215,221,0.8) 70%, rgba(253,215,221,0.88) 76%, rgba(253,215,221,0.94) 82%, rgba(253,215,221,0.98) 94%, rgba(253,215,221,1) 100%);
      pointer-events: none;
      z-index: 1;
    }
    .sec7-bg__overlay {
      width: 100%;
      position: relative;
      padding: 28px 30px 88px;
      background-color: #fdd7dd;
      z-index: 2;
      text-align: center;
      align-items: center;
    }
    .sec7-bg__eyebrow {
      font-size: 14px;
      white-space: nowrap;
      font-weight: 400;
      letter-spacing: 0.06em;
      margin-bottom: 10px;
    }
    .sec7-bg__script {
      font-size: 35px;
      white-space: normal;
    }
    .sec7-bg__bold {
      font-size: 35px;
      white-space: normal;
    }
    .sec7-bg__desc {
      font-size: 18px;
      white-space: normal;
    }
    .sec7-bg__overlay .hero-cta-btn {
      width: 100%;
      padding: 16px 24px;
      min-height: 56px;
      box-sizing: border-box;
    }
  }

  /* ===== SECTION JOURNEY ===== */
  .section-journey {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 600px;
    box-sizing: border-box;
    font-family: 'League Spartan', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
  }

  .section-journey__image-wrap {
    width: 50%;
    flex-shrink: 0;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
  }

  .section-journey__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .section-journey__inner {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 80px 6% 60px 7%;
    box-sizing: border-box;
  }

  .section-journey__content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }

  .section-journey__title-wrap {
    width: 100%;
    margin-top: 0;
    text-align: left;
    display: inline;
  }

  .section-journey__title {
    font-family: 'League Spartan', sans-serif;
    font-size: 58px;
    line-height: 71px;
    color: #212121;
    margin: 0;
    text-align: left;
    font-weight: 700;
    display: inline;
  }

  .section-journey__script-wrap {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-left: 0;
    text-align: left;
    display: block;
  }

  .section-journey__script {
    font-family: 'Daymore Script', cursive;
    font-size: 85px;
    line-height: 0.85;
    color: #2c94b0;
    margin: 0;
    display: inline;
    font-weight: 400;
    letter-spacing: 0.02em;
  }

  .section-journey__body-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .section-journey__body {
    font-family: 'League Spartan', sans-serif; font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #3c3c3c;
    text-align: left;
    margin: 16px 0;
  }

  .section-journey__cta-wrap {
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Mobile: section-journey */
  @media (max-width: 768px) {

    .section-journey {
      flex-direction: column;
      min-height: unset;
    }
    .section-journey__image-wrap {
      width: 100%;
      height: auto;
      padding: 10px 0 0 0;
    }
    .section-journey__image-wrap img {
      height: auto;
      object-fit: contain;
    }
    .section-journey__inner {
      width: 100%;
      padding: 40px 24px 40px 34px;
    }
    .section-journey__title {
      font-size: 32px;
      line-height: 40px;
    }
    .section-journey__title-wrap {
      margin-top: -45px;
    }
    .section-journey__script {
      font-size: 46px;
    }
    .section-journey__script-wrap {
      margin-bottom: 20px;
      white-space: nowrap !important;
      overflow: hidden;
    }
    .section-journey__cta-wrap .hero-cta-btn--main {
      padding-left: 30px !important;
      padding-right: 30px !important;
      width: 100% !important;
      box-sizing: border-box;
    }
    .section-journey__body {
      font-size: 17px;
      line-height: 24px;
      margin-top: -5px;
    }
    .section-journey__cta-wrap .section-reviews__social-proof {
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 8px;
      margin-bottom: 0px;
    }
    .section-journey__cta-wrap .section-reviews__social-proof p {
      font-size: 16px;
      line-height: 24px;
    }

    }

  @media (max-width: 480px) {
    .section-journey__title {
      font-size: 28px;
      line-height: 34px;
    }
    .section-journey__script {
      font-size: 38px;
    }
    .section-journey__title-wrap {
      margin-top: -30px;
    }
    .section-journey__body {
      font-size: 16px;
      line-height: 25px;
    }
    .section-journey__inner {
      padding: 40px 20px;
    }
  }

  /* ===== SECTION 5 - FOOTER ===== */
  .sec5 {
    background-color: rgb(8, 16, 37);

    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
    position: relative;
    font-family: 'League Spartan', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #fff;
  }
  .sec5__container {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 79%;
  }
  .sec5__inner {
    display: flex;
    min-height: 1px;
    position: relative;
    width: 100%;
  }
  .sec5__content {
    align-content: flex-start;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
    width: 100%;
  }

  /* Sub-section 1: Book + Social */

  /* Title row: 60/40 split */

  /* Book image column */

  /* Body text */

  /* CTA Button */

  /* Right column: social */

  /* Social links list */

  /* Sub-section 2: Our Locations heading */
  .sec5__locations-heading-wrap {
    position: relative;
    text-align: center;
  }
  .sec5__locations-heading {
    background-clip: unset;
    -webkit-background-clip: unset;
    background-image: none;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    font-family: 'League Spartan', sans-serif;
    font-size: 76.8px;
    font-weight: 800;
    line-height: 76.8px;
    text-align: center;
  }

  /* Sub-section 3: Locations grid + map */
  .sec5__locations-section {
    margin-bottom: 5%;
    margin-top: 3%;
    position: relative;
    width: 100%;
  }
  .sec5__locations-row {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
  }
  .sec5__locations-cards-col {
    display: flex;
    min-height: 1px;
    position: relative;
    width: calc(70% - 150px);
  }
  .sec5__locations-cards-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 0;
  }

  /* Divider image */
  .sec5__divider-wrap {
    position: absolute;
    right: 52.36px;
    text-align: center;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: stretch;
  }
  .sec5__divider-img {
    display: block;
    width: 15.2px;
    height: 100%;
    object-fit: fill;
  }

  /* Location card rows */
  .sec5__card-row {
    display: flex;
    width: 100%;
    padding-right: 0;
    margin-bottom: 3%;
  }
  .sec5__card-col {
    display: flex;
    min-height: 1px;
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .sec5__card {
    align-content: center;
    border: 0.8px solid #cdf4ff;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    margin-right: 5%;
    padding: 2% 5%;
    position: relative;
    width: 100%;
    min-height: 141px;
    transition: border-color 0.3s ease;
  }
  .sec5__card--active {
    border-color: #2f9ebd;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .sec5__card-title-wrap {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .sec5__card-title {
    background-clip: unset;
    -webkit-background-clip: unset;
    background-image: none;
    color: #2f9ebd;
    -webkit-text-fill-color: transparent;
    font-family: 'League Spartan', sans-serif; font-weight: 400;
    font-size: 28.88px;
    font-weight: 900;
    line-height: 28.88px;
    text-align: center;
  }
  .sec5__card-title a {
    color: inherit;
    text-decoration: none;
    -webkit-text-fill-color: #2f9ebd;
  }
  .sec5__card-address-wrap {
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .sec5__card-address {
    font-family: 'League Spartan', sans-serif;
    font-size: 14.44px;
    line-height: 17.33px;
    text-align: center;
    color: #fff;
  }

  /* Map column */
  .sec5__map-col {
    display: flex;
    align-items: stretch;
    min-height: 1px;
    position: relative;
    width: calc(30% + 150px);
    padding-left: 20px;
    box-sizing: border-box;
  }
  .sec5__map-images {
    display: flex;
    flex-direction: column;
    gap: 3%;
    width: 100%;
  }
  .sec5__map-img-wrap {
    flex: 1;
    overflow: hidden;
    border-radius: 0;
    min-height: 141px;
    background-color: rgba(255,255,255,0.05);
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
    position: relative;
  }
  .sec5__map-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.75) 100%);
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .sec5__map-img-wrap--active::after {
    opacity: 0;
  }
  .sec5__map-img-wrap--active {
    border-color: #2f9ebd;
  }
  .sec5__map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* Footer nav */

  /* Footer bottom: three columns */

  /* Center column */

  /* Influex logo col */

  /* Section 5 Responsive */
  @media (max-width: 768px) {

    .sec5__container {
      width: 90%;
    }
    .sec5__locations-heading {
      font-size: 30px;
      line-height: 34px;
    }
    .sec5__locations-heading-wrap {
      margin-top: 40px;
      margin-bottom: 25px;
    }
    .sec5__locations-section {
      margin-top: 0;
      margin-bottom: 0;
    }
    .sec5__locations-row {
      flex-direction: column;
    }
    .sec5__locations-cards-col,
    .sec5__map-col {
      width: 100%;
    }
    .sec5__card-row {
      flex-direction: column;
      padding-right: 0;
      margin-bottom: 10px;
    }
    .sec5__card-col {
      width: 100% !important;
      margin-bottom: 0;
    }
    .sec5__card {
      margin-right: 0;
      min-height: 100px;
      padding: 12px 16px;
    }
    .sec5__card-title {
      font-size: 20px;
      line-height: 22px;
    }
    .sec5__card-title-wrap {
      margin-bottom: 6px;
    }
    .sec5__card-address-wrap {
      margin-bottom: 4px;
    }
    .sec5__divider-wrap {
      display: none;
    }
    /* Mobile: show only active image, full width, below the cards */
    .sec5__map-col {
      padding-left: 0;
      margin-top: 16px;
    }
    .sec5__map-images {
      flex-direction: column;
      gap: 0;
    }
    .sec5__map-img-wrap {
      display: none;
      width: 100%;
      height: auto;
      min-height: unset;
    }
    .sec5__map-img-wrap--active {
      display: block;
      margin-bottom: 50px;
    }
    .sec5__map-img {
      width: 100%;
      height: auto;
      object-fit: contain;
    }
    }

/* Price Modal */
.price-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.price-modal.is-open {
  display: flex;
}
.price-modal__container {
  background: #fff;
  border-radius: 4px;
  max-width: 900px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 40px 50px;
  position: relative;
  box-sizing: border-box;
}
.price-modal__close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #333;
  line-height: 1;
}
.price-modal__title {
  font-family: 'League Spartan', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #212121;
}
.price-cat {
  border-bottom: 1px solid #ddd;
}
.price-cat__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 18px 0;
  cursor: pointer;
  text-align: left;
}
.price-cat__name {
  font-family: 'League Spartan', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 27.6px;
  color: rgb(44, 44, 44);
}
.price-cat__icon {
  color: #2f9ebd;
  font-size: 24px;
  font-weight: 400;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.price-cat.is-open .price-cat__icon {
  transform: rotate(45deg);
}
.price-cat__items {
  display: none;
  padding-bottom: 15px;
}
.price-cat.is-open .price-cat__items {
  display: block;
}
.price-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 8px 10px;
  border-bottom: 1px dotted #ccc;
  gap: 20px;
}
.price-item:last-child {
  border-bottom: none;
}
.price-item__name {
  font-family: 'League Spartan', sans-serif;
  font-size: 17px;
  color: #3c3c3c;
  flex: 1;
}
.price-item__price {
  font-family: 'League Spartan', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #212121;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 768px) {

  .price-modal__container {
    width: 95%;
    max-height: 90vh;
    padding: 25px 20px;
    border-radius: 4px;
  }
  .price-modal__title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .price-cat__name {
    font-size: 17px;
  }
  .price-item {
    padding: 6px 5px;
  }
  .price-item__name {
    font-size: 16px;
  }
  .price-item__price {
    font-size: 16px;
  }

    }

    @media (max-width: 480px) {
      .price-modal__close {
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .price-cat__name {
        font-size: 18px;
      }
      .price-cat__btn {
        padding: 20px 0;
        min-height: 56px;
      }
    }

    /* ===== TABLET RESPONSIVE (769px - 1024px) ===== */
    @media (min-width: 769px) and (max-width: 1024px) {

      /* --- HERO --- */
      .section-hero__left-inner {
        padding: 50px 5% 100px 8%;
        gap: 20px;
      }
      .hero-heading {
        font-size: 42px;
        line-height: 50px;
      }
      .hero-description {
        font-size: 18px;
        line-height: 27px;
        padding-right: 10px;
      }
      .hero-cta-btn {
        padding: 18px 12px;
        font-size: 15px;
      }

      /* --- CASES SECTION --- */
      .section-cases__title-line--main {
        font-size: 70px;
      }
      .section-cases__title-line--first,
      .section-cases__title-line--last {
        font-size: 45px;
      }
      .section-cases__item {
        width: 50%;
      }
      .section-cases__item-title {
        font-size: 24px;
      }
      .section-cases__item:hover {
        transform: scale(1.05);
      }

      /* --- SECTION COPY --- */
      .section-copy__heading h2 {
        font-size: 56px;
        line-height: 66px;
      }
      .section-copy__heading h2 span[style] {
        font-size: 70px !important;
      }

      /* --- REVIEW STRIP --- */
      .section-strip__inner {
        gap: 20px 30px;
      }
      .strip-review__quote {
        font-size: 18px;
      }

      /* --- SECTION PLAN --- */
      .section-plan__inner {
        width: 90%;
      }
      .section-plan__step-spacer {
        width: 35%;
      }
      .section-plan__step-text-col {
        width: 52%;
      }
      .section-plan__title {
        font-size: 36px;
        line-height: 38px;
      }
      .section-plan__subtitle {
        font-size: 36px;
        line-height: 38px;
      }
      .section-plan__step-title {
        font-size: 22px;
        line-height: 24px;
      }
      .section-plan__step-desc {
        font-size: 15px;
        line-height: 22px;
      }
      .section-plan__video-bg {
        width: 50%;
      }

      /* --- FEATURE SECTIONS --- */

      /* --- GUARANTEE --- */

      /* --- SERVICES CARDS --- */

      /* --- STEPS --- */

      /* --- JOURNEY SECTION --- */
      .section-journey__image-wrap {
        width: 40%;
      }
      .section-journey__inner {
        width: 60%;
        padding: 60px 5% 50px 5%;
      }
      .section-journey__title {
        font-size: 38px;
        line-height: 46px;
      }
      .section-journey__script {
        font-size: 55px;
      }
      .section-journey__body {
        font-size: 17px;
        line-height: 26px;
      }
      .section-journey__cta-wrap .hero-cta-btn--main {
        font-size: 15px;
        padding: 16px 20px;
      }

      /* --- FOOTER / SEC5 --- */
      .sec5__container {
        width: 92%;
      }
      .sec5__locations-heading {
        font-size: 50px;
        line-height: 54px;
      }
      .sec5__locations-cards-col {
        width: calc(55% - 80px);
      }
      .sec5__map-col {
        width: calc(45% + 80px);
      }
      .sec5__card {
        min-height: 120px;
        padding: 2% 4%;
      }
      .sec5__card-title {
        font-size: 22px;
        line-height: 24px;
      }

      /* --- FAQ --- */
      .section-faq__h2 {
        font-size: 52px;
        line-height: 58px;
      }
      .faq-question__text {
        font-size: 24px;
        line-height: 30px;
      }

      /* --- PRICE MODAL --- */
      .price-modal__container {
        width: 85%;
        padding: 35px 40px;
      }

      /* --- SECTION 3 --- */
      .section3-logos-row {
        padding: 40px 30px 0;
        flex-wrap: wrap;
        gap: 14px;
      }
      .section3-logo-item {
        height: 48px;
      }
      .section3-container {
        padding: 50px 30px 250px;
      }

    }

    /* ============================================================
       SECTION 2 - LOGO STRIP
       ============================================================ */
    .section-logos {
      position: relative;
      width: 100%;
    }
    .section-logos__bg {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background-color: rgb(248, 242, 239);
      overflow: hidden;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-logos__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 42px;
      padding-bottom: 41px;
      position: relative;
      width: 100%;
    }
    .section-logos__container {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0%;
      justify-content: center;
      max-width: 1170px;
      width: 100%;
      position: relative;
    }
    .section-logos__row-outer {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    .section-logos__row {
      display: flex;
      flex-flow: row wrap;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      position: relative;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-logos__col {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      justify-content: flex-start;
      min-height: 1px;
      position: relative;
      will-change: flex, max-width;
      flex-basis: 16.7%;
      max-width: 16.7%;
    }
    .section-logos__col:last-child {
      flex-basis: 16.5%;
      max-width: 16.5%;
    }
    .section-logos__col-inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 100%;
      padding: 5px 15px;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-logos__col:nth-child(4) .section-logos__col-inner,
    .section-logos__col:nth-child(5) .section-logos__col-inner,
    .section-logos__col:nth-child(6) .section-logos__col-inner {
      margin-left: 10px;
    }
    .section-logos__img-row {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      min-height: 1px;
      position: relative;
    }
    .section-logos__col:nth-child(2) .section-logos__img-row { margin-top: 20px; }
    .section-logos__col:nth-child(3) .section-logos__img-row { margin-top: 40px; }
    .section-logos__col:nth-child(4) .section-logos__img-row { margin-top: 25px; margin-bottom: 10px; }
    .section-logos__col:nth-child(5) .section-logos__img-row { margin-top: 25px; margin-bottom: 10px; }
    .section-logos__col:nth-child(6) .section-logos__img-row { margin-bottom: 10px; }
    .section-logos__img-wrapper {
      display: flex;
      flex-basis: 100%;
      justify-content: center;
      max-width: 100%;
      width: 100%;
      overflow: hidden;
      position: relative;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-logos__col:nth-child(2) .section-logos__img-wrapper { max-width: 80%; }
    .section-logos__col:nth-child(4) .section-logos__img-wrapper { max-width: 85%; }
    .section-logos__col:nth-child(6) .section-logos__img-wrapper { max-width: 85%; }
    .section-logos__img-sizer {
      position: relative;
      width: 100%;
    }
    .section-logos__img-sizer img {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      object-fit: cover;
      overflow: clip;
      vertical-align: middle;
    }
    .section-logos__col:nth-child(1) .section-logos__img-sizer { padding-top: 63.66%; }
    .section-logos__col:nth-child(2) .section-logos__img-sizer { padding-top: 100%; }
    .section-logos__col:nth-child(3) .section-logos__img-sizer { padding-top: 34.20%; }
    .section-logos__col:nth-child(4) .section-logos__img-sizer { padding-top: 100%; }
    .section-logos__col:nth-child(5) .section-logos__img-sizer { padding-top: 56.28%; }
    .section-logos__col:nth-child(6) .section-logos__img-sizer { padding-top: 99.99%; }
    @media (max-width: 991px) {
      .section-logos__col {
        flex-basis: 33.33%;
        max-width: 33.33%;
      }
      .section-logos__col:last-child {
        flex-basis: 33.33%;
        max-width: 33.33%;
      }
      .section-logos__wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
      }
      .section-logos__col:nth-child(2) .section-logos__img-row,
      .section-logos__col:nth-child(3) .section-logos__img-row,
      .section-logos__col:nth-child(4) .section-logos__img-row,
      .section-logos__col:nth-child(5) .section-logos__img-row,
      .section-logos__col:nth-child(6) .section-logos__img-row {
        margin-top: 15px;
        margin-bottom: 10px;
      }
      .section-logos__col:nth-child(4) .section-logos__col-inner,
      .section-logos__col:nth-child(5) .section-logos__col-inner,
      .section-logos__col:nth-child(6) .section-logos__col-inner {
        margin-left: 0;
      }
    }
    @media (max-width: 767px) {
      .section-logos__col {
        flex-basis: 50%;
        max-width: 50%;
      }
      .section-logos__col:last-child {
        flex-basis: 50%;
        max-width: 50%;
      }
      .section-logos__wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
      }
    }
    @media (max-width: 479px) {
      .section-logos__col {
        flex-basis: 50%;
        max-width: 50%;
      }
      .section-logos__col:last-child {
        flex-basis: 50%;
        max-width: 50%;
      }
      .section-logos__col-inner {
        padding: 5px 10px;
      }
    }

    /* ============================================================
       SECTION 3 - VALUE PROPOSITION
       ============================================================ */
    /* ===== SECTION 3 - REDESIGNED ===== */
    .section3-outer {
      position: relative;
      z-index: 4;
      width: 100%;
      background-image: url('../images/image2.webp');
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      background-color: #2a3040;
      overflow: hidden;
    }
    .section3-overlay {
      display: none;
    }
    .section3-container {
      position: relative;
      max-width: 900px;
      margin: 0 auto;
      padding: 70px 40px 550px;
    }
    .section3-content {
      position: relative;
      z-index: 2;
    }
    .section3-content-inner {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-left: 20px;
    }

    /* Heading - pink, Ivy Presto */
    .section3-heading {
      font-family: 'Ivy Presto Text', serif;
      font-size: 68px;
      font-weight: 300;
      line-height: 1.3;
      color: #ffcdd4;
      margin-bottom: 40px;
    }
    .section3-heading em strong,
    .section3-heading strong em {
      font-style: italic;
      font-weight: 700;
    }

    /* Blue vertical line block */
    .section3-logos-row {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 70px 200px 0;
      margin-bottom: 0;
      box-sizing: border-box;
    }
    @media (max-width: 1024px) {
      .section3-logos-row {
        padding: 36px 24px 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px 24px;
      }
      .section3-logo-item {
        height: 54px;
        flex-shrink: 1;
      }
    }

    .section3-logo-item {
      height: 84px;
      width: auto;
      flex-shrink: 0;
    }

    .section3-lined-block {
      border-left: 3.5px solid #a8cdff;
      padding-left: 30px;
      margin-top: 25px;
      margin-bottom: 0;
    }

    /* Subtitle text - League Spartan */
    .section3-subtitle {
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.6;
      color: #ffffff;
      margin-bottom: 45px;
    }

    /* Subheading - Ivy Presto */
    .section3-subheading {
      font-family: 'Ivy Presto Text', serif;
      font-size: 33px;
      font-weight: 300;
      line-height: 1.3;
      color: #ffcdd4;
      margin-bottom: 20px;
    }

    /* Checklist */
    .section3-checklist {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .section3-checklist li {
      position: relative;
      padding-left: 36px;
      margin-bottom: 12px;
      font-family: 'League Spartan', sans-serif;
      font-size: 19px;
      font-weight: 400;
      line-height: 1.6;
      color: #ffffff;
    }
    .section3-checklist li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 4px;
      width: 22px;
      height: 22px;
      background-color: #a8cdff;
      border-radius: 50%;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
      background-size: 14px 14px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .section3-checklist li strong {
      font-weight: 700;
      text-decoration: underline;
      text-decoration-color: #e0e0e0;
      text-underline-offset: 3px;
    }

    /* Closing heading - pink italic, Ivy Presto */
    .section3-closing-heading {
      font-family: 'Ivy Presto Text', serif;
      font-size: 33px;
      font-weight: 300;
      font-style: italic;
      line-height: 1.3;
      color: #ffcdd4;
      margin-bottom: 20px;
      margin-top: 40px;
    }

    /* Closing text */
    .section3-closing-text {
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.6;
      color: #ffffff;
      margin-bottom: 8px;
    }

    /* CTA Button */
    .section3-cta-btn {
      display: inline-block;
      margin-top: 25px;
      padding: 24px 40px;
      font-family: 'League Spartan', sans-serif;
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 0.05em;
      color: #1a1a2e;
      background-color: #ffcdd4;
      border: none;
      border-radius: 3px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      padding: 16px 52.5px;
    }
    .section3-cta-btn:hover,
    .section3-cta-btn:active {
      background-color: #e8a8b8;
    }

    @media (max-width: 767px) {
      .section3-overlay {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.35);
        z-index: 1;
      }
      .section3-container {
        padding: 40px 20px 75px;
        position: relative;
        z-index: 2;
      }
      .section3-logos-row {
        padding: 44px 16px 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 16px;
      }
      .section3-logo-item {
        height: 40px;
        flex-shrink: 1;
      }
      .section3-lined-block {
        margin-top: 15px;
      }
      .section3-heading {
        font-size: 33px;
      }
      .section3-subheading {
        font-size: 24px;
      }
      .section3-heading span {
        font-size: 28px !important;
      }
      .section3-closing-heading {
        font-size: 26px;
      }
      .section3-subtitle {
        margin-bottom: 35px;
      }
      .section3-checklist li,
      .section3-subtitle,
      .section3-closing-text {
        font-size: 18px;
      }
      .section3-cta-btn {
        display: block;
        text-align: center;
        padding: 16px 20px;
        max-width: 97%;
      }
    }

    /* ============================================================
       SECTION 4 - CONSULTATION PROCESS
       ============================================================ */
    .section4-outer {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      width: 100%;
      position: relative;
      background-image: linear-gradient(rgb(251, 242, 242) 0%, #ffddf1 100%);
      background-color: rgb(251, 242, 242);
      color-scheme: light;
    }
    .section4-inner {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: center;
      max-width: 1280px;
      width: 100%;
      padding-top: 30px;
      padding-bottom: 40px;
      gap: 34px;
      position: relative;
    }
    .section4-heading-wrapper .section-cases__title {
      width: 100%;
      max-width: 875px;
      margin: 0 auto 17px;
      text-align: center;
    }
    .section4-heading-wrapper .section-cases__title-line {
      display: block;
      font-family: 'Ivy Presto Text', serif;
      font-style: italic;
      font-weight: 500;
    }
    .section4-heading-wrapper .section-cases__title-line--first,
    .section4-heading-wrapper .section-cases__title-line--last {
      font-size: 60px;
      font-weight: 500;
      line-height: 1;
    }
    .section4-heading-wrapper .section-cases__title-line--first {
      text-align: left;
    }
    .section4-heading-wrapper .section-cases__title-line--main {
      font-size: 100px;
      font-weight: 500;
      line-height: 1;
      text-align: center;
    }
    .section4-heading-wrapper .section-cases__title-line--last {
      text-align: right;
    }
    .section4-heading-wrapper .section-cases__title-line--first {
      margin-bottom: -40px;
    }
    .section4-heading-wrapper .section-cases__title-line--main {
      margin-bottom: -25px;
    }
    .section4-heading-wrapper .section-cases__title-line--first {
      color: rgb(180, 160, 175);
      margin-left: -200px;
    }
    .section4-heading-wrapper .section-cases__title-line--last {
      color: rgb(180, 160, 175);
      margin-right: -200px;
    }
    .section4-heading-wrapper .section-cases__title-line--main {
      color: rgb(40, 20, 35);
      text-shadow: rgba(140, 80, 120, 0.2) 0px 0px 40px;
      text-transform: lowercase;
    }

    .section4-heading-wrapper {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: flex-start;
      overflow-wrap: break-word;
      white-space: pre-wrap;
      word-break: break-word;
      position: relative;
      width: 100%;
      will-change: transform;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.000833333, 0, 0, 0, 1);
    }
    .section4-heading {
      font-family: 'League Spartan', sans-serif;
      font-size: 43px;
      font-weight: 600;
      line-height: 51.6px;
      letter-spacing: -0.8px;
      color: rgb(23, 26, 38);
      text-align: left;
      overflow-wrap: break-word;
      white-space: pre-wrap;
      word-break: break-word;
    }
    .section4-cards-row {
      display: flex;
      flex-direction: row;
      flex-shrink: 0;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: center;
      gap: 32px;
      max-width: 1264px;
      width: 100%;
      overflow: visible;
      position: relative;
      will-change: transform;
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.000833333, 0, 0, 0, 1);
    }
    .section4-card {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0px;
      flex-shrink: 0;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 24px;
      background-image: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
      border-radius: 24px;
      padding: 0px 32px 0px 32px;
      overflow: hidden;
      position: relative;
      width: 1px;
      min-width: 0;
    }
    .section4-step-text-area {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: flex-start;
      align-items: flex-start;
      gap: 8px;
      justify-content: center;
      overflow: hidden;
      position: relative;
      width: 90%;
    }
    .section4-card:nth-child(2) .section4-step-text-area,
    .section4-card:nth-child(3) .section4-step-text-area {
      width: 100%;
    }
    .section4-step-text-wrapper {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      justify-content: flex-start;
      overflow-wrap: break-word;
      white-space: pre-wrap;
      word-break: break-word;
      position: relative;
      width: 100%;
    }
    .section4-step-list {
      font-family: 'League Spartan', sans-serif;
      font-size: 25px;
      margin: 0;
      letter-spacing: -0.5px;
      line-height: 33px;
      overflow-wrap: break-word;
      text-align: left;
      white-space: pre-wrap;
      word-break: break-word;
      position: relative;
      list-style-position: inside;
      padding-left: 0;
    }
    .section4-step-list li {
      counter-increment: list-item 1;
      display: list-item;
      font-family: 'League Spartan', sans-serif;
      font-size: 25px;
      letter-spacing: -0.5px;
      line-height: 33px;
      overflow-wrap: break-word;
      padding-left: 29.304px;
      text-align: left;
      white-space: pre-wrap;
      word-break: break-word;
    }
    .section4-step-list li p {
      font-family: 'League Spartan', sans-serif;
      font-size: 25px;
      letter-spacing: -0.5px;
      line-height: 33px;
      overflow-wrap: break-word;
      text-align: left;
      white-space: pre-wrap;
      word-break: break-word;
      display: inline;
    }
    .section4-person-cards {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: center;
      gap: 12px;
      position: relative;
      width: 100%;
    }
    .section4-person-card {
      display: flex;
      flex-shrink: 0;
      align-content: flex-end;
      align-items: flex-end;
      justify-content: flex-start;
      gap: 24px;
      background-color: rgb(255, 255, 255);
      border-radius: 12px;
      box-shadow: rgba(105, 105, 105, 0.1) 0px 0.602187px 0.602187px -1.25px, rgba(105, 105, 105, 0.09) 0px 2.28853px 2.28853px -2.5px, rgba(105, 105, 105, 0.04) 0px 10px 10px -3.75px;
      padding: 16px;
      position: relative;
      width: 100%;
    }
    .section4-person-info {
      display: flex;
      flex-grow: 1;
      flex-basis: 0px;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      overflow: hidden;
      position: relative;
      width: 1px;
    }
    .section4-avatar-container {
      aspect-ratio: 1 / 1;
      border-radius: 80px;
      flex-shrink: 0;
      position: relative;
      width: 48px;
      height: 48px;
      overflow: hidden;
    }
    .section4-avatar-inner {
      border-radius: 80px;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
    }
    .section4-avatar-img {
      border-radius: 80px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      overflow: clip;
    }
    .section4-person-text {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0px;
      flex-shrink: 0;
      align-content: flex-start;
      align-items: flex-start;
      gap: 4px;
      overflow: hidden;
      position: relative;
      width: 1px;
    }
    .section4-person-name {
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 27px;
      color: rgb(3, 31, 42);
      white-space: nowrap;
    }
    .section4-person-role {
      font-family: 'League Spartan', sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: rgba(3, 32, 43, 0.7);
      white-space: nowrap;
    }
    .section4-therapist-image-container {
      flex-shrink: 0;
      height: 208px;
      overflow: hidden;
      position: relative;
      width: 100%;
    }
    .section4-therapist-image-wrapper {
      border-radius: 25px;
      flex-shrink: 0;
      height: 214px;
      width: 267px;
      position: absolute;
      top: -24px;
      left: calc(50% - 133.5px);
    }
    .section4-therapist-image-inner {
      border-radius: 25px;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
    }
    .section4-therapist-img {
      border-radius: 25px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 0%;
      overflow: clip;
    }
    .section4-timeslots-area {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: flex-start;
      align-items: flex-start;
      gap: 8px;
      justify-content: center;
      position: relative;
      width: 100%;
    }
    .section4-timeslots-list {
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: center;
      gap: 8px;
      overflow: hidden;
      position: relative;
      width: 100%;
    }
    .section4-timeslot {
      display: flex;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: space-between;
      background-color: rgb(255, 255, 255);
      border-radius: 8px;
      box-shadow: rgba(105, 105, 105, 0.1) 0px 0.602187px 0.602187px -1.25px, rgba(105, 105, 105, 0.09) 0px 2.28853px 2.28853px -2.5px, rgba(105, 105, 105, 0.04) 0px 10px 10px -3.75px;
      height: 58px;
      overflow: hidden;
      padding: 20px 16px;
      position: relative;
      width: 100%;
      z-index: 2;
    }
    .section4-timeslot-left {
      display: flex;
      flex-shrink: 0;
      align-content: center;
      align-items: center;
      justify-content: center;
      gap: 8px;
      overflow: hidden;
      position: relative;
      width: min-content;
    }
    .section4-clock-icon {
      flex-shrink: 0;
      height: 16px;
      width: 16px;
      position: relative;
      display: inline-block;
    }
    .section4-clock-icon svg {
      display: inline-block;
      fill: rgb(164, 0, 255);
      color: rgb(164, 0, 255);
      flex-shrink: 0;
      height: 100%;
      width: 100%;
      overflow: hidden;
      user-select: none;
    }
    .section4-time-text {
      font-family: 'League Spartan', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      color: rgb(4, 27, 37);
      white-space: nowrap;
    }
    .section4-book-now {
      font-family: 'League Spartan', sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      color: rgba(3, 32, 43, 0.7);
      white-space: nowrap;
    }
    .section4-card-img-wrapper {
      width: 100%;
      flex-shrink: 0;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      overflow: visible;
    }
    .section4-card-img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: contain;
      border-radius: 0 0 12px 12px;
    }

    .section4-cta-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      flex-shrink: 0;
      justify-content: center;
      align-items: center;
      align-content: flex-start;
      align-items: flex-start;
      justify-content: center;
      gap: 16px;
      width: 100%;
      position: relative;
      margin-top: 15px;
      margin-bottom: 35px;
    }
    .section4-cta-link-wrapper {
      flex-shrink: 0;
      position: relative;
      width: 268px;
      display: flex;
      justify-content: center;
    }
    .section4-cta-button {
      display: inline-flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      gap: 12px;
      background-color: #be6f7a;
      border-radius: 3px;
      padding: 21px 52.5px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      border: none;
      text-decoration: none;
      transition: background-color 0.2s ease;
    }
    .section4-cta-button:hover {
      background-color: #a85d67;
    }
    .section4-cta-text {
      font-family: 'League Spartan', sans-serif;
      font-size: 19px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #ffffff;
      line-height: 24px;
      color: rgb(255, 255, 255);
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
    }
    @media (max-width: 810px) {
      .section3-outer {
        background-position: 70% bottom;
      }
      .section3-logos-row {
        padding: 61px 16px 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 20px;
      }
      .section3-logo-item {
        height: 58px;
      }
      .section3-logo-item[style*="height:101px"] {
        height: 75px !important;
      }
      .section4-inner {
        padding: 9px 16px 32px 16px;
        gap: 9px;
      }
      .section4-heading {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.5px;
        text-align: left;
      }
      .section4-cards-row {
        flex-direction: column;
        gap: 16px;
        max-width: 520px;
        margin: 0 auto;
      }
      .section4-card {
        width: 100%;
        flex-basis: auto;
        flex-grow: 0;
        padding: 4px 24px 0px 24px;
      }
      .section4-card-img-wrapper {
        overflow: hidden !important;
      }
      .section4-card-img {
        width: 100% !important;
        max-width: 100% !important;
      }
      .section4-step-text-area {
        width: 100%;
        margin-bottom: -15px;
      }
      .section4-card:nth-child(1),
      .section4-card:nth-child(2) {
        padding-bottom: 30px;
      }
      .section4-card:nth-child(3) .section4-step-text-area {
        margin-bottom: -65px;
      }
      .section4-card:nth-child(3) {
        padding-bottom: 20px;
      }
      .section4-step-list,
      .section4-step-list li,
      .section4-step-list li p {
        font-size: 21px;
        line-height: 30px;
      }
      .section4-cta-link-wrapper {
        width: 100%;
      }
      .section4-therapist-image-wrapper {
        width: 220px;
        height: 180px;
        left: calc(50% - 110px);
        top: -16px;
      }
      .section4-therapist-image-container {
        height: 170px;
      }
      .section4-heading-wrapper .section-cases__title-line--first {
        margin-left: 0;
        margin-bottom: -20px;
        text-align: left;
        font-size: 32px;
      }
      .section4-heading-wrapper .section-cases__title-line--main {
        margin-bottom: -10px;
        text-align: center;
        font-size: 48px;
      }
      .section4-heading-wrapper .section-cases__title-line--last {
        margin-right: 0;
        text-align: right;
        font-size: 32px;
      }
    }
    @media (max-width: 480px) {
      .section4-heading-wrapper {
        padding-left: 10px;
        padding-right: 10px;
      }
      .section4-heading-wrapper .section-cases__title-line--first,
      .section4-heading-wrapper .section-cases__title-line--last {
        font-size: 27px;
        margin-bottom: -22px;
      }
      .section4-heading-wrapper .section-cases__title-line--main {
        font-size: 40px;
        margin-bottom: -16px;
      }
    }
    @media (min-width: 811px) and (max-width: 1399px) {
      .section4-inner {
        padding: 30px 24px 40px 24px;
        gap: 28px;
      }
      .section4-heading {
        font-size: 36px;
        line-height: 43px;
      }
      .section4-cards-row {
        gap: 20px;
      }
      .section4-heading-wrapper .section-cases__title-line--first {
        margin-left: 0;
        font-size: 42px;
        margin-bottom: -25px;
      }
      .section4-heading-wrapper .section-cases__title-line--main {
        font-size: 70px;
        margin-bottom: -15px;
      }
      .section4-heading-wrapper .section-cases__title-line--last {
        margin-right: 0;
        font-size: 42px;
      }
    }

    /* ===== SECTION 6 - PRICING CARDS ===== */
    .sec6-pricing {
      background: rgb(255, 245, 241);
      background-image: url('../images/sec5-preturi.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
    .sec6-pricing__inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 101px 20px 61px;
      display: flex;
      gap: 28px;
      align-items: stretch;
      justify-content: center;
    }
    .sec6-pricing__left {
      flex: 0 0 46%;
      max-width: 46%;
      background: rgb(234, 102, 85);
      border-radius: 4px;
      padding: 48px 13px 48px 58px;
      color: #212121;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
    }
    .sec6-pricing__title {
      font-family: 'Ivy Presto Text', serif;
      font-size: 41px;
      font-weight: 300;
      line-height: 1.15;
      margin-bottom: 30px;
    }
    .sec6-pricing__left .sec6-pricing__title { color: #1a1a2e; }
    .sec6-checklist {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 13px;
    }
    .sec6-checklist li {
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      line-height: 1.5;
      color: #212121;
      padding-left: 30px;
      position: relative;
    }
    .sec6-checklist li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-size: 11px 11px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .sec6-checklist--blue li::before {
      background-color: #527aaf;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dbeaff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
    }
    .sec6-checklist--pink li::before {
      background-color: #be6f7a;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffdce1' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
    }
    .sec6-pricing__price {
      font-family: 'Ivy Presto Text', serif;
      font-size: 48px;
      font-weight: 300;
      line-height: 1.1;
      margin-top: 28px;
      margin-bottom: 0;
    }
    @media (max-width: 768px) {
      .sec6-pricing__inner { flex-direction: column; }
      .sec6-pricing__left { flex: 1; max-width: 100%; }
    }
    @media (max-width: 480px) {
      .sec6-pricing__price { font-size: 36px; }
      .sec6-pricing__left { padding: 32px 24px; }
    }

    /* ===== PRICING SECTION (v2 — 2-col layout) ===== */
    .pricing-v2 {
      background: rgb(255, 245, 241);
      background-image: url('../images/sec5-preturi.webp');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 81px 20px 106px;
    }
    .pricing-v2__section-title {
      font-family: 'Ivy Presto Text', serif;
      font-size: 73px;
      font-weight: 500;
      line-height: 81px;
      text-align: center;
      margin-bottom: 80px;
    }
    .pricing-v2__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      align-items: stretch;
      max-width: 960px;
      width: 100%;
    }
    /* Left — main card */
    .pricing-v2__main {
      background: #dbeaff;
      border-radius: 4px;
      padding: 48px 60px 62px 48px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .pricing-v2__main-title {
      font-family: 'Ivy Presto Text', serif;
      font-size: 41px;
      font-weight: 300;
      line-height: 1.15;
      margin: 0 0 8px;
      color: #212121;
    }
    .pricing-v2__main-sub {
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      color: rgba(33,33,33,0.6);
      font-weight: 400;
      margin: 0;
      line-height: 1.6;
    }
    .pricing-v2__main-price {
      margin-top: 28px;
    }
    .pricing-v2__main-price-val {
      font-family: 'Ivy Presto Text', serif;
      font-size: 48px;
      font-weight: 300;
      color: #212121;
      line-height: 1.1;
    }
    .pricing-v2__main-price-currency {
      font-family: 'Ivy Presto Text', serif;
      font-size: 28px;
      color: #212121;
      font-weight: 300;
      margin-left: 4px;
    }
    .pricing-v2__features {
      list-style: none;
      margin: 28px 0 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 13px;
    }
    .pricing-v2__features li {
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      line-height: 1.5;
      color: #212121;
      padding-left: 30px;
      position: relative;
    }
    .pricing-v2__features li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-size: 11px 11px;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #527aaf;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dbeaff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 12l4 4 8-8'/%3E%3C/svg%3E");
    }
    .pricing-v2__cta {
      width: 100%;
      margin-top: 36px;
      padding: 20px 24px;
      background: #527aaf;
      color: #ffffff;
      border: none;
      border-radius: 4px;
      font-family: 'League Spartan', sans-serif;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.3s ease;
      text-decoration: none;
      text-align: center;
      display: block;
      box-sizing: border-box;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    .pricing-v2__cta:hover {
      background: #3f6290;
    }
    .pricing-v2__cta:active {
      background: #305070;
    }
    /* Right — merged pink card */
    .pricing-v2__right {
      display: flex;
      flex-direction: column;
    }
    .pricing-v2__ongoing {
      display: flex;
      flex-direction: column;
      flex: 1;
      background: #fdd7dd;
      border-radius: 4px;
      overflow: hidden;
    }
    .pricing-v2__card {
      background: transparent;
      border-radius: 0;
      padding: 30px 60px 30px 48px;
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .pricing-v2__card + .pricing-v2__card {
      border-top: 2px solid rgba(33,33,33,0.12);
    }
    .pricing-v2__card--header {
      flex: 0 0 auto;
      padding: 48px 60px 30px 48px;
    }
    .pricing-v2__ongoing .pricing-v2__card:last-child {
      padding-bottom: 38px;
      justify-content: flex-start;
    }
    .pricing-v2__card--header .pricing-v2__main-title {
      margin: 0 0 8px;
      white-space: nowrap;
    }
    .pricing-v2__card-title {
      font-family: 'Ivy Presto Text', serif;
      font-size: 28px;
      font-weight: 300;
      margin: 0 0 4px;
      color: #212121;
      line-height: 1.15;
    }
    .pricing-v2__card-sub {
      font-family: 'League Spartan', sans-serif;
      font-size: 16px;
      color: rgba(33,33,33,0.55);
      font-weight: 400;
      margin: 0 0 14px;
      line-height: 1.5;
    }
    .pricing-v2__card-price {
      font-family: 'Ivy Presto Text', serif;
      font-size: 36px;
      font-weight: 300;
      color: #212121;
      line-height: 1.1;
    }
    .pricing-v2__card-price .currency {
      font-family: 'Ivy Presto Text', serif;
      font-size: 20px;
      font-weight: 300;
      color: #212121;
      margin-left: 3px;
    }
    .pricing-v2__card-price .per {
      font-family: 'League Spartan', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: rgba(33,33,33,0.55);
      margin-left: 6px;
    }
    @media (max-width: 768px) {
      .pricing-v2__section-title {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 45px;
      }
      .pricing-v2 {
        padding: 60px 20px 70px;
      }
      .pricing-v2__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 520px;
      }
      .pricing-v2__main {
        padding: 36px 32px;
      }
      .pricing-v2__main-title {
        font-size: 36px;
      }
      .pricing-v2__card--header {
        padding: 28px 32px 16px;
      }
      .pricing-v2__ongoing {
        gap: 12px;
      }
      .pricing-v2__card {
        min-width: 0;
        padding: 24px 32px;
      }
    }
    @media (max-width: 480px) {
      .pricing-v2__main {
        padding: 41px 34px 51px 39px;
      }
      .pricing-v2__main-title {
        font-size: 29px;
      }
      .pricing-v2__card {
        padding: 40px 34px 35px 39px;
      }
      .pricing-v2__card--header {
        padding: 43px 34px 11px 39px;
      }
      .pricing-v2__card-title {
        font-size: 25px;
      }
      .pricing-v2__ongoing .pricing-v2__card:last-child {
        padding-bottom: 50px;
      }
    }

    /* ===== SECTION 6.1 - SPECIALTIES ===== */
    .sec61 {
      display: flex;
      width: 100%;
      min-height: 420px;
      color-scheme: light;
      overflow: hidden;
    }
    .sec61__left {
      flex: 0 0 45%;
      background-color: #D9624A;
      padding: 60px 56px;
      display: flex;
      flex-direction: column;
      gap: 28px;
      box-sizing: border-box;
    }
    .sec61__title {
      font-family: 'Daymore Script', cursive;
      font-size: 56px;
      font-weight: 400;
      color: #fff;
      margin: 0;
      line-height: 1.1;
    }
    .sec61__body {
      font-family: 'League Spartan', sans-serif;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.65;
      color: rgba(255,255,255,0.92);
      margin: 0;
    }
    .sec61__links {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      list-style: none;
      border-top: 1px solid rgba(255,255,255,0.35);
    }
    .sec61__link-item {
      border-bottom: 1px solid rgba(255,255,255,0.35);
    }
    .sec61__link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 0;
      font-family: 'League Spartan', sans-serif;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #fff;
      text-decoration: underline;
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
      text-decoration-color: rgba(255,255,255,0.7);
    }
    .sec61__link-arrow {
      font-size: 18px;
      text-decoration: none;
      flex-shrink: 0;
      margin-left: 12px;
    }
    .sec61__right {
      flex: 0 0 55%;
      overflow: hidden;
      position: relative;
    }
    .sec61__photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }
    @media (max-width: 768px) {
      .sec61 {
        flex-direction: column;
      }
      .sec61__left {
        flex: none;
        width: 100%;
        padding: 48px 28px;
      }
      .sec61__right {
        flex: none;
        width: 100%;
        height: 300px;
      }
      .sec61__title {
        font-size: 44px;
      }
    }
    @media (max-width: 480px) {
      .sec61__left {
        padding: 40px 20px;
      }
      .sec61__title {
        font-size: 36px;
      }
    }

    /* ===== SECTION 7 - FAQ ACCORDION ===== */
    .sec7-new-faq {
      background: #fff;
      padding: 60px 20px;
    }
    .sec7-new-faq__inner {
      max-width: 900px;
      margin: 0 auto;
    }
    .sec7-new-faq__heading {
      font-family: 'League Spartan', sans-serif;
      font-size: 42px;
      font-weight: 700;
      text-align: center;
      color: #1a1a1a;
      margin-bottom: 28px;
    }
    .sec7-new-faq__filters {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 36px;
    }
    .sec7-new-faq__filter {
      font-family: 'League Spartan', sans-serif;
      font-size: 14px;
      font-weight: 600;
      padding: 8px 22px;
      border-radius: 20px;
      border: 1.5px solid #ccc;
      background: transparent;
      color: #555;
      cursor: pointer;
      transition: all 0.25s;
    }
    .sec7-new-faq__filter.active {
      background: rgb(234, 102, 85);
      color: #fff;
      border-color: rgb(234, 102, 85);
    }
    .sec7-new-faq__items {
      border-top: 1px solid #e0e0e0;
    }
    .sec7-new-faq__item {
      border-bottom: 1px solid #e0e0e0;
    }
    .sec7-new-faq__question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
      cursor: pointer;
      font-family: 'League Spartan', sans-serif;
      font-size: 17px;
      font-weight: 500;
      color: #1a1a1a;
      background: none;
      border: none;
      width: 100%;
      text-align: left;
    }
    .sec7-new-faq__question.active { font-weight: 700; }
    .sec7-new-faq__toggle {
      font-size: 24px;
      font-weight: 300;
      color: #999;
      transition: transform 0.3s;
      flex-shrink: 0;
      margin-left: 16px;
    }
    .sec7-new-faq__item.open .sec7-new-faq__toggle {
      transform: rotate(45deg);
    }
    .sec7-new-faq__answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
    }
    .sec7-new-faq__item.open .sec7-new-faq__answer {
      max-height: 500px;
    }
    .sec7-new-faq__answer-inner {
      padding: 0 0 20px;
      font-family: 'League Spartan', sans-serif;
      font-size: 15px;
      line-height: 1.7;
      color: #555;
    }
    @media (max-width: 768px) {
      .sec7-new-faq__heading { font-size: 32px; }
      .sec7-new-faq__question { font-size: 15px; }
    }
    @media (max-width: 480px) {
      .sec7-new-faq__heading { font-size: 26px; }
      .sec7-new-faq__filters { flex-wrap: wrap; }
    }

    /* ============================================================
       SECTION 8 - CTA SECTION (Two-column layout)
       ============================================================ */
    .section-cta {
      position: relative;
      width: 100%;
      overflow: hidden;
    }
    .section-cta__bg-container {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      overflow: hidden;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__bg-image {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;

      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__bg-overlay {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      background-color: rgba(68, 68, 68, 0);
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 73px;
      padding-bottom: 15px;
      position: relative;
      width: 100%;
    }
    .section-cta__container {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 0%;
      justify-content: center;
      max-width: 100%;
      width: 100%;
      position: relative;
    }
    .section-cta__row-outer {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    .section-cta__row {
      display: flex;
      flex-flow: row wrap;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      position: relative;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__col-left {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 41.3%;
      max-width: 41.3%;
      justify-content: flex-start;
      min-height: 1px;
      position: relative;
      will-change: flex, max-width;
    }
    .section-cta__col-left-inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 100%;
      margin-bottom: -17px;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__person-img-row {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      min-height: 1px;
      position: relative;
    }
    .section-cta__person-img-wrapper {
      display: flex;
      flex-basis: 100%;
      justify-content: center;
      max-width: 100%;
      width: 100%;
      overflow: hidden;
      position: relative;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__person-img-sizer {
      position: relative;
      width: 100%;
      padding-top: 116.686%;
    }
    .section-cta__person-img-sizer img {
      position: absolute;
      top: 0; left: 0; width: 100%; height: 100%;
      object-fit: cover;
      overflow: clip;
      vertical-align: middle;
    }
    .section-cta__divider-row {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      min-height: 1px;
      position: relative;
      margin-bottom: -25px;
      padding-top: 10px;
    }
    .section-cta__divider-container {
      width: 100%;
      padding-top: 7px;
      padding-bottom: 7px;
      font-size: 0;
      line-height: 0;
      position: relative;
    }
    .section-cta__divider {
      width: 100%;
      height: 0;
      border: none;
      border-top: 2.4px solid rgb(255, 255, 255);
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__col-right {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 58.7%;
      max-width: 58.7%;
      justify-content: flex-start;
      min-height: 1px;
      position: relative;
      will-change: flex, max-width;
    }
    .section-cta__col-right-inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 100%;
      margin-right: 100px;
      transition: filter 0.5s, box-shadow 0.5s, background 0.5s, border-radius 0.5s, border-color 0.5s;
    }
    .section-cta__text-block {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      min-height: 1px;
      position: relative;
    }
    .section-cta__text-block--title1 {
      margin-top: 10px;
      margin-bottom: 10px;
    }
    .section-cta__text-content {
      flex-grow: 1;
      width: 100%;
      overflow-wrap: break-word;
      word-break: break-word;
      white-space: pre-wrap;
    }
    .section-cta__heading-small {
      font-family: "League Spartan", sans-serif;
      font-size: 27px;
      font-weight: 400;
      line-height: 40.5px;
      letter-spacing: 3px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
    .section-cta__heading-script {
      font-family: "Daymore Script", cursive;
      font-size: 90px;
      font-weight: 400;
      line-height: 135px;
      letter-spacing: 8px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
    .section-cta__text-block--title3 {
      margin-bottom: 10px;
    }
    .section-cta__heading-large {
      font-family: "League Spartan", sans-serif;
      font-size: 81px;
      font-weight: 400;
      line-height: 81px;
      letter-spacing: 4px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
    .section-cta__text-block--desc {
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .section-cta__description {
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 400;
      line-height: 36px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
    .section-cta__button-row {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      text-align: center;
    }
    .section-cta__button-row-inner {
      display: flex;
      flex-flow: row wrap;
      flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      position: relative;
    }
    .section-cta__button-col {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-basis: 100%;
      max-width: 100%;
      justify-content: flex-start;
      min-height: 1px;
      position: relative;
    }
    .section-cta__button-col-inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 100%;
      padding: 5px 15px;
    }
    .section-cta__button-container {
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      justify-content: center;
      gap: 20px 10px;
      margin-top: 30px;
      margin-left: 100px;
      margin-right: 100px;
      position: relative;
    }
    .section-cta__button {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      justify-content: center;
      background-color: rgb(255, 255, 255);
      border: solid transparent;
      border-radius: 100px;
      box-shadow: rgba(0, 0, 0, 0.47) 1px 2px 4px 0px;
      color: rgb(0, 0, 0);
      cursor: pointer;
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 32px;
      padding: 15px 45px;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      touch-action: manipulation;
      user-select: none;
      vertical-align: middle;
      backface-visibility: hidden;
      transition: filter 0.5s ease, color 0.5s ease, background 0.5s ease, border-color 0.5s ease, box-shadow 0.5s ease;
    }
    .section-cta__button:hover {
      opacity: 0.9;
      box-shadow: rgba(0, 0, 0, 0.55) 2px 3px 6px 0px;
    }
    .section-cta__button-text {
      min-width: 10px;
      text-align: center;
      font-family: 'League Spartan', sans-serif;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0.3px;
      line-height: 32px;
      white-space: nowrap;
      user-select: none;
    }
    @media (max-width: 1199px) {
      .section-cta__heading-script {
        font-size: 70px;
        line-height: 105px;
        letter-spacing: 6px;
      }
      .section-cta__heading-large {
        font-size: 60px;
        line-height: 65px;
        letter-spacing: 3px;
      }
      .section-cta__col-right-inner {
        margin-right: 50px;
      }
      .section-cta__button-container {
        margin-left: 50px;
        margin-right: 50px;
      }
    }
    @media (max-width: 991px) {
      .section-cta__row {
        flex-direction: column;
      }
      .section-cta__col-left {
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
      }
      .section-cta__col-right {
        flex-basis: 100%;
        max-width: 100%;
        order: 1;
      }
      .section-cta__col-right-inner {
        margin-right: 0;
        padding: 0 30px;
      }
      .section-cta__col-left-inner {
        margin-bottom: 0;
      }
      .section-cta__person-img-wrapper {
        max-width: 60%;
        margin: 0 auto;
      }
      .section-cta__wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
      }
      .section-cta__heading-small {
        font-size: 22px;
        line-height: 33px;
        letter-spacing: 2px;
      }
      .section-cta__heading-script {
        font-size: 55px;
        line-height: 82px;
        letter-spacing: 5px;
      }
      .section-cta__heading-large {
        font-size: 50px;
        line-height: 55px;
        letter-spacing: 3px;
      }
      .section-cta__description {
        font-size: 18px;
        line-height: 30px;
      }
      .section-cta__button-container {
        margin-left: 20px;
        margin-right: 20px;
      }
      .section-cta__button {
        font-size: 18px;
        padding: 12px 35px;
        white-space: normal;
      }
      .section-cta__button-text {
        font-size: 18px;
        white-space: normal;
      }
      .section-cta__divider-row {
        display: none;
      }
    }
    @media (max-width: 767px) {
      .section-cta__wrapper {
        padding-top: 40px;
        padding-bottom: 20px;
      }
      .section-cta__heading-small {
        font-size: 18px;
        line-height: 27px;
        letter-spacing: 2px;
      }
      .section-cta__heading-script {
        font-size: 42px;
        line-height: 63px;
        letter-spacing: 4px;
      }
      .section-cta__heading-large {
        font-size: 38px;
        line-height: 42px;
        letter-spacing: 2px;
      }
      .section-cta__description {
        font-size: 16px;
        line-height: 28px;
      }
      .section-cta__col-right-inner {
        padding: 0 20px;
      }
      .section-cta__button-container {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 20px;
      }
      .section-cta__button {
        font-size: 16px;
        padding: 12px 30px;
        line-height: 26px;
      }
      .section-cta__button-text {
        font-size: 16px;
        line-height: 26px;
      }
      .section-cta__person-img-wrapper {
        max-width: 80%;
      }
    }
    @media (max-width: 479px) {
      .section-cta__wrapper {
        padding-top: 30px;
        padding-bottom: 15px;
      }
      .section-cta__heading-small {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.5px;
      }
      .section-cta__heading-script {
        font-size: 34px;
        line-height: 51px;
        letter-spacing: 3px;
      }
      .section-cta__heading-large {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 2px;
      }
      .section-cta__description {
        font-size: 15px;
        line-height: 25px;
      }
      .section-cta__col-right-inner {
        padding: 0 15px;
      }
      .section-cta__button {
        font-size: 15px;
        padding: 10px 25px;
      }
      .section-cta__button-text {
        font-size: 15px;
      }
      .section-cta__person-img-wrapper {
        max-width: 90%;
      }
    }

