:root{--bg: #0b0f14;--bg2: #0f1620;--text: #eaf0f6;--muted: #b7c2ce;--card: rgba(255,255,255,.06);--stroke: rgba(255,255,255,.1);--accent: #2d8cff;--accent2:#1a65c8;--shadow: 0 14px 40px rgba(0,0,0,.45)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;background:radial-gradient(1200px 600px at 70% -10%,rgba(45,140,255,.25),transparent 55%),radial-gradient(900px 500px at 20% 0%,rgba(26,101,200,.18),transparent 55%),linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text)}a{color:inherit;text-decoration:none}a:hover{opacity:.92}.container{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:2.25rem 0 4rem}.nav{position:sticky;top:0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b0f14bf;border-bottom:1px solid var(--stroke);z-index:50}.nav-inner{width:min(1100px,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;gap:1rem}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.2px}.brand img{width:38px;height:38px}.nav-links{display:flex;gap:1.1rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.pill{padding:.55rem .9rem;border:1px solid var(--stroke);border-radius:999px;background:#ffffff08}.pill.active{border-color:#2d8cff8c;background:#2d8cff1f}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:1.3rem;align-items:stretch}@media (max-width: 880px){.hero{grid-template-columns:1fr}}.card{border:1px solid var(--stroke);background:var(--card);border-radius:18px;box-shadow:var(--shadow)}.hero-left{padding:2rem}.hero-right{padding:2rem;display:flex;flex-direction:column;gap:1rem}.kicker{display:inline-flex;align-items:center;gap:.55rem;color:var(--muted);font-weight:600;letter-spacing:.25px;margin-bottom:.8rem}.dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px #2d8cff1f}h1{font-size:clamp(2rem,3.6vw,3.25rem);line-height:1.06;margin:0 0 1rem}.lead{color:var(--muted);font-size:1.05rem;line-height:1.7;margin:0 0 1.4rem}.actions{display:flex;gap:.8rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.72rem 1.05rem;border-radius:12px;border:1px solid var(--stroke);background:#ffffff0a;font-weight:650}.btn.primary{background:linear-gradient(180deg,#2d8cfff2,#1a65c8f2);border-color:#2d8cff8c}.btn:hover{transform:translateY(-1px);transition:transform .12s ease}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.2rem}@media (max-width: 880px){.grid{grid-template-columns:1fr}}.feature{padding:1.25rem}.feature h3{margin:.1rem 0 .6rem}.feature p{margin:0;color:var(--muted);line-height:1.7}.section{margin-top:1.6rem;padding:1.5rem}.section h2{margin:0 0 .8rem}.section p{margin:0;color:var(--muted);line-height:1.7}.list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}@media (max-width: 880px){.list{grid-template-columns:1fr}}.item{padding:1.2rem}.item h3{margin:0 0 .4rem}.item p{margin:0;color:var(--muted);line-height:1.7}.form{display:grid;gap:.9rem;padding:1.5rem}label{display:grid;gap:.35rem;font-weight:650}input,textarea{width:100%;padding:.75rem .85rem;border-radius:12px;border:1px solid var(--stroke);background:#0000002e;color:var(--text);outline:none}textarea{min-height:130px;resize:vertical}.help{color:var(--muted);font-size:.95rem;line-height:1.6}.footer{border-top:1px solid var(--stroke);background:#0b0f1499}.footer-inner{width:min(1100px,calc(100% - 2rem));margin:0 auto;padding:1.4rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem;color:var(--muted)}.small-links{display:flex;gap:.8rem;flex-wrap:wrap}
