:root{--bg:#000;--bg-2:#0b0b0b;--text:#fff;--muted:#bdbdbd;--line:#222;--card:#0f0f0f;--accent:#fff;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,Helvetica,sans-serif;background:var(--bg);line-height:1.55}a,body{color:var(--text)}a{text-decoration:none}img{max-width:100%;display:block}.wrap{max-width:1100px;margin:0 auto;padding:0 20px}header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px);background:rgba(0,0,0,.7);border-bottom:1px solid var(--line)}.nav{justify-content:space-between;height:64px}.brand,.nav{display:flex;align-items:center}.brand{font-weight:700;letter-spacing:.4px;gap:10px}.nav-logo{height:128px;width:auto;display:inline-block;margin-right:10px}.menu{display:flex;gap:22px;align-items:center}.menu a{padding:8px 10px;border-radius:10px;color:var(--muted)}.menu a:hover{background:var(--line);color:var(--text)}.burger{display:inline-flex;gap:8px;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--line);border-radius:10px;background:transparent;color:#fff}.burger svg{width:20px;height:20px}.burger,.drawer{display:none}.drawer{border-top:1px solid var(--line);background:var(--bg-2)}.drawer a{display:block;padding:14px 0;border-bottom:1px solid var(--line);color:var(--text)}.drawer a:last-child{border-bottom:0}section{scroll-margin-top:84px;padding:64px 0}.hero{padding:96px 0;background:linear-gradient(180deg,hsla(0,0%,100%,.02),hsla(0,0%,100%,0) 60%)}.hero h1{font-size:clamp(32px,6vw,56px);line-height:1.05;margin:0 0 14px}.lead{color:var(--muted);max-width:700px}.cta{display:inline-block;margin-top:22px;padding:14px 20px;border-radius:12px;border:1px solid var(--accent);font-weight:600;transition:transform .06s ease,background .2s}.cta:hover{background:var(--accent);color:#000}.row{display:grid;grid-gap:24px;gap:24px}.three,.two{grid-template-columns:1fr}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.card .media{background:linear-gradient(135deg,#1f1f1f,#0e0e0e);border:1px solid var(--line);border-radius:14px;aspect-ratio:16/10;margin-bottom:14px;display:grid;place-items:center;color:#999;font-size:14px}.price{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.btn{display:inline-block;padding:10px 14px;border:1px solid var(--line);border-radius:10px;color:#fff}.btn:hover{background:#fff;color:#000}.steps{counter-reset:step}.step{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start;padding:16px 0;border-bottom:1px dashed var(--line)}.step:last-child{border-bottom:0}.bullet{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#111;border:1px solid var(--line);font-weight:700}.muted{color:var(--muted)}form{display:grid;grid-gap:12px;gap:12px}input,textarea{width:100%;padding:12px 14px;border-radius:12px;background:#0e0e0e;border:1px solid var(--line);color:#fff}textarea{min-height:120px;resize:vertical}.submit{background:#fff;color:#000;border:0;cursor:pointer;font-weight:700}.submit:hover{filter:brightness(.9)}footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;padding:28px 0;font-size:14px}@media (max-width:880px){.burger{display:inline-flex}.menu{display:none}.two{grid-template-columns:1fr}}@media (min-width:720px){.two{grid-template-columns:1.1fr 1fr}.three{grid-template-columns:repeat(3,1fr)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta{transition:none}}