
: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}
}

/* ═══ V5 ADDITIONS ═══════════════════════════════ */

/* Reveal on scroll */
.reveal{opacity:0;transform:translateY(32px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}

/* Section parallax headers */
.pax-section{position:relative;overflow:hidden;border-radius:26px;margin-top:14px}
.pax-section .pax-bg{position:absolute;inset:-20% -5%;background-size:cover;background-position:center;will-change:transform;z-index:0;filter:brightness(.45) saturate(.8)}
.pax-section .pax-content{position:relative;z-index:1;padding:56px 32px;text-align:center}
.pax-section h2{font-size:clamp(24px,4vw,52px);font-family:Georgia,serif;color:#fff3c0;margin:0 0 12px}
.pax-section p{font-size:16px;color:rgba(255,255,255,.9);max-width:58ch;margin:0 auto 20px}

/* ─── CAROUSEL ─────────────────────────── */
.carousel{position:relative;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.14);box-shadow:0 24px 70px rgba(0,0,0,.46);background:#0a0c1e;user-select:none}
.car-viewport{overflow:hidden;width:100%}
.car-track{display:flex;will-change:transform;cursor:grab}
.car-track:active{cursor:grabbing}
.car-slide{flex:0 0 100%;position:relative;max-height:520px}
.car-slide img{width:100%;height:520px;object-fit:cover;object-position:top center;display:block;pointer-events:none}
.car-slide .car-caption{position:absolute;bottom:0;left:0;right:0;padding:20px 22px;background:linear-gradient(0deg,rgba(0,0,0,.72),transparent);color:#fff;font-weight:700;font-size:14px;letter-spacing:.3px}
.car-slide .car-caption span{display:block;font-size:12px;font-weight:400;color:rgba(255,255,255,.75);margin-top:3px}

.car-prev,.car-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:rgba(0,0,0,.45);backdrop-filter:blur(8px);color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}
.car-prev{left:12px}
.car-next{right:12px}
.car-prev:hover,.car-next:hover{background:linear-gradient(135deg,rgba(106,27,154,.7),rgba(0,137,123,.7));transform:translateY(-50%) scale(1.1)}

.car-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:7px;z-index:10}
.car-dot{width:9px;height:9px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:transparent;cursor:pointer;padding:0;transition:background .3s,transform .3s}
.car-dot.active{background:#ffd66a;border-color:#ffd66a;transform:scale(1.3)}

/* Thumbnail strip */
.car-thumbs{display:flex;gap:8px;padding:10px 0;overflow-x:auto;scroll-snap-type:x mandatory}
.car-thumbs::-webkit-scrollbar{height:4px}
.car-thumbs::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}
.car-thumb{flex:0 0 80px;height:72px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s,transform .2s;scroll-snap-align:start}
.car-thumb img{width:100%;height:100%;object-fit:cover;object-position:top;pointer-events:none}
.car-thumb.active,.car-thumb:hover{border-color:#ffd66a;transform:scale(1.06)}

/* ─── AI PROMO STRIP ────────────────────── */
.ai-strip{margin:14px 0;padding:20px 24px;border-radius:22px;background:linear-gradient(135deg,rgba(6,5,40,.95),rgba(0,60,100,.85));border:1px solid rgba(103,208,255,.25);display:flex;align-items:center;gap:18px;flex-wrap:wrap;box-shadow:0 8px 32px rgba(0,150,255,.15)}
.ai-strip .ai-icon{font-size:3rem;flex:0 0 auto}
.ai-strip .ai-text h3{margin:0 0 5px;font-size:20px;color:#67d0ff;font-family:Georgia,serif}
.ai-strip .ai-text p{margin:0;font-size:13px;color:rgba(255,255,255,.85)}
.ai-strip .ai-ctas{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}
.ai-cta-btn{padding:11px 18px;border-radius:999px;font-weight:800;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.ai-cta-btn.primary{background:linear-gradient(135deg,#67d0ff,#00897b);color:#001520}
.ai-cta-btn.secondary{border:1px solid rgba(103,208,255,.4);background:rgba(103,208,255,.08);color:#67d0ff}

/* ─── CHATBOT INLINE BANNER ─────────────── */
.chat-invite{margin:14px 0;padding:18px 22px;border-radius:20px;background:linear-gradient(135deg,rgba(106,27,154,.3),rgba(0,137,123,.2));border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;gap:14px;flex-wrap:wrap;cursor:pointer;transition:background .2s}
.chat-invite:hover{background:linear-gradient(135deg,rgba(106,27,154,.45),rgba(0,137,123,.35))}
.chat-invite .ci-icon{font-size:2.4rem;flex:0 0 auto;animation:wobble 2.5s ease infinite}
@keyframes wobble{0%,100%{transform:rotate(0)}20%{transform:rotate(-8deg)}40%{transform:rotate(8deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}}
.chat-invite .ci-text h4{margin:0 0 4px;font-size:17px;color:#fff3c0}
.chat-invite .ci-text p{margin:0;font-size:13px;color:rgba(255,255,255,.8)}
.chat-invite .ci-arrow{margin-left:auto;font-size:1.6rem;color:#ffd66a}

/* ─── CONTACT PAGE ──────────────────────── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:12px}
.map-frame{border-radius:20px;overflow:hidden;height:400px;border:2px solid rgba(255,255,255,.15)}
.map-frame iframe{width:100%;height:100%;border:0;display:block}
.contact-info-panel{display:flex;flex-direction:column;gap:10px}
.contact-card{background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:18px;transition:transform .2s}
.contact-card:hover{transform:translateY(-3px)}
.contact-card .cc-icon{font-size:2rem;margin-bottom:8px;display:block}
.contact-card h4{margin:0 0 5px;font-size:15px;color:#fff3c0}
.contact-card p,.contact-card a{margin:2px 0;font-size:13px;color:rgba(255,255,255,.88);text-decoration:none}
.contact-card a:hover{color:#ffd66a}
.wa-big{display:inline-flex;align-items:center;gap:10px;padding:15px 24px;border-radius:999px;background:linear-gradient(135deg,#25d366,#128c4c);color:#fff;font-weight:800;font-size:15px;margin-top:4px;box-shadow:0 6px 22px rgba(37,211,102,.3);text-decoration:none;transition:transform .2s}
.wa-big:hover{transform:scale(1.04)}

/* ─── RESPONSIVE FIXES ───────────────────── */
@media (max-width: 860px){
  .contact-grid{grid-template-columns:1fr}
  .map-frame{height:280px}
  .ai-strip{flex-direction:column;text-align:center}
  .ai-strip .ai-ctas{margin-left:0}
}
@media (max-width: 640px){
  .car-slide img{height:320px}
  .car-slide{max-height:320px}
  .pax-section .pax-content{padding:36px 18px}
  .car-thumbs{display:none}
}

/* ─── YOUTUBE VIDEO SECTION (global) ────── */
.yt-section{margin:12px 0 20px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,0.14);background:linear-gradient(135deg,rgba(20,5,40,.95),rgba(5,20,50,.95));box-shadow:0 16px 50px rgba(0,0,0,.5)}
.yt-main{display:grid;grid-template-columns:1.5fr 1fr}
.yt-embed-wrap{position:relative;width:100%;aspect-ratio:16/9;background:#000}
.yt-embed-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
.yt-info{padding:28px 24px;display:flex;flex-direction:column;justify-content:center;gap:12px}
.yt-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:999px;background:#ff0000;color:#fff;font-size:12px;font-weight:700;width:fit-content}
.yt-info h3{margin:0;font-size:18px;font-family:Georgia,serif;color:#fff3c0;line-height:1.35}
.yt-info p{margin:0;font-size:13px;color:rgba(255,255,255,.82);line-height:1.6}
.yt-link{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#ff0000,#cc0000);color:#fff;font-weight:700;font-size:13px;text-decoration:none;width:fit-content;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 16px rgba(255,0,0,.3);margin-top:4px}
.yt-link:hover{transform:scale(1.04);box-shadow:0 6px 22px rgba(255,0,0,.45)}
@media(max-width:700px){.yt-main{grid-template-columns:1fr}.yt-info{padding:20px 16px}}

/* ─── BRIGHT FOCUS LIST (global) ────────── */
.focus-list{list-style:none;padding:10px 0 0;margin:10px 0 0}
.focus-list li{color:#ffffff;font-size:15px;font-weight:600;line-height:1.7;padding:6px 0 6px 4px;border-bottom:1px solid rgba(255,255,255,.1);text-shadow:0 0 14px rgba(180,220,255,.25);letter-spacing:.2px}
.focus-list li:last-child{border-bottom:none}
.focus-list li:hover{color:#ffd66a;transition:color .2s;cursor:default}

/* ─── FAQ RICH SNIPPETS ─────────────────── */
.faq-section{display:flex;flex-direction:column;gap:10px;margin:12px 0}
.faq-item{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);border-radius:16px;overflow:hidden;transition:background .2s}
.faq-item[open]{background:rgba(255,255,255,.11)}
.faq-item summary{padding:16px 20px;cursor:pointer;font-weight:700;font-size:15px;color:#fff3c0;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"＋";font-size:18px;flex:0 0 auto;transition:transform .3s;color:#ffd66a}
.faq-item[open] summary::after{transform:rotate(45deg)}
.faq-item p{padding:0 20px 18px;margin:0;font-size:14px;color:rgba(255,255,255,.85);line-height:1.7}
.faq-item a{color:#ffd66a}
