:root{
  --bg:#0a0d12;--panel:#111722;--panel2:#161d29;--text:#f4f7fb;--muted:#9ea9b8;--line:#263042;--accent:#61dafb;--accent2:#8bf3c7;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:10;background:rgba(10,13,18,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}.nav-wrap{height:72px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:11px;font-weight:800;font-size:1.08rem}.brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--accent),var(--accent2));display:grid;place-items:center;color:#071014;font-weight:900}.site-header nav{display:flex;gap:26px}.site-header nav a{color:#cbd3de}.site-header nav a:hover{color:#fff}.menu-btn{display:none;background:transparent;border:0;color:#fff;font-size:1.4rem}.hero{padding:90px 0 76px;background:radial-gradient(circle at 80% 10%,rgba(97,218,251,.12),transparent 35%),radial-gradient(circle at 20% 10%,rgba(139,243,199,.08),transparent 28%)}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:center}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.16em;color:var(--accent);margin:0 0 12px}.hero h1{font-size:clamp(2.5rem,6vw,5.2rem);line-height:.98;margin:0 0 24px;max-width:900px}.hero-text{max-width:720px;color:var(--muted);font-size:1.08rem}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;font-weight:800;border:1px solid var(--line);transition:.2s}.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#061012;border:0}.btn.primary:hover{transform:translateY(-1px);filter:brightness(1.05)}.btn.ghost:hover{background:#151c26}.trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:30px;color:#b9c3d0;font-size:.91rem}.hero-card{background:linear-gradient(180deg,#141b26,#0f141d);border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:0 20px 70px rgba(0,0,0,.25)}.hero-card h2{margin:10px 0}.hero-card p{color:var(--muted)}.status-dot{width:12px;height:12px;border-radius:50%;background:var(--accent2);box-shadow:0 0 0 7px rgba(139,243,199,.1)}.catalog{padding:82px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-head h2,.info-section h2,.about h2,.contact h2{font-size:clamp(2rem,4vw,3rem);margin:0}.count-badge{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.9rem}.filters{display:grid;grid-template-columns:1.5fr .7fr .7fr;gap:12px;margin-bottom:28px}.filters input,.filters select{width:100%;background:var(--panel);border:1px solid var(--line);color:var(--text);padding:13px 14px;border-radius:12px;outline:none}.filters input:focus,.filters select:focus{border-color:#4d99ad}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;background:var(--panel);border:1px solid var(--line);border-radius:18px;display:flex;flex-direction:column}.product-card img{width:100%;height:220px;object-fit:cover;background:#0d1118}.product-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.meta{display:flex;gap:8px;flex-wrap:wrap}.chip{font-size:.72rem;padding:5px 8px;border:1px solid var(--line);border-radius:999px;color:#b9c4d2}.product-card h3{margin:0;font-size:1.12rem}.desc{color:var(--muted);font-size:.92rem;margin:0}.price{font-size:1.25rem;font-weight:900;margin-top:auto}.product-actions{display:flex;gap:8px}.product-actions .btn{flex:1;padding:11px}.empty{grid-column:1/-1;padding:50px;text-align:center;border:1px dashed var(--line);border-radius:16px;color:var(--muted)}.info-section{padding:80px 0;background:#0d1118;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:30px}.steps article{background:var(--panel);border:1px solid var(--line);padding:24px;border-radius:18px}.steps span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#17222d;color:var(--accent);font-weight:900}.steps p{color:var(--muted)}.about{padding:80px 0}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start}.about-grid>p{color:var(--muted);font-size:1.05rem;margin-top:38px}.contact{padding:20px 0 90px}.contact-card{background:linear-gradient(135deg,#131d28,#10161f);border:1px solid var(--line);border-radius:22px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact-card p{color:var(--muted);max-width:760px}footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted)}.footer-wrap{display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center}.footer-wrap p{margin:3px 0}.footer-links{display:flex;gap:18px}.legal-page{padding:70px 0;max-width:850px}.legal-page h1{font-size:2.6rem}.legal-page h2{margin-top:32px}.legal-page p,.legal-page li{color:#b6c0cc}
@media(max-width:900px){.hero-grid,.about-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1}.steps{grid-template-columns:1fr}.footer-wrap{grid-template-columns:1fr}.hero{padding-top:64px}}
@media(max-width:640px){.menu-btn{display:block}.site-header nav{display:none;position:absolute;top:72px;left:0;right:0;background:#0e131b;border-bottom:1px solid var(--line);padding:18px;flex-direction:column}.site-header nav.open{display:flex}.product-grid{grid-template-columns:1fr}.filters{grid-template-columns:1fr}.filters input{grid-column:auto}.hero h1{font-size:2.6rem}.contact-card{align-items:flex-start;flex-direction:column}.trust-row{flex-direction:column;gap:8px}.footer-links{flex-direction:column;gap:8px}}
