:root{--bg:#273842;--bg-alt:#1f2d36;--text:#f5f6fa;--muted:#c9cbd6;--primary:#273842;--primary-700:#1f2d36;--outline:#2a2d36;--accent:#bccb00;--hero-left:clamp(8px,6vw,120px);--hero-top:43%;--hero-translate:-41%;--content-left:clamp(8px,6vw,120px);--hero-text:#f5f6fa}*{box-sizing:border-box}body,html{height:100%}body{margin:0;line-height:1.6;color:var(--text);background:var(--bg);overflow-x:hidden}.container{width:100%;max-width:1100px;margin-left:var(--content-left);margin-right:auto;padding:0 20px}img,video{max-width:100%;height:auto}.hero h1{font-size:clamp(28px,5vw,48px);line-height:1.15;margin:0 0 12px;color:var(--hero-text)}.section h2{font-size:clamp(22px,3.8vw,32px);color:var(--accent)}.section h3{font-size:clamp(18px,2.8vw,24px);color:var(--accent)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);background:rgba(11,11,14,.6);border-bottom:1px solid var(--outline)}.header-inner{justify-content:space-between;padding:14px 0}.brand,.header-inner{display:flex;align-items:center}.brand{gap:10px;color:var(--text);text-decoration:none;font-weight:700}.brand-logo{height:44px;width:auto;display:inline-block;background:transparent;mix-blend-mode:normal;filter:none}.brand-name{font-weight:700}.nav-toggle{display:none;background:none;border:1px solid var(--outline);color:var(--text);border-radius:8px;padding:8px}.nav-list{display:flex;gap:22px;list-style:none;margin:0;padding:0}.nav-list a{color:var(--text);text-decoration:none}.nav-list a:hover{color:var(--muted)}.btn{display:inline-block;padding:12px 18px;border-radius:12px;text-decoration:none;font-weight:600}.btn-sm{padding:8px 12px;border-radius:10px;border:1px solid var(--outline)}.btn-primary{background:var(--primary);color:#fff;border:1px solid var(--accent)}.btn-primary:hover{background:var(--primary-700)}.btn-outline{border:1px solid var(--outline);color:var(--text)}.btn-outline:hover{border-color:#3a3d48}.btn-outline-accent{border:1px solid var(--accent);color:var(--text)}.btn-outline-accent:hover{border-color:var(--accent)}.hero{position:relative;min-height:78vh;display:grid;place-items:center;padding-bottom:96px}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-video{width:100%;height:100%;object-fit:cover;opacity:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.25) 35%,rgba(0,0,0,.1) 60%,transparent)}.hero-content{position:absolute;left:var(--hero-left);top:var(--hero-top);transform:translateY(var(--hero-translate));padding:0;text-align:left;max-width:720px;z-index:1}.hero .container{margin:0;padding-left:0}.hero p{max-width:750px;margin:0 0 20px;color:var(--hero-text)}.hero-ctas{display:flex;gap:14px;justify-content:flex-start;flex-wrap:wrap;margin-top:28px}.hero-ctas .btn{color:var(--text)}.hero-ctas .btn.btn-primary{color:#fff}.hero-ctas .btn.btn-outline{color:var(--text)}.hero-trust{margin-top:26px;color:var(--hero-text);font-size:14px}.hero-trust .desktop-trust{display:inline}.hero-trust .mobile-play{display:none}.inline-play{display:inline}.mobile-inline-trust{display:none}.section{padding:68px 0}.section#sobre .container{max-width:1260px}.hero+.section{padding-top:120px}.section.alt{background:var(--bg-alt)}.grid{display:grid;grid-gap:28px;gap:28px}.grid-2{grid-template-columns:1fr}@media(min-width:900px){.grid-2{grid-template-columns:1.6fr .4fr}}@media(max-width:600px){.header-inner{padding:10px 0}.hero-content{padding:56px 0}.hero{padding-bottom:96px}.btn{padding:12px 16px}.hero+.section{padding-top:80px}.brand-logo{height:36px}}@media(max-width:480px){:root{--hero-left:clamp(8px,4vw,24px);--hero-top:46%;--hero-translate:-38%}.container{padding:0 16px}.hero h1{font-size:clamp(26px,8vw,34px)}.hero-ctas{flex-direction:column;align-items:flex-start;gap:10px;margin-top:20px}.hero-ctas .btn{width:100%}.video-controls{gap:8px}.control-btn{width:36px;height:36px}.control-range{width:110px}.hero{min-height:auto;padding-bottom:24px}.hero-media{position:relative;height:48vh}.carousel-item img{height:clamp(180px,48vh,320px)}.hero-content{position:static;left:auto;top:auto;transform:none;display:flex;flex-direction:column;padding:16px 0}.hero-content .video-controls{order:0}.hero-content h1,.hero-content p{order:1}.hero-content .hero-ctas{order:2}.hero-trust .desktop-trust{display:none}.hero-trust .mobile-play{display:inline}.inline-play{display:none}.mobile-inline-trust{display:inline}}@media (prefers-reduced-motion:reduce){.hero-video{display:none}}.checks{list-style:none;padding:0;margin:18px 0}.checks li{position:relative;padding-left:26px;margin:8px 0}.checks li:before{content:"✔";position:absolute;left:0;color:#9ae6b4}.checks-accent li:before{color:var(--accent)}.note{border:1px solid #bccb00;border-radius:12px;padding:16px;background:hsla(0,0%,100%,.02);margin:16px 0;color:var(--text)}.cards{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}@media(min-width:800px){.cards{grid-template-columns:repeat(3,1fr)}}.about-cards{margin-top:24px}.carousel{overflow:hidden;border-radius:16px;border:1px solid var(--outline)}.carousel-track{display:flex;transition:transform .6s ease}.carousel-item{min-width:100%}.carousel-item img{width:100%;height:clamp(220px,50vh,420px);object-fit:cover;display:block}@media(min-width:800px){.about-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.about-cards{grid-template-columns:repeat(2,1fr)}}.card{border:1px solid var(--outline);border-radius:16px;padding:22px;background:hsla(0,0%,100%,.02)}.card.highlight{background:linear-gradient(180deg,rgba(39,56,66,.1),hsla(0,0%,100%,.02));padding:18px;max-height:360px;overflow:hidden}@media(min-width:900px){.grid-2 .purpose-card{grid-column:1/-1}}.purpose-card{max-height:none;overflow:visible}.card.service h3{margin-top:0;color:var(--accent)}.card.post h3{margin-top:0}.link{color:var(--accent);text-decoration:none}.link:hover{text-decoration:underline}.stats{display:flex;gap:20px;flex-wrap:wrap;margin-top:14px}.stat{display:flex;flex-direction:column;align-items:flex-start}.number{font-weight:700;font-size:22px}.label{color:var(--muted);font-size:14px}.quotes{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}@media(min-width:800px){.quotes{grid-template-columns:repeat(2,1fr)}}.quotes blockquote{margin:0;padding:18px;border-left:4px solid var(--primary);background:hsla(0,0%,100%,.02);border-radius:8px}.quotes footer{color:var(--muted)}.cta{text-align:center}.cta .container{margin-left:auto;margin-right:auto}.address{margin-top:16px;color:var(--text)}.site-footer{border-top:1px solid var(--outline);padding:26px 0;background:hsla(0,0%,100%,.02)}.footer-inner{display:flex;gap:20px;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer-inner nav{display:flex;gap:14px}.footer-inner a{color:var(--text);text-decoration:none}.footer-brand{display:flex;gap:10px;align-items:center;background:transparent}.footer-brand .brand-logo{height:36px}@media(max-width:860px){.nav-toggle{display:inline-block}.nav-list{display:none;position:absolute;right:20px;top:64px;background:rgba(11,11,14,.95);border:1px solid var(--outline);border-radius:12px;padding:12px;flex-direction:column;gap:10px}.nav-list.show{display:flex}}.video-controls{display:flex;align-items:center;gap:10px;margin-top:12px}.control-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;border:1px solid var(--accent);background:transparent;color:var(--accent)}.control-btn:hover{background:rgba(188,203,0,.18)}.control-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:140px;height:4px;border-radius:6px;background:rgba(188,203,0,.35)}.control-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:999px;background:var(--accent);border:1px solid var(--outline)}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/680d078f20ab2e33-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/a22b1dc24103c00d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/680d078f20ab2e33-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a22b1dc24103c00d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/680d078f20ab2e33-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a22b1dc24103c00d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/680d078f20ab2e33-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Urbanist_d11fde;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a22b1dc24103c00d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Urbanist_Fallback_d11fde;src:local("Arial");ascent-override:95.93%;descent-override:25.24%;line-gap-override:0.00%;size-adjust:99.04%}.__className_d11fde{font-family:__Urbanist_d11fde,__Urbanist_Fallback_d11fde;font-style:normal}