
:root{
  --bg1:#060710; --bg2:#10162b; --bg3:#241137;
  --gold:#ffd66a; --gold2:#fff2bf; --text:#f8f9fe; --line:rgba(255,255,255,.14);
  --shadow:0 24px 70px rgba(0,0,0,.46);
}
*{box-sizing:border-box}
html,body{max-width:100%; overflow-x:hidden}
html{scroll-behavior:smooth}
body{
  margin:0; color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(circle at 12% 12%, rgba(255,214,106,.18), transparent 24%),
    radial-gradient(circle at 88% 15%, rgba(255,122,174,.14), transparent 22%),
    radial-gradient(circle at 72% 82%, rgba(103,208,255,.12), transparent 24%),
    linear-gradient(135deg,var(--bg1),var(--bg2) 48%,var(--bg3));
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.wrap{width:min(1200px, calc(100% - 12px)); margin:0 auto; padding:10px 0 36px}
.nav{
  position:sticky; top:8px; z-index:50;
  display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:10px;
  padding:10px 12px; border-radius:18px; border:1px solid var(--line);
  background:linear-gradient(90deg,rgba(10,14,35,.78),rgba(36,20,58,.60));
  backdrop-filter:blur(18px); box-shadow:var(--shadow);
}
.brand{
  display:flex; gap:10px; align-items:center; min-width:0;
}
.logo{
  width:42px; height:42px; border-radius:15px; flex:0 0 auto;
  background:linear-gradient(145deg,#ffe06e,#ffb45c 45%,#ff729d 80%);
  position:relative;
}
.logo:after{content:""; position:absolute; inset:9px; border-radius:11px; border:2px solid rgba(255,255,255,.55)}
.brand h1{margin:0; font-size:18px; line-height:1.03; font-family:Georgia,serif; overflow-wrap:anywhere}
.brand p{margin:2px 0 0; font-size:11px; color:var(--gold2)}
.actions{display:flex; gap:6px; flex-wrap:wrap; justify-content:flex-end; max-width:100%}
.btn,.pill{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:999px; font-weight:800; white-space:nowrap; overflow-wrap:anywhere;
}
.btn{padding:10px 14px; background:linear-gradient(135deg,#fff1a8,#ffd66a 35%,#ffb65d 65%,#ff7db0 100%); color:#170d23}
.pill{padding:9px 12px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.06)}

.hero{
  margin-top:10px; border-radius:26px; overflow:hidden; border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow); position:relative; min-height:82vh;
  background:linear-gradient(135deg,rgba(255,214,106,.08),rgba(255,122,174,.06) 38%,rgba(103,208,255,.05) 72%),rgba(255,255,255,.04);
}
.parallax-layer{position:absolute; inset:-8% -5%; background-position:center center; background-size:cover; background-repeat:no-repeat; will-change:transform}
.parallax-layer.bg{background-image:url('hero-visual.png'); opacity:.96}
.parallax-layer.overlay{
  background:
    radial-gradient(circle at 30% 20%, rgba(255,214,106,.16), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(255,122,174,.10), transparent 18%),
    linear-gradient(180deg, rgba(4,6,14,.10), rgba(4,6,14,.44));
}
.hero-inner{
  position:relative; z-index:2;
  display:grid; grid-template-columns:1.02fr .98fr; gap:14px;
  padding:14px; min-height:82vh;
}
.eyebrow{
  display:inline-flex; padding:8px 12px; border-radius:999px;
  border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.08);
  color:var(--gold2); font-size:11px; font-weight:800; letter-spacing:.16px;
}
.hero h2{margin:12px 0 0; font-size:clamp(30px,4.8vw,64px); line-height:.98; font-family:Georgia,serif; color:#fff3c0; overflow-wrap:anywhere}
.hero h2 .gold{display:block; background:linear-gradient(180deg,#fff9d5 0%,#ffd66a 36%,#ffb445 100%); -webkit-background-clip:text; background-clip:text; color:transparent}
.hero p{margin:12px 0 0; max-width:62ch; font-size:15px; line-height:1.65; color:rgba(255,255,255,.92); overflow-wrap:anywhere}
.trust-row{margin-top:14px; display:flex; flex-wrap:wrap; gap:8px}
.trust{padding:8px 11px; border-radius:13px; border:1px solid rgba(255,255,255,.13); background:rgba(0,0,0,.16); font-size:11px; font-weight:700; overflow-wrap:anywhere}
.cta-row{margin-top:14px; display:flex; flex-wrap:wrap; gap:8px; align-items:center}
.fine{margin-top:8px; font-size:12px; color:#f9e9b0; overflow-wrap:anywhere}

.hero-visual{display:flex; align-items:flex-end; justify-content:center; padding:14px 0 6px}
.profile-shell{
  width:min(100%, 520px);
  border-radius:26px; overflow:hidden; position:relative;
  box-shadow:0 18px 40px rgba(0,0,0,.35); border:1px solid rgba(255,255,255,.14);
  background:#0f1224;
}
.profile-bg{position:absolute; inset:0; background:url('clinic-bg.png') center/cover no-repeat; filter:blur(6px) brightness(.58) saturate(.95); transform:scale(1.1)}
.profile-fade{position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.18))}
.profile-img{position:relative; z-index:2; width:100%; height:auto; display:block}
.profile-placeholder{
  position:relative; z-index:2; width:100%; aspect-ratio:4/5;
  display:flex; align-items:center; justify-content:center; text-align:center; padding:18px;
  font-size:16px; line-height:1.5; color:#fff;
  background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  overflow-wrap:anywhere;
}
.profile-tag{
  position:absolute; left:10px; right:10px; bottom:10px; z-index:3;
  padding:10px 11px; border-radius:14px;
  background:linear-gradient(135deg, rgba(7,9,18,.58), rgba(7,9,18,.22));
  border:1px solid rgba(255,255,255,.16); backdrop-filter:blur(10px);
  font-weight:800; font-size:12px; line-height:1.35; overflow-wrap:anywhere;
}

.section-title{
  margin:24px 0 10px; font-size:22px; font-family:Georgia,serif; color:#fff1bd
}
.section-grid{
  margin-top:12px;
  display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px;
}
.panel{
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.15); border-radius:22px; padding:16px; box-shadow:var(--shadow);
}
.panel h3{margin:0 0 8px; font-size:20px; font-family:Georgia,serif; color:#fff1bd; overflow-wrap:anywhere}
.panel p{margin:0; color:rgba(255,255,255,.92); line-height:1.6; font-size:14px; overflow-wrap:anywhere}
.feature{display:flex; gap:10px; align-items:flex-start; padding-top:10px; margin-top:10px; border-top:1px solid rgba(255,255,255,.10)}
.feature:first-of-type{border-top:none; margin-top:0; padding-top:2px}
.badge{
  width:32px; height:32px; border-radius:12px; flex:0 0 auto;
  background:linear-gradient(135deg,#fff2a5,#ff8fc5); color:#1e0e2a;
  display:flex; align-items:center; justify-content:center; font-weight:900; font-size:12px;
}
.feature b{display:block; font-size:14px; margin-bottom:2px}
.feature span{display:block; font-size:12px; color:rgba(255,255,255,.84); line-height:1.45; overflow-wrap:anywhere}

.lead{background:linear-gradient(180deg,rgba(18,21,44,.92),rgba(9,10,24,.95))}
input,textarea{
  width:100%; border:none; outline:none; margin-top:8px; padding:12px 13px;
  border-radius:13px; background:rgba(255,255,255,.08); color:#fff; font:inherit;
  border:1px solid rgba(255,255,255,.12); min-width:0;
}
input::placeholder,textarea::placeholder{color:rgba(255,255,255,.65)}
textarea{min-height:88px; resize:vertical}
.lead .btn{width:100%; margin-top:12px; font-size:14px; padding:13px 14px}

.reviews{overflow:hidden; position:relative}
.marquee{display:flex; gap:10px; width:max-content; animation:scroll 26s linear infinite}
.review{
  width:270px; padding:13px; border-radius:15px;
  border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.08); flex:0 0 auto;
}
.stars{color:#ffd66a; font-size:15px; letter-spacing:1px; margin-bottom:5px}
.review p{font-size:13px; margin:0; overflow-wrap:anywhere}
.review .name{margin-top:7px; font-size:11px; font-weight:800; color:#ffe8a6}
@keyframes scroll{from{transform:translateX(0)} to{transform:translateX(-50%)}}

.story-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px}
.story{
  border-radius:22px; overflow:hidden; border:1px solid rgba(255,255,255,.14); box-shadow:var(--shadow);
  background:rgba(255,255,255,.05);
}
.story .top{
  padding:16px;
  background:linear-gradient(135deg, rgba(255,214,106,.14), rgba(255,122,174,.08), rgba(103,208,255,.06));
  min-height:130px;
}
.story h4{margin:0 0 7px; font-size:18px; color:#fff3c0}
.story .bottom{padding:14px 16px}
.story .bottom p{margin:0; font-size:13px; line-height:1.55; color:rgba(255,255,255,.90); overflow-wrap:anywhere}

.footer{
  margin:14px 0 84px; display:flex; justify-content:space-between; align-items:center; gap:10px; flex-wrap:wrap;
  padding:14px 16px; border-radius:18px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.06)
}
.footer strong{color:#fff1bd}
.small{font-size:12px; color:rgba(255,255,255,.70)}
.wa{
  position:fixed; right:12px; bottom:12px; z-index:60;
  padding:12px 14px; border-radius:999px; background:linear-gradient(135deg,#25d366,#18a957);
  color:#fff; text-decoration:none; font-weight:900; box-shadow:0 16px 34px rgba(37,211,102,.26)
}
.page-hero{
  margin-top:12px; padding:18px; border-radius:22px; border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(135deg,rgba(255,214,106,.09),rgba(255,122,174,.05),rgba(103,208,255,.05)); box-shadow:var(--shadow)
}
.page-hero h2{margin:0; font-size:clamp(26px,4vw,46px); font-family:Georgia,serif; color:#fff3c0; overflow-wrap:anywhere}
.page-hero p{margin:8px 0 0; font-size:15px; line-height:1.6; color:rgba(255,255,255,.92); overflow-wrap:anywhere}
.grid2{display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:12px}
.banner{margin-top:12px; padding:14px; border-radius:20px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.06); box-shadow:var(--shadow)}
.motif{width:100%; border-radius:16px}
.cardimg{width:100%; border-radius:18px; border:1px solid rgba(255,255,255,.14); box-shadow:var(--shadow)}

@media (max-width: 1050px){
  .hero-inner,.section-grid,.grid2,.story-grid{grid-template-columns:1fr}
  .hero{min-height:auto}
  .hero-inner{min-height:auto}
  .actions{max-width:none; justify-content:flex-start}
  .nav{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .wrap{width:calc(100% - 8px)}
  .nav{padding:10px; border-radius:16px}
  .brand h1{font-size:16px}
  .brand p{font-size:10px}
  .actions{gap:5px}
  .btn,.pill{padding:9px 10px; font-size:12px}
  .hero{border-radius:20px}
  .hero-inner{padding:10px; gap:10px}
  .hero h2{font-size:28px}
  .hero p{font-size:14px}
  .section-title{font-size:20px}
  .panel{padding:14px; border-radius:18px}
  .review{width:240px}
  .story h4{font-size:17px}
  .profile-placeholder{font-size:15px; padding:14px}
  .profile-tag{font-size:11px; padding:9px}
  .footer{margin-bottom:78px}
}
