:root{--ink:#171713;--muted:#686860;--sand:#f6f2e9;--gold:#ab7b14;--line:#e6e3da}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #b2821c;outline-offset:6px}.wrap{max-width:1328px;width:calc(100% - 112px);margin:auto}.skip{position:absolute;left:20px;top:-100px;background:#fff;z-index:10;padding:15px}.skip:focus{top:10px}.nav{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.logo{display:block;object-fit:contain}.nav-center{display:flex;gap:34px;font-size:14px;color:#55554e}.nav-center a:hover,.text-link:hover{color:var(--gold)}.portal{font-size:14px;display:flex;align-items:center;gap:25px;border:1px solid #d7d5cf;border-radius:30px;padding:13px 20px}.eyebrow{font-size:12px;letter-spacing:.17em;font-weight:600;margin:0 0 30px;display:flex;align-items:center;justify-content:center;gap:10px;color:#5f6057}.tiny-mark{width:11px;height:11px;background:#d2a33f;border-radius:50%;box-shadow:0 0 0 4px #f7f1e2}h1{font-size:clamp(42px,5.35vw,78px);font-weight:550;line-height:1.1;letter-spacing:-.062em;margin:0 auto;max-width:1060px}h1 em{font-style:normal;color:var(--gold)}.intro{font-size:18px;line-height:1.65;color:var(--muted);margin:27px auto 28px;letter-spacing:-.02em}.actions{display:flex;justify-content:center;gap:12px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:35px;padding:17px 23px;border-radius:50px;font-size:14px;font-weight:500;transition:transform .2s,background .2s}.button:hover{transform:translateY(-3px)}.primary{background:var(--ink);color:white}.primary:hover{background:#34342b}.secondary{background:#ffffffb8;border:1px solid #ccc7b8}.secondary:hover{background:#fff}.button span{font-size:18px}.solutions-bar{background:#f5f2e9;border-top:1px solid #e9e2d2;border-bottom:1px solid #e9e2d2}.solutions{display:flex;justify-content:center;gap:46px;align-items:center;min-height:77px;font-size:14px;color:#5d594d}.solutions b{color:#bc9548;font-weight:400}.choices{padding-top:96px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:38px}.section-head .eyebrow{justify-content:flex-start;margin-bottom:20px;font-size:11px}h2{font-size:clamp(34px,3.5vw,49px);line-height:1.12;letter-spacing:-.048em;font-weight:500;margin:0}h2 span{color:#88867c}.section-head>p{font-size:16px;line-height:1.6;color:var(--muted);margin:0 0 3px}.cards{display:grid;grid-template-columns:1fr 1fr;gap:27px}.card{min-width:0}.photo{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1.64;background:var(--sand)}.photo img{width:100%;height:100%;object-fit:cover;object-position:50% 45%;display:block;transition:transform .7s}.photo:after{content:'';position:absolute;inset:0;background:linear-gradient(#0002,transparent 42%);pointer-events:none}.photo-label{position:absolute;top:22px;left:23px;z-index:1;background:#ffffffdf;border:1px solid #ffffff80;border-radius:25px;padding:10px 14px;font-size:10px;letter-spacing:.12em;font-weight:600}.card-number{position:absolute;bottom:18px;left:24px;font-size:12px;letter-spacing:.1em;color:white;text-shadow:0 1px 5px #000}.card-body{padding:24px 2px 0}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px}h3{font-size:clamp(23px,2.1vw,30px);font-weight:500;letter-spacing:-.045em;margin:0}.circle-link{display:flex;align-items:center;justify-content:center;width:39px;height:39px;flex-shrink:0;border:1px solid #dad7cd;border-radius:50%;font-size:22px;transition:background .2s}.circle-link:hover{background:var(--sand)}.card-body p{font-size:15px;line-height:1.7;color:var(--muted);margin:12px 0 21px}.text-link{font-size:14px;font-weight:550;display:inline-flex;gap:20px;border-bottom:1px solid #c9b682;padding-bottom:9px}.partner-note{margin-top:49px;padding:25px 0;border-top:1px solid var(--line);display:flex;justify-content:center;gap:15px;font-size:13px;color:var(--muted)}.partner-note a{color:var(--ink)}footer{border-top:1px solid var(--line);padding:35px 0 42px;display:flex;align-items:center;gap:30px}footer p{font-size:12px;color:var(--muted)}footer>a{margin-left:auto;font-size:12px}@keyframes breathe{50%{opacity:.5;transform:scale(1.12)}}@media(min-width:1600px){}@media(max-width:800px){.wrap{width:calc(100% - 40px)}.nav{height:80px}.nav-center{display:none}.nav .logo{width:108px}.portal{font-size:12px;padding:11px 14px;gap:15px}h1{font-size:clamp(39px,7.5vw,59px);letter-spacing:-.055em}h1 br{display:none}.eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:25px}.intro{font-size:16px;max-width:340px}.actions{gap:9px}.button{font-size:12px;padding:16px;gap:15px}.solutions{gap:14px;min-height:68px;font-size:11px;text-align:center}.solutions b{display:none}.solutions span{flex:1}.choices{padding-top:60px}.section-head{display:block;margin-bottom:28px}.section-head>p{margin-top:20px;font-size:15px}.section-head>p br{display:none}.cards{grid-template-columns:1fr;gap:40px}.photo{aspect-ratio:1.4}.card-body{padding-top:19px}h3{font-size:27px}.card-body p{font-size:15px}.partner-note{flex-direction:column;align-items:center;gap:9px;margin-top:35px}footer{flex-wrap:wrap;gap:16px;padding:28px 0}footer p{display:none}footer>a{font-size:12px}.desktop{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.nav-access{display:flex;align-items:center;gap:20px}.partner-access{font-size:13px}.nav-center{gap:24px;font-size:13px}.menu-toggle{display:none}.mobile-menu[hidden],.whatsapp-panel[hidden]{display:none}.mobile-menu{padding:20px;display:grid;gap:18px;border-bottom:1px solid var(--line)}@keyframes arrive{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about{margin-top:40px;padding:100px 0;background:var(--sand)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.about .eyebrow{justify-content:flex-start}.about-copy p{font-size:16px;line-height:1.8;color:var(--muted);margin:0 0 20px}.about-copy .lead{font-size:23px;line-height:1.45;letter-spacing:-.03em;color:var(--ink)}.steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:20px}.steps article{border-top:1px solid #d6cbb2;padding-top:24px}.steps span{font-size:12px;color:#947122}.steps h3{font-size:21px;margin-top:19px}.steps p{font-size:14px;line-height:1.7;color:var(--muted);max-width:270px}.coverage{padding:100px 0}.logo-grid{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.logo-grid>div{height:110px;display:flex;justify-content:center;align-items:center;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.logo-grid img{max-width:70%;max-height:40px;object-fit:contain;filter:grayscale(1);opacity:.7;transition:.25s}.logo-grid>div:hover img{filter:none;opacity:1}.coverage-note{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-top:28px}.coverage-note p{font-size:12px;line-height:1.7;color:var(--muted);max-width:580px}.coverage-note .button{flex-shrink:0}.footer{display:block;background:#faf9f5;margin:0;padding:55px 0 26px;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:35px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:15px}.footer-grid h3{font-size:13px;font-weight:600;letter-spacing:0;margin:0 0 5px}.footer-grid a{font-size:13px;color:var(--muted)}.footer .footer-brand p{display:block;font-size:14px;line-height:1.7;margin:5px 0}.legal{border-top:1px solid var(--line);margin-top:45px;padding-top:24px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.legal>div{display:flex;gap:20px}.whatsapp-float{position:fixed;right:25px;bottom:24px;width:58px;height:58px;border:0;border-radius:50%;background:#12856c;color:white;box-shadow:0 6px 25px #0002;z-index:20;cursor:pointer;display:grid;place-items:center}.whatsapp-panel{position:fixed;right:25px;bottom:96px;width:330px;max-width:calc(100vw - 40px);padding:25px;background:white;border:1px solid var(--line);box-shadow:0 15px 60px #0002;border-radius:18px;z-index:20}.whatsapp-panel h2{font-size:22px}.whatsapp-panel p{font-size:14px;line-height:1.5;color:var(--muted)}.whatsapp-panel a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 0;border-top:1px solid var(--line);font-size:14px}button:focus-visible{outline:3px solid #b2821c;outline-offset:5px}@media(max-width:1100px){.nav-center{gap:15px}.nav-access{gap:12px}.portal{padding:12px 15px}.nav .logo{width:105px}}@media(max-width:950px){.nav-center{display:none}.menu-toggle{display:block;background:transparent;border:1px solid var(--line);border-radius:30px;padding:11px 14px;font:inherit;font-size:12px}.nav-access{margin-left:auto;margin-right:15px}.about-grid{gap:25px}.logo-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.nav-access .portal{display:none}.partner-access{font-size:12px}.nav-access{margin-right:10px}.about{padding:65px 0;margin-top:15px}.about-grid{grid-template-columns:1fr}.about-copy .lead{font-size:21px}.steps{grid-template-columns:1fr;gap:12px}.steps article{padding-top:18px}.steps h3{margin-top:10px}.steps p{max-width:none}.coverage{padding:65px 0}.logo-grid>div{height:85px}.coverage-note{display:block}.coverage-note .button{margin-top:12px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-brand{grid-column:1/-1}.legal{display:block;padding-bottom:65px;line-height:1.7}.legal>div{margin-top:12px}.whatsapp-float{right:18px;bottom:18px;width:54px;height:54px}.whatsapp-panel{right:18px;bottom:85px}}

.logo-grid .more-networks{flex-direction:column;gap:8px;background:var(--sand);text-align:center;padding:15px}.more-networks strong{font-size:20px;font-weight:500;letter-spacing:-.03em;color:var(--gold)}.more-networks span{font-size:11px;color:var(--muted)}

.footer{background:var(--sand)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.footer .footer-brand p{max-width:450px}.footer-brand address{font-size:13px;line-height:1.75;font-style:normal;color:var(--muted);max-width:430px}.footer .subscription-note{font-size:12px}.subscription-note small{font-size:11px;color:#787468}.footer-regulation{padding-top:25px}.footer-regulation p{font-size:12px;line-height:1.8;color:var(--muted);max-width:680px}.legal{margin-top:25px;line-height:1.8}@media(max-width:800px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-regulation{padding-top:20px}}

.compact-footer{padding-top:60px}.compact-footer .footer-grid{grid-template-columns:2.2fr 1fr 1fr 1fr;gap:40px}.compact-footer .footer-brand{gap:16px}.compact-footer .footer-brand p{font-size:15px;line-height:1.65;margin:0}.social-icons{display:flex;gap:8px;flex-wrap:wrap}.social-icons a{width:37px;height:37px;display:grid;place-items:center;border:1px solid #e0d9ca;background:#fff;border-radius:11px;transition:background .2s,transform .2s;color:#47473e}.social-icons svg{width:19px;height:19px}.social-icons a:hover{background:#ede4d1;transform:translateY(-2px)}.compact-footer .footer-email{margin-top:5px;font-size:14px;color:var(--ink)}.compact-footer address{font-size:12px;line-height:1.8}.compact-footer .legal{align-items:flex-start;gap:30px;margin-top:38px}.compact-footer .legal-company{display:flex;flex-direction:column;gap:5px}.compact-footer .legal-links{flex-shrink:0}@media(max-width:800px){.compact-footer .footer-grid{grid-template-columns:repeat(3,1fr);gap:35px 20px}.compact-footer .footer-brand{grid-column:1/-1}.compact-footer .legal{display:flex;flex-direction:column;gap:15px}.compact-footer .legal-links{margin-top:0}}@media(max-width:450px){.compact-footer .footer-grid{grid-template-columns:1fr 1fr}.compact-footer .footer-grid>div:last-child{grid-column:1/-1}.compact-footer .footer-grid>div:last-child a{display:inline-block}}

@media(hover:hover) and (prefers-reduced-motion:no-preference){.card:hover .photo img,.card:focus-within .photo img{transform:scale(1.035)}}

/* Mobile layout: compact header, legible controls and natural content height. */
button{color:inherit;-webkit-appearance:none;appearance:none}img,svg{max-width:100%}.arrow-icon{width:20px;height:20px;display:block;flex-shrink:0}.button>span{flex-shrink:0}.tiny-mark{flex-shrink:0}.nav>a{flex-shrink:0}.footer-grid>div,.about-grid>div{min-width:0}
@media(max-width:800px){
.wrap{width:calc(100% - 40px)}
.nav{height:72px;gap:16px}.nav .logo{width:112px;height:auto}.nav-access{display:none}.menu-toggle{margin-left:auto;min-height:44px;padding:10px 18px;color:var(--ink);font-size:14px}
.mobile-menu{padding:8px 20px 20px;gap:0}.mobile-menu a{padding:14px 0;font-size:16px;border-bottom:1px solid var(--line)}
h1{font-size:clamp(34px,8.8vw,52px);line-height:1.12;letter-spacing:-.05em;max-width:570px;text-wrap:balance}
.intro{font-size:16px;line-height:1.6;max-width:390px;margin:22px auto 25px;letter-spacing:-.015em}
.actions{flex-direction:column;align-items:stretch;gap:10px;max-width:390px;margin-inline:auto}.actions .button{min-height:52px;padding:15px 21px;font-size:15px;gap:16px;white-space:nowrap;text-align:left}.button span{font-size:18px}
.solutions{padding:17px 0;min-height:0;gap:10px;font-size:12px;line-height:1.4}.solutions span{min-width:0}
h2{font-size:clamp(30px,7.5vw,42px);line-height:1.15}.section-head .eyebrow{font-size:11px;line-height:1.5;letter-spacing:.08em}.choices{padding-top:48px}.section-head>p{font-size:16px}.cards{gap:34px}.photo{aspect-ratio:4/3}.photo-label{top:14px;left:14px;max-width:calc(100% - 28px);font-size:10px;letter-spacing:.065em;padding:9px 12px}.card-body p{font-size:16px;line-height:1.65}.card-title{align-items:flex-start}.card-title h3{font-size:clamp(24px,6.3vw,30px);line-height:1.15}.circle-link{width:42px;height:42px}.text-link{font-size:14px;line-height:1.5;align-items:center}.partner-note{font-size:14px;text-align:center}
.about{padding:50px 0}.about-grid{grid-template-columns:1fr;gap:22px}.steps{grid-template-columns:1fr;gap:16px}.steps p{font-size:16px;max-width:none}.about-copy p{line-height:1.65}.coverage{padding:50px 0}.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.logo-grid>div{height:88px}.more-networks strong{font-size:18px}.more-networks span{font-size:12px}.coverage-note{display:block;margin-top:20px}.coverage-note p{font-size:13px}.coverage-note .button{font-size:14px;min-height:48px;margin-top:10px}
.compact-footer{padding-top:40px}.compact-footer .footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px}.compact-footer .footer-brand{grid-column:1/-1}.footer-grid h3{font-size:14px}.footer-grid a{font-size:14px;line-height:1.6}.social-icons{gap:9px}.social-icons a{width:44px;height:44px}.compact-footer address{font-size:13px}.compact-footer .legal{margin-top:28px;padding-bottom:85px;font-size:12px}.legal-company{overflow-wrap:anywhere}.whatsapp-float{width:50px;height:50px;right:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px))}.whatsapp-panel{right:16px;bottom:calc(80px + env(safe-area-inset-bottom,0px));max-height:70svh;overflow-y:auto}
}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}h1{font-size:32px}.solutions{font-size:11px}.photo-label{font-size:9px}.compact-footer .footer-grid{gap:26px 14px}}

/* HERO ORIGINAL — restaurado em 08/set a pedido do dono, no estado do
   commit 1b6fd0e4 (já sem o botão "Pausar animação", tirado no #464). */
.hero{position:relative;isolation:isolate;overflow:hidden;min-height:680px;display:flex;flex-direction:column;text-align:center;background:linear-gradient(#fff 35%,#fcfaf5 100%)}
.hero-content{position:relative;z-index:2;padding-top:77px}
.rings{position:absolute;bottom:-472px;left:50%;width:1050px;height:1050px;transform:translateX(-50%);z-index:-1;pointer-events:none}
.rings i{position:absolute;border:1px solid #cda64d;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}
.rings i:nth-child(1){width:100%;height:100%;opacity:.12}
.rings i:nth-child(2){width:83%;height:83%;opacity:.18}
.rings i:nth-child(3){width:66%;height:66%;opacity:.24}
.rings i:nth-child(4){width:49%;height:49%;opacity:.32}
.rings i:nth-child(5){width:32%;height:32%;opacity:.42}
.rings i:nth-child(6){width:15%;height:15%;opacity:.5}
.sun{position:absolute;inset:29%;border-radius:50%;background:radial-gradient(circle,#e6b75055,transparent 70%);animation:breathe 8s ease-in-out infinite}
.hero-bottom{margin-top:auto;position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:55px 0 28px;font-size:12px;color:#7a7668}
.hero-bottom a{display:flex;gap:24px;align-items:center}
.hero-bottom a span{font-size:19px}
@media(min-width:1600px){.hero{min-height:740px}.hero-content{padding-top:105px}}
@media(max-width:800px){.hero{min-height:650px}.hero-content{padding-top:65px}.rings{width:820px;height:820px;bottom:-388px}.hero-bottom{justify-content:center;padding-bottom:25px}.hero-bottom>span{display:none}}
#energy-motion{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}
.hero-content{pointer-events:none}
.hero-content a{pointer-events:auto}
.motion-ready .rings{opacity:0}
.motion-toggle{border:0;background:transparent;color:#696354;font:inherit;cursor:pointer;padding:8px 0}
.motion-toggle:before{content:'Ⅱ';margin-right:10px}
.motion-toggle[aria-pressed=true]:before{content:'▷'}
.hero .eyebrow,.hero h1,.hero .intro,.hero .actions{animation:arrive 1.1s both cubic-bezier(.2,.65,.2,1)}
.hero h1{animation-delay:.12s}
.hero .intro{animation-delay:.24s}
.hero .actions{animation-delay:.36s}
@keyframes arrive{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:950px){.hero-bottom{gap:30px}}
@media(max-width:800px){.hero{min-height:0}.hero-content{padding-top:42px}.hero .eyebrow{font-size:10px;letter-spacing:.075em;gap:9px;margin-bottom:22px;line-height:1.5}.hero .tiny-mark{width:8px;height:8px}.hero-bottom{margin-top:0;padding-top:66px;padding-bottom:24px;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:6px;font-size:12px}.motion-toggle{min-height:40px;padding:8px 0}.hero-bottom>a{min-height:40px;gap:12px;padding-right:70px}.hero-bottom>a span{font-size:17px}}
@media(max-width:360px){.hero .eyebrow{font-size:9px;letter-spacing:.04em}.hero-content{padding-top:32px}}
