/* ThreatVec shared site styles — extracted verbatim from index.html so the
   /eu/* landing pages render identically to the main marketing site.
   The main index.html keeps its own inline <style> block (untouched); the
   EU pages link this file. Any divergence here must be mirrored there. */
*{margin:0;padding:0;box-sizing:border-box;}
:root{
  --bg:#08080f;
  --bg2:#0d0d1a;
  --bg3:#12121f;
  --border:#1e1e35;
  --border2:#2a2a45;
  --text:#e8e8f0;
  --muted:#6b6b8a;
  --muted2:#9494b0;
  --accent:#6366f1;
  --accent2:#818cf8;
  --accent3:#4f46e5;
  --cyan:#06b6d4;
  --green:#10b981;
  --red:#ef4444;
  --amber:#f59e0b;
}
html{scroll-behavior:smooth;}
body{background:var(--bg);color:var(--text);font-family:'Inter',system-ui,sans-serif;line-height:1.6;font-size:16px;overflow-x:hidden;}

/* ── Nav ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(8,8,15,.85);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);padding:.875rem 0;}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:2rem;}
.logo{font-size:1.1rem;font-weight:800;color:#fff;text-decoration:none;letter-spacing:-.02em;display:flex;align-items:center;gap:.5rem;}
.logo-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;display:inline-block;}
.nav-links{display:flex;gap:.25rem;margin-left:1.5rem;}
.nav-links a{color:var(--muted2);text-decoration:none;font-size:.85rem;font-weight:500;padding:.4rem .75rem;border-radius:.375rem;transition:color .15s,background .15s;}
.nav-links a:hover{color:var(--text);background:rgba(255,255,255,.05);}
.nav-right{margin-left:auto;display:flex;align-items:center;gap:.75rem;}
.btn-ghost{color:var(--muted2);text-decoration:none;font-size:.85rem;font-weight:500;padding:.4rem .875rem;border-radius:.375rem;border:1px solid var(--border2);transition:all .15s;}
.btn-ghost:hover{color:var(--text);border-color:var(--accent);}
.btn-primary{background:var(--accent);color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;padding:.45rem 1.1rem;border-radius:.375rem;transition:background .15s;}
.btn-primary:hover{background:var(--accent3);}

/* ── Hero ── */
.hero{min-height:100vh;display:flex;align-items:center;padding:7rem 2rem 5rem;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(99,102,241,.12) 0%,transparent 70%);}
.hero-inner{max-width:900px;margin:0 auto;text-align:center;}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(99,102,241,.12);border:1px solid rgba(99,102,241,.3);color:var(--accent2);font-size:.75rem;font-weight:600;padding:.375rem .875rem;border-radius:9999px;margin-bottom:2rem;letter-spacing:.04em;text-transform:uppercase;}
.hero-badge-dot{width:6px;height:6px;background:var(--accent2);border-radius:50%;animation:pulse 2s infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}
h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:900;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem;color:#fff;}
h1 em{font-style:normal;color:var(--accent2);}
.hero-sub{font-size:1.1rem;color:var(--muted2);max-width:620px;margin:0 auto 2.5rem;line-height:1.75;}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.5rem;}
.btn-lg{padding:.75rem 1.75rem;border-radius:.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .15s;}
.btn-lg-primary{background:var(--accent);color:#fff;}
.btn-lg-primary:hover{background:var(--accent3);transform:translateY(-1px);box-shadow:0 8px 24px rgba(99,102,241,.35);}
.btn-lg-outline{border:1.5px solid var(--border2);color:var(--text);}
.btn-lg-outline:hover{border-color:var(--accent);color:var(--accent2);}
.hero-stats{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap;}
.hero-stat-num{font-size:1.75rem;font-weight:800;color:#fff;letter-spacing:-.03em;}
.hero-stat-label{font-size:.75rem;color:var(--muted);margin-top:.125rem;}

/* ── Section shell ── */
section{padding:6rem 2rem;}
.section-inner{max-width:1200px;margin:0 auto;}
.section-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent2);margin-bottom:1rem;}
.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:#fff;margin-bottom:1rem;}
.section-sub{font-size:1rem;color:var(--muted2);max-width:560px;line-height:1.75;}
.divider{height:1px;background:linear-gradient(90deg,transparent,var(--border2),transparent);margin:0 auto;}

/* ── Threat section ── */
.threat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem;}
.threat-card{background:var(--bg3);border:1px solid var(--border);border-radius:.875rem;padding:1.5rem;position:relative;overflow:hidden;}
.threat-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),var(--cyan));}
.threat-icon{font-size:1.5rem;margin-bottom:1rem;}
.threat-title{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem;}
.threat-desc{font-size:.82rem;color:var(--muted2);line-height:1.6;}

/* ── Features grid ── */
.features-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:3rem;}
.feature-card{background:var(--bg3);border:1px solid var(--border);border-radius:.75rem;padding:1.25rem;transition:border-color .15s,background .15s;}
.feature-card:hover{border-color:var(--border2);background:#14142a;}
.feature-icon{width:2rem;height:2rem;background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.25);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.875rem;font-size:.9rem;}
.feature-title{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.375rem;}
.feature-desc{font-size:.75rem;color:var(--muted2);line-height:1.55;}

/* ── Compliance / signal sources ── */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;}
@media(max-width:768px){.two-col{grid-template-columns:1fr;}}
.check-list{list-style:none;display:flex;flex-direction:column;gap:.625rem;margin-top:1.5rem;}
.check-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:var(--muted2);}
.check-list li::before{content:'✓';color:var(--green);font-weight:700;flex-shrink:0;margin-top:.05rem;}

/* ── Comparison table ── */
.compare-wrap{overflow-x:auto;margin-top:3rem;}
table{width:100%;border-collapse:collapse;font-size:.85rem;}
th{padding:.875rem 1rem;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);border-bottom:1px solid var(--border2);}
th.highlight{color:var(--accent2);background:rgba(99,102,241,.06);}
td{padding:.875rem 1rem;border-bottom:1px solid var(--border);color:var(--muted2);font-size:.82rem;}
td.highlight{background:rgba(99,102,241,.05);}
td.yes{color:var(--green);font-weight:700;}
td.no{color:var(--muted);}
td.partial{color:var(--amber);}
tr:last-child td{border-bottom:none;}

/* ── Integrations ── */
.integrations-grid{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:2.5rem;}
.integration-pill{display:inline-flex;align-items:center;gap:.5rem;background:var(--bg3);border:1px solid var(--border);border-radius:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;color:var(--muted2);transition:border-color .15s;}
.integration-pill:hover{border-color:var(--accent);color:var(--text);}
.int-dot{width:6px;height:6px;border-radius:50%;background:var(--green);}

/* ── How it works ── */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:3rem;position:relative;}
.step{background:var(--bg3);border:1px solid var(--border);border-radius:.875rem;padding:1.5rem;}
.step-num{font-size:2rem;font-weight:900;color:var(--accent);line-height:1;margin-bottom:.875rem;opacity:.7;}
.step-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem;}
.step-desc{font-size:.78rem;color:var(--muted2);line-height:1.6;}

/* ── CTA ── */
.cta-section{text-align:center;padding:6rem 2rem;background:radial-gradient(ellipse 80% 100% at 50% 100%,rgba(99,102,241,.1) 0%,transparent 70%);}
.cta-title{font-size:clamp(1.75rem,3vw,2.75rem);font-weight:900;letter-spacing:-.02em;color:#fff;margin-bottom:1rem;}
.cta-sub{font-size:1rem;color:var(--muted2);margin-bottom:2.5rem;}

/* ── Footer ── */
footer{background:var(--bg2);border-top:1px solid var(--border);padding:3rem 2rem;font-size:.8rem;color:var(--muted);}
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;}
.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;}
.footer-links a{color:var(--muted);text-decoration:none;transition:color .15s;}
.footer-links a:hover{color:var(--text);}

/* ── Code block ── */
.code-block{background:#060612;border:1px solid var(--border2);border-radius:.75rem;padding:1.25rem;font-family:ui-monospace,monospace;font-size:.78rem;line-height:1.75;overflow-x:auto;margin-top:1.5rem;}
.code-block .c{color:var(--muted);}
.code-block .k{color:var(--accent2);}
.code-block .s{color:#86efac;}
.code-block .n{color:#fbbf24;}

@media(max-width:900px){
  .nav-links{display:none;}
  .hero-stats{gap:2rem;}
}

/* ── EU landing additions (not on the main site) ──────────────────────────
   Language switcher in the nav + residency proof cards. Kept here so all
   three EU language pages stay identical. */
.lang-switch{display:flex;align-items:center;gap:.1rem;font-size:.8rem;font-weight:600;border:1px solid var(--border2);border-radius:.375rem;overflow:hidden;}
.lang-switch a{color:var(--muted2);text-decoration:none;padding:.35rem .6rem;transition:color .15s,background .15s;}
.lang-switch a:hover{color:var(--text);background:rgba(255,255,255,.05);}
.lang-switch a.active{color:#fff;background:var(--accent3);}
.lang-switch .sep{color:var(--border2);}

.residency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:3rem;}
.residency-card{background:var(--bg3);border:1px solid var(--border);border-radius:.875rem;padding:1.5rem;}
.residency-card .rc-icon{font-size:1.4rem;margin-bottom:.75rem;}
.residency-card .rc-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem;}
.residency-card .rc-desc{font-size:.8rem;color:var(--muted2);line-height:1.6;}
.caveat{background:rgba(245,158,11,.08);border:1px solid rgba(245,158,11,.3);border-radius:.5rem;padding:.875rem 1.125rem;margin-top:1.5rem;max-width:880px;font-size:.78rem;color:var(--muted2);line-height:1.6;}
.caveat strong{color:var(--amber);}
