:root{--navy:#042f55;--deep:#03233f;--teal:#0799aa;--green:#66af35;--aqua:#d7f3f4;--mist:#f2fbfb;--ink:#173e50;--line:#d4e8e9}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:16px/1.6 Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit}.notice{background:var(--deep);color:#fff;text-align:center;padding:7px 16px;font-size:.84rem;letter-spacing:.03em}header{height:96px;width:min(1240px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between}header img{width:235px;height:78px;object-fit:contain}nav{display:flex;gap:24px;align-items:center}nav a{text-decoration:none;font-weight:750}.menu{display:none;border:0;background:none;font-size:1.8rem}.button{display:inline-flex;justify-content:center;align-items:center;background:linear-gradient(135deg,var(--teal),#087a94);color:#fff!important;text-decoration:none;font-weight:850;padding:14px 22px;border-radius:999px;box-shadow:0 10px 25px #0799aa33;transition:.2s}.button:hover{transform:translateY(-2px)}.button.small{padding:10px 18px}.button.ghost{background:#fff;color:var(--navy)!important;border:2px solid #cbe7e8;box-shadow:none}.button.white{background:#fff;color:var(--navy)!important}.hero{min-height:670px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;background:linear-gradient(125deg,#f8fdfd 0%,#e4f7f6 58%,#cdecee 100%);overflow:hidden;padding:70px max(5vw,calc((100vw - 1240px)/2));gap:50px}.kicker{text-transform:uppercase;letter-spacing:.17em;color:#438c2d;font-size:.79rem;font-weight:950}.kicker.light{color:#a7df7d}.hero h1{font-size:clamp(3rem,5.5vw,5.6rem);line-height:.98;letter-spacing:-.055em;color:var(--deep);margin:16px 0 24px}.hero h1 em{font-style:normal;color:var(--teal)}.hero-copy>p{font-size:1.2rem;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.proof{display:flex;gap:22px;flex-wrap:wrap;color:var(--navy);font-size:.88rem}.proof b:before{content:"✓";color:var(--green);margin-right:7px}.hero-art{position:relative;min-height:500px;display:grid;place-items:center}.orb{width:min(470px,90%);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff,#d8f1ef 55%,#9dd7da);box-shadow:0 40px 80px #06385929;display:grid;place-items:center}.orb img{width:82%;height:auto}.float{position:absolute;right:2%;bottom:5%;background:#fffffff2;border:1px solid #cde5e5;border-radius:22px;padding:20px 25px;box-shadow:0 18px 45px #06385928}.float span,.float small{display:block}.float strong{font-size:3.2rem;line-height:1;color:var(--navy)}h2{font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.08;letter-spacing:-.045em;color:var(--deep);margin:10px 0 18px}.therapy{padding:100px max(5vw,calc((100vw - 1160px)/2));display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}.visual{min-height:430px;border-radius:38% 62% 58% 42%/44% 42% 58% 56%;background:linear-gradient(145deg,var(--navy),var(--teal));display:grid;place-items:center}.pulse{width:230px;height:230px;position:relative;display:grid;place-items:center;color:#fff;font-weight:900;font-size:1.6rem}.pulse i{position:absolute;inset:0;border:2px solid #ffffff66;border-radius:50%;animation:pulse 3s infinite}.pulse i:nth-child(2){inset:28px;animation-delay:.5s}.pulse i:nth-child(3){inset:58px;animation-delay:1s}@keyframes pulse{50%{transform:scale(1.08);opacity:.55}}.chips{display:flex;gap:9px;flex-wrap:wrap;margin:24px 0}.chips span{background:var(--mist);border:1px solid var(--line);padding:8px 13px;border-radius:99px;font-weight:700;font-size:.9rem}.session-price{display:flex;align-items:center;gap:17px;margin:25px 0}.session-price strong{font-size:3.5rem;line-height:1;color:var(--navy)}.session-price span{font-weight:800}.session-price small{font-weight:500}.text-link{font-weight:900;color:var(--teal)}.catalog-section{padding:90px max(4vw,calc((100vw - 1240px)/2))}.catalog-section.compact{padding-top:45px}.catalog-section.tint{background:var(--mist)}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:35px}.section-head>p{max-width:490px}.filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:28px}.filters button{border:1px solid var(--line);background:#fff;padding:10px 16px;border-radius:99px;font:inherit;font-weight:800;color:var(--navy);cursor:pointer}.filters button.active{background:var(--navy);color:#fff}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}.product{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.2s}.product:hover{transform:translateY(-4px);box-shadow:0 18px 42px #06385915}.product .image{aspect-ratio:1.35;background:#edf8f8;display:grid;place-items:center;padding:18px}.product img{width:100%;height:100%;object-fit:contain}.product .body{padding:22px;display:flex;flex-direction:column;flex:1}.product .tag{color:#438c2d;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em;font-weight:900}.product h3{color:var(--navy);font-size:1.25rem;line-height:1.25;margin:6px 0}.product p{font-size:.91rem;color:#5b7782}.product .meta{display:flex;justify-content:space-between;align-items:end;margin-top:auto;padding-top:12px}.product .price{font-weight:950;font-size:1.3rem;color:var(--navy)}.product .inquire{font-weight:900;color:var(--teal)}.rental-intro{background:linear-gradient(120deg,var(--navy),#075f77);color:#fff;padding:70px max(5vw,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;gap:50px}.rental-intro h2{color:#fff;max-width:760px}.rental-intro p{max-width:850px}.schedule{background:var(--deep);color:#d7e9ed;padding:100px max(5vw,calc((100vw - 1160px)/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:65px}.schedule h2{color:#fff}.policy{border-left:3px solid var(--green);padding:6px 0 6px 18px;margin:25px 0}.policy p{margin:3px 0}.booking{background:#fff;color:var(--ink);padding:30px;border-radius:28px;min-height:540px}.booking h3{font-size:1.65rem;color:var(--navy);margin:0}.booking>p{margin-top:4px}.contact{padding:75px max(5vw,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;gap:45px}.contact h2{max-width:650px}.contact-links{display:grid;gap:12px}.contact-links a{text-decoration:none;font-size:1.15rem;font-weight:800}.contact-links span{display:block;font-size:.76rem;color:var(--teal);text-transform:uppercase;letter-spacing:.12em}footer{background:#021d34;color:#bcd1d9;padding:60px max(5vw,calc((100vw - 1160px)/2)) 30px;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}footer img{width:250px;filter:drop-shadow(0 0 18px #ffffff18)}footer b{color:#fff;display:block;margin-bottom:10px}footer a,footer span{display:block;text-decoration:none;margin:7px 0}.disclaimer{grid-column:1/-1;border-top:1px solid #ffffff1d;padding-top:22px;font-size:.78rem}.hidden{display:none}@media(max-width:900px){nav{display:none}.menu{display:block}nav.open{display:flex;position:absolute;z-index:9;top:124px;left:0;right:0;background:#fff;padding:25px;flex-direction:column;box-shadow:0 18px 30px #06385920}.hero{grid-template-columns:1fr}.hero-art{min-height:400px}.therapy,.schedule{grid-template-columns:1fr}.products{grid-template-columns:1fr 1fr}.section-head,.contact{align-items:flex-start;flex-direction:column}.proof{gap:12px}.visual{min-height:360px}footer{grid-template-columns:1fr 1fr}footer>img{grid-column:1/-1}}@media(max-width:580px){header{width:calc(100% - 28px);height:82px}header img{width:190px}.hero{padding:55px 18px;min-height:auto}.hero h1{font-size:3rem}.hero-art{min-height:340px}.float{right:0}.products{grid-template-columns:1fr}.therapy,.catalog-section,.schedule{padding:70px 18px}.rental-intro{padding:55px 18px;align-items:flex-start;flex-direction:column}.contact{padding:60px 18px}footer{grid-template-columns:1fr;padding:50px 18px 25px}footer>img{grid-column:auto}}
