*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:#07111f;color:#102033;overflow-x:hidden}.container{width:min(1180px,92vw);margin:auto}.hero{min-height:100vh;position:relative;overflow:hidden;background:var(--section-bg);color:var(--section-txt);isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,10,25,.82),rgba(8,30,64,.45),rgba(4,12,28,.18));z-index:1;pointer-events:none}.hero-bg-img{position:absolute;inset:0;background-position:center;background-size:cover;opacity:.78;filter:saturate(1.22) contrast(1.04);z-index:0}.hero-blue-blur{position:absolute;inset:auto -10% -22% -10%;height:55%;background:radial-gradient(circle at 55% 40%,rgba(23,75,180,.52),rgba(0,0,0,0) 62%);filter:blur(28px);z-index:2;pointer-events:none}.navtop{position:relative;z-index:8;display:flex;align-items:center;justify-content:space-between;padding:24px min(5vw,64px);backdrop-filter:blur(18px)}.logo{font-weight:900;letter-spacing:.12em;color:#ffe45e}.navtop nav{display:flex;gap:18px;flex-wrap:wrap}.navtop a{color:#fff;text-decoration:none;font-weight:800;opacity:.9}.hero-grid{position:relative;z-index:5;display:grid;grid-template-columns:1.02fr .98fr;gap:40px;align-items:end;min-height:calc(100vh - 88px);padding:38px 0 0}.hero-copy{padding:0 0 92px}.badge,.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(14px);font-weight:900;color:#ffe45e;text-transform:uppercase;font-size:12px;letter-spacing:.13em}.hero h1{font-size:clamp(48px,8vw,108px);line-height:.88;margin:18px 0 20px;color:#fff;text-shadow:0 8px 40px rgba(0,0,0,.45)}.hero p{font-size:clamp(18px,2.2vw,25px);line-height:1.55;color:#e9f4ff;text-shadow:0 4px 24px rgba(0,0,0,.45);max-width:760px}.number{display:flex;align-items:center;gap:18px;margin:24px 0}.number b{font-size:clamp(58px,8vw,100px);line-height:.85;color:#ffe45e;text-shadow:0 8px 30px rgba(0,0,0,.45)}.number span{font-weight:900;color:#fff;text-transform:uppercase}.cta{border:0;cursor:pointer;display:inline-flex;text-decoration:none;padding:16px 24px;border-radius:999px;background:linear-gradient(135deg,#ffe45e,#16e6a4);color:#06111f;font-weight:1000;box-shadow:0 18px 50px rgba(22,230,164,.25)}.hero-visual{position:relative;min-height:640px;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;z-index:6;overflow:visible}.hero-card{position:absolute;right:4%;bottom:0;width:82%;height:76%;border-radius:44px 44px 0 0;background:linear-gradient(160deg,rgba(12,52,118,.32),rgba(6,17,31,.12));box-shadow:0 25px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(16px);z-index:1}.candidate-glow{position:absolute;bottom:-30px;width:70%;height:40%;background:radial-gradient(circle,rgba(255,228,94,.28),rgba(22,230,164,.18),transparent 68%);filter:blur(34px);z-index:2}.candidate-img{position:relative;z-index:20;max-height:clamp(600px,82vh,880px);width:auto;max-width:108%;object-fit:contain;object-position:bottom center;display:block;filter:drop-shadow(0 28px 50px rgba(0,0,0,.46));margin-bottom:-2px}.candidate-placeholder{position:relative;z-index:20;align-self:center;padding:28px;border-radius:28px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;text-align:center}.orb{position:absolute;border-radius:50%;filter:blur(16px);z-index:3;opacity:.72;animation:float 8s ease-in-out infinite}.o1{width:180px;height:180px;background:#16e6a4;left:8%;top:18%}.o2{width:240px;height:240px;background:#174bb4;right:16%;top:12%;animation-delay:1.4s}.o3{width:150px;height:150px;background:#ffe45e;right:34%;bottom:14%;animation-delay:2.2s}@keyframes float{50%{transform:translate3d(18px,-24px,0) scale(1.05)}}.sec{position:relative;padding:96px 0;background:var(--section-bg);color:var(--section-txt);overflow:hidden}.sec h2{font-size:clamp(34px,5vw,64px);margin:10px 0 24px;color:var(--section-title);letter-spacing:-.04em}.lead{font-size:20px;line-height:1.75;max-width:940px}.stats,.features,.proposal-grid,.news-grid,.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat,.feature,.proposal,.news,.quote,.timeline-item,.gallery-item{border:1px solid rgba(20,45,80,.12);border-radius:28px;padding:26px;background:rgba(255,255,255,.76);box-shadow:0 18px 60px rgba(15,35,80,.08);backdrop-filter:blur(18px);transition:transform .35s ease,box-shadow .35s ease}.stat:hover,.feature:hover,.proposal:hover,.news:hover,.quote:hover,.timeline-item:hover,.gallery-item:hover{transform:translateY(-8px);box-shadow:0 28px 90px rgba(15,35,80,.18)}.stat b{font-size:38px;color:#174bb4}.icon{font-size:40px}.proposal h3,.news h3,.gallery-caption h3{font-size:22px;margin:12px 0 8px}.timeline{position:relative;display:grid;gap:18px}.timeline:before{content:"";position:absolute;left:18px;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(#ffe45e,#16e6a4)}.timeline-item{margin-left:44px;background:rgba(255,255,255,.12);color:inherit;border-color:rgba(255,255,255,.18)}.timeline-item strong{color:var(--section-title);font-size:22px}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-item{padding:0;overflow:hidden;text-align:left;border:0;cursor:pointer;color:inherit}.gallery-item img,.blog-card img{width:100%;height:250px;object-fit:cover;display:block}.gallery-fallback{height:250px;background:linear-gradient(135deg,#0c4a6e,#16a34a,#ffe45e)}.gallery-caption{padding:20px}.news-grid{grid-template-columns:repeat(3,1fr)}.blog-card details{margin-top:12px}.blog-card summary{font-weight:900;color:#174bb4;cursor:pointer}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px;align-items:start}.contact-card{border-radius:34px;background:rgba(255,255,255,.82);padding:28px;box-shadow:0 22px 80px rgba(0,0,0,.12);backdrop-filter:blur(18px)}.form input,.form textarea{width:100%;margin:0 0 14px;padding:16px 18px;border:1px solid rgba(10,30,70,.14);border-radius:18px;font:inherit}.contact-ok{margin:14px 0;padding:14px 18px;border-radius:18px;background:#dcfce7;color:#14532d;font-weight:800}.footer{padding:40px 0;background:#06111f;color:#fff}.rainbow-bg:after{content:"";position:absolute;inset:-25%;background:linear-gradient(120deg,#00e5ff,#16e6a4,#ffe45e,#174bb4,#ff4fd8,#00e5ff);filter:blur(70px);opacity:.18;animation:rainbow 12s linear infinite;z-index:0}.rainbow-bg>.container{position:relative;z-index:1}@keyframes rainbow{to{transform:rotate(360deg)}}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);display:none;align-items:center;justify-content:center;z-index:9999;padding:30px}.lightbox.active{display:flex}.lightbox img{max-width:94vw;max-height:88vh;border-radius:20px}.lightbox button{position:absolute;top:20px;right:20px;border:0;background:#fff;border-radius:50%;width:44px;height:44px;font-size:28px}.reveal,.proposal,.feature,.timeline-item,.news,.gallery-item,.quote,.stat{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s ease}.in-view{opacity:1!important;transform:none!important}.theme_amazonia_viva .hero:before{background:linear-gradient(90deg,rgba(3,31,18,.88),rgba(10,90,45,.42),rgba(0,0,0,.08))}.theme_holografico .hero:before{background:linear-gradient(90deg,rgba(5,7,27,.92),rgba(75,24,204,.42),rgba(0,229,255,.10))}.theme_popular_impacto .hero:before{background:linear-gradient(90deg,rgba(90,35,0,.78),rgba(255,107,0,.28),rgba(0,0,0,.12))}@media(max-width:900px){.hero-grid,.contact-grid{grid-template-columns:1fr}.hero-copy{padding-bottom:20px}.hero-visual{min-height:520px}.candidate-img{max-height:560px}.hero-card{right:8%;width:84%;height:70%}.stats,.features,.proposal-grid,.news-grid,.gallery-grid{grid-template-columns:1fr}.navtop nav{display:none}.sec{padding:70px 0}}

/* V4.1.12 Premium Motion Fix */
html,body{max-width:100%;overflow-x:hidden}.hero{background:#06111f!important}.hero:before{z-index:1!important;background:linear-gradient(90deg,rgba(2,8,22,.74),rgba(5,22,48,.36),rgba(2,8,20,.16))!important}.hero-bg-img{z-index:0!important;opacity:.92!important;background-position:center top!important;filter:saturate(1.18) contrast(1.06) brightness(.95)!important}.hero-blue-blur{z-index:1!important;inset:auto -14% -18% -14%!important;height:46%!important;background:radial-gradient(circle at 55% 55%,rgba(23,75,180,.48),rgba(22,230,164,.18),transparent 68%)!important;filter:blur(42px)!important;mix-blend-mode:screen;opacity:.9}.navtop,.hero-grid,.hero-copy,.hero-visual{position:relative;z-index:6!important}.hero-card{display:none!important}.candidate-glow{z-index:2!important;bottom:0!important;width:82%!important;height:36%!important;background:radial-gradient(circle at center,rgba(255,228,94,.30),rgba(22,230,164,.16),rgba(23,75,180,.12),transparent 70%)!important;filter:blur(38px)!important}.candidate-img{z-index:30!important;max-height:clamp(640px,88vh,930px)!important;max-width:118%!important;margin-bottom:-1px!important;object-fit:contain!important;object-position:bottom center!important;filter:drop-shadow(0 30px 55px rgba(0,0,0,.50)) drop-shadow(0 0 22px rgba(22,230,164,.22))!important}.hero-copy{position:relative}.hero-copy:after{content:"";position:absolute;inset:-28px -38px -34px -38px;border-radius:38px;background:linear-gradient(135deg,rgba(0,0,0,.26),rgba(23,75,180,.10));backdrop-filter:blur(2px);z-index:-1;pointer-events:none}.hero h1,.hero p,.number span,.number b{text-shadow:0 4px 22px rgba(0,0,0,.75),0 0 26px rgba(23,75,180,.22)!important}.hero h1{letter-spacing:-.06em}.sec{isolation:isolate}.sec:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(22,230,164,.10),transparent 28%),radial-gradient(circle at 84% 18%,rgba(23,75,180,.12),transparent 30%);z-index:0;pointer-events:none}.sec>.container{position:relative;z-index:1}.timeline{display:grid;gap:22px;counter-reset:step;margin-top:28px}.timeline:before{left:50%;transform:translateX(-50%);width:5px;background:linear-gradient(180deg,#ffe45e,#16e6a4,#174bb4);box-shadow:0 0 30px rgba(22,230,164,.28)}.timeline-item{counter-increment:step;margin-left:0;width:calc(50% - 38px);position:relative;padding:30px 32px;border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.08));box-shadow:0 26px 80px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.20)}.timeline-item:nth-child(odd){justify-self:start}.timeline-item:nth-child(even){justify-self:end}.timeline-item:before{content:counter(step);position:absolute;top:24px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffe45e,#16e6a4);color:#06111f;font-weight:1000;box-shadow:0 14px 40px rgba(22,230,164,.28)}.timeline-item:nth-child(odd):before{right:-62px}.timeline-item:nth-child(even):before{left:-62px}.timeline-item strong{display:block;font-size:clamp(22px,2.3vw,30px);line-height:1.05}.timeline-item p{font-size:17px;line-height:1.65}.proposal,.feature,.news,.quote,.gallery-item,.stat{will-change:transform;transform-style:preserve-3d}.proposal:hover,.feature:hover,.news:hover,.quote:hover,.gallery-item:hover,.stat:hover{transform:translateY(-10px) scale(1.015)}.reveal{transition:opacity .86s cubic-bezier(.2,.7,.2,1),transform .86s cubic-bezier(.2,.7,.2,1),filter .86s ease;filter:blur(8px)}.in-view{filter:blur(0)!important}.theme_campanha_americana .hero:before,.theme_americana .hero:before{background:linear-gradient(90deg,rgba(5,7,23,.83),rgba(31,41,120,.38),rgba(220,38,38,.10))!important}.theme_campanha_americana .cta,.theme_americana .cta{background:linear-gradient(135deg,#fff,#ffe45e,#16e6a4)}.theme_brasil_aurora .hero:before{background:linear-gradient(90deg,rgba(2,25,15,.78),rgba(23,75,180,.36),rgba(255,228,94,.12))!important}.contact-card{color:#102033}.form input,.form textarea{font-size:16px;color:#102033}.blog-card img,.gallery-item img{transition:transform .55s ease}.blog-card:hover img,.gallery-item:hover img{transform:scale(1.06)}
@media(max-width:900px){.container{width:min(100% - 28px,680px)}.hero{min-height:auto}.hero-grid{min-height:auto;gap:4px;padding:18px 0 0;align-items:end}.hero-copy{padding:28px 0 8px}.hero-copy:after{inset:-14px -12px -16px -12px;border-radius:26px}.hero h1{font-size:clamp(42px,13vw,64px);line-height:.94;margin:14px 0}.hero p{font-size:17px;line-height:1.5}.number{gap:12px;margin:18px 0}.number b{font-size:clamp(56px,19vw,86px)}.hero-visual{min-height:440px;align-self:end}.candidate-img{max-height:470px!important;max-width:130%!important}.hero-bg-img{background-position:center top!important}.hero-blue-blur{height:36%!important;bottom:-10%!important}.sec{padding:58px 0}.sec h2{font-size:clamp(32px,10vw,48px);line-height:1.02}.lead{font-size:17px}.stats,.features,.proposal-grid,.news-grid,.gallery-grid{grid-template-columns:1fr!important;gap:16px}.stat,.feature,.proposal,.news,.quote,.timeline-item,.gallery-item{padding:21px;border-radius:24px}.timeline{gap:18px}.timeline:before{left:23px;transform:none}.timeline-item,.timeline-item:nth-child(even),.timeline-item:nth-child(odd){width:auto;margin-left:54px;justify-self:stretch}.timeline-item:before,.timeline-item:nth-child(odd):before,.timeline-item:nth-child(even):before{left:-56px;right:auto;top:22px;width:42px;height:42px}.contact-grid{gap:18px}.navtop{padding:18px 18px}.badge,.eyebrow{font-size:11px;line-height:1.2}.gallery-item img,.blog-card img,.gallery-fallback{height:220px}}
@media(max-width:480px){.candidate-img{max-height:420px!important}.hero-visual{min-height:390px}.hero-copy{padding-top:18px}.cta{width:100%;justify-content:center}.number span{font-size:13px}.timeline-item{margin-left:48px;padding:20px}.timeline-item:before{left:-52px}.contact-card{padding:20px}}

/* V4.1.13 - Correção dos modelos prontos da landing */
.theme-card{user-select:none;-webkit-tap-highlight-color:transparent}.theme-card:active{transform:scale(.98)}
.theme-card.active:after{content:"✓ Modelo selecionado";position:absolute;left:16px;bottom:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.9);color:#06111f;font-size:12px;font-weight:1000;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.theme_campanha_americana .sec h2{letter-spacing:-.055em}.theme_campanha_americana .proposal,.theme_campanha_americana .feature,.theme_campanha_americana .news{border-radius:34px;border-top:5px solid #b91c1c}.theme_campanha_americana .number b{color:#fff;background:linear-gradient(135deg,#b91c1c,#174bb4);padding:8px 16px;border-radius:24px}
.theme_brasil_aurora .hero-blue-blur{background:radial-gradient(circle at 55% 55%,rgba(255,228,94,.38),rgba(22,230,164,.28),rgba(23,75,180,.18),transparent 70%)!important}.theme_brasil_aurora .proposal,.theme_brasil_aurora .stat{background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,253,215,.72))}
.theme_cidade_inteligente .sec:before{background:linear-gradient(90deg,rgba(14,165,233,.07) 1px,transparent 1px),linear-gradient(0deg,rgba(14,165,233,.07) 1px,transparent 1px);background-size:42px 42px}.theme_cidade_inteligente .proposal,.theme_cidade_inteligente .timeline-item{border-color:rgba(14,165,233,.26);box-shadow:0 22px 80px rgba(14,165,233,.12)}
.theme_comunidade_forte .hero h1{font-family:Inter,system-ui,sans-serif}.theme_comunidade_forte .proposal,.theme_comunidade_forte .feature,.theme_comunidade_forte .quote{border-radius:38px;background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(255,247,237,.78))}.theme_comunidade_forte .cta{background:linear-gradient(135deg,#fde047,#f97316);color:#431407}
.theme_saude_humana .cta{background:linear-gradient(135deg,#a7f3d0,#12b886)}.theme_saude_humana .proposal{border-left:6px solid #12b886}
.theme_educacao_futuro .proposal{border-top:6px solid #174bb4}.theme_educacao_futuro .cta{background:linear-gradient(135deg,#ffe45e,#38bdf8)}
.theme_holografico .proposal,.theme_holografico .feature,.theme_holografico .news,.theme_holografico .quote{border-color:rgba(0,229,255,.22);box-shadow:0 24px 90px rgba(0,229,255,.10)}
@media(max-width:900px){.theme-card.active:after{position:static;display:inline-flex;margin-top:10px}.theme-grid{gap:12px}.theme-card{min-height:150px;height:auto}}
