
:root{--ink:#071018;--navy:#0b1520;--navy2:#101d2b;--gold:#d8b46f;--gold2:#f0d59c;--blue:#5fc7ff;--text:#f4f7fb;--muted:#aab7c6;--line:rgba(255,255,255,.1);--soft:#f4f6f8;--dark:#14202c;--body:#667484;--max:1220px}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"PingFang SC","Microsoft YaHei",sans-serif;background:#f4f6f8;color:var(--dark)}a{text-decoration:none;color:inherit}.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}.top{background:#070d13;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.top .wrap{display:flex;justify-content:space-between;gap:18px;padding:10px 0;flex-wrap:wrap}.nav{position:sticky;top:0;z-index:10;background:rgba(8,15,23,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.nav .wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}.logo img{height:48px;width:auto;max-width:220px}.menu{display:flex;gap:20px;color:var(--muted);font-size:14px;align-items:center}.menu a:hover,.lang a.active{color:white}.navcta{display:flex;gap:10px}.lang{display:flex;gap:8px;align-items:center;color:#7f8c9b;font-size:13px}.lang a{padding:7px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;font-weight:800;border:1px solid rgba(255,255,255,.14);white-space:nowrap}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#1c1508;border:0}.btn.dark{background:#101d2b;color:white}.hero{background:radial-gradient(circle at 15% 20%,rgba(216,180,111,.18),transparent 32%),radial-gradient(circle at 80% 10%,rgba(95,199,255,.16),transparent 28%),linear-gradient(180deg,#081018,#0d1824);color:white;padding:74px 0}.hero.home{padding:78px 0 36px}.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}.badge{display:inline-flex;padding:8px 12px;border:1px solid rgba(216,180,111,.28);border-radius:999px;color:#f8e7c6;background:rgba(216,180,111,.08);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hero h1{font-size:clamp(42px,5vw,70px);line-height:.98;margin:18px 0;letter-spacing:-.055em;max-width:850px}.hero p{font-size:18px;line-height:1.7;color:var(--muted);max-width:760px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}.proof{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.proof div{padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.04);color:var(--muted);font-size:13px}.proof b{display:block;color:var(--text);font-size:20px;margin-bottom:4px}.visual{min-height:460px;border-radius:34px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02));box-shadow:0 30px 90px rgba(0,0,0,.35);position:relative;overflow:hidden}.screen{position:absolute;inset:34px;border-radius:28px;background:linear-gradient(180deg,#172638,#081018);border:1px solid rgba(255,255,255,.12);padding:22px;display:grid;grid-template-rows:auto auto 1fr auto;gap:18px}.screenTop{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.screenTitle{font-size:28px;font-weight:900;line-height:1.08}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{font-size:12px;color:#dce8f5;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);padding:8px 10px;border-radius:999px}.productMock{display:grid;place-items:center;border:1px dashed rgba(216,180,111,.4);border-radius:24px;background:radial-gradient(circle at center,rgba(216,180,111,.22),transparent 42%);text-align:center;font-weight:900;color:#f7e8cb}.section{padding:66px 0}.section.dark{background:#081018;color:white}.head{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:26px}.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#7a8796;font-weight:900;margin-bottom:10px}.dark .eyebrow{color:#d8b46f}.head h2,.section h2{font-size:clamp(30px,3vw,46px);letter-spacing:-.04em;line-height:1.05;margin:0}.lead{color:#667484;line-height:1.65;max-width:760px;margin:12px 0 0}.dark .lead{color:var(--muted)}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card,.prod{background:white;border:1px solid #e3e8ee;border-radius:24px;box-shadow:0 8px 24px rgba(10,20,30,.05)}.card{padding:24px}.card.dark{background:#101d2b;color:white;border-color:rgba(255,255,255,.1)}.card h3{margin:0 0 10px;font-size:21px}.card p,.card li{color:#667484;line-height:1.65;font-size:14px}.card.dark p,.card.dark li{color:#aab7c6}.num{width:42px;height:42px;border-radius:14px;background:#101d2b;color:var(--gold);display:grid;place-items:center;font-weight:900;margin-bottom:18px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.prod{overflow:hidden;display:flex;flex-direction:column}.photo{height:210px;background:#0b1520;display:grid;place-items:center;overflow:hidden}.photo img{width:100%;height:100%;object-fit:cover}.prodBody{padding:18px;display:flex;flex-direction:column;gap:10px;flex:1}.prod h3{font-size:17px;margin:0}.meta{font-size:13px;color:#667484;line-height:1.55}.tags{display:flex;gap:6px;flex-wrap:wrap}.tag{font-size:12px;background:#eef2f6;color:#506070;border-radius:999px;padding:6px 8px}.prod .btn{width:100%;margin-top:auto}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.filter{border:1px solid #d9e0e8;background:white;border-radius:999px;padding:10px 14px;font-weight:800;color:#536273;cursor:pointer}.filter.active{background:#101d2b;color:#f0d59c}.table{width:100%;border-collapse:collapse;background:white;border-radius:20px;overflow:hidden}.table th,.table td{padding:16px;border-bottom:1px solid #e7ecf2;text-align:left;font-size:14px}.table th{background:#101d2b;color:white}.footer{background:#060b10;color:#8592a1;padding:40px 0}.footerGrid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:30px}.footer a{display:block;color:#8592a1;line-height:2}.footer h4{color:#fff;margin:0 0 10px}.edit-note{background:#fff7e6;border:1px solid #f0d59c;border-radius:20px;padding:18px;color:#5a4318;line-height:1.65}@media(max-width:980px){.menu{display:none}.navcta{display:none}.heroGrid,.grid2,.grid3,.grid4,.products,.footerGrid{grid-template-columns:1fr}.proof{grid-template-columns:1fr}.visual{min-height:380px}.head{display:block}.btn{width:100%}.actions{flex-direction:column}.lang{margin-left:auto}}
