:root{--bg:#0a0c0b;--bg-soft:#101412;--surface:#151a17;--surface-2:#1b221e;--line:#2a332e;--text:#e8eee9;--muted:#8d9891;--accent:#c6f04d;--accent-ink:#12160f;--copper:#d08a4a;--radius:18px;--shadow:0 24px 80px #00000059;--font-sans:"Manrope", "Segoe UI", system-ui, sans-serif;--font-serif:"Instrument Serif", Georgia, serif;--max:1120px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--font-sans);margin:0;font-size:17px;line-height:1.6}body{background-image:radial-gradient(900px 420px at 90% -10%,#c6f04d14,#0000 55%),radial-gradient(700px 380px at -10% 20%,#d08a4a14,#0000 50%)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}.wrap{width:min(var(--max), calc(100% - 40px));margin-inline:auto}.eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:16px;font-size:.78rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:22px;height:1px}.display{font-family:var(--font-serif);letter-spacing:-.03em;font-weight:400;line-height:1.08}.lead{color:var(--muted);max-width:42rem}.btn{min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-weight:700;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-ghost{border-color:var(--line);color:var(--text);background:0 0}.btn-ghost:hover{border-color:var(--accent)}.site-header{z-index:20;backdrop-filter:blur(16px);background:color-mix(in srgb, var(--bg) 78%, transparent);border-bottom:1px solid #2a332eb3;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:20px;min-height:76px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:12px;font-weight:800;display:flex}.mark{flex:none;width:36px;height:36px}.brand-meta{flex-direction:column;line-height:1.1;display:flex}.brand-meta small{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:600}.nav{align-items:center;gap:22px;display:flex}.nav a{color:var(--muted);font-size:.94rem;font-weight:600}.nav a:hover,.nav a[aria-current=page]{color:var(--text)}.header-actions{align-items:center;gap:12px;display:flex}.lang-switch{border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:4px;display:inline-flex}.lang-switch a{color:var(--muted);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:800}.lang-switch a[aria-current=true]{background:var(--accent);color:var(--accent-ink)}.hero{padding:88px 0 36px}.hero h1{max-width:14ch;font-size:clamp(3.1rem,8vw,6.4rem)}.hero-copy{grid-template-columns:1.3fr .9fr;align-items:end;gap:48px;margin-top:28px;display:grid}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.stats{border:1px solid var(--line);border-radius:var(--radius);background:var(--line);grid-template-columns:repeat(3,1fr);gap:1px;margin:72px 0 8px;display:grid;overflow:hidden}.stat{background:var(--surface);padding:28px}.stat strong{font-family:var(--font-serif);color:var(--accent);margin-bottom:8px;font-size:2.2rem;font-weight:400;display:block}.stat span{color:var(--muted);font-size:.95rem}.section{padding:92px 0}.section-head{grid-template-columns:1fr 1fr;align-items:end;gap:32px;margin-bottom:40px;display:grid}.section h2{font-size:clamp(2.2rem,4vw,3.6rem)}.grid-2,.grid-3,.grid-4{gap:16px;display:grid}.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);height:100%;padding:26px}.card h3{margin:10px 0;font-size:1.25rem}.card p,.card .muted{color:var(--muted)}.index{background:var(--surface-2);width:34px;height:34px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.tag{color:var(--copper);letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:800;display:inline-block}.cta-band{border:1px solid var(--line);background:linear-gradient(135deg, #c6f04d14, transparent 45%), var(--surface);border-radius:28px;grid-template-columns:1.4fr auto;align-items:center;gap:24px;padding:36px;display:grid}.cta-band h2{margin-bottom:12px;font-size:clamp(2rem,4vw,3.2rem)}.page-hero{padding:72px 0 24px}.page-hero h1{max-width:16ch;font-size:clamp(2.8rem,6vw,5rem)}.page-hero .lead{margin-top:20px}.site-footer{border-top:1px solid var(--line);color:var(--muted);padding:36px 0 48px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}.form{border:1px solid var(--line);background:var(--surface);border-radius:24px;gap:14px;padding:28px;display:grid}label{gap:8px;font-size:.88rem;font-weight:700;display:grid}input,textarea{border:1px solid var(--line);background:var(--bg);width:100%;color:var(--text);font:inherit;border-radius:12px;padding:14px}textarea{resize:vertical;min-height:140px}input:focus,textarea:focus{border-color:var(--accent);outline:2px solid #c6f04d59}.form-note{color:var(--muted);font-size:.92rem}.form-note a{color:var(--accent);text-decoration:underline}@media (width<=900px){.hero-copy,.section-head,.cta-band,.grid-2,.grid-3,.grid-4,.stats{grid-template-columns:1fr}.header-inner{flex-wrap:wrap}.nav{order:3;width:100%;padding:0 0 14px;overflow-x:auto}.hero{padding-top:56px}}
