:root{--bg:#050505;--bg2:#0b0b0b;--panel:#101010;--gold:#d79a12;--gold2:#f2bc3b;--gold3:#a86d00;--text:#fff;--muted:#a8a8a8;--line:rgba(215,154,18,.28);--max:1240px;--radius:14px}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden} img{max-width:100%;display:block} a{text-decoration:none;color:inherit}.container{width:min(92%,var(--max));margin:0 auto}
.site-header{height:78px;position:sticky;top:0;z-index:100;background:rgba(5,5,5,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(215,154,18,.14)}.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:205px;height:auto}.nav{display:flex;gap:26px;font-size:13px;color:#ddd}.nav a{transition:.2s ease}.nav a:hover{color:var(--gold2)}
.btn{position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:0 28px;border-radius:7px;background:linear-gradient(135deg,var(--gold2),var(--gold) 55%,var(--gold3));border:1px solid rgba(255,221,144,.42);color:#fff;font-weight:800;text-transform:uppercase;font-size:13px;box-shadow:0 12px 34px rgba(215,154,18,.18);transition:transform .25s ease,filter .25s ease,box-shadow .25s ease}.btn::after{content:"";position:absolute;top:-40%;left:-70%;width:45%;height:180%;transform:skewX(-20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.34),transparent);transition:left .55s ease}.btn:hover{transform:translateY(-2px);filter:brightness(1.07);box-shadow:0 16px 38px rgba(215,154,18,.28)}.btn:hover::after{left:135%}.btn-small{min-height:44px;padding:0 18px;font-size:12px}
.eyebrow{display:inline-block;color:var(--gold);font-weight:800;font-size:12px;letter-spacing:.08em;margin-bottom:14px}.hero{background:radial-gradient(circle at 76% 45%,rgba(215,154,18,.14),transparent 31%),linear-gradient(90deg,#050505 0%,#060606 56%,#0a0a0a 100%);overflow:hidden}.hero-grid{min-height:640px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:50px}.hero-copy{padding:72px 0;position:relative;z-index:3}.hero h1{font-size:clamp(42px,4.65vw,66px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;font-weight:800}.hero h1 span{color:var(--gold2)}.hero-copy>p{max-width:640px;color:var(--muted);line-height:1.65;font-size:17px;margin:0 0 18px}.hero-copy .hero-highlight{color:var(--gold2);font-weight:700;font-size:14px;max-width:580px}.hero-copy>.btn{margin-top:8px}.hero-badges{display:flex;flex-wrap:wrap;gap:16px 22px;margin-top:28px;color:#d4d4d4;font-size:12px}.hero-image-wrap{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center}.hero-image{position:relative;z-index:2;width:100%;height:auto;max-height:650px;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 18px 42px rgba(215,154,18,.08))}.hero-glow{position:absolute;width:390px;height:390px;right:8%;bottom:10%;border-radius:50%;background:radial-gradient(circle,rgba(215,154,18,.16),transparent 68%);filter:blur(12px);animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,100%{transform:scale(.95);opacity:.55}50%{transform:scale(1.08);opacity:.9}}
.section{padding:92px 0}.section.dark{background:linear-gradient(180deg,#080808,#0b0b0b);color:#fff}.section.light{background:#f7f7f7;color:#111}.section-head.center{text-align:center;max-width:900px;margin:0 auto 46px}.section-head h2{font-size:clamp(32px,3.5vw,48px);line-height:1.08;letter-spacing:-.035em;margin:0 0 14px}.section-head p{margin:0;color:#777;line-height:1.65;font-size:16px}.dark .section-head p{color:var(--muted)}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.audience-card{min-height:410px;display:flex;flex-direction:column;padding:34px;border-radius:var(--radius);border:1px solid var(--line);background:linear-gradient(145deg,#111,#090909);transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}.audience-card:hover{transform:translateY(-7px);border-color:rgba(215,154,18,.7);box-shadow:0 22px 50px rgba(0,0,0,.22)}.audience-icon{width:64px;height:64px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:26px;margin-bottom:20px}.audience-card h3{font-size:27px;margin:0 0 9px}.audience-card p{color:#bbb;line-height:1.6;font-size:14px;margin:0}.audience-card ul{padding-left:18px;color:#ddd;line-height:1.85;font-size:14px;margin:20px 0 26px}.audience-card li::marker{color:var(--gold)}.audience-card .btn{margin-top:auto;align-self:flex-start}.btn-outline{background:transparent;color:var(--gold2);border:1px solid var(--gold);box-shadow:none}.btn-outline:hover{background:rgba(215,154,18,.07)}
.services-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.service-card{min-height:270px;padding:25px 18px;border:1px solid #e2e2e2;border-radius:12px;background:#fff;box-shadow:0 14px 32px rgba(0,0,0,.04);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-6px);border-color:rgba(215,154,18,.58);box-shadow:0 18px 38px rgba(0,0,0,.09)}.service-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(215,154,18,.35);border-radius:11px;color:var(--gold);font-size:23px;margin-bottom:19px}.service-card h3{font-size:17px;line-height:1.2;margin:0 0 12px}.service-card p{font-size:13px;line-height:1.55;color:#6f6f6f;margin:0}
.question-section{background:radial-gradient(circle at 50% 35%,rgba(215,154,18,.06),transparent 26%),#070707}.question-answer{font-size:18px!important;color:#d0d0d0!important}.question-answer strong{color:var(--gold2)}.question-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.question-grid article{text-align:center;padding:0 10px}.number{width:44px;height:44px;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:var(--gold);font-weight:800;font-size:13px}.question-grid h3{font-size:16px;line-height:1.35;margin:0 0 10px}.question-grid p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}
.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.timeline:before{content:"";position:absolute;top:34px;left:11%;right:11%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),var(--gold),transparent)}.timeline article{text-align:center;position:relative;padding:0 18px}.timeline article>span{position:relative;z-index:2;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gold);border-radius:50%;background:#fafafa;color:var(--gold);font-weight:800;margin:0 auto 18px}.timeline h3{font-size:19px;margin:0 0 9px}.timeline p{color:#777;font-size:14px;line-height:1.55;margin:0}
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.doctor-card{display:grid;grid-template-columns:42% 58%;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(145deg,#111,#090909);transition:.3s ease}.doctor-card:hover{transform:translateY(-5px);border-color:rgba(215,154,18,.65)}.doctor-card img{width:100%;height:100%;min-height:360px;object-fit:cover;object-position:center top}.doctor-copy{padding:34px 28px}.doctor-copy h3{font-size:24px;margin:0 0 8px}.doctor-copy strong{color:var(--gold2);font-size:13px}.doctor-copy ul{padding-left:18px;color:#ccc;line-height:1.65;font-size:14px;margin:20px 0 0}
.form-section{background:radial-gradient(circle at 75% 42%,rgba(215,154,18,.10),transparent 30%),#050505;color:#fff}.form-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:55px;align-items:center}.form-copy h2{font-size:clamp(36px,4vw,54px);line-height:1.06;letter-spacing:-.04em;margin:0 0 18px}.form-copy p{color:var(--muted);font-size:16px;line-height:1.65;margin:0}.form-benefits{display:grid;gap:10px;color:#d8d8d8;font-size:13px;margin-top:26px}.smart-form{width:100%;max-width:760px;margin-left:auto;background:#fff;color:#181818;border-radius:17px;padding:32px;box-shadow:0 24px 60px rgba(0,0,0,.48)}.form-title{display:flex;flex-direction:column;gap:5px;margin-bottom:18px}.form-title span{font-size:12px;color:#888;font-weight:500}.profile-switch{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e3e3e3;border-radius:9px;overflow:hidden;margin-bottom:22px}.profile-btn{min-height:52px;border:0;background:#fff;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.profile-btn.active{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#fff}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.smart-form label{display:flex;flex-direction:column;gap:7px;color:#444;font-size:13px;font-weight:700}.smart-form input,.smart-form select,.smart-form textarea{width:100%;border:1px solid #dedede;border-radius:7px;padding:13px 14px;font:inherit;background:#fff;color:#222;outline:none}.smart-form input:focus,.smart-form select:focus,.smart-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,154,18,.10)}.optional{font-size:11px;color:#999;font-weight:500}.dynamic-fields{display:none;margin-top:14px}.dynamic-fields.active{display:block;animation:formSlide .34s cubic-bezier(.2,.7,.2,1)}@keyframes formSlide{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.full{margin-top:14px}.smart-form textarea{min-height:100px;resize:vertical}.submit{width:100%;border:0;cursor:pointer;margin-top:20px}.privacy{display:block;color:#7f7f7f;line-height:1.5;font-size:11px;margin-top:12px}
.footer{padding:30px 0;border-top:1px solid var(--line);background:#050505}.footer-grid{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.footer img{width:175px}.footer-copy{display:flex;flex-direction:column;gap:5px}.footer-copy strong{color:var(--gold2);font-size:13px}.footer-copy span{color:#999;font-size:12px}.whatsapp-card{min-width:245px;padding:15px 18px;border:1px solid var(--gold);border-radius:9px;display:flex;flex-direction:column;gap:4px;transition:.25s ease}.whatsapp-card:hover{background:rgba(215,154,18,.07);transform:translateY(-2px)}.whatsapp-card span{font-size:11px;color:#aaa}.whatsapp-card strong{font-size:20px}
.reveal,.reveal-stagger>*{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible,.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0)}.reveal-stagger.is-visible>*:nth-child(1){transition-delay:.05s}.reveal-stagger.is-visible>*:nth-child(2){transition-delay:.12s}.reveal-stagger.is-visible>*:nth-child(3){transition-delay:.19s}.reveal-stagger.is-visible>*:nth-child(4){transition-delay:.26s}.reveal-stagger.is-visible>*:nth-child(5){transition-delay:.33s}.reveal-stagger.is-visible>*:nth-child(6){transition-delay:.40s}
.hero-copy .eyebrow,.hero-copy h1,.hero-copy>p,.hero-copy>.btn,.hero-badges{opacity:0;transform:translateY(22px);animation:heroIn .7s cubic-bezier(.2,.7,.2,1) forwards}.hero-copy h1{animation-delay:.08s}.hero-copy>p{animation-delay:.17s}.hero-copy>.btn{animation-delay:.30s}.hero-badges{animation-delay:.38s}.hero-image{opacity:0;transform:translateX(26px) scale(.985);animation:heroImg .9s .15s cubic-bezier(.2,.7,.2,1) forwards}@keyframes heroIn{to{opacity:1;transform:none}}@keyframes heroImg{to{opacity:1;transform:none}}
@media(max-width:1100px){.nav{display:none}.services-grid{grid-template-columns:repeat(3,1fr)}.question-grid{grid-template-columns:repeat(3,1fr)}.team-grid{grid-template-columns:1fr}}
@media(max-width:800px){.site-header{height:68px}.header-inner{justify-content:center}.header-inner>.btn{display:none}.brand img{width:175px}.hero{text-align:center}.hero-grid{width:min(92%,680px);min-height:auto;display:flex;flex-direction:column;gap:0;align-items:center}.hero-copy{width:100%;padding:48px 0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero h1{font-size:clamp(36px,10vw,48px);max-width:620px;margin-left:auto;margin-right:auto}.hero-copy>p{max-width:590px;margin-left:auto;margin-right:auto;text-align:center}.hero-badges{width:100%;max-width:430px;margin-left:auto;margin-right:auto;justify-content:center;text-align:center}.hero-image-wrap{width:100%;height:auto}.hero-image{width:min(100%,560px);max-height:440px;margin:0 auto}.hero-glow{right:50%;transform:translateX(50%);bottom:6%}.audience-grid,.services-grid,.question-grid,.timeline,.form-grid{grid-template-columns:1fr}.timeline:before{display:none}.audience-card{min-height:auto}.question-grid{gap:34px}.doctor-card{grid-template-columns:1fr}.doctor-card img{height:380px;min-height:0}.form-grid{gap:30px}.form-copy{text-align:center}.form-copy h2,.form-copy p{margin-left:auto;margin-right:auto}.form-benefits{justify-items:center}.smart-form{max-width:620px;margin:0 auto}.footer-grid{grid-template-columns:1fr;text-align:center;justify-items:center}}
@media(max-width:480px){.container{width:92%}.hero-grid{width:92%}.hero-copy{padding-top:40px}.hero h1{font-size:34px;line-height:1.06;max-width:345px}.hero-copy>p{font-size:15px;max-width:340px}.hero-copy>.btn{min-width:220px}.hero-badges{display:grid;gap:8px;font-size:12px}.services-grid{grid-template-columns:1fr}.profile-switch{grid-template-columns:1fr}.profile-btn{min-height:48px}.grid2{grid-template-columns:1fr;gap:12px}.smart-form{padding:20px 14px}.whatsapp-card{min-width:0;width:100%;max-width:290px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important}}
