*{box-sizing:border-box;scroll-behavior:smooth}:root{--bg:#0b0b0e;--section:hsla(0,0%,100%,.02);--surface:hsla(0,0%,100%,.08);--border:hsla(0,0%,100%,.14);--text:#fff;--muted:hsla(0,0%,100%,.7);--accent:#7cffb2}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}section{padding:120px 24px 80px}.section-muted{background:var(--section)}.container{max-width:1100px;margin:0 auto}h1,h2,h3{font-family:Inter,system-ui,sans-serif;letter-spacing:-.02em}h1{font-size:88px;line-height:1.02;font-weight:800;margin-bottom:24px}h2{font-size:44px;font-weight:700;line-height:1.15;margin-bottom:32px;letter-spacing:-.015em}h3{font-size:22px;margin-bottom:12px}p{color:var(--muted);line-height:1.6}header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(10,10,15,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 24px}.nav-links{display:flex;gap:24px}.nav-links a{opacity:.8;transition:color .2s ease,opacity .2s ease}.nav-links a:hover{opacity:1;color:var(--accent)}.button{background:var(--accent);color:#0b0b0e;padding:14px 18px;border-radius:12px;border:none;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.button:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(124,255,178,.25);opacity:.95}.form{display:grid;grid-gap:16px;gap:16px;max-width:420px}input,textarea{padding:14px 16px;border-radius:10px;border:1px solid var(--border);background:hsla(0,0%,100%,.06);color:var(--text);font-size:16px}input::placeholder,textarea::placeholder{color:hsla(0,0%,100%,.5)}.card{background:linear-gradient(180deg,hsla(0,0%,100%,.1),var(--surface));border:1px solid var(--border);border-radius:18px;padding:32px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);border-color:rgba(124,255,178,.5);box-shadow:0 16px 40px rgba(0,0,0,.5)}.hero-title{background:linear-gradient(90deg,#fff 0,var(--accent) 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width:768px){h1{font-size:44px;line-height:1.1}h2{font-size:28px}p{font-size:16px}.container{padding:0 8px}section{padding:80px 16px 60px}.card{padding:24px}}.hero-bridge{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width:768px){.hero-bridge{grid-template-columns:1fr;margin-top:40px}}.section-title{position:relative;display:inline-block}.section-title:after{content:"";position:absolute;left:0;bottom:-12px;width:48px;height:3px;background:var(--accent);border-radius:2px}.section-base{background:var(--bg)}.section-soft{background:hsla(0,0%,100%,.03)}.section-elevated{background:hsla(0,0%,100%,.06)}.input{width:100%;padding:16px;border-radius:12px;background:#262626;color:#fff;border:none;outline:none}.input::placeholder{color:#737373}.input:focus{box-shadow:0 0 0 2px #34f5a1}.button-primary{width:100%;padding:16px;border-radius:12px;background:#34f5a1;color:#000;font-weight:500;transition:background .2s ease}.button-primary:hover{background:#2ee59d}