:root{--bg:#f6f8fb;--card:#fff;--text:#111827;--muted:#64748b;--line:#dbe3ef;--blue:#1677ff;--green:#22c55e;--dark:#0f172a}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}.topbar{background:var(--dark);color:#fff;text-align:center;font-size:13px;line-height:36px}.header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 46px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{font-size:27px;font-weight:800;color:var(--blue)}.nav{display:flex;justify-content:center;gap:21px;flex:1;color:#334155;font-size:14px}.actions{display:flex;gap:10px}button,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text);font-weight:700;cursor:pointer}.btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.btn.secondary{color:var(--blue);border-color:#bfdbfe}.hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);gap:36px;align-items:center;min-height:560px;padding:56px 48px 40px;background:linear-gradient(180deg,#fff 0%,#eef6ff 100%)}.hero-copy{max-width:630px}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1{margin:0;font-size:56px;line-height:1.02;letter-spacing:0}h2{margin:0;font-size:30px;letter-spacing:0}h3{margin:0;font-size:17px}.lead,.feature-band p,.trust p,.footer p,.product-info p,.category p,.template-grid p{color:var(--muted);line-height:1.6}.lead{max-width:560px;font-size:18px}.hero-buttons{display:flex;gap:12px;margin-top:28px}.hero-stage{position:relative;min-height:420px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(22,119,255,.12),rgba(34,197,94,.12)),#fff;overflow:hidden}.ps5,.switch,.dock,.controller{position:absolute;border-radius:8px;box-shadow:0 22px 55px rgba(15,23,42,.16)}.ps5{left:14%;bottom:18%;width:120px;height:250px;background:linear-gradient(90deg,#eef2f7 0 26%,#111827 26% 40%,#f8fafc 40% 100%)}.switch{right:14%;bottom:20%;width:190px;height:120px;background:linear-gradient(90deg,#1677ff 0 15%,#111827 15% 85%,#22c55e 85% 100%)}.dock{left:28%;bottom:10%;width:270px;height:56px;background:#dbeafe}.controller{right:22%;top:18%;width:180px;height:100px;border-radius:46px;background:radial-gradient(circle at 30% 45%,#1677ff 0 8%,transparent 9%),radial-gradient(circle at 70% 45%,#22c55e 0 8%,transparent 9%),#f8fafc}.cable{position:absolute;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--green),transparent);opacity:.7}.cable-one{left:32%;top:37%;width:280px;transform:rotate(-16deg)}.cable-two{right:20%;bottom:38%;width:240px;transform:rotate(22deg)}.section{padding:56px 48px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-title a{color:var(--blue);font-weight:700}.category-grid,.product-grid,.trust,.template-grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.category{min-height:138px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff}.category span{display:block;margin-bottom:12px;color:var(--blue);font-size:13px;font-weight:800}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--card)}.product-visual{height:220px;background:linear-gradient(135deg,#eff6ff,#ecfdf5)}.visual-fan{background:radial-gradient(circle at 50% 50%,#1677ff 0 16%,#0f172a 17% 28%,transparent 29%),#e8f3ff}.visual-charger{background:linear-gradient(135deg,#f8fafc,#dcfce7)}.visual-switch{background:linear-gradient(135deg,#dbeafe,#dcfce7)}.product-info{padding:18px}.tag{display:inline-flex;margin-bottom:12px;padding:5px 9px;border-radius:999px;background:#dbeafe;color:var(--blue);font-size:12px;font-weight:800}.tag.green{background:#dcfce7;color:#15803d}.price{display:flex;align-items:center;gap:10px}.price strong{color:var(--blue)}.price del{color:#94a3b8}.feature-band{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:28px;align-items:center;padding:64px 48px;background:#fff}.setup-card{padding:28px;border:1px solid var(--line);border-radius:8px;background:#f8fafc}.setup-card li{margin:12px 0;color:#475569}.trust{grid-template-columns:repeat(4,minmax(0,1fr))}.trust div,.template-grid div{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff}.template-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.footer{display:flex;justify-content:space-between;gap:28px;padding:42px 48px;background:var(--dark);color:#fff}.footer-links{display:flex;gap:16px;flex-wrap:wrap}.footer a{color:#cbd5e1}@media(max-width:960px){.header{align-items:flex-start;flex-direction:column;padding:16px 20px}.nav{justify-content:flex-start;flex-wrap:wrap}.hero,.feature-band{grid-template-columns:1fr;padding:36px 20px}h1{font-size:40px}.section{padding:40px 20px}.category-grid,.product-grid,.trust,.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{flex-direction:column;padding:32px 20px}}@media(max-width:560px){.hero-buttons{flex-direction:column}.category-grid,.product-grid,.trust,.template-grid{grid-template-columns:1fr}.hero-stage{min-height:320px}.nav{gap:12px}.actions{width:100%}.actions button{flex:1}}
.page-hero{padding:64px 48px;background:linear-gradient(180deg,#fff,#eef6ff);border-bottom:1px solid var(--line)}.page-hero.compact h1{max-width:900px}.page-hero.compact p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:18px;line-height:1.65}.catalog-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;padding:42px 48px}.filters{padding:22px;border:1px solid var(--line);border-radius:8px;background:#fff;height:max-content}.filters h2{font-size:20px;margin-bottom:18px}.filters label{display:block;margin:16px 0}.filters span{display:block;margin-bottom:8px;color:#475569;font-weight:700}.filters select,.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text)}.product-page{display:grid;grid-template-columns:minmax(0,1fr) 460px;gap:34px;padding:48px;background:#fff}.product-gallery,.buy-box{border:1px solid var(--line);border-radius:8px;background:#fff}.product-gallery{padding:18px}.product-hero-image{height:480px;border-radius:6px}.thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.thumb-row span{height:74px;border:1px solid var(--line);border-radius:6px;background:#f8fafc}.buy-box{padding:28px;height:max-content}.stars{margin:14px 0;color:#f59e0b}.stars span{color:var(--muted)}.product-price{display:flex;align-items:center;gap:12px;margin:16px 0;font-size:22px}.product-price strong{color:var(--blue)}.product-price del{color:#94a3b8}.compat{padding:14px;border:1px solid #bfdbfe;border-radius:6px;background:#eff6ff}.wide{width:100%;margin-top:12px}.primary-btn{min-height:46px;border:1px solid var(--blue);border-radius:6px;background:var(--blue);color:#fff;font-weight:800}.secondary-btn{min-height:46px;border:1px solid #bfdbfe;border-radius:6px;background:#fff;color:var(--blue);font-weight:800}.payment-note{font-size:13px;color:var(--muted)}.detail-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.detail-tabs>div,.content-page,.faq-list details,.contact-form{padding:24px;border:1px solid var(--line);border-radius:8px;background:#fff}.content-page{max-width:900px;margin:42px auto}.content-page h2{margin-top:22px;font-size:22px}.content-page p{color:var(--muted);line-height:1.7}.faq-list{display:grid;gap:14px;max-width:900px;margin:42px auto;padding:0 20px}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{color:var(--muted);line-height:1.65}.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:42px 48px}.contact-form label{display:block;margin-bottom:16px;font-weight:700}.contact-form input,.contact-form textarea{margin-top:8px;font:inherit}@media(max-width:960px){.catalog-layout,.product-page,.contact-grid{grid-template-columns:1fr;padding:28px 20px}.page-hero{padding:42px 20px}.detail-tabs{grid-template-columns:1fr}.product-hero-image{height:340px}}
.product-data-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;background:#f8fafc}.product-data-strip div,.selection-note{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.product-data-strip p{margin-bottom:0;color:var(--muted)}.bundle-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.bundle-row a{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);font-weight:800}.selection-note{margin-top:24px}.selection-note p{color:var(--muted);line-height:1.7}@media(max-width:960px){.product-data-strip,.bundle-row{grid-template-columns:1fr}}