body.gm-home-body .hero-text-mobile {
    display: none;
}

@media (min-width: 768px) {
    body.gm-home-body .gm-home-hero-section {
        background: #fff8f0;
        padding: 52px 0 76px;
    }

    body.gm-home-body .gm-home-hero-row {
        min-height: 470px;
    }

    body.gm-home-body .gm-hero-copy-col {
        display: flex;
        align-items: center;
    }

    body.gm-home-body .hero-text.hero-text-desktop {
        max-width: 570px;
        margin-top: 0;
        text-align: left;
    }

    body.gm-home-body .hero-text.hero-text-desktop h1 {
        margin: 0;
        color: #2a0136;
        font-family: inherit;
        font-size: clamp(2.55rem, 4.1vw, 4rem);
        font-weight: 600;
        line-height: 1.08;
        letter-spacing: 0;
    }

    body.gm-home-body .hero-text.hero-text-desktop p {
        max-width: 470px;
        margin-top: 24px !important;
        color: rgba(42, 1, 54, 0.68);
        font-size: 1.05rem;
        line-height: 1.75;
    }

    body.gm-home-body .gm-desktop-hero-cta {
        margin-top: 28px;
    }

    body.gm-home-body .gm-hero-media-col {
        padding-left: 10rem;
    }

    body.gm-home-body .gm-hero-bento {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 205px));
        gap: 18px;
        max-width: 590px;
        margin-left: auto;
    }

    body.gm-home-body .gm-hero-tile {
        position: relative;
        min-height: 0;
        overflow: hidden;
        border-radius: 18px;
        background: #fff6e8;
        box-shadow: 0 18px 44px rgba(42, 1, 54, 0.10);
    }

    body.gm-home-body .gm-hero-tile::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        box-shadow: inset 0 0 0 1px rgba(42, 1, 54, 0.08);
        pointer-events: none;
    }

    body.gm-home-body .gm-hero-tile-large {
        grid-row: 1 / 3;
    }

    body.gm-home-body .gm-hero-tile img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767.98px) {
    body.gm-home-body .gm-home-hero-section {
        min-height: clamp(250px, 70vw, 340px);
        padding: 0 !important;
        background-color: #fff8f0;
        background-image:
            linear-gradient(90deg, rgba(255, 248, 240, 0.98) 0%, rgba(255, 248, 240, 0.90) 44%, rgba(255, 248, 240, 0.18) 72%, rgba(255, 248, 240, 0) 100%),
            url('/images/HomePage/mobile-hero-pharmacy-banner.png');
        background-image:
            linear-gradient(90deg, rgba(255, 248, 240, 0.98) 0%, rgba(255, 248, 240, 0.90) 44%, rgba(255, 248, 240, 0.18) 72%, rgba(255, 248, 240, 0) 100%),
            image-set(
                url('/images/HomePage/mobile-hero-pharmacy-banner.avif') type("image/avif"),
                url('/images/HomePage/mobile-hero-pharmacy-banner.webp') type("image/webp"),
                url('/images/HomePage/mobile-hero-pharmacy-banner.png') type("image/png")
            );
        background-size: cover;
        background-position: center right;
        background-repeat: no-repeat;
    }

    body.gm-home-body .gm-home-hero-row {
        min-height: clamp(250px, 70vw, 340px);
        align-items: center !important;
    }

    body.gm-home-body .gm-hero-copy-col {
        width: 100%;
    }

    body.gm-home-body .hero-text-desktop {
        display: none;
    }

    body.gm-home-body .hero-text-mobile {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        width: min(66%, 280px);
        min-height: clamp(250px, 70vw, 340px);
        padding: 34px 0;
        max-width: none;
        margin: 0;
        text-align: left;
    }

    body.gm-home-body .gm-mobile-hero-kicker,
    body.gm-home-body .hero-text-mobile p,
    body.gm-home-body .gm-mobile-hero-trust {
        display: none !important;
    }

    body.gm-home-body .gm-mobile-hero-kicker {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        max-width: 100%;
        margin-bottom: 12px;
        padding: 7px 14px;
        border: 1px solid rgba(42, 1, 54, 0.10);
        border-radius: 999px;
        background: rgba(255, 253, 248, 0.82);
        color: #2a0136;
        box-shadow: 0 8px 22px rgba(42, 1, 54, 0.06);
        font-size: 0.72rem;
        font-weight: 800;
        letter-spacing: 0;
        line-height: 1;
        text-transform: uppercase;
        white-space: nowrap;
    }

    body.gm-home-body .gm-mobile-hero-kicker-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 999px;
        background: rgba(109, 58, 135, 0.12);
        color: #6d3a87;
        font-size: 1rem;
        line-height: 1;
    }

    body.gm-home-body .gm-mobile-hero-kicker-icon i {
        line-height: 1;
    }

    body.gm-home-body .hero-text-mobile h1 {
        max-width: 260px;
        font-size: clamp(1.45rem, 6vw, 2rem);
        font-weight: 700;
        line-height: 1.16;
        color: #2a0136;
        margin: 0;
    }

    body.gm-home-body .hero-text-mobile p {
        max-width: 315px;
        font-size: 0.98rem;
        line-height: 1.55;
        color: rgba(42, 1, 54, 0.72);
        margin: 0;
    }

    body.gm-home-body .gm-mobile-hero-cta {
        min-height: 42px;
        margin-top: 18px;
        padding: 0 18px;
        font-size: 0.86rem;
    }

    body.gm-home-body .gm-mobile-hero-trust {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
        margin-top: 22px;
    }

    body.gm-home-body .gm-mobile-hero-trust-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        min-width: 0;
        color: rgba(42, 1, 54, 0.82);
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.25;
        text-align: center;
    }

    body.gm-home-body .gm-mobile-hero-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: 1px solid rgba(109, 58, 135, 0.12);
        background: rgba(109, 58, 135, 0.08);
        color: #6d3a87;
        font-size: 1.22rem;
        line-height: 1;
    }

    body.gm-home-body .gm-mobile-hero-icon i {
        line-height: 1;
    }

    body.gm-home-body .gm-hero-media-col {
        display: none !important;
    }

    body.gm-home-body .hero-text-mobile {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}

@media (min-width: 768px) {
    body.gm-home-body .gm-home-hero-section {
        padding: 42px 0 58px;
    }

    body.gm-home-body .gm-home-hero-row {
        min-height: 390px;
    }

    body.gm-home-body .hero-text.hero-text-desktop {
        max-width: 500px;
    }

    body.gm-home-body .hero-text.hero-text-desktop h1 {
        font-size: clamp(2.15rem, 3.05vw, 3.25rem);
        font-weight: 600;
        line-height: 1.12;
    }

    body.gm-home-body .hero-text.hero-text-desktop p {
        max-width: 440px;
        font-size: 0.98rem;
        line-height: 1.7;
    }

    body.gm-home-body .gm-hero-bento {
        grid-template-rows: repeat(2, minmax(0, 178px));
        gap: 16px;
        max-width: 680px;
    }

    body.gm-home-body .gm-hero-tile {
        border-radius: 16px;
        box-shadow: 0 14px 34px rgba(42, 1, 54, 0.08);
    }
}

/* Homepage content sections */
.gm-home-container {
        max-width: 1240px;
    }

    .gm-home-narrow-container {
        max-width: 980px;
    }

    body.gm-home-body {
        margin: 0;
        margin-bottom: 0;
        background: #eee3d2;
    }

    main.gm-home-main {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .gm-home-full-bleed {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .gm-home-hero-section,
    .gm-home-seo-services-section,
    .gm-home-info-section,
    .gm-home-faq-section {
        background: #fff8f0;
    }

    .gm-home-treatment-band,
    .gm-home-process-section,
    .gm-home-trust-section {
        background: #f7ecd9;
    }

    .gm-seo-section-heading {
        max-width: 760px;
        margin: 0 auto 28px;
        text-align: center;
    }

    .gm-seo-section-heading h2,
    .gm-home-trust-section h2 {
        color: #2a0136;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .gm-seo-section-heading p,
    .gm-home-trust-section p,
    .gm-process-intro,
    .gm-faq-list p {
        color: rgba(42, 1, 54, 0.72);
        line-height: 1.75;
    }

    .gm-home-hero-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 22px;
        border: 0;
        border-radius: 999px;
        background: linear-gradient(90deg, #2a0136 0%, #4d1f66 52%, #6d3a87 100%);
        color: #fff;
        font-size: 0.92rem;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 14px 28px rgba(42, 1, 54, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
        transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .gm-home-hero-cta:hover,
    .gm-home-hero-cta:focus {
        color: #fff;
        filter: saturate(1.08);
        transform: translateY(-1px);
        text-decoration: none;
        box-shadow: 0 16px 30px rgba(42, 1, 54, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    }

    .gm-home-hero-cta:active {
        transform: translateY(0);
        box-shadow: 0 10px 18px rgba(42, 1, 54, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    }

    .gm-home-hero-cta:focus-visible {
        outline: 2px solid #6d3a87;
        outline-offset: 3px;
    }

    .gm-home-seo-services-section,
    .gm-home-trust-section,
    .gm-home-faq-section {
        padding: 54px 0;
    }

    .gm-home-seo-services-section .gm-seo-service-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 1216px;
        margin: 0 auto;
        align-items: stretch;
    }

    .gm-home-seo-services-section a.gm-seo-service-card {
        position: relative;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
        height: 100%;
        min-height: 158px;
        padding: 22px 20px 24px;
        overflow: hidden;
        border: 1px solid rgba(42, 1, 54, 0.14);
        border-radius: 12px;
        background: #fffdf8 !important;
        color: #2a0136 !important;
        text-decoration: none !important;
        box-shadow: 0 12px 28px rgba(42, 1, 54, 0.07);
        box-sizing: border-box;
        transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
    }

    .gm-home-seo-services-section a.gm-seo-service-card:hover,
    .gm-home-seo-services-section a.gm-seo-service-card:focus {
        color: #2a0136 !important;
        border-color: rgba(42, 1, 54, 0.36);
        background: #fffdf8 !important;
        box-shadow: 0 14px 30px rgba(42, 1, 54, 0.09);
    }

    .gm-home-seo-services-section a.gm-seo-service-card h3 {
        margin: 0 0 12px;
        color: #2a0136;
        font-size: 1.08rem;
        font-weight: 800;
        line-height: 1.3;
    }

    .gm-home-seo-services-section a.gm-seo-service-card p {
        margin-bottom: 0;
        color: rgba(42, 1, 54, 0.74);
        font-size: 0.98rem;
        line-height: 1.7;
    }

    .gm-seo-services-toggle-wrap {
        display: none;
    }

    .gm-seo-services-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0 18px;
        border: 1px solid rgba(42, 1, 54, 0.18);
        border-radius: 999px;
        background: #fffdf8;
        color: #2a0136;
        font-size: 0.92rem;
        font-weight: 700;
        line-height: 1;
        box-shadow: 0 10px 24px rgba(42, 1, 54, 0.06);
    }

    .gm-seo-services-toggle:focus-visible {
        outline: 2px solid #6d3a87;
        outline-offset: 3px;
    }

    .gm-process-intro {
        max-width: 760px;
        margin: 0 auto 28px;
    }

    .gm-trust-layout {
        display: grid;
        gap: 24px;
    }

    .gm-trust-list {
        display: grid;
        gap: 12px;
        margin: 0;
    }

    .gm-trust-list div {
        padding: 18px;
        border: 1px solid rgba(42, 1, 54, 0.12);
        border-radius: 12px;
        background: #fffdf8;
    }

    .gm-trust-list dt {
        color: rgba(42, 1, 54, 0.70);
        font-size: 0.92rem;
        font-weight: 600;
    }

    .gm-trust-list dd {
        margin-bottom: 0;
        color: #2a0136;
        font-weight: 700;
    }

    .gm-trust-list a,
    .gm-faq-list a {
        color: #2a0136;
    }

    .gm-faq-list {
        display: grid;
        gap: 12px;
    }

    .gm-faq-list details {
        border: 1px solid rgba(42, 1, 54, 0.12);
        border-radius: 12px;
        background: #fffdf8;
        padding: 18px 20px;
        box-shadow: 0 10px 24px rgba(42, 1, 54, 0.05);
    }

    .gm-faq-list summary {
        color: #2a0136;
        cursor: pointer;
        font-weight: 700;
        line-height: 1.4;
    }

    .gm-faq-list p {
        margin: 12px 0 0;
    }

    @media (max-width: 767.98px) {
        .gm-home-full-bleed {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }

        .gm-home-full-bleed:empty,
        .gm-home-full-bleed > .container:empty {
            display: none;
        }

        .gm-home-treatment-band {
            padding: 0 0 28px;
        }

        .gm-home-treatment-band .gm-treatment-carousel-container {
            margin-top: 0 !important;
            padding-top: 28px;
        }

        .gm-home-seo-services-section,
        .gm-home-info-section,
        .gm-home-process-section,
        .gm-home-trust-section,
        .gm-home-faq-section {
            padding: 36px 0;
        }

        .gm-home-seo-services-section .gm-seo-service-grid:not(.is-expanded) .gm-seo-service-card-extra,
        .gm-home-seo-services-section .gm-seo-service-grid:not(.is-expanded) .gm-seo-service-card:nth-of-type(n + 4) {
            display: none !important;
        }

        .gm-seo-services-toggle-wrap {
            display: flex;
            justify-content: center;
            margin-top: 18px;
        }
    }

    @media (min-width: 768px) {
        .gm-home-treatment-band {
            background: #f7ecd9 !important;
            padding: 58px 0 68px;
        }

        .gm-home-treatment-band + br,
        .gm-home-treatment-band + br + br {
            display: none;
        }

        .gm-home-seo-services-section {
            padding: 70px 0 76px;
        }

        .gm-home-seo-services-section .gm-seo-service-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 22px;
        }

        .gm-home-info-section {
            background: #fff8f0;
            padding: 74px 0 76px;
        }

        .gm-home-info-section h2 {
            margin-bottom: 26px;
            font-weight: 700;
        }

        .gm-home-info-section p {
            margin: 0 0 18px;
            color: rgba(42, 1, 54, 0.70) !important;
            text-align: left !important;
            font-size: 1rem;
            line-height: 1.85;
        }

        .gm-info-copy {
            max-width: 900px;
            margin: 0 auto;
            text-align: left;
        }

        .gm-info-copy p:last-child {
            margin-bottom: 0;
        }

        .gm-home-process-section {
            margin-top: 0 !important;
            background: #f7ecd9;
            padding: 74px 0 84px;
        }

        .gm-home-process-section h2 {
            margin-bottom: 56px;
            font-weight: 700;
        }

        .gm-home-process-section h2 {
            margin-bottom: 48px;
        }

        .gm-process-intro {
            margin: -30px auto 48px;
        }

        .gm-home-trust-section,
        .gm-home-faq-section {
            padding: 76px 0;
        }

        .gm-trust-layout {
            grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
            align-items: center;
            gap: 56px;
        }

        .gm-trust-layout p:last-child {
            margin-bottom: 0;
        }

    }

    .genmeds-info-mobile{
        padding-top: 1rem;
    }
    /* Mobile-only improvements for Trusted Partner section */
    .genmeds-info-mobile ul li {
        color: #2a0136;
        line-height: 1.6;
        margin-bottom: 12px;
        font-size: 1rem;
    }

    

    .how-steps {
        width: 100%;
    }

    .how-steps-track {
        display: flex;
        align-items: stretch;
    }

    .how-step-item {
        min-width: 0;
    }

    .gm-process-swipe-hint,
    .gm-process-pagination {
        display: none;
    }

    .step-card {
        position: relative;
        overflow: visible;
        height: 100%;
        border: 2px solid #2a0136;
        border-radius: 14px;
        background: transparent;
        transition: background 160ms ease, box-shadow 160ms ease;
    }

    .step-badge-wrap {
        position: absolute;
        top: -23px;
        left: 0;
        right: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        pointer-events: none;
    }

    .step-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border: 2px solid #2a0136;
        border-radius: 999px;
        background: #f7ecd9;
        color: #2a0136;
        font-size: 1.15rem;
        font-weight: 800;
        line-height: 1;
        box-shadow: 0 0 0 8px #f7ecd9;
    }

    .step-img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 12px;
    }

    .step-title {
        margin-bottom: 8px;
        color: #2a0136;
        font-size: 1.15rem;
        font-weight: 800;
        line-height: 1.25;
    }

    .step-desc {
        margin-bottom: 0;
        color: rgba(42, 1, 54, 0.72);
        font-size: 0.95rem;
        line-height: 1.55;
    }

    @media (max-width: 767.98px) {
        .gm-process-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            text-align: left;
        }

        .gm-process-heading h2 {
            margin-bottom: 0;
        }

        .gm-process-swipe-hint {
            display: inline-flex;
            align-items: center;
            flex: 0 0 auto;
            color: rgba(42, 1, 54, 0.75);
            font-size: 0.9rem;
            font-weight: 600;
            line-height: 1;
            user-select: none;
        }

        .gm-process-intro {
            margin-top: 16px;
        }

        .how-steps {
            overflow-x: auto;
            overflow-y: visible;
            padding: 24px 0 2px;
            scroll-padding-inline: 16px;
            scroll-snap-type: x mandatory;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
        }

        .how-steps::-webkit-scrollbar {
            display: none;
        }

        .how-steps-track {
            width: max-content;
            flex-wrap: nowrap;
            gap: 16px;
            padding: 0 16px;
        }

        .how-step-item {
            flex: 0 0 min(78vw, 330px);
            max-width: min(78vw, 330px);
            scroll-snap-align: start;
            scroll-snap-stop: normal;
        }

        .step-card {
            padding: 44px 18px 20px;
            transform: none !important;
        }

        .step-badge {
            box-shadow: none;
        }

        .step-card:hover,
        .step-card:active {
            background: transparent;
            transform: none !important;
        }

        .step-img {
            max-width: 88%;
            margin: 0 auto 16px;
        }

        .gm-process-pagination {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-top: 16px;
        }

        .gm-process-dot {
            width: 8px;
            height: 8px;
            padding: 0;
            border: 0;
            border-radius: 999px;
            background: rgba(42, 1, 54, 0.28);
            cursor: pointer;
            transition: background 160ms ease, opacity 160ms ease, transform 160ms ease;
        }

        .gm-process-dot.is-active {
            background: #2a0136;
            transform: scale(1.12);
        }

        .gm-process-dot:focus-visible {
            outline: 2px solid #6d3a87;
            outline-offset: 4px;
        }
    }

    @media (min-width: 768px) {
        .gm-home-process-section {
            padding: 70px 0 78px;
        }

        .gm-home-process-section .how-steps-track {
            align-items: stretch;
            justify-content: center;
            gap: 32px !important;
        }

        .gm-home-process-section .how-step-item {
            flex: 1 1 0 !important;
            max-width: 32% !important;
        }

        .gm-home-process-section .step-card {
            position: relative;
            overflow: visible;
            height: 100%;
            padding: 44px 28px 30px;
            border: 1px solid rgba(42, 1, 54, 0.16);
            border-radius: 14px;
            background: #fffdf8;
            box-shadow: 0 14px 34px rgba(42, 1, 54, 0.08);
            transform: none !important;
            transition: background 160ms ease, box-shadow 160ms ease;
        }

        .gm-home-process-section .step-card:hover,
        .gm-home-process-section .step-card:active {
            background: #fffdf8;
            box-shadow: 0 14px 34px rgba(42, 1, 54, 0.08);
            transform: none !important;
        }

        .gm-home-process-section .step-badge-wrap {
            position: absolute;
            top: -23px;
            left: 0;
            right: 0;
            z-index: 2;
            margin-bottom: 0;
            pointer-events: none;
        }

        .gm-home-process-section .step-badge {
            position: relative;
            z-index: 3;
            width: 48px;
            height: 48px;
            background: #f7ecd9;
            border: 2px solid #2a0136;
            box-shadow: 0 0 0 8px #f7ecd9;
        }

        .gm-home-process-section .step-img {
            width: 100%;
            max-width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            margin: 0 auto 22px;
            border-radius: 12px;
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        html,
        body.gm-home-body {
            max-width: 100%;
            overflow-x: clip;
        }

        body.gm-home-body > .container {
            width: 100%;
            max-width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow-x: clip;
        }

        main.gm-home-main {
            width: 100%;
            max-width: 100%;
            overflow-x: clip;
        }

        main.gm-home-main .gm-home-container,
        main.gm-home-main .gm-home-narrow-container {
            max-width: 760px;
            padding-left: 24px !important;
            padding-right: 24px !important;
        }

        main.gm-home-main .gm-home-full-bleed {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        body.gm-home-body .gm-home-hero-section {
            padding: 46px 0 58px;
        }

        body.gm-home-body .gm-home-hero-row {
            min-height: 0;
            row-gap: 32px;
        }

        body.gm-home-body .gm-hero-copy-col {
            justify-content: center;
            width: 100%;
        }

        body.gm-home-body .hero-text.hero-text-desktop {
            max-width: 680px;
            margin: 0 auto;
            text-align: center;
        }

        body.gm-home-body .hero-text.hero-text-desktop h1 {
            max-width: 680px;
            margin: 0 auto;
            font-size: clamp(2.3rem, 5.2vw, 3.05rem);
        }

        body.gm-home-body .hero-text.hero-text-desktop p {
            max-width: 560px;
            margin-left: auto;
            margin-right: auto;
            font-size: 1rem;
        }

        body.gm-home-body .gm-desktop-hero-cta {
            margin-top: 24px;
        }

        body.gm-home-body .gm-hero-media-col {
            width: 100%;
            padding-left: 24px !important;
            padding-right: 24px !important;
        }

        body.gm-home-body .gm-hero-bento {
            grid-template-rows: repeat(2, minmax(0, 168px));
            gap: 14px;
            width: min(100%, 680px);
            max-width: 680px;
            margin: 0 auto;
        }

        body.gm-home-body .gm-hero-tile {
            border-radius: 14px;
        }

        .gm-home-treatment-band,
        .gm-home-seo-services-section,
        .gm-home-info-section,
        .gm-home-process-section,
        .gm-home-trust-section,
        .gm-home-faq-section {
            padding-top: 56px !important;
            padding-bottom: 62px !important;
        }

        .gm-home-seo-services-section .gm-seo-service-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .gm-seo-section-heading {
            max-width: 640px;
            margin-bottom: 24px;
        }

        .gm-home-info-section h2,
        .gm-home-process-section h2,
        .gm-home-trust-section h2,
        .gm-home-faq-section h2 {
            font-size: clamp(1.75rem, 3.8vw, 2.15rem);
        }

        .gm-info-copy {
            max-width: 690px;
        }

        .gm-trust-layout {
            grid-template-columns: 1fr;
            gap: 24px;
        }

        .gm-trust-list {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .gm-home-process-section .how-steps-track {
            gap: 18px !important;
        }

        .gm-home-process-section .how-step-item {
            max-width: calc((100% - 36px) / 3) !important;
        }

        .gm-home-process-section .step-card {
            padding: 38px 16px 20px;
        }

        .gm-home-process-section .step-badge {
            width: 42px;
            height: 42px;
            box-shadow: 0 0 0 6px #f7ecd9;
        }

        .gm-home-process-section .step-img {
            margin-bottom: 16px;
        }

        .gm-home-process-section .step-title {
            font-size: 1rem;
        }

        .gm-home-process-section .step-desc {
            font-size: 0.9rem;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .step-card {
            transition: none;
        }
    }

    @media (max-width: 767.98px) {
        main.gm-home-main {
            --gm-home-mobile-gutter: 18px;
            --gm-home-mobile-section-y: 44px;
            --gm-home-mobile-card-padding: 20px;
            --gm-home-mobile-card-radius: 14px;
            --gm-home-mobile-card-border: 1px solid rgba(42, 1, 54, 0.14);
            --gm-home-mobile-card-bg: #fffdf8;
            --gm-home-mobile-card-shadow: 0 10px 24px rgba(42, 1, 54, 0.05);
        }

        html,
        body.gm-home-body {
            max-width: 100%;
            overflow-x: clip;
            overscroll-behavior-x: none;
        }

        body.gm-home-body > .container {
            width: 100%;
            max-width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
            overflow-x: visible;
        }

        main.gm-home-main {
            width: 100%;
            max-width: 100%;
            overflow-x: clip;
        }

        main.gm-home-main,
        main.gm-home-main *,
        main.gm-home-main *::before,
        main.gm-home-main *::after {
            box-sizing: border-box;
        }

        main.gm-home-main .gm-home-container,
        main.gm-home-main .gm-home-narrow-container {
            max-width: 100%;
            padding-left: var(--gm-home-mobile-gutter) !important;
            padding-right: var(--gm-home-mobile-gutter) !important;
        }

        main.gm-home-main img:not(.product-image) {
            max-width: 100%;
            height: auto;
        }

        main.gm-home-main .gm-home-full-bleed {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .gm-home-hero-section,
        .gm-home-treatment-band,
        .gm-home-seo-services-section,
        .gm-home-info-section,
        .gm-home-process-section,
        .gm-home-trust-section,
        .gm-home-faq-section {
            scroll-margin-top: 110px;
        }

        .gm-home-treatment-band,
        .gm-home-seo-services-section,
        .gm-home-info-section,
        .gm-home-process-section,
        .gm-home-trust-section,
        .gm-home-faq-section {
            padding-top: var(--gm-home-mobile-section-y) !important;
            padding-bottom: var(--gm-home-mobile-section-y) !important;
        }

        .gm-home-treatment-band .gm-treatment-carousel-container {
            padding-top: 0 !important;
            padding-left: var(--gm-home-mobile-gutter) !important;
            padding-right: var(--gm-home-mobile-gutter) !important;
        }

        .gm-home-info-section .gm-home-narrow-container,
        .gm-home-process-section .gm-home-container,
        .gm-home-seo-services-section .gm-home-container,
        .gm-home-trust-section .gm-home-container,
        .gm-home-faq-section .gm-home-narrow-container {
            text-align: left !important;
        }

        .gm-seo-section-heading,
        .gm-process-heading,
        .gm-trust-layout > div:first-child {
            max-width: none;
            margin-left: 0;
            margin-right: 0;
            text-align: left !important;
        }

        .gm-seo-section-heading {
            margin-bottom: 24px;
        }

        .gm-process-heading,
        .gm-home-treatment-band .gm-treatment-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 18px !important;
            padding-top: 0 !important;
            text-align: left !important;
        }

        .gm-seo-section-heading h2,
        .gm-home-info-section h2,
        .gm-home-trust-section h2,
        .gm-process-heading h2,
        .gm-home-treatment-band .gm-treatment-title {
            margin: 0 0 12px;
            font-size: clamp(1.45rem, 6.3vw, 1.75rem);
            font-weight: 800;
            line-height: 1.15;
            text-align: left !important;
        }

        .gm-process-heading h2,
        .gm-home-treatment-band .gm-treatment-title {
            margin-bottom: 0 !important;
        }

        .gm-process-swipe-hint,
        .gm-home-treatment-band .swiper-hint {
            display: inline-flex !important;
            align-items: center;
            flex: 0 0 auto;
            color: rgba(42, 1, 54, 0.75);
            font-size: 0.86rem;
            font-weight: 700;
            line-height: 1;
            white-space: nowrap;
        }

        .gm-seo-section-heading p,
        .gm-home-info-section p,
        .gm-home-trust-section p,
        .gm-process-intro {
            max-width: none;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 14px;
            text-align: left !important;
            line-height: 1.72;
        }

        .gm-home-info-section p:last-child,
        .gm-home-trust-section p:last-child {
            margin-bottom: 0;
        }

        .gm-home-seo-services-section .gm-seo-service-grid {
            gap: 14px;
        }

        .gm-home-seo-services-section a.gm-seo-service-card,
        .gm-trust-list div,
        .gm-faq-list details {
            padding: var(--gm-home-mobile-card-padding);
            border: var(--gm-home-mobile-card-border);
            border-radius: var(--gm-home-mobile-card-radius);
            background: var(--gm-home-mobile-card-bg) !important;
            box-shadow: var(--gm-home-mobile-card-shadow);
        }

        .gm-home-seo-services-section a.gm-seo-service-card {
            min-height: 0;
        }

        .gm-faq-list summary {
            line-height: 1.35;
        }

    }

/* Homepage treatment carousel */
.mySwiper {
        width: 100%;
    }

        .mySwiper .swiper-slide {
            box-sizing: border-box;
            height: auto;
        }

    .mySwiper .product-item {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        border-radius: 12px;
        border: 1px solid rgba(42, 1, 54, 0.12);
        background: #fff6e8;
        box-shadow: none !important;
        transform: none !important;
    }

    .product-image {
        width: 100%;
        aspect-ratio: 16 / 10; /* helps keep slides consistent */
        object-fit: cover;
        display: block;
    }

    .cate-name h3 {
        color: #2a0136;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25;
    }

    .cate-arrow {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    /* --- Chips row --- */
    .treatment-chips {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

        .treatment-chips::-webkit-scrollbar {
            height: 6px;
        }

    .chip {
        flex: 0 0 auto;
        padding: 8px 12px;
        border-radius: 999px;
        border: 1px solid rgba(42, 1, 54, 0.25);
        color: #2a0136;
        background: rgba(42, 1, 54, 0.04);
        text-decoration: none;
        font-size: 0.9rem;
        line-height: 1;
        white-space: nowrap;
        transition: transform 0.08s ease, background 0.2s ease;
    }

        .chip:active {
            transform: scale(0.98);
        }

        .chip:hover {
            background: rgba(42, 1, 54, 0.08);
            border-color: #2a0136;
            color: inherit;
        }

    @media (min-width: 768px) {
        .gm-treatment-carousel-container {
            max-width: 1240px;
            margin-top: 0 !important;
        }

        .gm-treatment-header {
            padding-top: 0 !important;
            margin-bottom: 18px !important;
        }

        .gm-treatment-title {
            color: #2a0136;
            font-weight: 700;
        }

        .treatment-chips {
            display: none;
        }

        .chip {
            padding: 8px 18px;
            border-color: rgba(42, 1, 54, 0.18);
            background: #fff8f0;
            color: #2a0136;
            font-weight: 600;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
        }

        .chip:hover,
        .chip:focus {
            background: rgba(42, 1, 54, 0.06);
            border-color: rgba(42, 1, 54, 0.34);
            color: #2a0136;
        }

        .mySwiper {
            padding: 0 2px 40px;
        }

        .mySwiper .swiper-slide {
            height: auto;
        }

        .mySwiper .product-item {
            height: 100%;
            border-radius: 14px;
            border: 1px solid rgba(42, 1, 54, 0.12);
            background: #fff8f0;
            box-shadow: none !important;
            transform: none !important;
            transition: border-color 160ms ease;
        }

        .mySwiper .product-item:hover,
        .mySwiper .swiper-slide:focus-visible .product-item {
            border-color: #2a0136;
            box-shadow: none !important;
            transform: none !important;
        }

        .product-item .product-image {
            aspect-ratio: 16 / 9;
            border-radius: 0;
        }

        .cate-name {
            min-height: 72px;
            padding: 18px 20px !important;
        }

        .cate-name h3 {
            color: #2a0136;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1.25;
        }

        .cate-name i {
            color: rgba(42, 1, 54, 0.55);
            font-size: 1.35rem;
        }

        .product-item:hover .cate-name i,
        .mySwiper .swiper-slide:focus-visible .cate-name i {
            color: #2a0136;
        }

        .mySwiper .swiper-button-next:hover,
        .mySwiper .swiper-button-prev:hover {
            background: #fff8f0;
        }
    }

    /* --- Swipe hint --- */
    .swiper-hint {
        font-size: 0.9rem;
        color: rgba(42, 1, 54, 0.75);
        user-select: none;
    }

    /* --- Pagination dots --- */
    .mySwiper .swiper-pagination {
        position: relative;
        margin-top: 10px;
    }

    .mySwiper .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        opacity: 0.35;
    }

    .mySwiper .swiper-pagination-bullet-active {
        opacity: 1;
        background: #2a0136;
    }

    /* --- Make arrows easier to tap (desktop/tablet) --- */
    .mySwiper .swiper-button-next,
    .mySwiper .swiper-button-prev {
        width: 44px;
        height: 44px;
        border-radius: 999px;
        background: #fff6e8;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    }

        .mySwiper .swiper-button-next:after,
        .mySwiper .swiper-button-prev:after {
            font-size: 18px;
            font-weight: 700;
        }

    @media (min-width: 768px) {
        .mySwiper .swiper-pagination {
            margin-top: 18px;
        }

        .mySwiper .swiper-button-next,
        .mySwiper .swiper-button-prev {
            width: 42px;
            height: 42px;
            border: 1px solid rgba(42, 1, 54, 0.10);
            background: rgba(255, 248, 240, 0.94);
            box-shadow: 0 12px 28px rgba(42, 1, 54, 0.12);
        }
    }

    @media (min-width: 768px) and (max-width: 991.98px) {
        .gm-home-treatment-band .gm-treatment-carousel-container {
            max-width: 760px;
            padding-left: 24px !important;
            padding-right: 24px !important;
        }

        .gm-home-treatment-band .gm-treatment-header {
            margin-bottom: 16px !important;
        }

        .gm-home-treatment-band .mySwiper {
            padding-bottom: 34px;
        }

        .gm-home-treatment-band .cate-name {
            min-height: 64px;
            padding: 14px 16px !important;
        }

        .gm-home-treatment-band .cate-name h3 {
            font-size: 0.95rem;
        }
    }

    @media (max-width: 767.98px) {
        .gm-treatment-carousel-container {
            box-sizing: border-box;
            width: 100%;
            max-width: 100%;
            margin-top: 0 !important;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: var(--gm-home-mobile-gutter, 18px) !important;
            padding-right: var(--gm-home-mobile-gutter, 18px) !important;
        }

        .gm-treatment-carousel-container > .row {
            --bs-gutter-x: 0;
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .gm-treatment-carousel-container > .row > [class*="col-"] {
            width: 100%;
            max-width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .gm-treatment-header {
            width: 100%;
            max-width: 100%;
            gap: 16px;
            margin-bottom: 18px !important;
            padding-top: 0 !important;
        }

        .gm-treatment-title {
            color: #2a0136;
            font-size: clamp(1.45rem, 6.3vw, 1.75rem);
            font-weight: 800;
            line-height: 1.15;
        }

        .treatment-chips {
            width: 100%;
            max-width: 100%;
            gap: 10px;
            margin-top: 0 !important;
            margin-bottom: 16px !important;
            padding-bottom: 8px;
        }

        .chip {
            padding: 9px 14px;
            border-color: rgba(42, 1, 54, 0.22);
            background: rgba(255, 253, 248, 0.54);
            font-weight: 600;
        }

        .mySwiper {
            width: 100%;
            max-width: 100%;
            overflow: hidden;
            padding-bottom: 30px;
        }

        .mySwiper .swiper-slide,
        .mySwiper .product-item {
            max-width: 100%;
        }

        .mySwiper .product-item {
            border: 1px solid rgba(42, 1, 54, 0.14);
            border-radius: 14px;
            background: #fffdf8;
        }

        .cate-name {
            min-height: 56px;
            padding: 14px 16px !important;
        }

        .mySwiper .swiper-pagination {
            margin-top: 12px;
        }
    }

    /* Hide arrows on small screens (swipe instead) */
    @media (max-width: 575.98px) {
        .swiper-button-next, .swiper-button-prev {
            display: none;
        }
    }
