:root{--bg:#06110f;--bg2:#091916;--panel:#0d211d;--line:rgba(45,235,215,.16);--teal:#08c7b5;--teal2:#64f3df;--white:#f4fbf9;--muted:#a6bbb6;--ink:#04100e;--radius:22px;--shadow:0 26px 90px rgba(0,0,0,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font-family:Manrope,system-ui,sans-serif;line-height:1.6}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.025;background-image:linear-gradient(rgba(255,255,255,.4) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.4) 1px,transparent 1px);background-size:44px 44px}a{color:inherit}img{max-width:100%;height:auto}.container{width:min(1140px,calc(100% - 40px));margin:auto}.narrow{width:min(780px,calc(100% - 40px));text-align:center}.section{padding:110px 0;position:relative}.header{height:82px;padding:0 max(24px,calc((100vw - 1140px)/2));display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:50;background:rgba(6,17,15,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{display:block;width:116px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-weight:800;letter-spacing:.04em;border-radius:12px;background:linear-gradient(135deg,var(--teal2),var(--teal));color:var(--ink);box-shadow:0 10px 35px rgba(8,199,181,.18);transition:.25s ease}.button:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(8,199,181,.28)}.button-small{font-size:.78rem;padding:12px 18px}.button-main{padding:18px 24px;min-height:58px}.hero{min-height:calc(100vh - 82px);display:flex;align-items:center;overflow:hidden;padding:80px 0 90px}.hero-glow{position:absolute;width:720px;height:720px;border-radius:50%;right:-220px;top:-180px;background:radial-gradient(circle,rgba(8,199,181,.21),transparent 66%);filter:blur(8px)}.hero-grid,.solution-grid,.mentor-grid,.offer-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:75px}.eyebrow{display:inline-block;color:var(--teal2);font-weight:800;letter-spacing:.16em;font-size:.76rem;margin-bottom:20px}.hero h1,h2{font-family:Syne,Manrope,sans-serif;line-height:1.04;letter-spacing:-.035em;margin:0}.hero h1{font-size:clamp(2.75rem,6vw,5.35rem);max-width:830px}.hero h1 em{font-style:normal;color:var(--teal2)}.hero-lead,.section-lead{color:var(--muted);font-size:1.15rem;max-width:700px}.hero-lead{margin:28px 0 22px}.checks,.crosses{list-style:none;padding:0;margin:24px 0}.checks li,.crosses li{position:relative;padding-left:32px;margin:12px 0;color:#d8e7e3}.checks li:before,.crosses li:before{position:absolute;left:0;top:0}.checks li:before{content:"✓";color:var(--teal2);font-weight:900}.crosses li:before{content:"×";color:#76958e;font-weight:900}.hero .button{margin-top:8px}.microcopy{font-size:.75rem;color:#79938d;margin:12px 0}.hero-visual{min-height:520px;position:relative;display:grid;place-items:center}.hero-card{width:min(360px,80vw);aspect-ratio:1;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 35% 25%,#173e37,#071612 66%);border:1px solid rgba(100,243,223,.3);box-shadow:inset 0 0 70px rgba(100,243,223,.06),0 0 0 25px rgba(8,199,181,.025),var(--shadow)}.hero-card strong{font-family:Syne;font-size:7rem;line-height:.9;color:var(--teal2)}.hero-card>span:last-child{width:190px;color:#c5d7d2}.card-kicker{font-size:.7rem;letter-spacing:.18em;color:var(--teal)!important;margin-bottom:12px}.strategy-orbit{position:absolute;inset:0;animation:spin 30s linear infinite}.orbit{position:absolute;font-size:.62rem;letter-spacing:.12em;color:#83aba2}.orbit-a{top:8%;left:44%}.orbit-b{top:48%;right:0}.orbit-c{bottom:5%;left:42%}.orbit-d{top:48%;left:0}@keyframes spin{to{transform:rotate(360deg)}}.proof-strip{border-block:1px solid var(--line);background:#081714}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr)}.proof-grid div{padding:28px 25px;border-right:1px solid var(--line);display:flex;flex-direction:column}.proof-grid div:last-child{border:0}.proof-grid strong{font-family:Syne;font-size:1.45rem;color:var(--teal2)}.proof-grid span{font-size:.75rem;color:var(--muted)}h2{font-size:clamp(2rem,4.5vw,3.65rem)}.section-lead{margin:25px auto 0}.cards{margin-top:55px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pain-card,.fit-card,.price-card{background:linear-gradient(145deg,rgba(16,43,37,.92),rgba(8,24,20,.92));border:1px solid var(--line);border-radius:var(--radius);padding:34px}.pain-card span{font-family:Syne;font-size:2rem;color:var(--teal)}.pain-card h3{font-family:Syne;font-size:1.32rem;margin:20px 0 10px}.pain-card p,.solution-copy p,.mentor-copy p{color:var(--muted)}.solution{background:var(--bg2);border-block:1px solid var(--line)}.solution-copy p{font-size:1.05rem}.text-link{color:var(--teal2);font-weight:800;text-decoration:none}.steps{display:grid;gap:14px}.step{display:flex;gap:18px;padding:22px;background:rgba(255,255,255,.025);border:1px solid var(--line);border-radius:16px}.step b{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--teal);color:var(--ink);flex:none}.step h3,.step p{margin:0}.step h3{font-family:Syne}.step p{font-size:.88rem;color:var(--muted)}.strategy-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:50px}.strategy-grid span{padding:18px 12px;border:1px solid var(--line);background:rgba(255,255,255,.02);border-radius:12px;text-align:center;font-weight:700;color:#cadbd7}.center{text-align:center}.strategies .button{margin-top:42px}.fit{background:linear-gradient(180deg,var(--bg),var(--bg2))}.fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.fit-card h2{font-size:2.3rem}.fit-card-muted{background:rgba(255,255,255,.025)}.mentor{border-block:1px solid var(--line)}.mentor-photo{border-radius:var(--radius);overflow:hidden;min-height:500px;background:#14201d}.mentor-photo img{width:100%;height:100%;object-fit:cover;object-position:58% center}.offer{background:radial-gradient(circle at 20% 30%,rgba(8,199,181,.12),transparent 40%),var(--bg2)}.price-card{text-align:center;box-shadow:var(--shadow);border-color:rgba(100,243,223,.26)}.price-card img{width:150px}.price-label{display:block;font-size:.72rem;letter-spacing:.16em;color:var(--muted);margin:20px 0 8px}.price{display:flex;flex-direction:column}.price small{color:var(--muted)}.price strong{font-family:Syne;font-size:3.4rem;color:var(--teal2);line-height:1.1}.price-card p{margin:6px 0 20px}.price-card .button{width:100%}.payment-row{display:flex;gap:8px;justify-content:center;margin:20px 0 8px}.payment-row span{font-size:.68rem;border:1px solid var(--line);padding:5px 9px;border-radius:6px;color:var(--muted)}.price-card>small{color:#78908a}.accordion{margin-top:40px;text-align:left}.accordion details{border-bottom:1px solid var(--line);padding:0}.accordion summary{cursor:pointer;list-style:none;padding:22px 0;font-weight:800}.accordion summary:after{content:"+";float:right;color:var(--teal2);font-size:1.4rem}.accordion details[open] summary:after{content:"−"}.accordion p{color:var(--muted);margin:0 0 22px}.final-cta{background:linear-gradient(145deg,#0c2923,#06110f);text-align:center}.final-cta img{width:150px}.final-cta h2{margin:20px 0}.final-cta p{color:var(--muted);font-size:1.1rem}.final-cta .button{margin-top:18px}footer{border-top:1px solid var(--line);padding:28px 0 92px;color:#76908a;font-size:.78rem}.footer-grid{display:flex;justify-content:space-between;gap:20px}.mobile-cta{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.section{padding:82px 0}.hero-grid,.solution-grid,.mentor-grid,.offer-grid{grid-template-columns:1fr;gap:48px}.hero{padding-top:55px}.hero-copy{text-align:center}.hero-lead{margin-inline:auto}.hero-checks{display:inline-block;text-align:left}.hero-visual{min-height:390px}.hero-card{width:290px}.hero-card strong{font-size:5.8rem}.proof-grid{grid-template-columns:1fr 1fr}.proof-grid div:nth-child(2){border-right:0}.proof-grid div:nth-child(-n+2){border-bottom:1px solid var(--line)}.strategy-grid{grid-template-columns:repeat(3,1fr)}.mentor-photo{min-height:440px}.offer-copy{text-align:center}.offer-copy .checks{display:inline-block;text-align:left}}
@media(max-width:680px){.container,.narrow{width:min(100% - 28px,1140px)}.header{height:68px;padding:0 14px}.brand img{width:88px}.button-small{padding:10px 12px;font-size:.67rem}.hero{min-height:auto;padding:52px 0 70px}.hero h1{font-size:2.65rem}.hero-lead{font-size:1rem}.button-main{width:100%;font-size:.84rem}.hero-visual{min-height:330px}.hero-card{width:245px}.hero-card strong{font-size:4.8rem}.strategy-orbit{display:none}.three-col,.fit-grid{grid-template-columns:1fr}.pain-card,.fit-card,.price-card{padding:26px}.strategy-grid{grid-template-columns:1fr 1fr}.strategy-grid span{font-size:.78rem;padding:14px 8px}.mentor-photo{min-height:380px}.price strong{font-size:2.85rem}.footer-grid{flex-direction:column;text-align:center}.mobile-cta{display:flex;position:fixed;bottom:10px;left:10px;right:10px;z-index:90;background:linear-gradient(135deg,var(--teal2),var(--teal));color:var(--ink);border-radius:12px;min-height:52px;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:.79rem;box-shadow:0 14px 42px rgba(0,0,0,.42)}footer{padding-bottom:90px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.strategy-orbit{animation:none}}

/* ATM Barber — camada visual de alta conversão */
body{background:#050908}body:before{opacity:.015}.header{background:rgba(5,9,8,.94)}
.hero{background:linear-gradient(115deg,#050908 58%,#0a1c19);border-bottom:1px solid var(--line)}
.hero h1{font-size:clamp(2.8rem,5.4vw,4.9rem)}.hero-visual{border:1px solid rgba(100,243,223,.24);border-radius:22px;background:#081411;min-height:500px}
.hero-badge{width:min(370px,82vw);aspect-ratio:1;border:1px solid rgba(100,243,223,.32);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 0 0 24px rgba(8,199,181,.03)}
.hero-badge small{letter-spacing:.16em;color:var(--teal2);font-weight:800}.hero-badge strong{font-family:Syne;font-size:7rem;line-height:.95;color:var(--teal2)}.hero-badge span{max-width:230px;color:var(--muted)}
.card{background:#0a1714;border:1px solid var(--line);border-radius:var(--radius);padding:34px}.card b{font-family:Syne;font-size:2rem;color:var(--teal2)}.card h3{font-family:Syne;font-size:1.35rem;margin:18px 0 8px}.card p{color:var(--muted)}
.video-section{background:var(--bg2);border-block:1px solid var(--line)}.video-grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px}.video-grid p{color:var(--muted)}
.video-placeholder{aspect-ratio:16/9;background:#030605;border:1px solid rgba(100,243,223,.25);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow)}.video-placeholder button{width:76px;height:76px;border-radius:50%;border:1px solid var(--teal2);background:var(--teal);color:var(--ink);font-size:1.7rem;cursor:default}.video-placeholder strong{font-family:Syne;margin-top:18px}.video-placeholder small{color:#77918b;margin-top:5px}
.solution-grid{grid-template-columns:.78fr 1.22fr}.strategy-grid{margin-top:0}.method{background:#07120f}.steps{grid-template-columns:repeat(4,1fr);margin-top:50px}.step{display:block}.step b{margin-bottom:18px}
.testimonials{background:var(--bg2);border-block:1px solid var(--line)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:50px}.testimonial-placeholder{min-height:300px;background:#07100e;border:1px dashed rgba(100,243,223,.32);border-radius:var(--radius);padding:30px;display:flex;flex-direction:column;justify-content:flex-end}.testimonial-placeholder .avatar{width:52px;height:52px;display:grid;place-items:center;background:var(--teal);color:var(--ink);border-radius:50%;margin-bottom:auto}.testimonial-placeholder h3{font-family:Syne;margin:22px 0 8px}.testimonial-placeholder p{color:var(--muted);font-size:.85rem}.fit-card.muted{background:#08100e}
.mentor-placeholder{min-height:480px;background:#07120f;border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mentor-placeholder img{width:180px}.mentor-placeholder small{color:#728a84;max-width:260px}.mentor-copy p{font-size:1.05rem}
.mentor-photo-new{height:720px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#030706;box-shadow:var(--shadow)}.mentor-photo-new img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.mentor-copy blockquote{margin:30px 0 0;padding:22px 0 22px 25px;border-left:3px solid var(--teal);font-family:Syne;font-size:1.2rem;line-height:1.35;color:var(--teal2)}
.price-card>span{display:block;font-size:.72rem;letter-spacing:.16em;color:var(--muted);margin:18px 0 8px}.final-cta small{display:block;color:#76908a;margin-top:12px}
@media(max-width:900px){.video-grid{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr}.hero-visual{min-height:390px}}
@media(max-width:900px){.mentor-photo-new{height:680px;max-width:560px;margin:auto}}
@media(max-width:680px){.hero h1{font-size:2.48rem}.hero-badge{width:245px}.hero-badge strong{font-size:4.8rem}.card{padding:26px}.steps{grid-template-columns:1fr}.video-grid .button{width:100%}.mobile-cta{opacity:0;pointer-events:none;transform:translateY(18px);transition:.25s}.mobile-cta.visible{opacity:1;pointer-events:auto;transform:none}}
@media(max-width:680px){.mentor-photo-new{height:560px}.mentor-copy blockquote{font-size:1.05rem}}
.proof-cases{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:54px}.proof-case{background:#07100e;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.proof-image{display:block;width:100%;height:400px;padding:0;border:0;background:#030605;cursor:zoom-in;overflow:hidden}.proof-image img{width:100%;height:100%;object-fit:cover;object-position:top}.proof-case>div{padding:28px}.proof-case span{display:block;color:var(--teal2);font-size:.66rem;letter-spacing:.12em;font-weight:800}.proof-case h3{font-family:Syne;font-size:1.5rem;line-height:1.15;margin:12px 0}.proof-case p{color:var(--muted);font-size:.9rem;margin:0}.proof-disclaimer{color:#70857f;text-align:center;font-size:.72rem;margin-top:24px}.testimonials .center{margin-top:35px}.lightbox{max-width:min(92vw,760px);max-height:92vh;padding:0;border:1px solid var(--line);border-radius:16px;background:#050807}.lightbox::backdrop{background:rgba(0,0,0,.86)}.lightbox img{display:block;max-height:88vh;margin:auto}.lightbox-close{position:fixed;right:24px;top:18px;width:42px;height:42px;border-radius:50%;border:1px solid #49665f;background:#08110f;color:white;font-size:1.8rem;cursor:pointer}
.video-testimonials{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.video-proof{background:#050a09;border:1px solid var(--line);border-radius:18px;overflow:hidden}.video-proof video{display:block;width:100%;aspect-ratio:9/16;background:#000;object-fit:contain}.video-proof>div{padding:20px}.video-proof span{color:var(--teal2);font-size:.64rem;letter-spacing:.12em;font-weight:800}.video-proof h3{font-family:Syne;font-size:1.15rem;line-height:1.2;margin:8px 0}.video-proof p{color:var(--muted);font-size:.78rem;margin:0}.proof-transition{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:44px;padding:24px 28px;border-left:3px solid var(--teal);background:#07120f}.proof-transition strong{font-family:Syne;font-size:1.25rem}.proof-transition span{color:var(--muted);font-size:.86rem}
@media(max-width:900px){.proof-cases{grid-template-columns:1fr}.proof-image{height:500px}}
@media(max-width:680px){.proof-image{height:370px}}
@media(max-width:900px){.video-testimonials{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.video-testimonials{gap:10px}.video-proof>div{padding:15px}.video-proof h3{font-size:1rem}.video-proof p{display:none}.proof-transition{flex-direction:column;align-items:flex-start}}
