/*
Theme Name: Autoescola Visão
Description: Site da Autoescola Visão, com página inicial personalizada, unidades, pacotes e atendimento via WhatsApp.
Version: 2.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: autoescola-visao
*/
@charset "UTF-8";
:root{--ink:#20231e;--muted:#66695f;--yellow:#f4d22e;--cream:#f8f8f0;--line:#dfe1d7;--green:#167844;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;height:auto}button,select{color:var(--ink)}:focus-visible{outline:3px solid #2665c9;outline-offset:5px}a,button,summary,select{touch-action:manipulation}.wrap{width:min(1240px,calc(100% - 80px));margin:auto}.skip{position:fixed;top:-100px;left:20px;z-index:20;padding:16px;background:white}.skip:focus{top:10px}.header{background:rgba(255,255,255,.97);position:sticky;top:0;z-index:10;border-bottom:1px solid #e8e9df}.nav{height:96px;display:flex;align-items:center;gap:45px}.logo{width:230px}.nav nav{display:flex;gap:32px;margin-left:auto;font-size:14px}.nav nav a{padding:15px 0}.nav nav a:hover{color:var(--green)}.nav-cta{border:1px solid var(--ink);border-radius:7px;padding:14px 18px;font-size:14px;font-weight:700;display:flex;gap:20px;align-items:center}.nav-cta:hover{background:var(--yellow)}.menu-toggle{display:none}.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;min-height:650px;align-items:center;padding-top:55px;padding-bottom:60px}.eyebrow{font-size:10px;font-weight:700;letter-spacing:1.9px;line-height:1.6;margin:0 0 23px}.dot{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:7px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,4.7vw,70px);letter-spacing:-3.9px;line-height:1.025;margin-bottom:25px;animation:title-in .65s ease-out both}h1 span{position:relative;z-index:0;white-space:nowrap}h1 span:after{content:"";position:absolute;bottom:1px;left:-2px;right:-8px;height:18px;background:var(--yellow);z-index:-1;transform:rotate(-1.2deg)}.hero-description{font-size:17px;line-height:1.65;color:var(--muted);margin-bottom:28px}.button{border:none;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:19px 22px;min-height:56px;font-weight:700;font-size:13px;border-radius:7px;transition:transform .2s,background .2s;line-height:1.4}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(1px)}.button img,.floating-wa img{filter:brightness(0) invert(1);flex-shrink:0}.green{background:var(--green);color:white}.green:hover{background:#105c33}.yellow{background:var(--yellow);color:var(--ink)}.dark{background:var(--ink);color:white}.underlink{display:flex;width:fit-content;align-items:center;gap:25px;font-size:13px;font-weight:700;padding:18px 0}.underlink:hover{color:var(--green)}.hero-note{display:flex;gap:8px;align-items:center;font-size:11px;color:var(--muted);margin-top:20px}.mini-mark{border:1px solid #b2b6a7;border-radius:50%;padding:2px 4px;font-size:10px}.hero-art{height:480px;position:relative;perspective:1000px}.orbit{position:absolute;width:460px;height:460px;border-radius:50%;right:0;top:-5px;background:var(--yellow)}.orbit:before{content:"";position:absolute;border:1px solid #d6bb2c;border-radius:50%;inset:27px}.orbit:after{content:"";position:absolute;width:40px;height:40px;top:23px;right:93px;border-radius:50%;background:var(--cream)}.art-label{position:absolute;top:45px;right:110px;font-size:12px;font-weight:700;letter-spacing:5px;transform:rotate(8deg)}.car-entry{position:absolute;width:660px;max-width:125%;left:-44px;top:38px;animation:car-in .9s cubic-bezier(.2,.7,.3,1) both}.car-entry img{width:100%;filter:drop-shadow(10px 24px 14px #34391f45);transition:transform .2s ease-out;will-change:transform}.car-caption{position:absolute;bottom:8px;left:0;background:white;border:1px solid #e9eadf;border-radius:12px;box-shadow:0 12px 35px #20231e09;padding:17px 22px;display:flex;align-items:center;gap:14px;transform:rotate(-3deg)}.route-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:27px}.car-caption strong{font-size:13px;display:block}.car-caption div>span{display:block;font-size:11px;color:var(--muted);margin-top:6px}.art-index{position:absolute;bottom:9px;right:0;font-size:9px;letter-spacing:1.5px;color:var(--muted)}.facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.facts-grid{display:grid;grid-template-columns:repeat(3,1fr) 1.1fr;padding:28px 0;align-items:center}.facts-grid>div{border-right:1px solid var(--line);padding-left:35px}.facts-grid>div:first-child{padding:0}.facts strong{display:block;font-size:20px;letter-spacing:-.5px}.facts span{display:block;font-size:11px;margin-top:7px;color:var(--muted)}.facts a{justify-self:end;font-size:12px;font-weight:bold;display:flex;gap:20px;align-items:center}.facts a span{font-size:24px;color:var(--ink);margin:0}.section{padding-top:100px;padding-bottom:100px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:40px}h2{font-size:42px;line-height:1.13;letter-spacing:-1.7px;margin-bottom:0}.section-heading>p{font-size:14px;line-height:1.7;color:var(--muted);max-width:325px;margin:0}.services{display:grid;grid-template-columns:1.08fr 1fr 1fr;gap:18px}.service{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:27px;display:flex;flex-direction:column;min-height:245px;transition:transform .25s,border-color .25s,box-shadow .25s;position:relative}.service:hover,.service:focus-within{transform:translateY(-5px);border-color:#ac9112;box-shadow:0 10px 25px #20231e08}.service:active{border-color:var(--green)}.service h3{font-size:21px;letter-spacing:-.6px;margin:20px 0 12px}.service p{font-size:13px;color:var(--muted);line-height:1.65;margin-bottom:20px}.card-top{display:flex;justify-content:space-between;align-items:center}.card-number{font-size:11px;color:var(--muted)}.line-icon{font-size:25px;line-height:1;width:35px;height:35px}.text-cta{font-size:12px;font-weight:700;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0;min-height:40px}.text-cta:hover{text-decoration:underline;text-underline-offset:4px}.featured{grid-row:span 2;background:var(--ink);color:white;padding:32px;overflow:hidden;isolation:isolate}.featured .card-number{color:#c4c7bd}.featured .category{font-size:9px;letter-spacing:1.5px;color:#d2d5ca;margin-top:52px}.featured h3{font-size:39px;line-height:1.08;margin:22px 0;letter-spacing:-1.5px}.featured p{color:#d2d5ca;max-width:230px}.featured .button{margin-top:15px;align-self:flex-start;position:relative;z-index:1;padding:16px;font-size:11px}.road{position:absolute;width:155px;height:270px;border:1px solid #575b4a;bottom:-155px;right:-4px;transform:rotate(35deg);border-radius:50%;z-index:-1;box-shadow:0 0 0 27px #34382f,0 0 0 28px #575b4a,0 0 0 55px #34382f,0 0 0 56px #575b4a}.about{background:#eeefe5}.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.about-visual{position:relative;min-height:470px}.photo-frame{width:94%;height:285px;overflow:hidden;border-radius:14px}.photo-frame img{width:100%;height:100%;object-fit:cover}.accessible-car{width:440px;position:absolute;left:55px;top:180px;filter:drop-shadow(0 20px 10px #20231e20)}.since{position:absolute;top:230px;left:0;background:var(--yellow);width:154px;padding:24px 22px;border-radius:9px;z-index:1;transform:rotate(-5deg)}.since span{font-size:8px;letter-spacing:1px;font-weight:700}.since strong{font-size:43px;display:block;letter-spacing:-2px}.about-copy>p:not(.eyebrow){font-size:14px;color:var(--muted);line-height:1.8;margin-top:25px}.about-point{display:flex;gap:20px;border-top:1px solid #d5d8ca;padding:20px 0}.about-point>span{font-size:10px;color:var(--muted);padding-top:4px}.about-point h3{font-size:15px;margin-bottom:8px}.about-point p{font-size:12px;line-height:1.6;color:var(--muted);margin:0}.unit-toolbar{display:flex;align-items:center;gap:15px;margin:0 0 28px}.unit-toolbar label{font-size:12px;font-weight:700}select{background:white;border:1px solid #c9cdbd;border-radius:6px;padding:13px 35px 13px 13px;min-height:46px}.unit-toolbar>span{margin-left:auto;font-size:12px;color:var(--muted)}.units{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.unit{padding:25px;background:#fff;border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:column}.unit[hidden]{display:none}.unit .unit-label{font-size:9px;letter-spacing:1.5px;color:var(--muted);font-weight:700;margin-bottom:14px}.unit h3{font-size:22px;letter-spacing:-.5px;margin-bottom:6px}.unit .neighborhood{font-size:12px;color:var(--green);margin-bottom:18px}.unit address{font-size:12px;font-style:normal;line-height:1.7;min-height:42px;margin-bottom:17px}.unit .hours{font-size:11px;line-height:1.8;color:var(--muted);border-top:1px solid var(--line);padding-top:15px;min-height:61px}.unit .unit-links{display:flex;gap:20px;flex-wrap:wrap;font-size:11px;text-decoration:underline;text-underline-offset:4px;margin-top:8px;margin-bottom:15px}.unit .unit-links a{padding:10px 0}.unit .text-cta{border-top:1px solid var(--line);padding-top:18px;color:var(--green)}.unit-note{font-size:11px;color:var(--muted);margin:23px 0 0}.faq{background:white;border-top:1px solid var(--line)}.faq-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq-grid>div>p:not(.eyebrow){font-size:14px;color:var(--muted);margin:25px 0 5px}details{border-bottom:1px solid var(--line);padding:0 0 7px}summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:76px;font-size:14px;font-weight:700;padding:16px 0}summary::-webkit-details-marker{display:none}summary span{font-size:22px;font-weight:400}details[open] summary span{transform:rotate(45deg)}details p{font-size:13px;line-height:1.8;color:var(--muted);max-width:480px;margin-bottom:15px}.final-cta{background:var(--yellow);overflow:hidden}.final-cta>.wrap{padding-top:65px;padding-bottom:65px;position:relative}.final-cta h2{font-size:58px;letter-spacing:-2.7px;margin-bottom:28px}.big-arrow{position:absolute;right:70px;top:-50px;font-size:360px;font-weight:400;line-height:1.25;color:#25271e}.final-cta .button{position:relative;z-index:1}footer{background:var(--ink);color:white;padding:45px 0 100px}.footer-top{display:flex;gap:40px;align-items:center;padding-bottom:30px}.footer-top img{background:white;padding:7px;border-radius:4px;width:200px}.footer-top p{font-size:10px;letter-spacing:1px;line-height:1.7;margin:0}.footer-top>a:last-child{margin-left:auto;font-size:12px}.footer-bottom{border-top:1px solid #484b42;padding-top:20px;display:flex;gap:25px;justify-content:space-between;font-size:10px;color:#c7cabe}.whatsapp-widget{position:fixed;right:24px;bottom:16px;z-index:11;display:flex;flex-direction:column;align-items:flex-end;gap:7px;pointer-events:none}.whatsapp-widget>*{pointer-events:auto}.floating-wa{display:flex;align-items:center;gap:12px;min-height:56px;padding:15px 20px;background:var(--green);color:white;border:2px solid white;border-radius:40px;box-shadow:0 5px 22px #0002;animation:wa-pulse 12s ease-in-out 3;font-size:12px;font-weight:bold}.wa-tip{background:white;border:1px solid var(--line);box-shadow:0 4px 20px #0001;border-radius:10px;display:flex;align-items:center;padding:2px 4px 2px 15px;font-size:12px}.wa-tip[hidden]{display:none}.wa-tip a{padding:12px 0}.wa-tip button{background:transparent;border:none;font-size:20px;width:44px;height:44px;margin-left:6px}.motion-toggle{font-size:9px;background:#fff;border:1px solid var(--line);border-radius:5px;padding:6px 9px;min-height:30px;color:#43483b}dialog{border:1px solid var(--line);border-radius:18px;padding:28px;width:min(470px,calc(100% - 32px));color:var(--ink);max-height:90vh;overflow:auto}dialog::backdrop{background:#192016a8;backdrop-filter:blur(3px)}.dialog-header{display:flex;justify-content:space-between;align-items:center}.dialog-header .eyebrow{margin:0}.icon-button{background:transparent;border:0;font-size:26px;width:44px;height:44px}dialog h2{font-size:30px;letter-spacing:-1px;margin:16px 0}dialog>p{font-size:14px;line-height:1.6}dialog label{display:block;font-size:12px;font-weight:bold;margin:23px 0 9px}dialog select{width:100%}dialog .dialog-note{font-size:12px;color:var(--muted);margin:18px 0 23px}dialog .button{width:100%}.reveal-in{animation:reveal-in .6s ease both}.paused *, .paused *:before,.paused *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.paused #hero-car{transform:none!important}@keyframes title-in{from{transform:translateY(15px);opacity:.3}to{transform:none;opacity:1}}@keyframes car-in{from{transform:translateX(100px);opacity:0}to{transform:none;opacity:1}}@keyframes reveal-in{from{transform:translateY(18px);opacity:.2}to{transform:none;opacity:1}}@keyframes wa-pulse{0%,16.67%,100%{box-shadow:0 5px 22px #0002,0 0 0 0 #16784400}4%,12%{box-shadow:0 5px 22px #0002,0 0 0 8px #16784425}8%{box-shadow:0 5px 22px #0002,0 0 0 0 #16784400}}
@media(min-width:1600px){.hero-grid{min-height:720px}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.nav{gap:24px}.nav nav{gap:22px}.logo{width:190px}.nav-cta{font-size:12px;padding:12px}.hero-grid{min-height:590px}.hero-art{height:410px}.orbit{width:370px;height:370px;right:-20px;top:0}.car-entry{top:32px;width:560px}.art-label{right:65px}.car-caption{bottom:5px}.art-index{display:none}h1{font-size:54px}.facts-grid>div{padding-left:22px}.facts a{font-size:11px;gap:10px}.section{padding:75px 0}.service{padding:23px}.featured{padding:27px}.featured .button{font-size:10px;padding:15px 10px}.about-grid{gap:45px}.about-visual{min-height:420px}.accessible-car{left:20px;top:190px}.photo-frame{height:260px}.since{top:220px}.faq-grid{gap:50px}.big-arrow{right:0;font-size:310px}}
@media(max-width:800px){.nav{height:80px;gap:15px}.logo{width:175px}.menu-toggle{display:flex;margin-left:auto;align-items:center;justify-content:center;flex-direction:column;gap:6px;width:44px;height:44px;background:none;border:1px solid var(--line);border-radius:6px}.menu-toggle span{width:19px;height:2px;background:var(--ink)}.nav-cta{display:none}.nav nav{display:none;position:absolute;top:80px;left:0;right:0;background:white;padding:18px 24px;box-shadow:0 15px 20px #0001}.nav nav.open{display:flex;flex-direction:column;gap:0}.nav nav a{padding:16px}.hero-grid{min-height:0;padding:45px 0 38px;gap:0}.eyebrow{font-size:9px;letter-spacing:1.4px}h1{font-size:44px;letter-spacing:-2.5px}.hero-description{font-size:14px}.hero .button{font-size:11px;padding:16px 13px;gap:8px}.hero .button img{width:20px}.hero-art{height:350px}.orbit{width:290px;height:290px;right:-12px;top:15px}.car-entry{left:-10px;top:70px;max-width:115%}.art-label{top:57px;right:38px;font-size:9px;letter-spacing:3px}.car-caption{left:16px;padding:12px;bottom:0}.car-caption strong{font-size:11px}.car-caption div>span{font-size:9px}.route-icon{width:30px;height:30px;font-size:23px}.hero-note{font-size:9px;margin-top:13px}.facts-grid{grid-template-columns:repeat(3,1fr);gap:10px}.facts-grid>div{padding-left:15px}.facts strong{font-size:18px}.facts span{font-size:10px;line-height:1.6}.facts a{grid-column:1/-1;justify-self:start;margin-top:15px;padding-top:15px;border-top:1px solid var(--line);width:100%}.section-heading{align-items:flex-start}.section-heading>p{max-width:240px;font-size:12px}h2{font-size:34px}.services{grid-template-columns:1fr 1fr}.featured{grid-row:span 2}.services .service:last-child{grid-column:1/-1}.featured h3{font-size:36px}.about-grid{gap:30px}.about-visual{min-height:360px}.photo-frame{height:225px;width:100%}.accessible-car{top:160px;left:0}.since{top:195px;width:115px;padding:15px}.since strong{font-size:35px}.since span{font-size:7px}.units{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:1fr;gap:25px}.big-arrow{font-size:240px;top:25px}.final-cta h2{font-size:48px}.footer-top{gap:25px}.footer-top img{width:160px}.footer-top p{font-size:8px}}
@media(max-width:560px){html{scroll-padding-top:95px}.wrap{width:calc(100% - 40px)}.nav{height:76px}.nav nav{top:76px}.logo{width:186px}.hero-grid{display:flex;flex-direction:column;align-items:stretch;padding-top:35px;padding-bottom:28px}.hero .eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:23px}h1{font-size:clamp(41px,11.5vw,59px);letter-spacing:-2.4px;margin-bottom:23px}h1 span:after{height:13px;bottom:0;right:-3px}.hero-description{font-size:14px;line-height:1.6;margin-bottom:22px}.hero .button{font-size:12px;width:100%;padding:17px 14px;gap:10px}.hero .underlink{font-size:12px;padding:17px 0}.hero-note{font-size:10px;margin-top:5px}.hero-art{height:325px;margin-top:22px}.orbit{width:280px;height:280px;right:10px;top:12px}.art-label{top:53px;right:48px}.car-entry{width:420px;max-width:115%;left:-18px;top:40px}.car-caption{bottom:0;left:3px;padding:13px 16px}.car-caption strong{font-size:12px}.car-caption div>span{font-size:10px}.facts-grid{padding:23px 0;gap:0}.facts-grid>div{padding-left:10px}.facts strong{font-size:15px;letter-spacing:-.5px}.facts span{font-size:9px;line-height:1.5;max-width:95px}.facts-grid>div:last-of-type{border:0}.facts a{margin-top:20px;padding-top:17px;justify-content:space-between;font-size:12px}.section{padding:58px 0}.section-heading{display:block;margin-bottom:28px}.section-heading .eyebrow{margin-bottom:18px}h2{font-size:34px;letter-spacing:-1.3px}.section-heading>p{margin-top:20px;font-size:13px;max-width:100%}.services{display:flex;flex-direction:column;gap:14px}.service{min-height:0;padding:25px}.featured{min-height:360px}.featured .category{margin-top:32px}.featured h3{font-size:39px;margin-top:15px}.featured p{max-width:250px}.featured .button{font-size:12px;padding:16px;margin-top:5px}.service:not(.featured) h3{margin-top:13px}.service p{font-size:13px}.service .text-cta{font-size:12px}.about-grid{display:flex;flex-direction:column-reverse;gap:25px}.about-visual{min-height:365px;width:100%}.photo-frame{height:220px}.accessible-car{top:150px;width:360px}.since{top:200px;width:125px;padding:18px}.about-copy>p:not(.eyebrow){font-size:13px}.unit-toolbar{gap:9px;flex-wrap:wrap}.unit-toolbar label{font-size:11px}.unit-toolbar select{font-size:12px;max-width:200px;flex:1}.unit-toolbar>span{font-size:10px}.units{grid-template-columns:1fr}.unit{padding:25px}.unit address{min-height:0}.unit .hours{min-height:0}.unit h3{font-size:24px}.unit address{font-size:13px}.unit .hours{font-size:12px}.unit .unit-links{font-size:12px}.unit .text-cta{font-size:12px}.unit-note{font-size:11px;line-height:1.7}.faq-grid{gap:20px}summary{font-size:13px;min-height:75px}.final-cta>.wrap{padding:50px 0}.final-cta h2{font-size:44px;position:relative;z-index:1}.final-cta .button{font-size:11px;width:100%;padding:18px 12px}.final-cta .eyebrow{font-size:8px;position:relative;z-index:1}.big-arrow{font-size:180px;top:25px;right:-18px;opacity:.1}.footer-top{flex-wrap:wrap;gap:25px}.footer-top img{width:190px}.footer-top p{font-size:9px}.footer-top>a:last-child{margin:0;width:100%;padding:10px 0}.footer-bottom{gap:20px;flex-wrap:wrap;line-height:1.6}.whatsapp-widget{right:12px;bottom:10px;gap:5px}.floating-wa{width:54px;height:54px;min-height:54px;padding:12px;justify-content:center}.floating-wa>span{display:none}.motion-toggle{font-size:8px;min-height:27px;padding:5px 6px}.wa-tip{font-size:11px}.wa-tip button{width:40px;height:40px}.footer-bottom a{padding:10px 0}footer{padding-bottom:135px}dialog{padding:22px}dialog h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.car-entry img{transform:none!important}.motion-toggle{display:none}}
/* A área de contato tem espaço próprio no celular, sem cobrir o conteúdo. */
@media(max-width:560px){
 body{height:100dvh;overflow:hidden}
 .site-shell{height:calc(100dvh - 80px - env(safe-area-inset-bottom,0px));overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:95px}
 .whatsapp-widget{bottom:0;right:0;width:100%;height:calc(80px + env(safe-area-inset-bottom,0px));padding:12px 20px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);background:#fff;flex-direction:row;align-items:center;justify-content:space-between}
 .whatsapp-widget .motion-toggle{order:-1;min-height:44px;font-size:10px;border:0;padding:10px 0;color:var(--muted)}
 .whatsapp-widget .floating-wa{margin-left:auto}
 .whatsapp-widget .wa-tip{position:absolute;right:14px;bottom:calc(88px + env(safe-area-inset-bottom,0px))}
 footer{padding-bottom:40px}
}
@media(max-width:560px) and (prefers-reduced-motion:reduce){.site-shell{scroll-behavior:auto}}
@media(max-width:560px){
 .whatsapp-widget .wa-tip{position:static;box-shadow:none;border:0;padding-left:0}
 .whatsapp-widget:has(.wa-tip:not([hidden])) .motion-toggle{display:none}
}
/* Identidade enviada pela Visão e novas jornadas de navegação. */
.brand-frame{display:block;width:190px;height:108px;overflow:hidden;background:#fff;border-radius:5px;flex-shrink:0}
.brand-frame img,.footer-top .brand-frame img{width:190px;height:190px;max-width:none;padding:0;transform:translateY(-36px);border-radius:0;object-fit:contain}
.nav{height:120px}.nav nav{gap:24px}.category-section{padding-top:65px}.category-intro{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.category-intro .eyebrow{margin:0}.category-intro h2{font-size:29px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.category-card{display:flex;align-items:center;gap:20px;border:1px solid var(--line);border-radius:12px;background:white;padding:25px;transition:border-color .2s,transform .2s}.category-card:hover,.category-card:focus-visible{border-color:var(--green);transform:translateY(-3px)}.category-letter{display:grid;place-items:center;background:var(--yellow);border-radius:9px;min-width:62px;height:70px;font-size:25px;font-weight:800;letter-spacing:-1.5px}.category-card h3{margin-bottom:7px;font-size:20px}.category-card p{font-size:11px;line-height:1.6;color:var(--muted);margin:0 0 13px}.category-action{font-size:11px;font-weight:700;color:var(--green)}
.guide{background:#080a06;color:#fff}.guide-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:85px;align-items:center}.guide-copy .eyebrow{color:var(--yellow)}.guide-copy h2{font-size:52px;letter-spacing:-2px}.guide-copy>p:not(.eyebrow){color:#c6cbbd;line-height:1.75;font-size:15px;max-width:355px;margin-top:25px}.mascot-block{display:flex;align-items:center;gap:12px;margin:25px 0}.mascot-block img{width:220px;mix-blend-mode:screen;max-width:58%}.mascot-block span{font-size:13px;line-height:1.7;color:#c6cbbd}.mascot-block strong{color:var(--yellow)}.slide-frame{border:1px solid #5b521d;border-radius:15px;overflow:hidden;touch-action:pan-y}.guide-slide{margin:0}.guide-slide[hidden]{display:none}.guide-slide img{width:100%;height:auto;aspect-ratio:1;object-fit:contain}.carousel-controls{display:flex;justify-content:space-between;align-items:center;margin-top:18px;gap:15px}.carousel-arrow{border:1px solid #55594d;width:46px;height:46px;border-radius:50%;background:transparent;color:#fff;font-size:24px}.carousel-arrow:hover{background:var(--yellow);color:var(--ink)}.carousel-dots{display:flex;gap:3px}.carousel-dots button{background:transparent;border:0;padding:14px 8px;min-width:30px;min-height:44px}.carousel-dots span{display:block;width:7px;height:7px;background:#787c70;border-radius:50%}.carousel-dots [aria-current] span{width:23px;border-radius:5px;background:var(--yellow)}.carousel-caption{display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:11px;line-height:1.5;color:#d5d8cc;margin-top:12px}.carousel-caption button{padding:12px 0;color:var(--yellow);background:none;border:0;font-size:11px;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.guide-conditions{font-size:11px;line-height:1.7;color:#abb09f;margin:14px 0 0;border-top:1px solid #303429;padding-top:16px}.student{background:#eeefe5}.student-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.student-card{padding:28px;border-top:2px solid var(--ink);background:#f8f8f0;transition:background .2s}.student-card:hover{background:#fff}.student-card>span{font-size:9px;font-weight:700;letter-spacing:1px}.student-card h3{font-size:20px;margin:27px 0 12px;letter-spacing:-.5px}.student-card p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}#image-dialog{width:min(1000px,95vw);padding:18px}#image-dialog h2{font-size:20px;margin:0}#image-dialog .dialog-header{margin-bottom:12px}#expanded-guide{width:100%;height:auto}#original-guide{display:block;padding:18px 0;font-size:13px;text-decoration:underline}.paused{scroll-behavior:auto!important}
@media(max-width:1100px){.guide-grid{gap:40px}.category-card{padding:20px;gap:13px}.category-letter{min-width:48px}.nav nav{gap:18px}.nav{gap:20px}.guide-copy h2{font-size:44px}}
@media(max-width:800px){.nav{height:105px}.nav nav{top:105px}.brand-frame{width:165px;height:95px}.brand-frame img,.footer-top .brand-frame img{width:165px;height:165px;transform:translateY(-31px)}.category-intro{display:block}.category-intro .eyebrow{margin-bottom:15px}.category-card{padding:17px 13px;display:block}.category-letter{width:50px;height:50px;margin-bottom:17px;font-size:21px}.category-card h3{font-size:18px}.guide-grid{gap:30px}.guide-copy h2{font-size:37px}.guide-copy>p:not(.eyebrow){font-size:13px}.mascot-block{display:block}.mascot-block img{max-width:100%;width:180px}.mascot-block span{display:block;margin-top:12px}.guide-copy .button{font-size:11px;padding:15px}.student-card{padding:21px}.student-card h3{font-size:18px}.student-card p{font-size:12px}.carousel-dots button{padding:14px 5px;min-width:25px}.carousel-caption{display:block}.carousel-caption button{display:block}}
@media(max-width:560px){.nav{height:94px}.nav nav{top:94px}.brand-frame{width:150px;height:86px}.brand-frame img,.footer-top .brand-frame img{width:150px;height:150px;transform:translateY(-28px)}.category-section{padding-top:45px}.category-intro h2{font-size:29px}.category-grid{grid-template-columns:1fr;gap:12px}.category-card{display:flex;padding:20px;gap:20px}.category-letter{width:60px;height:64px;margin:0;min-width:60px}.category-card h3{font-size:20px}.category-card p{font-size:12px}.category-action{font-size:12px}.guide-grid{grid-template-columns:1fr;gap:35px}.guide-copy h2{font-size:39px}.guide-copy>p:not(.eyebrow){max-width:100%}.mascot-block{display:flex;margin:15px 0}.mascot-block img{width:160px}.mascot-block span{font-size:14px}.guide-copy .button{font-size:12px;width:100%}.carousel-caption{display:flex;font-size:10px;gap:8px}.carousel-caption button{font-size:10px}.student-grid{grid-template-columns:1fr;gap:14px}.student-card{padding:25px}.student-card h3{margin-top:20px;font-size:22px}.student-card p{font-size:13px}.site-shell{scroll-padding-top:110px}#image-dialog{padding:12px}.footer-top .brand-frame{width:170px;height:98px}.footer-top .brand-frame img{width:170px;height:170px;transform:translateY(-32px)}}
@media(min-width:801px){.guide{padding-top:64px;padding-bottom:64px}.guide-carousel{width:100%;max-width:550px;justify-self:end}.carousel-controls{justify-content:center}.carousel-caption{justify-content:center;gap:25px}.header{background:#fff}}
@media(min-width:801px){html{scroll-padding-top:130px}}
@media(min-width:801px){.guide-conditions{padding-right:115px}}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:28px}.pricing-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px;display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #20231e08}.pricing-card.featured-price{background:var(--ink);color:#fff;border-color:var(--ink)}.pricing-card.featured-price .pricing-label{color:#d2d5ca}.pricing-card.featured-price .price-tag{color:#fff}.pricing-label{font-size:10px;font-weight:700;letter-spacing:1.5px;color:var(--muted)}.pricing-card h3{font-size:26px;margin:14px 0 4px;letter-spacing:-.6px}.pricing-card h3 span{color:var(--green)}.pricing-card.featured-price h3 span{color:var(--yellow)}.price-tag{font-size:15px;color:var(--muted);margin-bottom:18px}.price-tag strong{font-size:26px;color:var(--ink);display:block;letter-spacing:-1px;margin-top:4px}.pricing-list{list-style:none;margin:0 0 24px;padding:0;font-size:13px;line-height:2}.pricing-list li{padding-left:20px;position:relative}.pricing-list li:before{content:'\2713';position:absolute;left:0;color:var(--green)}.pricing-card.featured-price .pricing-list li:before{color:var(--yellow)}.pricing-card .button{margin-top:auto}@media(max-width:800px){.pricing-grid{grid-template-columns:1fr}}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:27px;display:flex;flex-direction:column}.testimonial-stars{color:var(--yellow);letter-spacing:2px;margin-bottom:14px;font-size:15px}.testimonial p{font-size:13px;line-height:1.7;color:var(--ink);margin-bottom:18px}.testimonial-author{margin-top:auto;border-top:1px solid var(--line);padding-top:14px}.testimonial-author strong{display:block;font-size:13px}.testimonial-author span{font-size:11px;color:var(--muted)}@media(max-width:800px){.testimonial-grid{grid-template-columns:1fr}}
:root{--ink:#171917;--muted:#62665f;--yellow:#ffdb19;--cream:#fafaf6;--line:#dedfd7;--radius:10px}
html{scroll-padding-top:95px}body{font-family:Arial,Helvetica,sans-serif}.site-shell{overflow:clip}.wrap{width:min(1320px,calc(100% - 80px))}
.header{background:#fffdf8f2;backdrop-filter:blur(18px);border-bottom:1px solid #15171318}.nav{height:88px;gap:25px}.brand-frame{width:140px;height:78px}.brand-frame img{width:140px;height:140px;transform:translateY(-27px)}.nav nav{gap:23px;font-size:14px}.nav-cta{background:var(--ink);color:white;border-radius:30px;padding:14px 20px}.nav-cta:hover{color:var(--ink)}
.hero{position:relative;background:var(--yellow);isolation:isolate}.hero-grid{display:block;position:relative;min-height:820px;padding-top:42px;padding-bottom:40px}.hero-copy{text-align:center}.hero .eyebrow{font-size:12px;letter-spacing:3px;margin-bottom:16px}.hero .dot{display:none}.hero h1{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:clamp(90px,12.3vw,178px);font-weight:900;line-height:.95;letter-spacing:-4px;margin:0;white-space:nowrap}.hero h1 span:after{display:none}.hero h1 span{white-space:normal}.hero-description{position:absolute;left:0;bottom:115px;text-align:left;font-size:18px;line-height:1.65;color:var(--ink);z-index:3;margin:0}.hero-copy>.button{position:absolute;right:0;bottom:126px;z-index:3;background:var(--ink);border-radius:40px;font-size:15px;padding:19px 25px}.hero-copy>.button img{display:none}.hero .underlink{position:absolute;right:35px;bottom:69px;z-index:3;font-size:14px}.hero-note{position:absolute;left:0;bottom:66px;font-size:12px;color:var(--ink);margin:0}.hero-art{height:500px;width:min(900px,85%);position:relative;margin:-30px auto 0;pointer-events:auto;transform:translate3d(var(--drift-x,0px),var(--drift-y,0px),0);will-change:transform}.orbit{width:420px;height:420px;top:10px;right:calc(50% - 210px);background:transparent;border:1px solid #17191724}.orbit:before{inset:-45px;border-color:#17191712}.orbit:after{display:none}.car-entry{width:850px;max-width:none;left:50%;top:-25px;transform:translateX(-50%);animation:hero-arrive 1.2s cubic-bezier(.16,1,.3,1) both}.car-entry img{filter:drop-shadow(0 34px 22px #30280038)}.art-label{right:-12px;top:200px;font-size:12px;letter-spacing:4px;writing-mode:vertical-rl;transform:none}.car-caption{bottom:60px;left:25%;padding:13px 19px;background:var(--ink);color:white;border:0;border-radius:50px;transform:rotate(-5deg);box-shadow:0 10px 25px #17191720}.car-caption div>span{color:#dadcd5;font-size:12px}.car-caption strong{font-size:14px}.route-icon{color:var(--ink)}.art-index{display:none}
.facts{background:var(--ink);color:white;border:0}.facts-grid{padding:32px 0}.facts-grid>div{border-color:#ffffff25}.facts strong{font-size:24px}.facts span{font-size:13px;color:#c2c5bd}.facts a{font-size:14px;color:var(--yellow)}.facts a span{color:var(--yellow)}
.section{padding-top:95px;padding-bottom:95px}.eyebrow{font-size:12px;letter-spacing:2px}h2{font-size:clamp(36px,4vw,58px);letter-spacing:-2px}.section-heading>p{font-size:16px}.category-section{padding-top:60px;padding-bottom:5px}.category-intro h2{font-size:28px}.category-card{border-radius:8px;padding:27px}.category-letter{background:var(--ink);color:var(--yellow);font-size:30px}.category-card p,.category-action{font-size:14px}.category-action{color:var(--ink)}
.service{border-radius:8px;padding:30px;min-height:270px}.service h3{font-size:24px}.service p{font-size:16px}.text-cta{font-size:14px}.featured{background:var(--yellow);color:var(--ink)}.featured h3{font-size:52px}.featured .category,.featured p,.featured .card-number{color:var(--ink)}.featured .button{background:var(--ink);color:white;font-size:14px;border-radius:30px}.road{opacity:.12}.card-number{font-size:12px}
#pacotes{padding-top:25px}.pricing-card{padding:40px;border-radius:10px}.pricing-card h3{font-size:32px}.pricing-label{font-size:12px}.price-tag strong{font-size:58px}.featured-price .price-tag strong{color:var(--yellow)}.pricing-list{font-size:16px}.pricing-card .button{font-size:15px;border-radius:30px}.unit-note{font-size:13px;line-height:1.7}.guide{background:#171917}.guide-copy h2{font-size:60px}.guide-copy>p:not(.eyebrow){font-size:17px}.guide-conditions{font-size:13px}.carousel-caption,.carousel-caption button{font-size:13px}.mascot-block span{font-size:16px}.guide-copy .button{font-size:14px;border-radius:30px}
.about,.student{background:#f0f1e9}.about-copy>p:not(.eyebrow){font-size:17px}.about-point h3{font-size:18px}.about-point p{font-size:15px}.about-point>span{font-size:12px}.since span{font-size:12px}.since{width:170px}.since strong{font-size:48px}.unit{border-radius:8px;padding:28px}.unit .unit-label{font-size:12px}.unit .neighborhood,.unit address,.unit .hours,.unit .unit-links,.unit-toolbar label,.unit-toolbar>span{font-size:14px}.unit address,.unit .hours{min-height:0}.unit .text-cta{font-size:14px}.student-card>span{font-size:12px}.student-card p{font-size:16px}.student-card h3{font-size:25px}.testimonial{border-radius:8px}.testimonial p{font-size:16px}.testimonial-author strong{font-size:15px}.testimonial-author span{font-size:13px}.faq-grid>div>p:not(.eyebrow),summary{font-size:17px}details p{font-size:16px}.final-cta h2{font-size:clamp(58px,7vw,100px);line-height:1}.final-cta .button{border-radius:40px;font-size:15px}.footer-top p,.footer-top>a:last-child,.footer-bottom{font-size:13px}.floating-wa{font-size:14px}.motion-toggle{font-size:12px}.dialog-note{font-size:14px!important}dialog label{font-size:14px}dialog .button{font-size:14px}.reveal-in{animation:section-arrive .8s cubic-bezier(.16,1,.3,1) both}.reading-progress{position:fixed;left:0;top:0;height:3px;width:100%;background:var(--ink);z-index:30;transform:scaleX(var(--reading,0));transform-origin:left;pointer-events:none}
@keyframes hero-arrive{from{opacity:0;transform:translateX(-42%) translateY(40px) rotate(3deg)}to{opacity:1;transform:translateX(-50%) translateY(0) rotate(0)}}@keyframes section-arrive{from{opacity:.25;transform:translateY(32px)}to{opacity:1;transform:none}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.nav nav{gap:13px}.nav{gap:16px}.nav-cta{font-size:12px}.hero-grid{min-height:780px}.hero h1{font-size:12vw}.hero-art{width:85%}.car-entry{width:760px}.hero-description{font-size:16px}.hero-copy>.button{font-size:14px}.art-label{right:-20px}.hero-note{font-size:12px}.guide-grid{gap:35px}.guide-copy h2{font-size:48px}.featured h3{font-size:42px}}
@media(max-width:800px){.nav{height:80px}.nav nav{top:80px}.nav nav.open{display:flex}.nav-cta{display:none}.brand-frame{width:130px;height:73px}.brand-frame img{width:130px;height:130px;transform:translateY(-25px)}.hero-grid{min-height:760px;padding-top:40px}.hero h1{font-size:12vw;letter-spacing:-2px}.hero-art{margin:0 auto;width:95%;height:430px}.car-entry{width:670px;top:-30px}.orbit{width:320px;height:320px;right:calc(50% - 160px)}.car-caption{bottom:24px;left:25%}.art-label{right:0;top:100px}.hero-description{bottom:150px}.hero-copy>.button{bottom:72px;left:0;right:auto}.hero .underlink{bottom:73px;right:0}.hero-note{bottom:30px}.facts-grid{gap:10px}.facts strong{font-size:20px}.facts span{font-size:12px}.facts a{border-color:#ffffff25}.section{padding:65px 0}.category-grid{gap:12px}.category-card{padding:20px}.category-intro h2{font-size:30px}.category-card p{font-size:14px}.services{grid-template-columns:1fr 1fr}.featured h3{font-size:40px}.guide-copy h2{font-size:42px}.guide-copy>p:not(.eyebrow){font-size:16px}.guide-conditions{padding-right:0}.carousel-caption{display:block}.price-tag strong{font-size:48px}.footer-top p{font-size:12px}}
@media(max-width:560px){.wrap{width:calc(100% - 36px)}.hero-grid{min-height:755px;padding-top:35px;display:block}.hero .eyebrow{font-size:10px;letter-spacing:2px;margin-bottom:20px}.hero h1{white-space:normal;font-size:17vw;line-height:.92;letter-spacing:-2px}.hero h1 span{display:block;font-size:16.2vw;letter-spacing:-1.8px}.hero-art{width:100%;height:330px;margin:5px auto 0}.car-entry{width:470px;top:-18px;max-width:none}.orbit{width:235px;height:235px;right:calc(50% - 117px);top:25px}.orbit:before{inset:-25px}.art-label{font-size:10px;top:58px;right:0;letter-spacing:2px}.car-caption{bottom:0;left:13%;padding:11px 17px}.car-caption strong{font-size:12px}.car-caption div>span{font-size:12px}.hero-description{left:0;right:0;bottom:170px;text-align:center;font-size:16px;line-height:1.6}.hero-copy>.button{bottom:94px;left:0;right:0;width:100%;font-size:14px;min-height:56px}.hero .underlink{bottom:43px;left:0;right:0;justify-content:center;width:100%;padding:10px}.hero-note{display:none}.facts-grid{padding:24px 0}.facts strong{font-size:16px}.facts span{font-size:12px;max-width:100%;line-height:1.5}.facts-grid>div{padding-left:9px}.facts a{font-size:14px;margin-top:15px}.category-section{padding-top:40px}.category-intro h2{font-size:29px}.category-card{display:flex;padding:22px}.category-letter{margin:0}.category-action{font-size:14px}.section-heading>p{font-size:16px}.eyebrow{font-size:12px}.service p{font-size:16px}.service .text-cta{font-size:14px}.featured .button{font-size:14px}.pricing-card{padding:28px}.guide-copy h2{font-size:44px}.guide-copy .button{font-size:14px}.carousel-caption{display:block;font-size:13px}.carousel-caption button{font-size:13px}.guide-conditions{font-size:13px}.about-copy>p:not(.eyebrow){font-size:16px}.about-visual{min-height:340px}.since{width:155px}.since span{font-size:11px}.unit-toolbar select{font-size:14px;max-width:100%;min-width:150px}.unit-toolbar>span{font-size:13px}.unit .hours,.unit .unit-links,.unit address,.unit .text-cta{font-size:14px}.student-card p{font-size:16px}summary{font-size:16px}.final-cta h2{font-size:56px}.big-arrow{opacity:.12;right:-50px}.final-cta .button{font-size:14px}.floating-wa span{display:none}.floating-wa{width:58px;height:58px;justify-content:center;padding:12px}.whatsapp-widget{right:12px;bottom:12px}.motion-toggle{font-size:12px;max-width:120px}.footer-bottom{font-size:12px;flex-wrap:wrap}.footer-top p{font-size:12px}.footer-top{flex-wrap:wrap}.footer-top>a:last-child{margin-left:0}.testimonial p{font-size:16px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.hero-art{transform:none!important}}.paused .hero-art{transform:none!important}
.site-shell{height:auto;overflow:clip}@media(max-width:560px){.whatsapp-widget{width:auto;height:auto;padding:0;border:0;background:transparent;flex-direction:column;align-items:flex-end;justify-content:flex-end;right:12px;bottom:12px}.hero .art-label{display:none}.hero .underlink{bottom:30px}.hero-grid{min-height:755px}}

/* Visão — cinematic scroll edition */
:root{--yellow:#ffdc13;--ink:#111311;--cream:#f5f5ee}.header{background:#111311f5;color:#fff;border-color:#ffffff1f}.nav{height:84px}.brand-frame{background:white;border-radius:5px;width:120px;height:67px}.brand-frame img{width:120px;height:120px;transform:translateY(-23px)}.nav nav a:hover{color:var(--yellow)}.nav-cta{background:var(--yellow);color:var(--ink);border:0}.menu-toggle{border-color:#ffffff55}.menu-toggle span{background:white}.reading-progress{background:var(--yellow)}
.hero{min-height:calc(100svh - 84px);background:#111311;color:var(--cream);overflow:hidden;position:relative}.cinema-hero{height:clamp(760px,calc(100svh - 84px),1050px);position:relative;isolation:isolate}.cinema-hero:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 68%,#b6ae3d25,transparent 55%);z-index:-1}.cinema-kicker{position:absolute;top:35px;left:0;right:0;text-align:center;font-size:12px;letter-spacing:4px;margin:0;color:#c8cbbe}.cinema-title{position:absolute;top:85px;left:0;width:100%;text-align:center;font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(130px,19vw,290px);line-height:.8;letter-spacing:-.015em;margin:0;animation:none}.cinema-title span{display:block;color:var(--yellow);font-size:1.08em;white-space:normal}.cinema-title span:after{display:none}.hero-vehicle{position:absolute;width:min(830px,63vw);left:50%;top:195px;transform:translateX(-50%);z-index:2;animation:vehicle-enter 1.4s cubic-bezier(.16,1,.3,1) both}.hero-vehicle img{width:100%;filter:drop-shadow(0 40px 28px #0009)}.hero-footer{position:absolute;bottom:52px;left:0;right:0;display:flex;align-items:end;justify-content:space-between;gap:30px;z-index:5}.hero-footer p{font-size:18px;line-height:1.6;margin:0;color:#d0d3c7}.hero-footer .button{border-radius:40px;font-size:15px;padding:20px 26px}.hero-footer small{display:block;font-size:12px;letter-spacing:1px;margin-top:15px;color:#b1b6a7}.scroll-cue{position:absolute;bottom:55px;left:50%;transform:translateX(-50%);font-size:11px;letter-spacing:2px;writing-mode:vertical-rl;color:#cbd0be;z-index:6}.hero-cone{position:absolute;z-index:3;pointer-events:none;width:190px;filter:drop-shadow(0 20px 15px #0007)}.hero-cone-one{top:110px;left:-25px;transform:rotate(-28deg);animation:cone-float 7s ease-in-out infinite}.hero-cone-two{top:340px;right:-25px;width:245px;transform:rotate(23deg);animation:cone-float 8s ease-in-out infinite reverse}.hero-side-note{position:absolute;left:0;top:380px;writing-mode:vertical-rl;font-size:11px;letter-spacing:4px;color:#aaa}.hero-art{display:none}.cinema-word{position:absolute;right:0;top:140px;border:1px solid #ffffff60;border-radius:50%;width:105px;height:105px;display:grid;place-content:center;text-align:center;font-size:12px;line-height:1.5;transform:rotate(12deg);color:var(--yellow)}
.scroll-story{height:245svh;position:relative;background:var(--yellow)}.story-stage{position:sticky;top:84px;height:calc(100svh - 84px);min-height:570px;overflow:hidden;isolation:isolate}.story-stage:before{content:'';position:absolute;width:75vw;height:75vw;max-width:1100px;max-height:1100px;border:1px solid #1113111a;border-radius:50%;top:10%;left:25%;z-index:-1}.story-meta{position:absolute;left:5%;right:5%;top:36px;display:flex;justify-content:space-between;font-size:12px;font-weight:bold;letter-spacing:2px}.story-copy{position:absolute;left:7%;top:26%;width:55%;z-index:4}.story-copy h2{font-family:Impact,'Arial Narrow',sans-serif;font-size:clamp(75px,10.6vw,160px);font-weight:900;line-height:.93;letter-spacing:-1px}.story-copy h2 em{font-style:normal;color:transparent;-webkit-text-stroke:2px #111311}.story-copy p{max-width:400px;margin:26px 0 0;font-size:18px;line-height:1.6}.story-copy-last{opacity:0;transform:translateY(50px)}.story-agent{position:absolute;right:3%;bottom:-8%;height:91%;max-width:49%;object-fit:contain;z-index:3;filter:drop-shadow(12px 20px 15px #57430038);transform-origin:center bottom}.story-agent img{width:100%;height:100%;object-fit:contain;animation:agent-alive 5s ease-in-out infinite;transform-origin:center bottom}.fall-cone{position:absolute;top:0;left:0;width:clamp(110px,17vw,255px);z-index:5;pointer-events:none;will-change:transform;filter:drop-shadow(0 18px 13px #6b450040)}.fall-cone-back{z-index:1;filter:blur(1px);width:130px}.story-bottom{position:absolute;bottom:32px;left:7%;right:7%;display:flex;justify-content:space-between;align-items:center;z-index:6}.story-bottom a{font-size:14px;font-weight:bold;border-bottom:1px solid #111311;padding:10px 0}.story-progress{height:2px;width:160px;background:#11131130;overflow:hidden}.story-progress span{display:block;width:100%;height:100%;background:#111311;transform:scaleX(var(--scene-progress,0));transform-origin:left}.story-step{font-size:12px;letter-spacing:2px}.story-static-note{display:none}.motion-sticker{position:absolute;right:6%;top:15%;z-index:6;border:1px solid #111311;padding:14px 22px;border-radius:40px;font-size:14px;font-weight:bold;transform:rotate(10deg)}
.facts{background:#111311}.category-section{padding-top:100px;padding-bottom:90px}.category-intro{display:block}.category-intro .eyebrow{margin-bottom:18px}.category-intro h2{font-size:clamp(40px,5.5vw,76px);max-width:750px;line-height:1.04}.category-grid{margin-top:45px;gap:0;border-top:1px solid #111311;border-bottom:1px solid #111311}.category-card{border:0;border-right:1px solid #11131125;border-radius:0;background:transparent;display:block;position:relative;padding:35px;overflow:hidden}.category-card:last-child{border:0}.category-letter{width:auto;height:auto;display:block;background:none;color:#111311;font-family:Impact,sans-serif;font-size:110px;line-height:1;margin-bottom:40px;letter-spacing:-3px}.category-card:hover{background:var(--yellow);transform:none;border-color:#11131125}.category-card h3{font-size:29px}.category-action{display:block;margin-top:28px}.category-card p{font-size:16px}.section-heading h2{font-weight:800}#servicos{padding-top:20px}.services{gap:12px}.service{border-radius:0;background:#ebede4;border:0}.featured{background:var(--ink);color:white}.featured .category,.featured p,.featured .card-number{color:#d2d5ca}.featured h3{font-family:Impact,sans-serif;font-size:62px;font-weight:400;letter-spacing:0}.featured .button{background:var(--yellow);color:var(--ink)}.service:hover{box-shadow:none;transform:translateY(-3px)}.pricing-grid{gap:0}.pricing-card{border-radius:0;border:0;background:#e8ebdf;padding:50px}.featured-price{background:#111311}.price-tag strong{font-size:clamp(50px,6vw,88px);letter-spacing:-3px}.guide{position:relative;overflow:hidden}.guide:before{content:'VISÃO';position:absolute;bottom:-35px;left:-10px;font-family:Impact,sans-serif;font-size:30vw;line-height:1;color:#ffffff05;pointer-events:none}.guide-grid{position:relative}.about{background:var(--yellow)}.about-copy h2{font-size:clamp(40px,4vw,62px)}.about-point{border-color:#11131135}.about-copy p,.about-point p{color:#36392e!important}.since{background:var(--ink);color:var(--yellow)}.final-cta{background:#111311;color:var(--yellow);position:relative}.final-cta h2{font-family:Impact,sans-serif;font-size:clamp(70px,12vw,175px);font-weight:400;letter-spacing:-1px}.final-cta .button{background:var(--yellow);color:#111311}.final-cta .button img{filter:none}.big-arrow{color:var(--yellow);font-size:330px;top:30px}.final-cta>.wrap{padding-top:90px;padding-bottom:90px}footer{border-top:1px solid #ffffff25;background:#111311}.floating-wa{background:#111311;border-color:var(--yellow)}.wa-tip{color:#111311}.motion-toggle{padding:9px 12px;min-height:36px;color:#111311}.button:focus-visible,a:focus-visible{outline:3px solid #337bff;outline-offset:6px}
@keyframes cone-float{0%,100%{translate:0 0;rotate:0deg}50%{translate:0 -20px;rotate:8deg}}@keyframes agent-alive{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-12px) rotate(1deg)}}@keyframes vehicle-enter{from{opacity:0;translate:100px 45px;rotate:5deg}to{opacity:1;translate:0 0;rotate:0deg}}
@media(min-width:1700px){.hero-vehicle{top:235px;width:930px}.cinema-title{top:100px}.hero-cone-two{top:420px}}
@media(max-width:1100px){.cinema-hero{height:790px}.hero-vehicle{top:230px;width:75vw}.hero-cone-one{width:150px;top:120px}.hero-cone-two{width:180px;top:410px}.cinema-title{font-size:20vw;top:110px}.cinema-word{display:none}.hero-footer p{font-size:16px}.scroll-cue{display:none}.story-copy{left:5%;width:60%}.story-copy p{font-size:16px;max-width:320px}.story-agent{right:-5%;max-width:53%;height:85%}.story-copy h2{font-size:11vw}.story-stage{min-height:540px}.pricing-card{padding:35px}.nav nav{gap:14px}}
@media(max-width:800px){.nav{height:76px}.nav nav{top:76px;background:#111311;color:white}.brand-frame{width:115px;height:65px}.brand-frame img{width:115px;height:115px;transform:translateY(-22px)}.cinema-hero{height:780px}.cinema-kicker{font-size:10px;letter-spacing:2px}.cinema-title{top:110px;font-size:22vw}.hero-vehicle{width:90vw;top:220px}.hero-cone-one{width:135px;left:-40px;top:95px}.hero-cone-two{right:-50px;top:405px;width:175px}.hero-side-note{display:none}.hero-footer{bottom:44px;display:block;text-align:center}.hero-footer .button{margin-top:20px}.hero-footer small{display:none}.story-stage{top:76px;height:calc(100svh - 76px)}.story-copy{top:19%}.story-agent{height:70%;max-width:58%;right:-8%;bottom:0}.story-meta{font-size:10px;letter-spacing:1px}.story-copy h2{font-size:12vw}.story-copy p{max-width:270px}.motion-sticker{top:11%;font-size:12px;right:5%}.story-progress{width:90px}.category-letter{font-size:85px}.category-card{padding:25px}.category-card h3{font-size:23px}.category-card p{font-size:14px}.category-section{padding-top:65px;padding-bottom:65px}.featured h3{font-size:48px}.big-arrow{font-size:250px}.story-bottom{left:5%;right:5%}}
@media(max-width:560px){.hero{min-height:0}.cinema-hero{height:750px}.cinema-kicker{top:30px;font-size:9px;letter-spacing:2px}.hero .cinema-title{top:100px;font-size:28vw;line-height:.82;letter-spacing:-1px;white-space:normal}.hero .cinema-title span{font-size:1.09em;letter-spacing:0;line-height:.84}.hero-vehicle{width:125%;top:270px}.hero-cone-one{width:100px;left:-22px;top:74px}.hero-cone-two{width:128px;right:-35px;top:375px}.hero-footer{bottom:38px}.hero-footer p{font-size:16px}.hero-footer .button{width:100%;font-size:14px;margin-top:22px}.hero .cinema-word{display:none}.scroll-story{height:230svh}.story-stage{min-height:610px}.story-meta{top:25px;font-size:9px}.story-copy{left:6%;top:15%;width:88%}.story-copy h2{font-size:18vw;line-height:.95;letter-spacing:0;max-width:100%}.story-copy p{font-size:15px;max-width:235px;margin-top:18px}.story-agent{height:52%;max-width:70%;right:-8%;bottom:40px}.motion-sticker{top:auto;bottom:110px;left:6%;right:auto;font-size:10px;padding:11px 13px;max-width:140px;transform:rotate(-8deg)}.fall-cone{width:125px}.fall-cone-back{width:90px}.story-bottom{bottom:22px;left:6%;right:6%}.story-bottom a{font-size:12px;max-width:160px}.story-step{font-size:10px}.story-progress{width:55px}.category-grid{display:block}.category-card{display:grid;grid-template-columns:95px 1fr;gap:20px;border:0;border-bottom:1px solid #11131125;padding:30px 0;align-items:center}.category-letter{font-size:72px;width:auto;min-width:0;height:auto;margin:0;letter-spacing:-2px}.category-card h3{font-size:24px}.category-card p{font-size:15px}.category-action{margin-top:16px}.category-intro h2{font-size:42px;letter-spacing:-2px}.category-card:last-child{border:0}.featured h3{font-size:55px}.pricing-card{padding:30px}.price-tag strong{font-size:59px}.final-cta>.wrap{padding:65px 0}.final-cta h2{font-size:22vw}.big-arrow{display:none}.facts strong{font-size:15px}.facts span{font-size:11px}.whatsapp-widget{bottom:12px}.motion-toggle{font-size:10px;max-width:105px;min-height:32px;padding:7px}.floating-wa{width:51px;height:51px;min-height:51px}.story-copy-last h2{font-size:19vw}}
@media(prefers-reduced-motion:reduce){.scroll-story{height:auto}.story-stage{position:relative;top:0;min-height:700px}.story-copy-first{opacity:1!important;transform:none!important}.story-copy-last{display:none}.fall-cone{display:none}.story-agent{transform:none!important}.hero-vehicle{translate:none!important;rotate:none!important}.story-static-note{display:block}.hero-cone{animation:none!important}}
.paused .scroll-story{height:auto}.paused .story-stage{position:relative;top:0;min-height:700px}.paused .story-copy-first{opacity:1!important;transform:none!important}.paused .story-copy-last{display:none}.paused .fall-cone{display:none}.paused .story-agent{transform:none!important}.paused .hero-vehicle{translate:none!important;rotate:none!important}
.floating-wa span{display:none}.floating-wa{width:58px;height:58px;min-height:58px;padding:13px;justify-content:center}.motion-toggle{position:fixed;bottom:14px;left:14px;max-width:none}.hero-footer{bottom:85px}.hero .cinema-title{font-size:clamp(130px,19vw,290px)}@media(max-width:800px){.hero-footer{bottom:50px}}@media(max-width:560px){.hero .cinema-title{font-size:28vw}.hero-footer{bottom:38px}.story-copy h2 em{white-space:nowrap;font-size:.83em}.story-copy-last h2 em{font-size:.87em}.story-agent{height:49%;bottom:55px}.motion-toggle{bottom:12px;left:12px;font-size:10px}.floating-wa{width:51px;height:51px;min-height:51px}.story-copy{top:14%}}
@media(max-width:560px){.story-bottom{bottom:67px}.story-agent{bottom:75px;right:-3%;max-width:65%}.motion-sticker{bottom:140px}}

/* Shorter chapter and dimensional lane markings. */
.scroll-story{height:150svh}
.road-divider{height:180px;position:relative;overflow:hidden;background:var(--cream);perspective:750px;isolation:isolate}
.road-surface{position:absolute;inset:5px -8%;height:175px;background:linear-gradient(180deg,#292d2a,#171b18 50%,#272b28);transform:rotateX(38deg) rotateZ(-4deg);box-shadow:0 14px 0 #0c100d,0 23px 30px #11131140;border-top:2px solid #596053;border-bottom:2px solid #596053;will-change:transform}
.lane-edge{position:absolute;left:0;right:0;height:3px;background:#f3f4ec}.lane-edge-top{top:10px}.lane-edge-bottom{bottom:10px}
.lane-dashes{position:absolute;left:0;right:0;height:6px;background:repeating-linear-gradient(90deg,#fafbf3 0 65px,transparent 65px 110px);background-position-x:var(--lane-offset,0px)}.lane-dashes-top{top:43px}.lane-dashes-bottom{bottom:43px}
.lane-center{position:absolute;top:calc(50% - 7px);left:0;right:0;height:14px;border-top:4px solid #ffdc13;border-bottom:4px solid #ffdc13;filter:drop-shadow(0 0 3px #ffdc131f)}
.road-first{margin-bottom:-5px}.road-second{height:155px;background:linear-gradient(var(--cream) 0 52%,#171917 52%)}.road-second .road-surface{transform:rotateX(42deg) rotateZ(4deg);top:-8px}.category-section{padding-top:60px}.category-intro{position:relative;min-height:225px;padding-right:240px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.category-intro h2{max-width:850px}.traffic-signal{position:absolute;right:10px;top:-85px;width:205px;height:300px;transform:rotate(8deg);pointer-events:none}.traffic-signal img{height:100%;width:100%;object-fit:contain;filter:drop-shadow(8px 17px 12px #11131130);animation:signal-sway 6s ease-in-out infinite;transform-origin:50% 85%}.signal-caption{display:block;position:absolute;bottom:-35px;left:-8px;right:-8px;text-align:center;font-size:12px;line-height:1.4;letter-spacing:2px;font-weight:700;transform:rotate(-8deg)}
@keyframes signal-sway{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-11px) rotate(3deg)}}
@media(max-width:1100px){.category-intro{padding-right:205px}.traffic-signal{right:0;width:175px;height:265px;top:-55px}.category-intro h2{font-size:54px}}
@media(max-width:800px){.road-divider{height:140px}.road-surface{height:140px;inset:0 -14%}.lane-dashes-top{top:35px}.lane-dashes-bottom{bottom:35px}.road-second{height:120px}.category-intro{min-height:230px;padding-right:160px}.traffic-signal{width:145px;height:220px;top:-20px}.category-intro h2{font-size:43px}.signal-caption{font-size:10px;letter-spacing:1px;bottom:-28px}}
@media(max-width:560px){.scroll-story{height:140svh}.road-divider{height:112px;perspective:550px}.road-surface{height:105px;inset:0 -20%;transform:rotateX(35deg) rotateZ(-5deg);box-shadow:0 9px 0 #0c100d,0 17px 20px #11131130}.lane-edge{height:2px}.lane-dashes{height:4px;background:repeating-linear-gradient(90deg,#fafbf3 0 38px,transparent 38px 70px);background-position-x:var(--lane-offset,0px)}.lane-dashes-top{top:28px}.lane-dashes-bottom{bottom:28px}.lane-center{height:11px;top:calc(50% - 5px);border-top-width:3px;border-bottom-width:3px}.road-second{height:98px}.category-section{padding-top:30px}.category-intro{padding-right:105px;min-height:220px}.category-intro .eyebrow{font-size:10px;letter-spacing:1px;max-width:185px}.category-intro h2{font-size:clamp(30px,8.3vw,39px);letter-spacing:-1px;max-width:230px}.traffic-signal{width:110px;height:175px;right:-4px;top:15px}.signal-caption{font-size:9px;letter-spacing:.6px;bottom:-22px}.category-grid{margin-top:20px}}
@media(prefers-reduced-motion:reduce){.scroll-story{height:auto}.traffic-signal img{animation:none}.lane-dashes{background-position-x:0!important}}
.paused .scroll-story{height:auto}.paused .traffic-signal img{animation:none}.paused .lane-dashes{background-position-x:0!important}

body.admin-bar .header{top:32px}body.admin-bar .reading-progress{top:32px}
@media(max-width:782px){body.admin-bar .header{top:46px}body.admin-bar .reading-progress{top:46px}}
@media(max-width:600px){body.admin-bar .header{top:0}body.admin-bar .reading-progress{top:0}}
.wp-content-wrap{min-height:60vh;padding:70px 0}.wp-content-wrap p{line-height:1.7}.wp-content-wrap img{max-width:100%;height:auto}
