:root{color-scheme:light dark;--bg:#f4f7fb;--surface:#fff;--text:#172235;--muted:#56657a;--line:#d9e1ec;--accent:#1261a0;--accent2:#0b416d;--focus:#f2a900}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:var(--accent);font-weight:650}a:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.wrap{width:min(1100px,calc(100% - 32px));margin:auto}.site-header{padding:30px 0 20px;border-bottom:1px solid var(--line);background:var(--surface)}.brand{display:flex;align-items:center;justify-content:space-between;gap:20px}.brand h1{margin:0;font-size:clamp(1.55rem,4vw,2.4rem);letter-spacing:-.04em}.brand p{margin:2px 0 0;color:var(--muted)}nav{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}nav a,.lang a{padding:8px 12px;border:1px solid var(--line);border-radius:999px;text-decoration:none;background:var(--surface)}.lang{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.hero{padding:62px 0 44px}.hero h2{max-width:720px;margin:0 0 14px;font-size:clamp(2rem,6vw,4.4rem);line-height:1.08;letter-spacing:-.06em}.hero p{max-width:700px;color:var(--muted);font-size:1.1rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:28px 0 60px}.card,.notice,article{padding:24px;border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:0 8px 28px #12325d0d}.card h3{margin-top:0}.legal{padding:44px 0}.legal>header{margin-bottom:34px}.legal h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.15}.legal h3{margin-top:34px;color:var(--accent2);line-height:1.25}.legal h4{margin-bottom:4px}.meta{color:var(--muted);font-size:.95rem}.notice{margin:20px 0;background:#fff9e9;border-color:#efd489}.language-panel{display:none}.language-panel:target,.language-panel:first-of-type{display:block}.language-panel:target~.language-panel{display:none}.language-index{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.language-index a{font-size:.9rem}.site-footer{margin-top:50px;padding:28px 0;border-top:1px solid var(--line);color:var(--muted);font-size:.9rem}.site-footer p{margin:4px 0}.back{display:inline-block;margin:20px 0}@media(max-width:760px){.brand{display:block}.cards{grid-template-columns:1fr}.hero{padding:42px 0 25px}.legal{padding-top:25px}.legal h3{margin-top:28px}}@media(prefers-color-scheme:dark){:root{--bg:#101720;--surface:#172331;--text:#e9f0f8;--muted:#adbbca;--line:#304255;--accent:#7fc4ff;--accent2:#a7d7ff}.notice{background:#302a19;border-color:#876d2d}}.language-panel{display:none}.language-panel#pt{display:block}.language-panel:target{display:block}body:has(.language-panel:target) .language-panel#pt:not(:target){display:none}


/* Static language chrome and homepage panels. */
.i18n{display:none}.i18n-pt{display:inline}.i18n-nav.i18n-pt{display:flex}.home-panel{display:none}.home-panel#pt{display:block}.home-panel:target{display:block}body:has(#en:target) .i18n-pt,body:has(#fr:target) .i18n-pt,body:has(#ar:target) .i18n-pt{display:none}body:has(#en:target) .i18n-en,body:has(#fr:target) .i18n-fr,body:has(#ar:target) .i18n-ar{display:inline}body:has(#en:target) .i18n-nav.i18n-en,body:has(#fr:target) .i18n-nav.i18n-fr,body:has(#ar:target) .i18n-nav.i18n-ar{display:flex}body:has(#en:target) .home-panel#pt,body:has(#fr:target) .home-panel#pt,body:has(#ar:target) .home-panel#pt{display:none}.i18n-nav-wrap{display:block}.i18n-nav{gap:10px;flex-wrap:wrap}.home-panel[dir="rtl"]{text-align:right}.home-panel[dir="rtl"] .cards{direction:rtl}.home-panel[dir="rtl"] .notice{text-align:right}
/* Homepage-specific localized subtitle. */
body:has(.home-panel) .brand p.i18n{font-size:0}
body:has(.home-panel) .brand p.i18n::after{font-size:16px}
body:has(.home-panel) .brand p.i18n-pt::after{content:"Legal e Privacidade"}
body:has(.home-panel) .brand p.i18n-en::after{content:"Legal & Privacy"}
body:has(.home-panel) .brand p.i18n-fr::after{content:"Juridique et confidentialité"}
body:has(.home-panel) .brand p.i18n-ar::after{content:"المعلومات القانونية والخصوصية"}

/* Product-led homepage. Legal-document pages retain the original theme. */
html:has(.home-panel){overflow-x:hidden}body:has(.home-panel){--bg:#050b13;--surface:#0c1622;--text:#f4f8fc;--muted:#aebccd;--line:#223246;--accent:#36a4ff;--accent2:#83c9ff;min-width:0;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 58% 31%,#0c2e56 0,transparent 28rem),linear-gradient(145deg,#050b13 0%,#07111e 56%,#040a11 100%);background-attachment:fixed}
body:has(.home-panel) .site-header{padding:25px 0 0;background:#050b13e8;border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.brand-identity{display:flex;align-items:center;gap:15px;min-width:0}.brand-icon{width:64px;height:60px;object-fit:contain;filter:drop-shadow(0 8px 18px #168ee044)}
body:has(.home-panel) .brand h1{font-size:clamp(1.55rem,3.2vw,2.25rem)}
body:has(.home-panel) .brand p{color:var(--accent)}
body:has(.home-panel) .lang{margin:0;flex-wrap:nowrap}.lang a{display:grid;place-items:center;min-width:48px;min-height:48px;color:var(--muted)}
body:has(.home-panel) .lang a:hover,body:has(.home-panel) .lang a:focus-visible{color:var(--text);border-color:var(--accent)}
body:has(.home-panel) nav{margin-top:20px}.i18n-nav{gap:28px}.i18n-nav a{padding:14px 0;border:0;border-bottom:2px solid transparent;border-radius:0;color:var(--muted);background:transparent}.i18n-nav a:hover,.i18n-nav a:focus-visible{color:var(--text);border-bottom-color:var(--accent)}
body:has(.home-panel) .hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:clamp(35px,7vw,90px);align-items:center;min-width:0;padding:clamp(58px,9vw,108px) 0 48px}.hero-copy,.product-brands,.home-panel .card{min-width:0}
body:has(.home-panel) .hero h2{max-width:760px;margin-bottom:22px;font-size:clamp(2.7rem,6.2vw,5.35rem);line-height:1.01;text-wrap:balance}
body:has(.home-panel) .hero h2::first-line{color:var(--text)}
body:has(.home-panel) .hero p{margin:0;max-width:720px;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.75}
.product-brands{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:28px;border:1px solid #2a4059;border-radius:24px;background:linear-gradient(145deg,#122438d9,#08121ed9);box-shadow:0 24px 80px #0008,inset 0 1px #ffffff0d}
.product-brands img{display:block;width:min(100%,340px);height:auto;object-fit:contain}.product-brands img:last-child{width:min(92%,320px)}.brand-divider{width:72%;height:1px;background:linear-gradient(90deg,transparent,#47627d,transparent)}
body:has(.home-panel) .cards{gap:18px;margin:24px 0 32px}.home-panel .card{position:relative;display:flex;flex-direction:column;min-height:260px;padding:28px;overflow:hidden;background:linear-gradient(145deg,#101d2b,#09131f);box-shadow:0 16px 48px #0004}.home-panel .card::before{position:absolute;inset:0 0 auto;height:3px;content:"";background:var(--card-accent,var(--accent))}.home-panel .card:nth-child(2){--card-accent:#68d55d}.home-panel .card:nth-child(3){--card-accent:#ae7cff}.home-panel .card h3{margin:0 0 9px;font-size:1.3rem}.home-panel .card p{margin:0 0 24px;color:var(--muted)}.home-panel .card a{margin-top:auto;color:var(--card-accent,var(--accent));text-decoration:none}.home-panel .card a::after{content:"  →"}.home-panel[dir="rtl"] .card a::after{content:"  ←"}
body:has(.home-panel) .notice{margin:0 0 36px;padding:20px 24px;background:#211d0fbb;border-color:#8b701f;color:#e8edf4;box-shadow:none}
body:has(.home-panel) .site-footer{margin-top:0;background:#040a11}

@media(max-width:900px){body:has(.home-panel) .hero{grid-template-columns:1fr}.product-brands{display:grid;grid-template-columns:1fr auto 1fr;gap:18px}.product-brands img,.product-brands img:last-child{width:100%;max-width:300px}.brand-divider{width:1px;height:90px}}
@media(max-width:760px){body:has(.home-panel) .site-header{padding-top:18px}.brand{display:flex;align-items:flex-start}.brand-icon{width:50px;height:48px}.brand-identity{gap:10px}.lang a{min-width:42px;min-height:42px;padding:6px}.i18n-nav{gap:8px 18px}.i18n-nav a{padding:10px 0}body:has(.home-panel) .hero{padding-top:48px}.product-brands{padding:22px}.home-panel .card{min-height:0}}
@media(max-width:540px){.brand{display:block}.lang{margin-top:16px!important}.home-panel,.hero,.cards,.notice,.product-brands{max-width:100%;overflow:hidden}.product-brands{display:flex;width:100%}.product-brands img,.product-brands img:last-child{width:100%;max-width:100%}.brand-divider{width:72%;height:1px}body:has(.home-panel) .hero h2{max-width:100%;font-size:clamp(2.35rem,12vw,3.4rem);overflow-wrap:anywhere}body:has(.home-panel) .hero p{max-width:100%;overflow-wrap:anywhere}body:has(.home-panel) .notice strong{display:block;margin-bottom:4px}}
.i18n-nav{width:100%;max-width:100%}.home-panel[dir="rtl"]{width:100%;max-width:100%}
