/* =========================================================
   TEH MAYANG
   MAIN STYLE
   Theme: Luxury Tosca + White + Soft Lime
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

/* =========================================================
   ROOT
========================================================= */

:root {
    --tosca: #132b74;
    --tosca-dark: #0f225b;
    --tosca-soft: #e0e7f3;
    --lime: #c9f23a;
    --lime-soft: #efffc5;
    --cream: #f7faf7;
    --white: #ffffff;
    --black: #171c25;
    --text: #424750;
    --muted: #717780;
    --border: #dce1e8;
    --shadow: 0 20px 50px rgba(19, 32, 64, 0.10);
    --radius: 24px;
    --radius-small: 16px;
}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", sans-serif;
    background: var(--cream);
    color: var(--black);
    overflow-x: hidden;
    line-height: 1.7;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font-family: inherit;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
}


/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    line-height: 1.05;
    letter-spacing: -0.035em;
}

h1 em,
h2 em,
h3 em {
    color: var(--tosca);
    font-style: italic;
}


/* =========================================================
   HEADER
========================================================= */

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5vw;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(19, 43, 116, 0.10);
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;
    gap: 13px;
}

.logo-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--tosca);
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(19, 43, 116, 0.22);
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.logo-text strong {
    font-family: "Playfair Display", serif;
    font-size: 20px;
}

.logo-text span {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
}


/* NAV */

.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-menu a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #404650;
    transition: 0.25s ease;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: var(--tosca);
}

.nav-menu a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 2px;
    background: var(--lime);
    border-radius: 10px;
}

.nav-booking {
    padding: 12px 20px;
    color: white !important;
    background: var(--tosca);
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(19, 43, 116, 0.18);
}

.nav-booking:hover {
    background: var(--tosca-dark);
    transform: translateY(-2px);
}

.nav-booking::after {
    display: none !important;
}


/* MOBILE BUTTON */

.menu-button {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: white;
    color: var(--tosca);
    font-size: 20px;
    cursor: pointer;
}


/* =========================================================
   MOBILE MENU
========================================================= */

.mobile-menu {
    position: fixed;
    top: 82px;
    left: 20px;
    right: 20px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    transition: 0.3s ease;
}

.mobile-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu a {
    padding: 13px 5px;
    font-weight: 600;
    border-bottom: 1px solid #edeff2;
}

.mobile-menu a:last-child {
    border-bottom: 0;
}

.mobile-booking {
    margin-top: 10px;
    text-align: center;
    background: var(--tosca);
    color: white !important;
    border-radius: 999px;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;
    min-height: 760px;
    padding: 110px 5vw 90px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 70px;
    overflow: hidden;
    background: radial-gradient( circle at 78% 28%, rgba(201, 242, 58, 0.20), transparent 30%), radial-gradient( circle at 15% 80%, rgba(19, 43, 116, 0.12), transparent 32%), linear-gradient( 135deg, #ffffff 0%, #f2f6fa 100%);
}


/* DECORATIVE CIRCLES */

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(19, 43, 116, 0.14);
    border-radius: 50%;
    pointer-events: none;
}

.hero::before {
    width: 650px;
    height: 650px;
    right: -180px;
    top: -180px;
}

.hero::after {
    width: 480px;
    height: 480px;
    right: -60px;
    top: -40px;
    border-color: rgba(201, 242, 58, 0.35);
}

.hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.decoration-one {
    width: 12px;
    height: 12px;
    background: var(--lime);
    right: 15%;
    top: 30%;
    box-shadow: 0 0 0 10px rgba(201, 242, 58, 0.12);
}

.decoration-two {
    width: 8px;
    height: 8px;
    background: var(--tosca);
    left: 7%;
    bottom: 18%;
}


/* HERO CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
    color: var(--tosca);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
}

.eyebrow span {
    width: 34px;
    height: 2px;
    background: var(--lime);
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(58px, 7vw, 92px);
    margin-bottom: 30px;
}

.hero-description {
    max-width: 650px;
    margin-bottom: 32px;
    font-size: 18px;
    color: var(--muted);
}


/* BUTTONS */

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 32px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 23px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s ease;
}

.btn-primary {
    color: white;
    background: var(--tosca);
    box-shadow: 0 15px 30px rgba(19, 43, 116, 0.20);
}

.btn-primary:hover {
    background: var(--tosca-dark);
    transform: translateY(-3px);
}

.btn-outline {
    color: var(--tosca);
    background: rgba(255, 255, 255, .8);
    border: 1px solid var(--border);
}

.btn-outline:hover {
    border-color: var(--tosca);
    background: white;
    transform: translateY(-3px);
}


/* HERO INFO */

.hero-info {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.hero-info div {
    display: flex;
    flex-direction: column;
}

.hero-info strong {
    font-size: 15px;
}

.hero-info span {
    font-size: 13px;
    color: var(--muted);
}


/* =========================================================
   HERO VISUAL
========================================================= */

.hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-spa-card {
    position: relative;
    width: min(430px, 100%);
    min-height: 460px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 34px;
    background: linear-gradient( 145deg, rgba(255, 255, 255, .96), rgba(231, 238, 246, .96));
    border: 1px solid rgba(19, 43, 116, .12);
    box-shadow: 0 30px 70px rgba(21, 36, 75, 0.14);
    transform: rotate(2deg);
    overflow: hidden;
}

.main-spa-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -100px;
    bottom: -100px;
    border-radius: 50%;
    background: var(--lime-soft);
}

.card-top {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}

.spa-symbol {
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: var(--lime);
}

.main-spa-card h3 {
    position: relative;
    z-index: 2;
    font-size: 48px;
}

.main-spa-card p {
    position: relative;
    z-index: 2;
    color: var(--muted);
    font-size: 15px;
}

.card-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    font-size: 12px;
    font-weight: 700;
}


/* FLOATING CARD */

.floating-small {
    position: absolute;
    z-index: 5;
    top: 25px;
    left: -30px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.floating-small>span {
    color: var(--lime);
    font-size: 22px;
}

.floating-small strong {
    display: block;
    font-size: 13px;
}

.floating-small small {
    color: var(--muted);
}

.floating-badge {
    position: absolute;
    z-index: 5;
    right: -15px;
    bottom: 55px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    background: var(--tosca);
    color: white;
    border-radius: 18px;
    box-shadow: 0 18px 35px rgba(19, 43, 116, .25);
}

.floating-badge strong {
    font-size: 20px;
}

.floating-badge span {
    font-size: 11px;
    opacity: .8;
}


/* SCROLL */

.scroll-text {
    position: absolute;
    right: 5vw;
    bottom: 30px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}


/* =========================================================
   MARQUEE
========================================================= */

.marquee {
    overflow: hidden;
    background: var(--tosca);
    color: white;
    border-top: 4px solid var(--lime);
    border-bottom: 4px solid var(--lime);
}

.marquee-track {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .25em;
}

.marquee i {
    color: var(--lime);
}


/* =========================================================
   SECTION
========================================================= */

.section {
    padding: 110px 5vw;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    color: var(--tosca);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
}

.section-label span {
    width: 30px;
    height: 2px;
    background: var(--lime);
}


/* =========================================================
   INTRO
========================================================= */

.intro {
    background: white;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
}

.intro h2 {
    font-size: clamp(40px, 5vw, 64px);
}

.large-text {
    max-width: 550px;
    margin-bottom: 25px;
    color: var(--muted);
    font-size: 18px;
}

.text-link {
    color: var(--tosca);
    font-weight: 700;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 45px;
}

.section-heading h2 {
    font-size: clamp(40px, 5vw, 60px);
}

.section-heading>p {
    max-width: 400px;
    color: var(--muted);
}


/* =========================================================
   BENEFITS
========================================================= */

.benefits {
    background: radial-gradient( circle at 90% 10%, rgba(201, 242, 58, .12), transparent 25%), var(--cream);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit-card {
    position: relative;
    min-height: 350px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.benefit-card.featured {
    background: var(--tosca);
    color: white;
}

.benefit-card.featured p,
.benefit-card.featured a {
    color: rgba(255, 255, 255, .78);
}

.number {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.benefit-card.featured .number {
    color: rgba(255, 255, 255, .65);
}

.benefit-icon {
    margin: 35px 0 20px;
    font-size: 30px;
    color: var(--tosca);
}

.featured .benefit-icon {
    color: var(--lime);
}

.benefit-card h3 {
    margin-bottom: 12px;
    font-size: 27px;
}

.benefit-card p {
    color: var(--muted);
    font-size: 14px;
}

.benefit-card a {
    margin-top: auto;
    padding-top: 25px;
    color: var(--tosca);
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
   TREATMENT
========================================================= */

.treatment {
    background: white;
}

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.treatment-card {
    position: relative;
    min-height: 390px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--radius);
    overflow: hidden;
    transition: .3s ease;
}

.treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow);
}

.card-one {
    background: #e8eef6;
}

.card-two {
    background: #f0f8d8;
}

.card-three {
    background: #e6e9f0;
}

.treatment-number {
    font-size: 12px;
    font-weight: 700;
}

.treatment-content span {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .2em;
}

.treatment-content h3 {
    margin: 12px 0;
    font-size: 30px;
}

.treatment-content p {
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 14px;
}

.treatment-content strong {
    color: var(--tosca);
}


/* =========================================================
   STATS
========================================================= */

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 70px 5vw;
    background: var(--tosca);
    color: white;
}

.stat-item {
    text-align: center;
    padding: 20px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.stat-item:last-child {
    border-right: 0;
}

.stat-item strong {
    display: block;
    margin-bottom: 5px;
    color: var(--lime);
    font-family: "Playfair Display", serif;
    font-size: 42px;
}

.stat-item span {
    font-size: 12px;
    opacity: .75;
}


/* =========================================================
   EXPERIENCE
========================================================= */

.experience {
    background: white;
}

.experience-box {
    position: relative;
    min-height: 500px;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    overflow: hidden;
    border-radius: 34px;
    background: radial-gradient( circle at 80% 50%, rgba(201, 242, 58, .20), transparent 30%), linear-gradient( 135deg, var(--tosca-dark), var(--tosca));
    color: white;
}

.experience-content {
    max-width: 620px;
}

.section-label.light {
    color: rgba(255, 255, 255, .75);
}

.experience h2 {
    margin-bottom: 25px;
    font-size: clamp(42px, 5vw, 65px);
}

.experience p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .75);
}

.btn-light {
    background: white;
    color: var(--tosca);
}

.btn-light:hover {
    background: var(--lime);
    color: var(--black);
}

.experience-circle {
    flex-shrink: 0;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .08);
    text-align: center;
}

.experience-circle strong {
    font-family: "Playfair Display", serif;
    font-size: 40px;
}

.experience-circle small {
    margin-top: 8px;
    font-size: 9px;
    letter-spacing: .2em;
}


/* =========================================================
   TESTIMONIAL
========================================================= */

.testimonial {
    background: var(--cream);
}

.testimonial h2 {
    max-width: 700px;
    margin-bottom: 45px;
    font-size: clamp(40px, 5vw, 60px);
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.review-card {
    padding: 30px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: .3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.stars {
    margin-bottom: 22px;
    color: var(--lime);
    letter-spacing: 3px;
}

.review-card p {
    min-height: 110px;
    color: var(--text);
}

.review-user {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

.avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tosca);
    color: white;
    font-weight: 700;
}

.review-user strong,
.review-user span {
    display: block;
}

.review-user span {
    color: var(--muted);
    font-size: 12px;
}


/* =========================================================
   FAQ
========================================================= */

.faq {
    background: white;
}

.faq-title {
    margin-bottom: 40px;
}

.faq-title h2 {
    max-width: 650px;
    font-size: clamp(40px, 5vw, 60px);
}

.faq-list {
    max-width: 850px;
    margin: auto;
}

.faq-list details {
    border-top: 1px solid var(--border);
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--border);
}

.faq-list summary {
    list-style: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--tosca-soft);
    color: var(--tosca);
}

.faq-list details[open] summary span {
    background: var(--lime);
}

.faq-list details p {
    max-width: 700px;
    padding: 0 0 25px;
    color: var(--muted);
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    position: relative;
    padding: 120px 5vw;
    overflow: hidden;
    text-align: center;
    background: radial-gradient( circle at 50% 0, rgba(201, 242, 58, .18), transparent 35%), var(--tosca-dark);
    color: white;
}

.final-cta .section-label {
    justify-content: center;
    color: rgba(255, 255, 255, .75);
}

.final-cta h2 {
    max-width: 850px;
    margin: auto auto 22px;
    font-size: clamp(45px, 6vw, 75px);
}

.final-cta p {
    max-width: 550px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, .72);
}


/* =========================================================
   FOOTER
========================================================= */

.footer {
    background: #101520;
    color: white;
}

.footer-main {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    padding: 75px 0;
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 50px;
}

.footer-brand>p {
    max-width: 330px;
    margin-top: 20px;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
}

.footer .logo-text span {
    color: rgba(255, 255, 255, .5);
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer-column h4 {
    margin-bottom: 8px;
    color: var(--lime);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.footer-column a,
.footer-column span {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    transition: .2s ease;
}

.footer-column a:hover {
    color: white;
}

.footer-bottom {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: rgba(255, 255, 255, .45);
    font-size: 11px;
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
    .nav-menu {
        gap: 18px;
    }
    .hero {
        grid-template-columns: 1fr;
        padding-top: 80px;
    }
    .hero-content {
        max-width: 750px;
    }
    .hero-visual {
        min-height: 500px;
    }
    .benefit-grid,
    .treatment-grid,
    .testimonial-grid {
        grid-template-columns: 1fr 1fr;
    }
    .benefit-card:last-child,
    .treatment-card:last-child {
        grid-column: span 2;
    }
    .stats {
        grid-template-columns: 1fr 1fr;
    }
    .stat-item:nth-child(2) {
        border-right: 0;
    }
    .stat-item {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .stat-item:nth-last-child(-n+2) {
        border-bottom: 0;
    }
    .experience-box {
        padding: 50px;
    }
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 760px) {
    .container {
        width: min(100% - 32px, 600px);
    }
    .navbar {
        height: 72px;
        padding: 0 16px;
    }
    .nav-menu {
        display: none;
    }
    .menu-button {
        display: grid;
        place-items: center;
    }
    .logo-circle {
        width: 43px;
        height: 43px;
    }
    .logo-text strong {
        font-size: 18px;
    }
    .hero {
        min-height: auto;
        padding: 70px 20px 70px;
        display: block;
    }
    .hero h1 {
        font-size: clamp(48px, 14vw, 70px);
    }
    .hero-description {
        font-size: 16px;
    }
    .hero-buttons {
        flex-wrap: wrap;
    }
    .hero-info {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .hero-visual {
        margin-top: 70px;
        min-height: 470px;
    }
    .main-spa-card {
        width: min(360px, 90%);
        min-height: 420px;
        padding: 27px;
    }
    .main-spa-card h3 {
        font-size: 40px;
    }
    .floating-small {
        left: 0;
        top: 0;
    }
    .floating-badge {
        right: 0;
        bottom: 30px;
    }
    .scroll-text {
        display: none;
    }
    .section {
        padding: 75px 20px;
    }
    .intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .section-heading {
        display: block;
    }
    .section-heading>p {
        margin-top: 20px;
    }
    .benefit-grid,
    .treatment-grid,
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
    .benefit-card:last-child,
    .treatment-card:last-child {
        grid-column: auto;
    }
    .stats {
        grid-template-columns: 1fr 1fr;
        padding: 45px 15px;
    }
    .stat-item {
        padding: 15px 8px;
    }
    .stat-item strong {
        font-size: 32px;
    }
    .experience-box {
        padding: 45px 25px;
        display: block;
    }
    .experience-circle {
        margin: 45px auto 0;
    }
    .testimonial h2 {
        margin-bottom: 30px;
    }
    .final-cta {
        padding: 80px 20px;
    }
    .footer-main {
        grid-template-columns: 1fr;
        padding: 55px 0;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        padding: 20px 0;
    }
}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 430px) {
    .hero h1 {
        font-size: 49px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-buttons .btn {
        width: 100%;
    }
    .main-spa-card {
        transform: none;
        min-height: 390px;
    }
    .floating-small {
        transform: scale(.9);
        transform-origin: left top;
    }
    .floating-badge {
        transform: scale(.9);
        transform-origin: right bottom;
    }
    .main-spa-card h3 {
        font-size: 36px;
    }
    .stats {
        grid-template-columns: 1fr;
    }
    .stat-item {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .stat-item:last-child {
        border-bottom: 0;
    }
    .experience-circle {
        width: 210px;
        height: 210px;
    }
}

.marquee {
    width: 100%;
    overflow: hidden;
    background: #142f7b;
    border-top: 3px solid #c9ff00;
    border-bottom: 3px solid #c9ff00;
    padding: 22px 0;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: marqueeMove 25s linear infinite;
}

.marquee-group {
    display: flex;
    align-items: center;
    gap: 55px;
    padding-right: 55px;
    flex-shrink: 0;
}

.marquee-group span {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    white-space: nowrap;
}

.marquee-group span::first-letter {
    color: #d7ff00;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .marquee {
        padding: 18px 0;
    }
    .marquee-group {
        gap: 35px;
        padding-right: 35px;
    }
    .marquee-group span {
        font-size: 11px;
        letter-spacing: 3px;
    }
}