
:root {
  --bg: #f6f6f3;
  --surface: #ffffff;
  --surface-2: #eef2ef;
  --text: #17332e;
  --muted: #5f736f;
  --border: #d7dfdc;
  --primary: #153a34;
  --primary-2: #1f4d45;
  --accent: #f16529;
  --accent-2: #ff7a3d;
  --success: #2a7f62;
  --shadow: 0 12px 32px rgba(21,58,52,.08);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}
.topbar{background:var(--primary);color:#fff;font-size:14px}
.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:10px 0;align-items:center}
.topbar-links,.topbar-meta{display:flex;gap:18px;flex-wrap:wrap}
.header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}
.header-row{display:grid;grid-template-columns:220px 160px 1fr 220px;gap:14px;align-items:center;padding:16px 0}
.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:28px;letter-spacing:-.04em}
.logo-mark{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,var(--accent),#ff9a55);position:relative;box-shadow:var(--shadow)}
.logo-mark:before,.logo-mark:after{content:'';position:absolute;background:#fff;border-radius:999px}
.logo-mark:before{width:22px;height:8px;left:12px;top:13px;transform:rotate(-28deg)}
.logo-mark:after{width:18px;height:8px;left:16px;top:24px;transform:rotate(28deg)}
.catalog-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--accent);color:#fff;padding:14px 18px;border-radius:16px;font-weight:700}
.burger{width:18px;height:12px;display:grid;gap:3px}.burger span{display:block;background:#fff;border-radius:999px}
.search{display:flex;align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:18px;padding:8px}
.search input{flex:1;border:0;background:transparent;padding:10px 12px;color:var(--text);outline:none}
.search button{border:0;background:var(--primary);color:#fff;border-radius:14px;padding:12px 18px;font-weight:700;cursor:pointer}
.header-actions{display:flex;justify-content:flex-end;gap:10px}
.icon-pill{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:16px;background:#fff;color:var(--text);font-weight:600}
.icon{width:22px;height:22px;border-radius:999px;background:var(--surface-2);display:grid;place-items:center;font-size:12px}
.nav{background:#fff}
.nav .container{display:flex;gap:22px;overflow:auto;padding:12px 0;color:var(--muted);font-weight:600}
.hero{padding:26px 0 22px}
.hero-grid{display:grid;grid-template-columns:1.45fr .8fr;gap:18px}
.hero-main,.hero-side{border-radius:28px;overflow:hidden;position:relative;min-height:340px;box-shadow:var(--shadow)}
.hero-main{background:radial-gradient(circle at top right, rgba(255,255,255,.2), transparent 30%),linear-gradient(135deg,#143b35,#24534b 55%,#1a433d)}
.hero-side{background:linear-gradient(180deg,#fff,#f2f5f3)}
.hero-copy{padding:38px;max-width:560px;color:#fff;position:relative;z-index:2}
.hero-copy .eyebrow,.mini-banner .eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);font-size:13px;font-weight:700;margin-bottom:18px}
.hero-copy h1{margin:0 0 14px;font-size:clamp(36px,4.2vw,66px);line-height:.98;letter-spacing:-.05em}
.hero-copy p{margin:0 0 24px;color:#d7e3df;font-size:18px;max-width:48ch}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:16px;font-weight:700}
.btn-primary{background:var(--accent);color:#fff}
.btn-secondary{background:#fff;color:var(--text)}
.hero-device{position:absolute;right:26px;bottom:0;width:290px;height:290px}
.laptop{position:absolute;right:20px;bottom:28px;width:230px;height:140px;border-radius:18px;background:#0d231f;border:8px solid #e7ecea;box-shadow:0 24px 40px rgba(0,0,0,.28)}
.laptop:before{content:'';position:absolute;inset:14px;border-radius:10px;background:linear-gradient(135deg,#f16529,#ffc46d)}
.laptop:after{content:'';position:absolute;left:-28px;right:-28px;bottom:-18px;height:18px;border-radius:0 0 30px 30px;background:#d2dbd8}
.phone{position:absolute;right:190px;bottom:44px;width:78px;height:156px;border-radius:24px;background:#102521;border:5px solid #ecf1ef;transform:rotate(-12deg);box-shadow:0 22px 36px rgba(0,0,0,.22)}
.phone:before{content:'';position:absolute;inset:8px;border-radius:17px;background:linear-gradient(180deg,#fe7a46,#feaf73)}
.watch{position:absolute;right:120px;bottom:160px;width:72px;height:72px;border-radius:22px;background:#f5f7f6;border:10px solid #143b35;transform:rotate(15deg)}
.hero-side-inner{padding:28px;display:flex;flex-direction:column;height:100%}
.hero-side h3{font-size:30px;line-height:1.03;letter-spacing:-.04em;margin:10px 0 12px}
.hero-side p{color:var(--muted);margin:0 0 18px}
.side-card{margin-top:auto;border-radius:22px;background:linear-gradient(135deg,#ffefe7,#fff7f2);padding:20px;border:1px solid #ffd2bf}
.side-card strong{display:block;font-size:32px;margin-bottom:6px}
.section{padding:18px 0 28px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:18px}
.section-head h2{margin:0;font-size:34px;letter-spacing:-.04em}
.section-head a{color:var(--accent);font-weight:700}
.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;display:grid;grid-template-columns:72px 1fr;gap:16px;align-items:center;box-shadow:var(--shadow)}
.category-visual{width:72px;height:72px;border-radius:22px;background:linear-gradient(180deg,#edf4f1,#dfeae6);position:relative;overflow:hidden}
.visual-tv:before{content:'';position:absolute;inset:14px 10px 20px;border-radius:12px;background:linear-gradient(135deg,#ff7b44,#ffc977)}
.visual-tv:after{content:'';position:absolute;width:20px;height:6px;background:#204740;left:26px;bottom:10px;border-radius:999px}
.visual-phone:before{content:'';position:absolute;inset:10px 20px;border-radius:16px;background:linear-gradient(180deg,#2f655b,#102521)}
.visual-phone:after{content:'';position:absolute;width:10px;height:10px;border-radius:999px;background:#ff7a3d;bottom:8px;left:31px}
.visual-fridge:before{content:'';position:absolute;inset:8px 18px;border-radius:14px;background:#fff;border:2px solid #ccdad5}
.visual-fridge:after{content:'';position:absolute;width:2px;height:38px;background:#ccdad5;left:35px;top:17px}
.visual-pods:before,.visual-pods:after{content:'';position:absolute;width:18px;height:28px;background:#fff;border:2px solid #ccdad5;border-radius:12px;top:18px}
.visual-pods:before{left:16px;transform:rotate(-10deg)}
.visual-pods:after{right:16px;transform:rotate(10deg)}
.category-card h3{margin:0 0 4px;font-size:18px}.category-card p{margin:0;color:var(--muted);font-size:14px}
.promo-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:14px}
.promo{border-radius:24px;padding:26px;min-height:200px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.promo.dark{background:linear-gradient(135deg,#173630,#224d45);color:#fff}
.promo.light{background:#fff;border:1px solid var(--border)}
.promo.orange{background:linear-gradient(135deg,#f16529,#ff8b58);color:#fff}
.promo h3{margin:0 0 10px;font-size:30px;line-height:1.02;letter-spacing:-.04em;max-width:11ch}
.promo p{margin:0;color:inherit;opacity:.88;max-width:24ch}
.promo-shape{position:absolute;right:-20px;bottom:-20px;width:140px;height:140px;border-radius:36px;background:rgba(255,255,255,.16);transform:rotate(25deg)}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:16px;display:flex;flex-direction:column;gap:14px;box-shadow:var(--shadow)}
.badge-row{display:flex;justify-content:space-between;align-items:center;gap:10px}
.badge{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff1ea;color:var(--accent);font-size:12px;font-weight:800}
.product-visual{height:200px;border-radius:20px;background:linear-gradient(180deg,#f4f7f6,#e9efec);position:relative;overflow:hidden}
.pv-laptop:before{content:'';position:absolute;left:42px;top:44px;width:140px;height:88px;border-radius:14px;background:#132f2a;border:7px solid #fff}
.pv-laptop:after{content:'';position:absolute;left:24px;right:24px;bottom:38px;height:12px;border-radius:999px;background:#cfd9d5}
.pv-phone:before{content:'';position:absolute;left:78px;top:18px;width:72px;height:154px;border-radius:24px;background:linear-gradient(180deg,#214b43,#102521);border:5px solid #fff}
.pv-phone:after{content:'';position:absolute;left:104px;bottom:26px;width:18px;height:18px;border-radius:999px;background:#f16529}
.pv-tv:before{content:'';position:absolute;inset:36px 18px 48px;border-radius:16px;background:linear-gradient(135deg,#ff7641,#ffd36f)}
.pv-tv:after{content:'';position:absolute;left:90px;bottom:28px;width:48px;height:10px;border-radius:999px;background:#254940}
.pv-headphones:before{content:'';position:absolute;left:56px;top:34px;width:88px;height:88px;border:12px solid #1d433c;border-bottom-color:transparent;border-radius:120px 120px 0 0}
.pv-headphones:after{content:'';position:absolute;left:48px;top:104px;width:104px;height:56px;border-radius:30px;background:linear-gradient(180deg,#fff,#dfe7e4);box-shadow:inset 0 0 0 12px #24473f}
.price{font-size:30px;font-weight:800;letter-spacing:-.04em}.old-price{color:#97a6a2;text-decoration:line-through;font-size:14px}
.product-card h3{margin:0;font-size:18px;line-height:1.2}.product-card p{margin:0;color:var(--muted);font-size:14px}.product-actions{display:flex;gap:10px;margin-top:auto}.product-actions .btn{flex:1;padding:12px 14px;border-radius:14px}
.footer{background:var(--primary);color:#d7e3df;margin-top:36px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:36px 0}
.footer h4{margin:0 0 10px;color:#fff}.footer p,.footer a{color:#c7d5d1}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.breadcrumbs{display:flex;gap:10px;color:var(--muted);font-size:14px;padding:18px 0}.breadcrumbs span{color:#a1afab}
.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:18px;padding-bottom:24px}
.filters,.product-detail-card,.info-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}
.filters{padding:20px;position:sticky;top:118px;height:max-content}.filter-group{padding:14px 0;border-bottom:1px solid var(--border)}.filter-group:last-child{border-bottom:0}.filter-group h4{margin:0 0 12px}.check{display:flex;align-items:center;gap:10px;margin:10px 0;color:var(--muted)}
.catalog-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.sort{display:flex;gap:10px;align-items:center;color:var(--muted)}.sort select{padding:12px 14px;border:1px solid var(--border);border-radius:14px;background:#fff}
.detail-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;padding-bottom:24px}.gallery{background:#fff;border:1px solid var(--border);border-radius:28px;padding:20px;box-shadow:var(--shadow)}
.main-visual{height:420px;border-radius:24px;background:linear-gradient(180deg,#f4f7f6,#e6edea);position:relative;overflow:hidden}
.main-visual .speaker{position:absolute;width:170px;height:290px;border-radius:44px;background:linear-gradient(180deg,#264f46,#112823);top:68px;left:110px;box-shadow:20px 18px 32px rgba(0,0,0,.14)}
.main-visual .speaker:before,.main-visual .speaker:after{content:'';position:absolute;border-radius:999px;background:#182f2a;border:10px solid #edf2f0}
.main-visual .speaker:before{width:72px;height:72px;left:48px;top:42px}.main-visual .speaker:after{width:90px;height:90px;left:40px;bottom:36px}
.main-visual .speaker.second{left:300px;top:54px;transform:scale(.9)}
.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:14px}.thumb{height:88px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(180deg,#f8fbfa,#edf2f0)}
.product-detail-card{padding:24px}.stars{color:#ff8d4d;font-size:14px}.specs{display:grid;gap:12px;margin:20px 0}.spec{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border);color:var(--muted)}.spec strong{color:var(--text)}
.buy-box{display:grid;gap:12px;padding:18px;border-radius:20px;background:var(--surface-2)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:12px 0 30px}.info-card{padding:20px}.info-card h3{margin:0 0 10px}
.page-hero{background:linear-gradient(135deg,#173630,#224d45);color:#fff;border-radius:28px;padding:30px;box-shadow:var(--shadow);margin-bottom:18px}.page-hero p{color:#d1e1dd;max-width:60ch}
@media (max-width: 1120px){.header-row{grid-template-columns:1fr 1fr;}.hero-grid,.promo-grid,.detail-layout,.catalog-layout,.footer-grid,.categories,.products,.info-grid{grid-template-columns:1fr 1fr}.filters{position:static}}
@media (max-width: 760px){.header-row{grid-template-columns:1fr;}.header-actions{justify-content:stretch;display:grid;grid-template-columns:1fr 1fr}.hero-grid,.promo-grid,.categories,.products,.catalog-layout,.detail-layout,.footer-grid,.info-grid{grid-template-columns:1fr}.hero-main,.hero-side{min-height:auto}.hero-copy{padding:28px}.hero-device{position:relative;right:auto;bottom:auto;width:auto;height:220px;margin:0 24px 12px}.laptop{right:0;left:50%;transform:translateX(-10%)}.phone{right:auto;left:10%}.watch{right:15%;bottom:150px}.nav .container,.topbar .container{padding-inline:16px;width:100%}.container{width:min(var(--container),calc(100% - 24px))}.section-head{align-items:start;flex-direction:column}.catalog-btn{order:3}.icon-pill{justify-content:center}}
