:root {
  --px: 24px;
  --ink: #273349;
  --soft: #66738c;
  --blue: #4c6fff;
  --teal: #21ae85;
  --glass: rgba(255,255,255,.66);
  --glass-line: rgba(255,255,255,.9);
  --shadow: 0 6px 22px rgba(39,51,73,.07);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Plus Jakarta Sans', 'Segoe UI', system-ui, sans-serif; color: var(--ink); font-size: 16px; line-height: 1.65; background: linear-gradient(155deg, #dce8ff 0%, #f0e7ff 42%, #e2f6ee 100%) fixed; min-height: 100vh; overflow-x: hidden; }
a { color: var(--blue); }
.wrap { max-width: 1060px; margin: 0 auto; padding-left: var(--px); padding-right: var(--px); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

.rv { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.rv.in { opacity: 1; transform: none; }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; }

/* breathing background orbs */
.orb { position: fixed; border-radius: 999px; filter: blur(60px); z-index: -1; pointer-events: none; }
.o1 { width: 340px; height: 340px; background: rgba(76,111,255,.24); top: -80px; right: -90px; animation: breathe 9s ease-in-out infinite; }
.o2 { width: 300px; height: 300px; background: rgba(33,174,133,.2); bottom: -70px; left: -80px; animation: breathe 9s ease-in-out infinite; animation-delay: -4.5s; }
@keyframes breathe { 0%, 100% { transform: scale(.86) } 45%, 55% { transform: scale(1.12) } }

/* header */
header { position: sticky; top: 14px; z-index: 50; padding: 0 16px; }
.header-in { max-width: 1060px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: var(--glass); border: 1px solid var(--glass-line); border-radius: 999px; padding: 9px 12px 9px 18px; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(39,51,73,.08); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.mark { flex-shrink: 0; }
.mark .ring { transform-origin: 20px 20px; animation: breathe 6s ease-in-out infinite; }
.mark .core { transform-origin: 20px 20px; animation: breathe 6s ease-in-out infinite; animation-delay: -.5s; }
.brand b { font-weight: 800; font-size: 17px; letter-spacing: -.01em; }
.brand b i { font-style: normal; color: var(--teal); }
nav.desk { display: none; gap: 24px; font-weight: 700; font-size: 14px; }
nav.desk a { color: var(--soft); text-decoration: none; transition: color .2s; }
nav.desk a:hover { color: var(--ink); }
.hright { display: flex; align-items: center; gap: 10px; }
.lang { display: none; gap: 2px; background: rgba(39,51,73,.06); border-radius: 999px; padding: 3px; }
.lang button { border: 0; background: transparent; border-radius: 999px; padding: 6px 11px; font: inherit; font-size: 12.5px; font-weight: 800; color: var(--soft); cursor: pointer; transition: background .2s, color .2s; }
.lang button.act { background: #fff; color: var(--ink); box-shadow: 0 2px 8px rgba(39,51,73,.12); }
.hbtn { display: none; background: var(--ink); color: #fff; border-radius: 999px; padding: 11px 22px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform .2s; white-space: nowrap; }
.hbtn:hover { transform: translateY(-1px); }
.burger { background: none; border: 0; padding: 9px; cursor: pointer; display: block; }
.mnav { display: none; max-width: 1060px; margin: 8px auto 0; background: var(--glass); border: 1px solid var(--glass-line); border-radius: 22px; overflow: hidden; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(39,51,73,.1); }
.mnav.open { display: block; }
.mnav a { display: block; padding: 15px 22px; color: var(--ink); text-decoration: none; font-weight: 700; border-bottom: 1px solid rgba(39,51,73,.07); }
.mnav .mlang { display: flex; gap: 8px; padding: 14px 22px; }
.mnav .mlang button { border: 1px solid rgba(39,51,73,.14); background: transparent; border-radius: 999px; padding: 8px 16px; font: inherit; font-size: 13px; font-weight: 800; color: var(--soft); cursor: pointer; }
.mnav .mlang button.act { background: var(--ink); border-color: var(--ink); color: #fff; }

/* hero */
.hero { position: relative; padding-top: clamp(54px, 8vw, 100px); padding-bottom: 10px; text-align: center; overflow: hidden; }
.halo, .halo-ring, .halo-ring2 { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); border-radius: 999px; pointer-events: none; }
.halo { width: min(560px, 92vw); aspect-ratio: 1; background: radial-gradient(circle, rgba(76,111,255,.13), rgba(33,174,133,.07) 55%, transparent 70%); animation: halob 8s ease-in-out infinite; }
.halo-ring { width: min(430px, 76vw); aspect-ratio: 1; border: 1.5px solid rgba(76,111,255,.22); animation: halob 8s ease-in-out infinite; animation-delay: -.6s; }
.halo-ring2 { width: min(320px, 58vw); aspect-ratio: 1; border: 1px solid rgba(33,174,133,.28); animation: halob 8s ease-in-out infinite; animation-delay: -1.2s; }
@keyframes halob { 0%, 100% { transform: translate(-50%, -50%) scale(.9); opacity: .8 } 45%, 55% { transform: translate(-50%, -50%) scale(1.07); opacity: 1 } }
.hero > .wrap { position: relative; }
.hero h1 { margin: 0 auto 14px; font-size: clamp(32px, 5.4vw, 58px); line-height: 1.14; font-weight: 800; letter-spacing: -.02em; max-width: 780px; }
.hero h1 .hl { color: var(--blue); }
.hero p.sub { margin: 0 auto 12px; color: var(--soft); font-size: 17px; max-width: 540px; }
.breath-cap { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--soft); }
.breath-cap .bring { width: 14px; height: 14px; border-radius: 999px; border: 1.6px solid var(--teal); animation: breathe 6s ease-in-out infinite; }

/* quick actions */
.quick { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 780px; margin: 0 auto; }
.qa { background: var(--glass); border: 1px solid var(--glass-line); border-radius: 20px; padding: 19px 20px; display: flex; align-items: center; gap: 15px; text-align: left; text-decoration: none; color: var(--ink); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: transform .22s, box-shadow .22s; box-shadow: var(--shadow); }
.qa:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(39,51,73,.12); }
.qicon { width: 46px; height: 46px; border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.qi-b { background: rgba(76,111,255,.13); }
.qi-t { background: rgba(33,174,133,.13); }
.qi-p { background: rgba(255,138,76,.15); }
.qa b { display: block; font-size: 16px; }
.qa small { color: var(--soft); font-size: 13.5px; }
.qa .arr { margin-left: auto; color: var(--soft); }

/* sections */
section.blk { padding-top: clamp(46px, 6.5vw, 78px); }
h2.sec { margin: 0 0 24px; font-size: clamp(23px, 3vw, 32px); font-weight: 800; letter-spacing: -.015em; text-align: center; }

/* photo strip */
.strip { display: grid; grid-auto-flow: column; grid-auto-columns: 80%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.strip::-webkit-scrollbar { display: none; }
.shot { margin: 0; scroll-snap-align: center; position: relative; border-radius: 24px; overflow: hidden; border: 1px solid var(--glass-line); box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.shot:hover img { transform: scale(1.045); }
.shot figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(255,255,255,.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-radius: 999px; padding: 7px 15px; font-size: 12.5px; font-weight: 700; color: var(--ink); }

/* meadow band */
.band { position: relative; border-radius: 28px; overflow: hidden; box-shadow: 0 14px 40px rgba(39,51,73,.18); }
.band > img { width: 100%; height: clamp(220px, 30vw, 330px); object-fit: cover; display: block; }
.bover { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: linear-gradient(rgba(39,51,73,.16), rgba(39,51,73,.34)); color: #fff; text-align: center; padding: 0 28px; }
.bover b { font-size: clamp(23px, 3.4vw, 36px); font-weight: 800; letter-spacing: -.015em; text-shadow: 0 2px 14px rgba(0,0,0,.35); }
.bring2 { width: 20px; height: 20px; border-radius: 999px; border: 2px solid rgba(255,255,255,.92); animation: breathe 6s ease-in-out infinite; }

/* clinics */
.clinics { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 880px; margin: 0 auto; }
.clinic { background: var(--glass); border: 1px solid var(--glass-line); border-radius: 24px; padding: 26px 24px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.clinic h3 { margin: 0 0 2px; font-weight: 800; font-size: 21px; }
.clinic .addr { margin: 0 0 14px; color: var(--soft); font-size: 14.5px; }
.rows div { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgba(39,51,73,.08); font-size: 15px; }
.rows div:last-child { border-bottom: 0; color: var(--soft); }
.clinic .cfoot { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 14px; }
.badge { display: inline-block; background: rgba(33,174,133,.12); color: #157a5c; border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 700; }
.maplink { font-size: 13.5px; font-weight: 700; text-decoration: none; margin-left: auto; }
.maplink:hover { text-decoration: underline; }

/* first visit */
.steps { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 880px; margin: 0 auto; counter-reset: st; }
.step { background: var(--glass); border: 1px solid var(--glass-line); border-radius: 18px; padding: 18px 20px; display: flex; gap: 15px; align-items: flex-start; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); font-size: 15px; }
.step::before { counter-increment: st; content: counter(st, decimal-leading-zero); font-weight: 800; font-size: 14px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--teal)); border-radius: 10px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.visit-note { max-width: 880px; margin: 16px auto 0; text-align: center; font-size: 14px; color: var(--soft); }

/* reviews */
.reviews { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 1000px; margin: 0 auto; }
.review { background: var(--glass); border: 1px solid var(--glass-line); border-radius: 22px; padding: 22px 22px 20px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 9px; transition: transform .22s, box-shadow .22s; }
.review:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(39,51,73,.11); }
.stars { display: flex; gap: 3px; }
.review p { margin: 0; font-size: 15.5px; }
.review .src { font-size: 13px; color: var(--soft); margin-top: auto; }
.rsummary { background: linear-gradient(135deg, var(--blue), var(--teal)); color: #fff; border: 0; justify-content: center; text-align: center; gap: 4px; }
.rsummary b { font-size: 30px; font-weight: 800; line-height: 1.1; }
.rsummary span { font-size: 13.5px; opacity: .92; }
.review.hid { display: none; }
.radd { justify-content: center; text-align: center; gap: 10px; border-style: dashed; border-color: rgba(76,111,255,.35); background: rgba(255,255,255,.4); }
.radd p { font-weight: 700; }
.radd a { font-weight: 800; text-decoration: none; }
.radd a:hover { text-decoration: underline; }
.more-wrap { text-align: center; margin-top: 20px; }
.more-btn { display: inline-flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 30px; background: var(--glass); border: 1px solid var(--glass-line); border-radius: 999px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); font: inherit; font-size: 15px; font-weight: 800; color: var(--ink); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.more-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(39,51,73,.12); }

/* contact */
.contact { display: grid; grid-template-columns: 1fr; gap: 14px; max-width: 880px; margin: 0 auto; }
.ccard { background: var(--glass); border: 1px solid var(--glass-line); border-radius: 22px; padding: 22px; backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: var(--shadow); display: flex; align-items: flex-start; gap: 15px; text-decoration: none; color: var(--ink); transition: transform .22s, box-shadow .22s; }
a.ccard:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(39,51,73,.11); }
.ccard .qicon { width: 44px; height: 44px; }
.ccard b { display: block; font-size: 13px; color: var(--soft); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 2px; }
.ccard span { font-size: 16.5px; font-weight: 700; }
.ccard small { display: block; color: var(--soft); font-size: 13.5px; font-weight: 400; }

/* order form */
.order { padding-top: clamp(46px, 6.5vw, 78px); padding-bottom: 96px; }
.order-card { max-width: 880px; margin: 0 auto; background: var(--ink); border-radius: 28px; color: #fff; padding: clamp(30px, 4vw, 46px); box-shadow: 0 20px 50px rgba(39,51,73,.25); }
.order h2 { margin: 0 0 8px; font-size: clamp(23px, 3vw, 32px); font-weight: 800; }
.order .osub { margin: 0 0 24px; color: #aeb8cc; font-size: 15px; }
.form { display: grid; grid-template-columns: 1fr; gap: 12px; }
.field { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 14px; min-height: 52px; padding: 0 16px; color: #fff; font-size: 15px; font-family: inherit; width: 100%; }
.field::placeholder { color: #9aa5bb; opacity: 1; }
.field:focus { outline: none; border-color: var(--teal); background: rgba(255,255,255,.13); }
select.field { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239aa5bb' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px; cursor: pointer; }
select.field:invalid, select.field option[value=""] { color: #9aa5bb; }
select.field option { color: #273349; background: #fff; }
textarea.field { min-height: 110px; padding-top: 14px; resize: vertical; }
.submit { background: linear-gradient(90deg, var(--blue), var(--teal)); color: #fff; border: 0; border-radius: 999px; min-height: 54px; display: flex; align-items: center; justify-content: center; font: inherit; font-weight: 800; font-size: 16px; cursor: pointer; transition: transform .2s, opacity .2s; }
.submit:hover { transform: translateY(-2px); }
.submit[disabled] { opacity: .6; cursor: default; transform: none; }
.hp { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; overflow: hidden; }
.form-msg { margin: 18px 0 0; padding: 14px 18px; border-radius: 14px; font-size: 15px; font-weight: 600; background: rgba(33,174,133,.16); border: 1px solid rgba(33,174,133,.45); color: #9fe3c2; }
.form-msg.err { background: rgba(244,88,28,.14); border-color: rgba(244,88,28,.45); color: #ffc9a3; }

footer { padding-bottom: 112px; text-align: center; font-size: 14px; color: var(--soft); }
footer b { color: var(--ink); }

/* mobile tab bar */
.tabbar { position: fixed; bottom: 12px; left: 16px; right: 16px; z-index: 60; display: flex; background: var(--glass); border: 1px solid var(--glass-line); border-radius: 24px; padding: 8px; padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); box-shadow: 0 10px 34px rgba(39,51,73,.16); }
.tabbar a { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px; border-radius: 16px; text-decoration: none; color: var(--soft); font-size: 11.5px; font-weight: 700; }
.tabbar a.act { background: rgba(76,111,255,.12); color: var(--blue); }

@media (min-width: 960px) {
  nav.desk { display: flex; }
  .lang { display: flex; }
  .hbtn { display: inline-flex; }
  .burger, .mnav { display: none !important; }
  .quick { grid-template-columns: repeat(3, 1fr); }
  .qa { flex-direction: column; align-items: flex-start; gap: 12px; padding: 24px; }
  .qa .arr { display: none; }
  .strip { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); overflow: visible; padding-bottom: 0; }
  .clinics { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .reviews { grid-template-columns: repeat(3, 1fr); }
  .contact { grid-template-columns: repeat(2, 1fr); }
  .form { grid-template-columns: 1fr 1fr; }
  .form .full { grid-column: 1 / -1; }
  .tabbar { display: none; }
  footer { padding-bottom: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .rv { opacity: 1; transform: none; }
}
