:root{--bg:#0e1014;--panel:#151a22;--line:rgba(255,255,255,.08);--text:#f7f1e7;--muted:#c2b6a8;--accent:#cf2338;--cta:#ffcc66}
*{box-sizing:border-box}html,body{margin:0;background:radial-gradient(circle at top,#1b1015 0,#0e1014 42%),var(--bg);color:var(--text);font-family:"Noto Sans SC",system-ui,sans-serif}
a{text-decoration:none;color:inherit}.header,.footer,.section,.hero{width:min(1180px,calc(100% - 32px));margin:0 auto}
.header{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;background:linear-gradient(180deg,rgba(14,16,20,.96),rgba(14,16,20,.72));backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px}.brand img{width:50px;height:50px;object-fit:contain}.brand strong,.footer strong{display:block}.brand span,.eyebrow,.footer p{color:var(--muted)}nav{display:flex;gap:14px;flex-wrap:wrap}.header-cta,.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;font-weight:700;border:1px solid transparent}.header-cta,.btn-primary{background:linear-gradient(135deg,var(--accent),var(--cta));color:#fff}.btn-secondary{background:rgba(255,255,255,.04);border-color:var(--line)}
.hero{display:grid;grid-template-columns:1fr .98fr;gap:26px;padding:28px 0 16px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--muted)}.hero h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:.15em 0 .3em}.hero p{color:var(--muted);line-height:1.76;margin:.55em 0}.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.hero-visual{position:relative;min-height:380px}.hero-image{border-radius:24px;border:1px solid var(--line);box-shadow:0 24px 48px rgba(0,0,0,.32);object-fit:cover}.hero-image.main{width:74%;height:360px}.hero-image.small{position:absolute;right:0;bottom:8%;width:38%;height:220px}
.section{padding:24px 0}.section-head h2{margin:.15em 0 .35em;font-size:clamp(24px,3vw,34px)}.step-grid,.split{display:grid;gap:16px}.step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.step-card,.panel{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:22px;padding:18px}.step-card span{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:rgba(255,204,102,.14);color:#ffd98a;font-weight:800;margin-bottom:10px}.split{grid-template-columns:1fr 1fr}.footer{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:28px 0 36px;border-top:1px solid var(--line);margin-top:24px}.footer-links{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width:960px){.step-grid{grid-template-columns:1fr}.hero,.split{grid-template-columns:1fr}.header{position:static;flex-wrap:wrap}.hero-visual{min-height:auto}.hero-image.main{width:100%;height:auto}.hero-image.small{position:static;width:56%;height:auto;margin:-36px 0 0 auto}.footer{flex-direction:column}}
@media (max-width:640px){.header,.footer,.section,.hero{width:min(100% - 20px,1180px)}.cta-row,.footer-links{flex-direction:column;align-items:stretch}.header-cta,.btn{width:100%}.hero h1{font-size:32px}.hero-image.small{width:68%}}
