:root{--bg:#16161a;--bg-elev:#1e1e23;--card:#242429;--media:#1b1b20;--text:#f4f4f6;--muted:#9b9ba4;--border:#2d2d33;--white:#ffffff;--accent:#ff6a00;--accent-hover:#e85e00;--green:#16a34a}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:var(--white);color:#16161a;box-shadow:0 1px rgba(0,0,0,6%),0 2px 12px rgba(0,0,0,6%)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:20px;letter-spacing:.02em}.brand-logo{height:36px;width:auto}.brand-name{color:#16161a}.site-nav{display:flex;gap:20px}.site-nav a{font-weight:600;color:#3f3f46;font-size:14px}.site-nav a:hover{color:#16161a}.hero{padding:48px 0 8px;text-align:center}.hero-title{font-size:40px;margin:0 0 8px;font-weight:800}.hero-subtitle{color:var(--muted);font-size:17px;max-width:560px;margin:0 auto}.section-heading{margin:32px 0 20px}.section-heading h1,.section-heading h2{font-size:26px;margin:0;font-weight:800}.section-heading p{color:var(--muted);margin:6px 0 0}.trust{padding:24px 0 8px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px}.trust-item h3{margin:0 0 6px;font-size:16px;font-weight:700;color:var(--accent)}.trust-item p{margin:0;font-size:13px;color:var(--muted);line-height:1.5}@media(max-width:900px){.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.trust-grid{grid-template-columns:1fr}}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:16px 0 56px}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}}.product-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.4);border-color:#3a3a42}.product-card.featured{border:2px dashed var(--accent)}.product-card-link{display:block;color:inherit}.product-media{background:var(--media);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:20px}.product-media img{max-width:100%;max-height:100%;object-fit:contain}.product-media-placeholder{color:var(--muted);font-size:14px}.featured-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:999px;text-transform:uppercase}.product-info{padding:16px 16px 10px}.product-title{margin:0;font-size:16px;font-weight:700}.product-summary{margin:6px 0 0;font-size:13px;color:var(--muted)}.product-price{background:var(--white);color:#16161a;margin-top:10px;padding:12px 16px;display:flex;align-items:baseline;gap:8px}.price-value{font-size:18px;font-weight:800}.price-old{font-size:13px;color:#71717a;text-decoration:line-through}.product-single{padding:32px 0 64px}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:20px}.back-link:hover{color:var(--text)}.product-single-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media(max-width:820px){.product-single-layout{grid-template-columns:1fr}}.product-single-media{background:var(--media);border:1px solid var(--border);border-radius:16px;padding:40px;display:flex;align-items:center;justify-content:center}.product-single-media img{max-width:100%;height:auto}.product-single-info{padding-top:8px}.product-single-title{font-size:32px;font-weight:800;margin:0 0 8px;line-height:1.2}.product-single-summary{color:var(--muted);font-size:16px;margin:0 0 16px}.product-specs{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:8px}.product-specs li{position:relative;padding-left:22px;font-size:15px}.product-specs li::before{content:"";position:absolute;left:0;top:7px;width:10px;height:10px;border-radius:3px;background:var(--accent)}.product-single-price{font-size:30px;font-weight:800;margin-bottom:4px}.product-single-oldprice{color:var(--muted);text-decoration:line-through;font-size:16px;margin-bottom:20px}.affiliate-block{margin-top:20px}.cta-button{display:flex;align-items:center;justify-content:center;width:100%;gap:10px;background:var(--accent);color:#fff;font-weight:800;font-size:16px;letter-spacing:.02em;padding:16px 28px;border-radius:12px;transition:background .15s ease,transform .15s ease}.cta-button:hover{background:var(--accent-hover);transform:translateY(-2px)}.cta-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:var(--green);color:#fff;padding:3px 8px;border-radius:6px}.affiliate-note{display:flex;align-items:center;gap:8px;margin:12px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}.product-single-media img{width:100%}.product-gallery{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.gallery-thumb{width:64px;height:64px;padding:0;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--media);cursor:pointer;transition:border-color .15s ease}.gallery-thumb:hover{border-color:var(--accent)}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.product-single-body{margin-top:40px;max-width:none;font-size:15px;color:var(--text);columns:2;column-gap:48px}.product-single-body>p:first-of-type{column-span:all}.product-single-body h2{font-size:20px;font-weight:800;letter-spacing:.01em;margin:32px 0 16px;padding:12px 16px;column-span:all;background:var(--bg-elev);border-left:4px solid var(--accent);border-radius:8px}.product-single-body h3{font-size:16px;font-weight:700;margin:16px 0 4px;break-inside:avoid}.product-single-body p{margin:8px 0;break-inside:avoid}.product-single-body ul{margin:8px 0;padding-left:20px}.product-single-body li{margin:4px 0;break-inside:avoid}.product-single-body strong{color:#fff}.product-single-body a{color:var(--accent)}.product-single-body blockquote{margin:12px 0;padding:12px 16px;border-left:3px solid var(--accent);background:var(--bg-elev);border-radius:0 8px 8px 0;color:var(--muted);break-inside:avoid}.product-single-body blockquote p{margin:0}.product-single-body blockquote:last-of-type{column-span:all}.product-videos{margin-top:40px}.product-videos h2{font-size:20px;font-weight:800;letter-spacing:.01em;margin:0 0 16px;padding:12px 16px;background:var(--bg-elev);border-left:4px solid var(--accent);border-radius:8px}.product-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-video{position:relative;aspect-ratio:16/9;background:var(--media);border:1px solid var(--border);border-radius:12px;overflow:hidden}.product-video iframe{width:100%;height:100%;border:0}@media(max-width:640px){.product-video-grid{grid-template-columns:1fr}}.site-footer{border-top:1px solid var(--border);padding:24px 0;text-align:center;color:var(--muted);font-size:13px}.site-footer p{margin:0}@media(max-width:860px){.product-single-body{columns:1}}@media(max-width:640px){.container{padding:0 16px}.site-header-inner{height:56px}.brand{font-size:17px;gap:8px}.brand-logo{height:30px}.site-nav{gap:12px}.site-nav a{font-size:13px}.hero{padding:32px 0 4px}.hero-title{font-size:26px}.hero-subtitle{font-size:15px}.section-heading{margin:24px 0 16px}.section-heading h1,.section-heading h2{font-size:21px}.product-grid{gap:16px;padding:12px 0 40px}.product-single{padding:20px 0 48px}.product-single-media{padding:20px}.product-single-title{font-size:24px}.product-single-price{font-size:24px}.gallery-thumb{width:52px;height:52px}.product-single-body{margin-top:28px}}