:root{--brand1:#6a38ff;--brand2:#5b5bf1;--dark:#0a0840;--nav-bg:#ffffff;--nav-text:#1b1b1f;--header-h: 120px;--footer-h: 80px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--dark);color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}header.site-header{position:sticky;top:0;z-index:20;background:var(--nav-bg);color:var(--nav-text);border-bottom:1px solid rgba(0,0,0,.08);padding:12px 0}header.site-header.stuck{box-shadow:0 8px 24px #00000014;padding:8px 0}.header-row{max-width:none;width:100%;margin:0;padding:0 6px 0 4px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.brand{display:flex;align-items:center;gap:10px}.brand img{max-height:64px;display:block}header.site-header.stuck .brand img{max-height:52px}.nav-links{display:flex;gap:6px;align-items:center;flex-wrap:nowrap;overflow:auto;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.nav-links a{position:relative;color:var(--nav-text);text-decoration:none;font-weight:600;padding:12px 14px;border-radius:999px}.nav-links a:hover{background:#00000009}.nav-links a.is-active{color:#000}.nav-links a.is-active:after,.nav-links a:hover:after{content:"";position:absolute;left:14px;right:14px;bottom:-6px;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--brand1),var(--brand2))}.nav-ctrls{display:flex;gap:10px;align-items:center}.iconbtn{width:36px;height:36px;border-radius:999px;border:1px solid rgba(0,0,0,.08);background:#fff;display:grid;place-items:center;cursor:pointer;color:#333;transition:background .15s ease,color .15s ease,border-color .15s ease}.iconbtn:hover{background:#f4f4f8}.ico-lang{color:#0ea5e9}.ico-search{color:#2d1079}.ico-admin{color:#37178e}.hamburger{color:#111;display:none}@media (max-width:900px){.nav-links{display:none}.hamburger{display:inline-grid}}.drawer{display:none;position:fixed;top:var(--header-h);left:0;right:0;z-index:19;background:#fff;color:#111;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 12px 28px #0000001f}.drawer.open{display:block}.drawer a{display:block;padding:14px 18px;color:#111;text-decoration:none;border-top:1px solid rgba(0,0,0,.06)}.drawer a:hover{background:#f6f6fb}.hero{position:relative;height:clamp(360px,48vw,560px);overflow:hidden;border-bottom:1px solid rgba(255,255,255,.08)}.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.65)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000040,#0000008c)}.hero__content{position:relative;z-index:2;height:100%;display:flex;align-items:center;justify-content:center}.hero__container{width:100%;max-width:1200px;padding:0 20px;display:flex;flex-direction:column;align-items:center;text-align:center}.hero h2{font-size:clamp(32px,6vw,60px);margin:0 0 10px}.hero p{margin:0 0 30px;font-size:clamp(16px,2.2vw,28px);opacity:.95;max-width:900px}.btn-cta{display:inline-block;text-decoration:none;font-weight:800;color:#fff;padding:12px 18px;border-radius:999px;background:linear-gradient(90deg,var(--brand1),var(--brand2));box-shadow:0 14px 36px #5a50ff59}footer#footer{background:#050346;padding:18px 22px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.08)}footer#footer .contato{display:flex;flex-direction:column;gap:6px;font-size:15px}footer#footer .contato p{margin:0;display:flex;align-items:center;gap:8px}footer#footer .redes{display:flex;gap:14px;margin-left:auto}footer#footer .redes img{width:26px;height:26px;transition:transform .12s ease}footer#footer .redes img:hover{transform:scale(1.08)}@media (max-width:720px){footer#footer{padding:14px 16px}footer#footer .contato{font-size:14px}footer#footer .redes img{width:24px;height:24px}}
