:root {
            --ink: #16342b;
            --green: #174c3a;
            --green-2: #246b52;
            --mint: #e9f4ef;
            --mint-soft: #f4f9f6;
            --paper: #fbfdfc;
            --white: #fff;
            --muted: #64756f;
            --line: #dfe9e4;
            --accent: #b8d8ca;
            --radius: 22px;
            --shadow: 0 24px 60px rgba(23, 76, 58, .09);
        }

        * { box-sizing: border-box; }
        html { scroll-behavior: smooth; scroll-padding-top: 90px; }
        body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
        body.menu-open, body.modal-open { overflow: hidden; }
        img { display: block; width: 100%; }
        a { color: inherit; text-decoration: none; }
        button { font: inherit; }
        a:focus-visible, button:focus-visible, summary:focus-visible {
            outline: 3px solid #77b89e;
            outline-offset: 4px;
        }
        .skip-link {
            position: fixed;
            top: 12px;
            left: 12px;
            z-index: 100;
            padding: 12px 18px;
            border-radius: 8px;
            background: white;
            color: var(--green);
            font-weight: 700;
            box-shadow: var(--shadow);
            transform: translateY(-160%);
            transition: transform .2s ease;
        }
        .skip-link:focus { transform: translateY(0); }
        p { margin: 0; color: var(--muted); line-height: 1.75; }
        h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; letter-spacing: -.04em; }
        h1 { font-size: clamp(2.9rem, 6vw, 5.8rem); line-height: .98; }
        h2 { font-size: clamp(2.1rem, 4vw, 3.8rem); line-height: 1.08; }
        h3 { font-size: 1.25rem; line-height: 1.25; }
        .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
        .section { padding: 112px 0; }
        .soft { background: var(--mint-soft); }
        .section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr); gap: 60px; align-items: end; margin-bottom: 50px; }
        .section-head p { font-size: 1.05rem; }
        .main-heading { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--green-2); font: 700 .78rem/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 2px; background: var(--green-2); }
.kicker-centered { justify-content: center; }
        .button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid var(--green); border-radius: 999px; background: var(--green); color: white; font-weight: 700; transition: .2s ease; }
        .button:hover { transform: translateY(-2px); background: #0f3a2c; box-shadow: 0 14px 28px rgba(23, 76, 58, .18); }
        .button.light { border-color: var(--line); background: white; color: var(--green); box-shadow: none; }
        .button.light:hover { border-color: var(--green); }
        .button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }

        header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 14px 0; transition: .2s ease; }
        header.scrolled { padding: 8px 0; background: rgba(251, 253, 252, .9); border-bottom: 1px solid rgba(223, 233, 228, .9); backdrop-filter: blur(16px); }
        .nav { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 28px; }
        .logo { display: flex; align-items: center; gap: 12px; font-family: "Manrope", sans-serif; font-weight: 800; white-space: nowrap; }
        .logo img { width: 46px; height: 46px; object-fit: contain; }
        .logo span { color: var(--green); font-size: 1.06rem; }
        .nav-links { display: flex; align-items: center; gap: 30px; }
        .nav-links > a:not(.button) { position: relative; color: #36554a; font-size: .93rem; font-weight: 600; }
        .nav-links > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--green); transform: scaleX(0); transition: .2s ease; }
        .nav-links > a:hover::after, .nav-links > a.active::after { transform: scaleX(1); }
        .nav-links .button { min-height: 44px; padding-inline: 20px; }
        .menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--green); cursor: pointer; }
        .menu-toggle svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }

        .hero { position: relative; min-height: 820px; display: flex; align-items: center; overflow: hidden; padding: 145px 0 70px; background: linear-gradient(135deg, #f9fcfa 0%, #eef7f2 100%); }
        .hero::before { content: ""; position: absolute; width: 620px; height: 620px; left: -320px; bottom: -280px; border: 1px solid var(--accent); border-radius: 50%; box-shadow: 0 0 0 80px rgba(184,216,202,.15), 0 0 0 160px rgba(184,216,202,.08); }
        .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .96fr) minmax(420px, .82fr); gap: 72px; align-items: center; }
        .hero h1 span { color: var(--green-2); }
        .hero-lead { max-width: 610px; margin: 28px 0 34px; font-size: 1.13rem; }
        .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
        .hero-note { display: flex; align-items: center; gap: 12px; margin-top: 34px; color: var(--green); font-size: .9rem; font-weight: 600; }
        .hero-note span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--mint); }
        .hero-visual { position: relative; min-height: 610px; }
        .hero-photo { position: absolute; inset: 0 0 54px 30px; overflow: hidden; border-radius: 180px 24px 180px 24px; box-shadow: var(--shadow); }
        .hero-photo img { height: 100%; object-fit: cover; object-position: 48% center; }
        .hero-card { position: absolute; left: 0; bottom: 0; max-width: 260px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
        .hero-card strong { display: block; margin-bottom: 5px; color: var(--green); font: 800 2rem/1 "Manrope", sans-serif; }
        .hero-card span { color: var(--muted); font-size: .9rem; }
        .cross { position: absolute; top: 34px; right: -24px; display: grid; grid-template-columns: repeat(3, 9px); gap: 10px; opacity: .45; }
        .cross i { width: 9px; height: 9px; border-radius: 50%; background: var(--green-2); }

        .trust { position: relative; z-index: 2; margin-top: -28px; }
        .trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
        .trust-item { display: flex; gap: 16px; align-items: center; padding: 28px 30px; }
        .trust-item + .trust-item { border-left: 1px solid var(--line); }
        .icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 14px; background: var(--mint); color: var(--green); }
        .icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
        .trust-item strong { display: block; font-family: "Manrope", sans-serif; }
        .trust-item span { color: var(--muted); font-size: .85rem; }

        .about-grid { display: grid; grid-template-columns: minmax(330px, .8fr) minmax(0, 1fr); gap: 80px; align-items: center; }
        .about-visual { position: relative; padding: 0 0 42px 38px; }
        .about-visual::before { content: ""; position: absolute; inset: 42px 40px 0 0; border-radius: var(--radius); background: var(--mint); }
        .about-visual img { position: relative; height: 600px; border-radius: var(--radius); object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
        .about-copy > p { margin-top: 24px; }
        .credentials { display: grid; gap: 12px; margin: 30px 0 34px; }
        .credential { display: flex; gap: 13px; color: #36554a; font-weight: 500; }
        .check { display: grid; place-items: center; flex: 0 0 auto; width: 24px; height: 24px; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 800; }

        .services { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
        .service { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s ease; }
        .service:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
        .service-media { height: 330px; overflow: hidden; }
        .service-media img { height: 100%; object-fit: cover; transition: transform .5s ease; }
        .service:hover img { transform: scale(1.035); }
        .service.hydro .service-media { background: #eef7f2; }
        .service.hydro .service-media img { object-fit: contain; padding: 32px; }
        .service-body { padding: 32px; }
        .service-number { display: block; margin-bottom: 16px; color: #87aa9b; font: 700 .8rem/1 "Manrope", sans-serif; letter-spacing: .12em; }
        .service-body p { margin: 14px 0 24px; }
        .text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-weight: 700; }
        .text-link span { transition: transform .2s ease; }
        .text-link:hover span { transform: translateX(4px); }
        .inline-contact-link { color: var(--green); font-weight: 700; text-decoration: underline; text-decoration-color: var(--green-2); text-underline-offset: 4px; }
        .inline-contact-link:hover { text-decoration-thickness: 2px; }
        .no-wrap { white-space: nowrap; }

        .therapy-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr); gap: 72px; align-items: start; }
        .therapy-intro { position: sticky; top: 118px; }
        .therapy-intro p { margin: 24px 0 30px; }
        .therapy-photo { overflow: hidden; margin-top: 34px; border-radius: var(--radius); }
        .therapy-photo img { aspect-ratio: 16/10; object-fit: cover; }
        .treatments { display: grid; gap: 12px; }
        .treatment { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: white; }
        .treatment h3 { margin-bottom: 8px; font-size: 1.08rem; }
        .treatment p { font-size: .93rem; }

        .hydro-section { background: var(--green); color: white; }
        .hydro-section p { color: rgba(255,255,255,.7); }
        .hydro-section .kicker { color: #bfe0d1; }
        .hydro-section .kicker::before { background: #bfe0d1; }
        .hydro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
        .hydro-image { position: relative; padding: 22px; border-radius: 34px; background: rgba(255,255,255,.08); }
        .hydro-image img { min-height: 420px; border-radius: 22px; background: white; object-fit: contain; padding: 24px; }
        .hydro-copy > p { margin: 24px 0 34px; }
        .benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .benefit { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
        .benefit strong { display: block; margin-bottom: 5px; font-family: "Manrope", sans-serif; }
        .benefit span { color: rgba(255,255,255,.65); font-size: .88rem; line-height: 1.55; }

        .price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        .price-item { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 27px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
        .price-item h3 { font-size: 1.05rem; }
        .price-item p { margin-top: 5px; font-size: .86rem; }
        .price { color: var(--green); font: 800 1.3rem/1 "Manrope", sans-serif; white-space: nowrap; }

        .contact-wrap { display: grid; grid-template-columns: .85fr 1.15fr; overflow: hidden; border-radius: 28px; background: var(--green); box-shadow: var(--shadow); }
        .contact-panel { padding: 58px; color: white; }
        .contact-panel .kicker { color: white; }
        .contact-panel .kicker::before { background: white; }
        .contact-panel p { margin: 18px 0 32px; color: rgba(255,255,255,.7); }
        .contact-list { display: grid; gap: 20px; margin-bottom: 34px; }
        .contact-line { display: grid; grid-template-columns: 35px 1fr; gap: 12px; align-items: start; }
        .contact-line svg { width: 22px; fill: none; stroke: #bfe0d1; stroke-width: 1.8; }
        .contact-line strong { display: block; margin-bottom: 3px; color: #bfe0d1; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
        .contact-line a, .contact-line span { line-height: 1.5; }
        .contact-line .map-link { text-decoration: underline; text-decoration-color: rgba(191,224,209,.6); text-underline-offset: 4px; }
        .contact-line .map-link:hover { text-decoration-color: white; }
        .contact-panel .button { border-color: white; background: white; color: var(--green); }
        .map { min-height: 600px; background: #dce9e3; }
        .map iframe { display: block; width: 100%; height: 100%; min-height: 600px; border: 0; filter: saturate(.7); }

        footer { padding: 34px 0; border-top: 1px solid var(--line); }
        .footer-row { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .85rem; }
        .footer-row strong { color: var(--green); font-family: "Manrope", sans-serif; }
        .footer-meta { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; }
        .footer-credit { color: var(--green); font-weight: 700; text-decoration: underline; text-decoration-color: var(--green-2); text-underline-offset: 3px; }

        .call-modal {
            width: min(500px, calc(100% - 32px));
            max-width: none;
            padding: 0;
            border: 0;
            border-radius: 26px;
            background: transparent;
            color: var(--ink);
            box-shadow: 0 28px 80px rgba(7,37,27,.28);
        }
        .call-modal::backdrop { background: rgba(9,31,24,.66); backdrop-filter: blur(5px); }
        .call-modal-card { position: relative; padding: 44px; border: 1px solid var(--line); border-radius: 26px; background: white; text-align: center; }
        .call-modal-icon { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 22px; border-radius: 50%; background: var(--mint); color: var(--green); }
        .call-modal-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
        .call-modal h2 { color: var(--green); font-size: clamp(1.8rem, 4vw, 2.4rem); }
        .call-modal p { max-width: 360px; margin: 16px auto 26px; }
        .call-modal .button { min-width: 230px; }
        .call-modal-close { position: absolute; top: 16px; right: 16px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--green); font-size: 1.6rem; line-height: 1; cursor: pointer; }
        .call-modal-close:hover { background: var(--mint); }

        .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
        .reveal.visible { opacity: 1; transform: none; }
        @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

        @media (max-width: 980px) {
            .section { padding: 88px 0; }
            .nav-links { position: fixed; inset: 78px 16px auto; display: grid; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
            .nav-links.open { opacity: 1; visibility: visible; transform: none; }
            .nav-links > a:not(.button) { padding: 14px 10px; }
            .nav-links > a:not(.button)::after { display: none; }
            .nav-links .button { margin-top: 8px; }
            .menu-toggle { display: grid; place-items: center; }
            .hero { min-height: auto; padding-top: 130px; }
            .hero-grid, .about-grid, .therapy-grid, .hydro-grid, .contact-wrap { grid-template-columns: 1fr; }
            .hero-grid { gap: 50px; }
            .hero-visual { min-height: 550px; max-width: 600px; width: 100%; margin-inline: auto; }
            .trust-row { grid-template-columns: 1fr; }
            .trust-item + .trust-item { border-top: 1px solid var(--line); border-left: 0; }
            .about-grid, .therapy-grid, .hydro-grid { gap: 52px; }
            .about-visual { max-width: 620px; }
            .therapy-intro { position: static; }
            .contact-panel { padding: 46px; }
            .map, .map iframe { min-height: 430px; }
        }

        @media (max-width: 700px) {
            .container { width: min(100% - 28px, 1180px); }
            .section { padding: 72px 0; }
            .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 34px; }
            .logo span { font-size: .92rem; }
            .logo img { width: 40px; height: 40px; }
            .hero { padding: 118px 0 60px; }
            .hero-visual { min-height: 440px; }
            .hero-photo { inset: 0 0 42px 14px; border-radius: 110px 20px 110px 20px; }
            .hero-card { padding: 17px 19px; }
            .cross { display: none; }
            .trust { margin-top: 0; padding-top: 14px; background: var(--paper); }
            .trust-item { padding: 22px; }
            .about-visual { padding: 0 0 24px 20px; }
            .about-visual img { height: 470px; }
            .services, .price-grid, .benefits { grid-template-columns: 1fr; }
            .service-media { height: 250px; }
            .service-body { padding: 25px; }
            .treatment { grid-template-columns: 44px 1fr; padding: 19px; }
            .icon { width: 44px; height: 44px; }
            .hydro-image img { min-height: 280px; }
            .contact-panel { padding: 34px 24px; }
            .call-modal-card { padding: 38px 24px 30px; }
            .call-modal .button { width: 100%; min-width: 0; }
            .footer-row { flex-direction: column; }
        }

        /* Client revision: version 4 hero and service values, version 6 visual language */
        .hero {
            min-height: 690px;
            padding: 130px 0 80px;
            color: white;
            background:
                linear-gradient(rgba(18, 42, 34, .55), rgba(18, 42, 34, .62)),
                url("assets/hero-1920.webp") center 48% / cover no-repeat;
        }
        .hero::before { display: none; }
        .hero-center { position: relative; z-index: 1; width: min(860px, calc(100% - 40px)); margin: auto; text-align: center; }
        .hero-center h1 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: -.025em; }
        .hero-quote { max-width: none; margin: 24px auto 38px; color: rgba(255,255,255,.86); font: 600 clamp(1.25rem, 2.4vw, 1.9rem)/1.45 "DM Sans", sans-serif; white-space: nowrap; }
        .hero-center .button { border-color: white; background: white; color: var(--green); }
        header:not(.scrolled) .logo span { color: white; text-shadow: 0 1px 12px rgba(0,0,0,.24); }
        header:not(.scrolled) .menu-toggle { border-color: rgba(255,255,255,.6); background: rgba(255,255,255,.94); }
        @media (min-width: 981px) {
            header:not(.scrolled) .nav-links > a:not(.button) { color: white; text-shadow: 0 1px 12px rgba(0,0,0,.28); }
            header:not(.scrolled) .nav-links > a:not(.button)::after { background: white; }
        }

        .care-intro { background: var(--paper); }
        .care-heading { max-width: 900px; margin: 0 auto 56px; text-align: center; }
        .care-heading h2 { color: var(--green); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
        .care-heading p { margin-top: 24px; font-size: 1.08rem; }
        .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
        .value-card { text-align: center; }
        .value-card img {
            display: block;
            width: 100%;
            max-width: 350px;
            height: auto !important;
            aspect-ratio: 7 / 4;
            margin: 0 auto;
            object-fit: contain;
        }
        .value-card h3 { margin: 14px 0 10px; color: var(--green); font: 600 1.55rem/1.2 "Cormorant Garamond", Georgia, serif; letter-spacing: -.02em; }
        .value-card p { max-width: 340px; margin: auto; }

        .about-visual { padding: 24px 0; }
        .about-visual::before {
            inset: 0 30px 0 0;
            border-radius: 46% 54% 44% 56% / 58% 43% 57% 42%;
        }
        .about-visual img {
            width: calc(100% - 28px);
            height: 610px;
            margin-left: 28px;
            border-radius: 48% 52% 42% 58% / 56% 42% 58% 44%;
        }
        .about-title {
            position: relative;
            display: inline-block;
            margin-bottom: 12px;
            color: var(--green);
            font-family: "Cormorant Garamond", Georgia, serif;
            font-weight: 600;
        }
        .about-title::after { content: ""; position: absolute; left: 0; bottom: -12px; width: 86px; height: 4px; border-radius: 4px; background: var(--green-2); }
        .credentials { margin-bottom: 24px; }
        .course-details { margin: 8px 0 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
        .course-details summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            padding: 17px 0;
            color: var(--green);
            font-weight: 800;
            cursor: pointer;
            list-style: none;
        }
        .course-details summary::-webkit-details-marker { display: none; }
        .course-details summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--mint); font-size: 1.25rem; }
        .course-details[open] summary::after { content: "−"; }
        .course-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; padding: 0 0 20px; }
        .course-item { display: grid; grid-template-columns: 48px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .85rem; line-height: 1.5; }
        .course-year { color: var(--green-2); font-weight: 800; }

        .therapy-heading { max-width: 900px; margin: 0 auto 50px; text-align: center; }
        .therapy-heading h2 { color: var(--green); font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; }
        .therapy-heading p { margin-top: 24px; font-size: 1.05rem; }
        .specialization-label { margin-bottom: 24px; color: var(--green); font: 700 .82rem/1 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
        .treatments-wide { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
        .treatments-wide .treatment { grid-template-columns: 78px 1fr; min-height: 100%; padding: 30px; }
        .treatments-wide .icon { width: 68px; height: 68px; border-radius: 20px; }
        .treatments-wide .icon svg { width: 36px; height: 36px; }
        .treatments-wide .treatment h3 { color: var(--green); font-size: 1.25rem; }
        .therapy-gallery { display: grid; grid-template-columns: 1.15fr .85fr 1fr; gap: 14px; margin-top: 44px; }
        .therapy-gallery img { height: 270px; border-radius: 20px; object-fit: cover; }

        .hydro-section { background: #123e30; }
        .hydro-heading { max-width: 1020px; margin: 0 auto 58px; text-align: center; }
        .hydro-heading h2 { color: white; font: 500 clamp(2.4rem, 5vw, 4.8rem)/1.02 "Cormorant Garamond", Georgia, serif; letter-spacing: -.035em; }
        .hydro-heading h3 { margin-top: 22px; color: #c7e2d6; font-size: clamp(.9rem, 1.7vw, 1.1rem); letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
        .hydro-showcase { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 0; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; box-shadow: 0 28px 70px rgba(0,0,0,.2); }
        .hydro-media {
            min-width: 0;
            overflow: hidden;
            background: white;
        }
        .hydro-media img { width: 100%; height: auto; min-height: 0; padding: 0; object-fit: contain; }
        .hydro-side {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: clamp(28px, 4vw, 48px);
            border-left: 1px solid rgba(255,255,255,.2);
            background: linear-gradient(145deg, #34775e 0%, #245f49 50%, #154533 100%);
        }
        .hydro-script { color: white; font: 600 clamp(1.25rem, 2vw, 1.65rem)/1.5 "DM Sans", sans-serif; }
        .hydro-description { max-width: 960px; margin: 34px auto 0; color: rgba(255,255,255,.78); font-size: clamp(1.15rem, 1.8vw, 1.35rem); line-height: 1.7; text-align: center; }
        .effects-title { margin: 58px 0 28px; color: #c7e2d6; font-size: .82rem; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
        .effects-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
        .effect { grid-column: span 3; display: flex; align-items: center; gap: 14px; min-height: 68px; padding: 15px 20px; border: 1px solid #5b8f78; border-radius: 16px; background: linear-gradient(120deg, #2f6b55 0%, #2f6b55 38%, #285f4b 70%, #2f6b55 100%); background-size: 300% 100%; background-position: 0 50%; color: white; box-shadow: 0 10px 28px rgba(4,34,24,.16); font: 700 clamp(.9rem, 1.5vw, 1.05rem)/1.4 "Manrope", sans-serif; transition: opacity .65s ease, transform .65s ease, background-position .4s ease, border-color .4s ease, box-shadow .4s ease; }
        .effect::before { content: "✓"; display: grid; place-items: center; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: #dcefe5; color: var(--green); }
        .effect:hover { border-color: #75a28e; background-position: 100% 50%; box-shadow: 0 12px 28px rgba(2,27,18,.2); transform: translateY(-1px); }
        .effects-grid .effect { transition-delay: var(--effect-delay, 0ms); }
        .effects-grid .effect:nth-child(1) { --effect-delay: 0ms; }
        .effects-grid .effect:nth-child(2) { --effect-delay: 90ms; }
        .effects-grid .effect:nth-child(3) { --effect-delay: 180ms; }
        .effects-grid .effect:nth-child(4) { --effect-delay: 270ms; }
        .effects-grid .effect:nth-child(5) { --effect-delay: 360ms; }
        .effects-grid .effect:nth-child(6) { --effect-delay: 450ms; }
        .effects-grid .effect:nth-child(7) { --effect-delay: 540ms; }
        .effects-grid .effect:nth-child(8) { --effect-delay: 630ms; }
        .effects-grid:hover .effect { transition-delay: 0ms; }
        .effect.third { grid-column: span 2; }
        .effect.wide { grid-column: 1 / -1; justify-content: center; text-align: center; }
        @media (prefers-reduced-motion: reduce) { .effects-grid .effect { transition: none; } }
        .procedure-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 18px; margin-top: 38px; }
        .procedure-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: start; padding: 28px; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; box-shadow: 0 16px 36px rgba(0,0,0,.14); }
        .procedure-card:first-child { background: #dcefe5; }
        .procedure-card:last-child { background: #edf4e7; }
        .procedure-card .icon { width: 54px; height: 54px; background: var(--green); color: white; }
        .procedure-card strong { display: block; margin: 3px 0 7px; color: var(--green); font-family: "Manrope", sans-serif; text-transform: uppercase; }
        .procedure-card p { color: #45645a; font-size: .92rem; }
        .procedure-card:first-child p { color: var(--green); font: 800 1.4rem/1.2 "Manrope", sans-serif; }
        @media (max-width: 980px) {
            .hero { min-height: 620px; padding: 120px 0 70px; }
            .value-grid, .treatments-wide, .effects-grid { grid-template-columns: 1fr; }
            .about-visual img { height: 560px; }
            .hydro-showcase { grid-template-columns: 1fr; }
            .hydro-side { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
            .effect, .effect.third, .effect.wide { grid-column: auto; }
            .effect.wide { justify-content: flex-start; text-align: left; }
        }

        @media (max-width: 700px) {
            .hero { min-height: 560px; background-position: 58% center; }
            .hero-center { width: min(100% - 28px, 860px); }
            .hero-quote { margin-bottom: 30px; white-space: normal; }
            .value-grid { gap: 42px; }
            .value-card img { max-width: 290px; }
            .about-visual { padding: 10px 0; }
            .about-visual img { width: calc(100% - 18px); height: 470px; margin-left: 18px; }
            .course-list { grid-template-columns: 1fr; }
            .treatments-wide .treatment { grid-template-columns: 58px 1fr; padding: 22px; }
            .treatments-wide .icon { width: 54px; height: 54px; }
            .treatments-wide .icon svg { width: 29px; height: 29px; }
            .therapy-gallery { grid-template-columns: 1fr; }
            .therapy-gallery img { height: 230px; }
            .hydro-heading { margin-bottom: 40px; }
            .hydro-showcase { border-radius: 21px; }
            .hydro-side { padding: 28px 22px; }
            .effects-title { margin-top: 48px; }
            .procedure-grid { grid-template-columns: 1fr; }
            .procedure-card { grid-template-columns: 48px 1fr; padding: 22px; }
            .procedure-card .icon { width: 46px; height: 46px; }
        }

        /* Celoplošné sekce – varianta bez oddělených zaoblených karet */
        #fyzioterapie > .container,
        #hydromasaze > .container,
        #cenik > .container,
        #kontakt > .container {
            width: 100%;
            max-width: none;
        }

        #fyzioterapie .therapy-heading,
        #hydromasaze .hydro-heading,
        #cenik .section-head {
            width: min(1180px, calc(100% - 80px));
            margin-right: auto;
            margin-left: auto;
        }

        #fyzioterapie .specialization-label {
            margin: 0;
            padding: 0 clamp(24px, 4vw, 64px) 24px;
        }

        #fyzioterapie .treatments-wide {
            gap: 0;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }
        #fyzioterapie .treatments-wide .treatment {
            border: 0;
            border-radius: 0;
            background: #fff;
        }
        #fyzioterapie .treatments-wide .treatment:nth-child(even) { background: #f4f8f6; }
        #fyzioterapie .treatments-wide .treatment:nth-child(odd) { border-right: 1px solid var(--line); }
        #fyzioterapie .treatments-wide .treatment:nth-child(n + 3) { border-top: 1px solid var(--line); }
        #fyzioterapie .therapy-gallery {
            gap: 0;
            margin-top: 0;
            border-bottom: 1px solid var(--line);
        }
        #fyzioterapie .therapy-gallery img {
            height: clamp(300px, 28vw, 520px);
            border-radius: 0;
            box-shadow: inset -1px 0 0 var(--line);
        }

        #hydromasaze .hydro-showcase {
            border-right: 0;
            border-left: 0;
            border-radius: 0;
            box-shadow: none;
        }
        #hydromasaze .hydro-side {
            align-items: center;
            border-left: 1px solid var(--line);
            background: #fff;
            text-align: center;
        }
        #hydromasaze .hydro-script {
            color: var(--green);
            font: 800 clamp(1.45rem, 2.6vw, 3rem)/1.22 "Manrope", sans-serif;
            letter-spacing: .05em;
            text-transform: uppercase;
        }
        #hydromasaze .hydro-description {
            max-width: 960px;
            margin: 38px auto 0;
            padding: 0 32px;
            border: 0;
            background: transparent;
            font-family: "Cormorant Garamond", Georgia, serif;
            font-size: clamp(1.4rem, 2.2vw, 1.8rem);
            font-weight: 500;
            line-height: 1.5;
        }
        #hydromasaze .effects-title {
            margin: 0;
            padding: 58px 24px 28px;
        }
        #hydromasaze .effects-grid { gap: 0; }
        #hydromasaze .effect {
            border: 0;
            border-top: 1px solid rgba(199,226,214,.12);
            border-radius: 0;
            background: linear-gradient(120deg, #2f6b55 0%, #285f4b 70%, #2f6b55 100%);
            background-size: 300% 100%;
            background-position: 0 50%;
            box-shadow: inset -1px 0 0 rgba(199,226,214,.12);
        }
        #hydromasaze .effect.wide {
            border-bottom: 1px solid rgba(199,226,214,.12);
            box-shadow: none;
        }
        #hydromasaze .procedure-grid {
            gap: 0;
            margin-top: 0;
        }
        #hydromasaze .procedure-card {
            border: 0;
            border-radius: 0;
            box-shadow: none;
        }
        #hydromasaze .procedure-card:first-child {
            border-right: 1px solid #c4d9ce;
        }

        #cenik .price-grid {
            gap: 0;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }
        #cenik .price-item {
            border: 0;
            border-radius: 0;
            background: transparent;
        }
        #cenik .price-item:nth-child(even) { background: transparent; }
        #cenik .price-item:nth-child(odd) { border-right: 1px solid var(--line); }
        #cenik .price-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
        #cenik .price-item h3,
        #cenik .price {
            font-family: "Cormorant Garamond", Georgia, serif;
            font-weight: 600;
        }
        #cenik .price-item h3 { font-size: 1.35rem; }
        #cenik .price { font-size: 1.55rem; }

        #kontakt { padding-bottom: 0; }
        #kontakt .contact-wrap {
            border-radius: 0;
            box-shadow: none;
        }
        #kontakt .contact-panel { border-right: 1px solid rgba(255,255,255,.18); }

        @media (max-width: 980px) {
            #fyzioterapie .treatments-wide .treatment:nth-child(odd) { border-right: 0; }
            #fyzioterapie .treatments-wide .treatment:nth-child(n + 2) { border-top: 1px solid var(--line); }
            #hydromasaze .hydro-side {
                border-top: 1px solid var(--line);
                border-left: 0;
            }
            #hydromasaze .procedure-card:first-child {
                border-right: 0;
                border-bottom: 1px solid #c4d9ce;
            }
            #kontakt .contact-panel {
                border-right: 0;
                border-bottom: 1px solid rgba(255,255,255,.18);
            }
        }

        @media (max-width: 700px) {
            #fyzioterapie .therapy-heading,
            #hydromasaze .hydro-heading,
            #cenik .section-head {
                width: calc(100% - 40px);
            }
            #fyzioterapie .therapy-gallery { grid-template-columns: 1fr; }
            #fyzioterapie .therapy-gallery img {
                height: 280px;
                box-shadow: none;
                border-top: 1px solid var(--line);
            }
            #hydromasaze .hydro-showcase { border-radius: 0; }
            #hydromasaze .effect {
                box-shadow: none;
                border-right: 0;
            }
            #cenik .price-item:nth-child(odd) { border-right: 0; }
            #cenik .price-item:nth-child(n + 2) { border-top: 1px solid var(--line); }
        }

        @media (min-width: 981px) {
            #fyzioterapie .treatments-wide .treatment {
                background: #f4f8f6;
            }
        }

        /* Zvýrazněné názvy hlavních sekcí */
        .care-heading .kicker,
        .therapy-heading .kicker,
        .hydro-heading .kicker,
        #cenik .section-head .kicker,
        #kontakt .contact-panel .kicker,
        .specialization-label {
            font-size: clamp(1.08rem, 1.3vw, 1.24rem);
            font-weight: 800;
            letter-spacing: .16em;
        }

        /* Světlá varianta sekce Hydromasáže */
        #hydromasaze {
            background: #fff;
            color: var(--ink);
        }
        #hydromasaze p { color: var(--muted); }
        #hydromasaze .kicker { color: var(--green-2); }
        #hydromasaze .kicker::before { background: var(--green-2); }
        #hydromasaze .hydro-heading h2 { color: var(--green); }
        #hydromasaze .hydro-heading h3 { color: #527467; }
        #hydromasaze .hydro-showcase {
            border-top-color: var(--line);
            border-bottom-color: var(--line);
        }
        #hydromasaze .hydro-description { color: #36554a; }
        #hydromasaze .effects-title { color: var(--green); }
        #hydromasaze .effect {
            border-top-color: var(--line);
            background: linear-gradient(120deg, #f4f8f6 0%, #e6f0eb 70%, #f4f8f6 100%);
            background-size: 300% 100%;
            background-position: 0 50%;
            color: var(--green);
            box-shadow: inset -1px 0 0 var(--line);
        }
        #hydromasaze .effect::before {
            background: var(--green);
            color: #fff;
        }
        #hydromasaze .effect:hover {
            border-color: #c2d8cd;
            box-shadow: inset -1px 0 0 var(--line), 0 8px 22px rgba(23,76,58,.08);
        }
        #hydromasaze .effect.wide {
            border-bottom-color: var(--line);
            box-shadow: none;
        }
        #hydromasaze .procedure-card { border-top: 1px solid var(--line); }

        /* Obrázkové ikony diagnóz */
        #fyzioterapie .treatments-wide .treatment,
        #fyzioterapie .treatments-wide .treatment:nth-child(even) {
            --care-column: clamp(190px, 13vw, 240px);
            grid-template-columns: calc(var(--care-column) + 60px) minmax(0, 1fr);
            gap: 0;
            padding: 0;
            background: #fff;
        }
        #fyzioterapie .treatments-wide .treatment > div {
            min-width: 0;
            padding: clamp(30px, 2.4vw, 44px);
            background: #f4f8f6;
        }
        .care-icon {
            display: grid;
            place-items: center;
            overflow: hidden;
            align-self: center;
            justify-self: center;
            width: calc(var(--care-column) - 10px);
            height: clamp(140px, 10vw, 180px);
            background: #fff;
        }
        .care-icon img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transform: scale(1.7);
        }

        @media (max-width: 700px) {
            #fyzioterapie .treatments-wide .treatment,
            #fyzioterapie .treatments-wide .treatment:nth-child(even) {
                --care-column: 132px;
                grid-template-columns: calc(var(--care-column) + 44px) minmax(0, 1fr);
            }
            #fyzioterapie .treatments-wide .treatment > div {
                padding: 24px 20px;
            }
            .care-icon {
                width: 122px;
                height: 100px;
            }
        }

        /* Ceník hydromasáží a balíčků */
        .price-group-title {
            padding: 0 clamp(24px, 4vw, 64px) 22px;
            color: var(--green);
            font: 800 1rem/1.2 "Manrope", sans-serif;
            letter-spacing: .14em;
            text-transform: uppercase;
        }
        .package-section {
            margin-top: 72px;
            padding: 82px 0;
            background: #405f66;
        }
        .package-heading {
            width: min(900px, calc(100% - 48px));
            margin: 0 auto 48px;
            text-align: center;
        }
        .package-heading h3 {
            color: #fff;
            font: 600 clamp(2rem, 4vw, 3.4rem)/1.08 "Cormorant Garamond", Georgia, serif;
        }
        .package-heading p {
            max-width: 650px;
            margin: 16px auto 0;
            color: rgba(255,255,255,.72);
        }
        .package-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            align-items: stretch;
            width: min(1180px, calc(100% - 64px));
            margin: 0 auto;
            gap: 24px;
            background: transparent;
        }
        .package-card {
            position: relative;
            display: flex;
            min-width: 0;
            min-height: 570px;
            height: 100%;
            flex-direction: column;
            align-items: stretch;
            padding: clamp(34px, 3.5vw, 48px);
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 22px 48px rgba(8,31,25,.16);
            text-align: left;
        }
        .package-card:nth-child(2) {
            background: #142d26;
            color: #fff;
        }
        .package-badge {
            align-self: flex-start;
            margin-bottom: 20px;
            padding: 8px 13px;
            border-radius: 3px;
            background: #c9a46f;
            color: #142d26;
            font: 800 .68rem/1 "Manrope", sans-serif;
            letter-spacing: .14em;
            text-transform: uppercase;
        }
        .package-icon {
            display: grid;
            place-items: center;
            width: 62px;
            height: 62px;
            margin-bottom: 22px;
            border: 1px solid #bdd6ca;
            border-radius: 50%;
            background: var(--mint);
            color: var(--green);
        }
        .package-card:nth-child(2) .package-icon {
            border-color: rgba(255,255,255,.2);
            background: rgba(255,255,255,.09);
            color: #d7b580;
        }
        .package-icon svg {
            width: 31px;
            height: 31px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.6;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .package-card h4 {
            margin: 0;
            color: var(--green);
            font: 600 clamp(1.7rem, 2.5vw, 2.25rem)/1.1 "Cormorant Garamond", Georgia, serif;
        }
        .package-card:nth-child(2) h4 { color: #fff; }
        .package-count {
            margin: 12px 0 30px;
            padding-bottom: 26px;
            border-bottom: 1px solid var(--line);
            color: #527467;
            font: 800 .9rem/1.35 "Manrope", sans-serif;
            letter-spacing: .08em;
            text-transform: uppercase;
        }
        .package-card:nth-child(2) .package-count {
            border-color: rgba(255,255,255,.15);
            color: rgba(255,255,255,.7);
        }
        .package-price {
            margin-bottom: 26px;
            color: var(--green);
            font: 600 clamp(2.6rem, 4vw, 3.6rem)/1 "Cormorant Garamond", Georgia, serif;
            white-space: nowrap;
        }
        .package-card:nth-child(2) .package-price { color: #d7b580; }
        .package-features {
            display: grid;
            gap: 12px;
            margin: 0 0 30px;
            padding: 0;
            color: #5e746c;
            list-style: none;
        }
        .package-features li {
            display: flex;
            gap: 10px;
            line-height: 1.5;
        }
        .package-features li::before {
            content: "✦";
            color: #c9a46f;
        }
        .package-card:nth-child(2) .package-features { color: rgba(255,255,255,.76); }
        .package-button {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-height: 58px;
            margin-top: auto;
            border: 1px solid var(--line);
            color: var(--green);
            font: 800 .76rem/1 "Manrope", sans-serif;
            letter-spacing: .16em;
            text-transform: uppercase;
            transition: .2s ease;
        }
        .package-button:hover {
            border-color: var(--green);
            background: var(--mint);
        }
        .package-card:nth-child(2) .package-button {
            border-color: #d7b580;
            background: #d7b580;
            color: #142d26;
        }
        .package-card:nth-child(2) .package-button:hover { background: #e1c291; }
        .package-bonus {
            display: grid;
            grid-template-columns: auto 1fr 1.5fr;
            width: min(1180px, calc(100% - 64px));
            gap: 26px;
            align-items: center;
            margin: 28px auto 0;
            padding: 30px clamp(24px, 4vw, 52px);
            border-radius: 12px;
            background: #e8f2ed;
            color: var(--green);
        }
        .package-bonus h3 {
            font: 600 2rem/1 "Cormorant Garamond", Georgia, serif;
        }
        .bonus-item {
            display: flex;
            gap: 12px;
            align-items: flex-start;
            color: #36554a;
            line-height: 1.55;
        }
        .bonus-check {
            display: grid;
            place-items: center;
            flex: 0 0 auto;
            width: 25px;
            height: 25px;
            border-radius: 50%;
            background: var(--green);
            color: #fff;
            font-weight: 800;
        }

        @media (max-width: 800px) {
            .package-section { padding: 64px 0; }
            .package-grid {
                grid-template-columns: 1fr;
                width: calc(100% - 32px);
            }
            .package-card { min-height: 0; }
            .package-card:nth-child(2) { transform: none; }
            .package-bonus {
                grid-template-columns: 1fr;
                width: calc(100% - 32px);
                gap: 18px;
            }
        }
