:root{--ink:#0b1730;--blue:#246bfe;--soft:#f4f7fc;--muted:#69758a}*{box-sizing:border-box}body{margin:0;font:15px/1.5 Inter,system-ui,sans-serif;color:var(--ink);background:white}a{text-decoration:none;color:inherit}.site-header{height:76px;display:flex;align-items:center;gap:28px;padding:0 max(24px,calc((100% - 1240px)/2));border-bottom:1px solid #e8edf4;position:sticky;top:0;background:#fffc;backdrop-filter:blur(12px);z-index:10}.site-brand{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:900}.site-brand span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#5394ff,#2669ec);color:#fff}.site-header form{display:flex;flex:1;max-width:650px;margin:auto}.site-header input,.hero input{flex:1;border:1px solid #dfe6ef;border-radius:12px 0 0 12px;padding:14px 16px;font-size:15px}.site-header button,.hero button{border:0;border-radius:0 12px 12px 0;background:var(--blue);color:#fff;padding:0 22px;font-weight:750}.hero{min-height:520px;background:radial-gradient(circle at 80% 20%,#cfe0ff,transparent 30%),linear-gradient(135deg,#f4f8ff,#fff);display:grid;grid-template-columns:1.4fr .6fr;gap:50px;align-items:center;padding:70px max(24px,calc((100% - 1240px)/2))}.hero h1{font-size:58px;line-height:1.04;letter-spacing:-2.4px;margin:15px 0}.hero p{font-size:18px;color:var(--muted);max-width:620px}.hero form{display:flex;max-width:650px;margin-top:28px}.eyebrow,.section-head span{font-size:12px;letter-spacing:1.6px;font-weight:850;color:var(--blue)}.hero-card{background:#0c2242;color:white;border-radius:25px;padding:40px;box-shadow:0 28px 70px #0b2c6350;transform:rotate(2deg)}.hero-card>*{display:block}.hero-card strong{font-size:64px;margin:10px 0}.hero-card span{color:#a9c1df}.site-main{max-width:1240px;margin:auto;padding:65px 24px}.section-head h2{font-size:34px;margin:4px 0 25px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid #e7ecf3;border-radius:18px;padding:15px;transition:.2s;background:white}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 45px #152f5518}.product-card .image{height:210px;display:grid;place-items:center;background:#f8fafc;border-radius:13px;margin-bottom:14px}.product-card img{max-width:90%;max-height:90%;object-fit:contain}.product-card small{color:var(--blue);font-weight:750}.product-card h3{font-size:15px;line-height:1.45;height:66px;overflow:hidden}.prices{display:flex;align-items:center;gap:10px}.prices strong{font-size:20px}.prices del{color:#9aa4b3}footer{text-align:center;padding:35px;color:var(--muted);border-top:1px solid #e8edf4}.product-page{max-width:1200px;margin:50px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1.1fr;gap:55px}.product-gallery{height:520px;display:grid;place-items:center;border:1px solid #e5eaf1;border-radius:22px;background:#fafbfd}.product-gallery img{max-width:90%;max-height:90%}.product-info h1{font-size:38px;line-height:1.18}.big-price{font-size:34px;font-weight:900;margin:22px 0}.big-price del{font-size:18px;color:#9aa4b3;margin-left:9px}.buy{display:inline-flex;background:#ff9f1a;color:#172035;padding:15px 25px;border-radius:12px;font-weight:850}.disclaimer{display:block;color:var(--muted);margin-top:10px}.details{grid-column:1/-1;border-top:1px solid #e7ecf3;padding-top:30px}.details li{margin:10px 0}.chart{height:260px;background:#f7f9fc;border-radius:18px;padding:25px}.chart-bars{height:180px;display:flex;align-items:flex-end;gap:5px}.chart-bars span{flex:1;background:linear-gradient(#4d8cff,#246bfe);border-radius:5px 5px 0 0;min-width:3px}.chart-meta{display:flex;justify-content:space-between;margin-top:15px}@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-card{display:none}.hero h1{font-size:45px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.site-header>a:last-child{display:none}}@media(max-width:560px){.site-header{padding:0 14px}.site-header .site-brand{font-size:0}.site-header form button{padding:0 12px}.hero{padding:50px 20px;min-height:430px}.hero h1{font-size:38px}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card{padding:10px}.product-card .image{height:150px}.product-info h1{font-size:28px}.product-gallery{height:340px}}
:root{--bg:#f6f8fc;--card:#fff;--text:#14213d;--muted:#64748b;--border:#e2e8f0;--accent:#2563eb}html[data-theme=dark]{--bg:#0b1220;--card:#111c30;--text:#eaf0ff;--muted:#9fb0c9;--border:#263550;--accent:#60a5fa}body{background:var(--bg);color:var(--text)}.site-header{gap:22px;position:sticky;top:0;z-index:30;background:var(--card);border-bottom:1px solid var(--border)}.site-header nav{display:flex;align-items:center;gap:15px;flex-wrap:wrap}.site-header nav a{color:var(--text);text-decoration:none;font-size:14px}.icon-btn,#langSelect{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:9px;padding:8px}.live-search{position:relative}.search-results{position:absolute;top:48px;left:0;right:0;background:var(--card);border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 50px #0002;overflow:hidden}.search-results a{display:flex;padding:10px;gap:10px;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none}.search-results img{width:44px;height:44px;object-fit:contain}.search-results span{display:flex;flex-direction:column}.page-title{padding:35px 0}.card-actions,.action-row{display:flex;gap:8px;flex-wrap:wrap}.card-actions button,.action-row button,.alert-form button,.review-form button{border:1px solid var(--border);background:var(--card);color:var(--text);padding:9px 12px;border-radius:9px;cursor:pointer}.product-hero{display:grid;grid-template-columns:minmax(320px,1fr) 1fr;gap:45px}.gallery #mainImage{width:100%;height:520px;object-fit:contain;background:var(--card);border-radius:20px}.thumbs{display:flex;gap:8px;margin-top:10px;overflow:auto}.thumbs button{width:70px;height:70px;background:var(--card);border:1px solid var(--border);border-radius:9px}.thumbs img{width:100%;height:100%;object-fit:contain}.alert-form,.review-form{display:grid;grid-template-columns:1fr 1fr auto;gap:9px;margin-top:20px}.alert-form h3{grid-column:1/-1}.alert-form input,.review-form input,.review-form textarea,.review-form select{padding:12px;border:1px solid var(--border);border-radius:9px;background:var(--card);color:var(--text)}.review-form textarea{grid-column:1/-1;min-height:100px}.pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pros-cons>div,.coupon,.reviews article,.compare-grid article{background:var(--card);border:1px solid var(--border);padding:20px;border-radius:16px}.stats{display:flex;gap:25px;margin-bottom:15px}.coupon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.coupon strong{display:block;color:var(--accent);font-size:20px}.reviews{display:grid;gap:12px;margin-bottom:20px}.compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.compare-grid img{width:100%;height:230px;object-fit:contain}.notice{background:#dcfce7;color:#166534;padding:12px;border-radius:10px;margin-bottom:15px}@media(max-width:900px){.site-header nav{display:none}.product-hero{grid-template-columns:1fr}.alert-form,.review-form{grid-template-columns:1fr}.pros-cons{grid-template-columns:1fr}.gallery #mainImage{height:360px}}

/* v5.3 AI content refinements */
.ai-summary{font-size:1.04rem;line-height:1.8;max-width:920px}.best-for{padding:12px 14px;border-radius:12px;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb)}.highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;list-style:none;padding:0}.highlight-list li{padding:14px 16px;border:1px solid var(--border,#e5e7eb);border-radius:14px;background:var(--surface,#fff);line-height:1.55}.highlight-list li:before{content:"✓";font-weight:800;margin-right:9px;color:#16a34a}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--border,#e5e7eb);border-radius:12px;padding:14px 16px;background:var(--surface,#fff)}.faq-list summary{cursor:pointer;font-weight:700}.faq-list p{line-height:1.65;margin:12px 0 0}@media(max-width:700px){.highlight-list{grid-template-columns:1fr}}
/* v6 AI Shopping Intelligence */
.shopping-intelligence .section-head{display:flex;align-items:center;justify-content:space-between}.deal-score{display:inline-grid;place-items:center;min-width:78px;height:48px;border-radius:999px;background:#111827;color:#fff;font-weight:800}.intel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.intel-grid article,.comparison-insights article,.blog-card{background:var(--card,#fff);border:1px solid #e5e7eb;border-radius:16px;padding:20px}.prediction-price{font-size:1.7rem;font-weight:800;margin:10px 0}.deal-label{font-size:1.4rem;font-weight:800;margin:10px 0}.ai-compare{margin-bottom:24px}.comparison-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.comparison-insights article strong{display:block;margin:8px 0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.blog-card h2{font-size:1.25rem}.blog-article{max-width:900px;margin:0 auto;background:var(--card,#fff);padding:clamp(22px,5vw,56px);border-radius:20px}.blog-article .lead{font-size:1.2rem}.prose h2{margin-top:2rem}.prose p,.prose li{line-height:1.75}@media(max-width:720px){.intel-grid{grid-template-columns:1fr}}

.assistant-form{display:flex;gap:10px}.assistant-form input{flex:1;padding:14px;border:1px solid #ccd5e0;border-radius:10px}.assistant-form button{padding:12px 20px}.content-page{max-width:1200px;margin:auto;padding:28px 18px}.blog-grid{display:grid;gap:16px}.blog-grid article{background:var(--card,#fff);padding:20px;border-radius:16px}.product-card small{display:block;margin-top:8px}

.nav-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:11px}.compare-tray{position:fixed;right:20px;bottom:20px;width:min(390px,calc(100vw - 30px));background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:0 20px 60px #0f172a33;z-index:80;padding:16px;transform:translateY(calc(100% + 40px));transition:.25s ease}.compare-tray.open{transform:translateY(0)}.compare-tray-head,.compare-tray-actions,.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.compare-tray-head button,.compare-tray-actions button,.selected-compare button,.compare-picker button{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:9px;padding:9px 12px;cursor:pointer}.compare-tray-items{display:grid;gap:8px;margin:12px 0}.compare-tray-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:9px;padding:8px;background:var(--bg);border-radius:10px}.compare-tray-item img{width:42px;height:42px;object-fit:contain}.compare-tray-item button{border:0;background:transparent;color:var(--muted);font-size:20px}.compare-tray .buy.disabled{opacity:.45;pointer-events:none}.compare-page{padding-bottom:70px}.compare-picker,.selected-compare{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:22px;margin-bottom:22px}.compare-search-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin:10px 0 15px}.compare-search-row input{padding:13px;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--text)}.compare-search-results,.compare-choice-grid{display:grid;gap:10px}.compare-search-results article,.compare-choice-grid article{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:12px;border:1px solid var(--border);border-radius:12px;padding:10px}.compare-search-results img,.compare-choice-grid img{width:58px;height:58px;object-fit:contain}.compare-search-results small,.compare-choice-grid small{display:block;color:var(--muted);margin-top:4px}.compare-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.popular-compare h2{font-size:1.05rem;margin-top:22px}.selected-compare-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:15px}.selected-compare-grid article{display:grid;gap:8px;text-align:center;border:1px solid var(--border);border-radius:14px;padding:12px}.selected-compare-grid img{width:100%;height:110px;object-fit:contain}.empty{padding:24px;border:1px dashed var(--border);border-radius:14px;color:var(--muted);text-align:center}@media(max-width:760px){.compare-choice-grid{grid-template-columns:1fr}.selected-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-search-row{grid-template-columns:1fr}}
.knowledge-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.knowledge-grid article{padding:18px;border:1px solid var(--line,#e5e7eb);border-radius:16px}.tag-cloud{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.tag-cloud a{padding:7px 11px;border-radius:999px;background:#eef2ff;text-decoration:none;font-size:.9rem}.knowledge-base h3{margin-top:22px}@media(max-width:700px){.knowledge-grid{grid-template-columns:1fr}}


/* AI Shopping Copilot */
.copilot-launcher{position:fixed;right:22px;bottom:22px;z-index:30;border:0;border-radius:999px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:13px 18px;font-weight:800;box-shadow:0 14px 35px #1d4ed844;cursor:pointer}.copilot-panel{position:fixed;right:22px;bottom:82px;width:min(390px,calc(100vw - 28px));height:540px;z-index:31;background:var(--surface,#fff);border:1px solid #dfe6f1;border-radius:22px;box-shadow:0 24px 70px #0b173033;display:none;overflow:hidden}.copilot-panel.open{display:flex;flex-direction:column}.copilot-panel-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid #e8edf4;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.copilot-panel-head div{display:grid}.copilot-panel-head small{color:var(--muted)}.copilot-panel-head button{border:0;background:transparent;font-size:25px;cursor:pointer}.copilot-mini-messages,.copilot-messages{display:flex;flex-direction:column;gap:12px;overflow:auto}.copilot-mini-messages{flex:1;padding:16px;background:#f8fafc}.copilot-message{max-width:88%;padding:11px 13px;border-radius:16px;white-space:pre-wrap}.copilot-message.assistant{align-self:flex-start;background:#fff;border:1px solid #e4eaf3}.copilot-message.user{align-self:flex-end;background:#2563eb;color:#fff}.copilot-message.typing{opacity:.7}.copilot-mini-form{display:flex;gap:8px;padding:12px;border-top:1px solid #e8edf4}.copilot-mini-form input{flex:1;border:1px solid #d7dfeb;border-radius:12px;padding:11px}.copilot-mini-form button{border:0;border-radius:12px;background:#2563eb;color:#fff;width:44px}.copilot-full-link{text-align:center;padding:10px;font-weight:700;color:#2563eb;border-top:1px solid #e8edf4}.copilot-page{max-width:1050px}.copilot-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#6d28d9}.copilot-messages{height:360px;padding:20px;margin:22px 0;background:#f8fafc;border:1px solid #e3e9f2;border-radius:20px}.copilot-form{display:flex;gap:12px}.copilot-form textarea{flex:1;resize:vertical;border:1px solid #d7dfeb;border-radius:14px;padding:14px;font:inherit}.copilot-form button,.secondary-btn{border:0;border-radius:13px;padding:0 20px;font-weight:800;cursor:pointer}.copilot-form button{background:#2563eb;color:white}.secondary-btn{background:#eef2ff;color:#3730a3;height:42px}.copilot-note{font-size:13px;color:var(--muted)}[data-theme=dark] .copilot-panel,[data-theme=dark] .copilot-message.assistant{background:#111827;color:#e5e7eb;border-color:#334155}[data-theme=dark] .copilot-mini-messages,[data-theme=dark] .copilot-messages{background:#0f172a;border-color:#334155}[data-theme=dark] .copilot-panel-head{background:#172033;border-color:#334155}[data-theme=dark] .copilot-mini-form{border-color:#334155}@media(max-width:700px){.copilot-launcher span{display:none}.copilot-launcher{padding:14px}.copilot-panel{right:14px;bottom:76px;height:min(560px,75vh)}.copilot-hero{display:block}.copilot-hero button{margin-top:10px}.copilot-form{flex-direction:column}.copilot-form button{padding:13px}}
/* PricePilot v12.3 premium public design system */
:root{--pp-bg:#f5f7fb;--pp-surface:#fff;--pp-surface-2:#f0f4fa;--pp-text:#111827;--pp-muted:#64748b;--pp-line:#e5eaf1;--pp-primary:#635bff;--pp-primary-2:#4338ca;--pp-accent:#10b981;--pp-warning:#f59e0b;--pp-danger:#ef4444;--pp-shadow:0 18px 50px rgba(24,39,75,.09);--pp-radius:22px}html[data-theme=dark]{--pp-bg:#0b1020;--pp-surface:#121a2d;--pp-surface-2:#182238;--pp-text:#eef2ff;--pp-muted:#9eabc2;--pp-line:#26324b;--pp-shadow:0 20px 60px rgba(0,0,0,.32)}*{box-sizing:border-box}body{background:var(--pp-bg);color:var(--pp-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--pp-surface) 88%,transparent);backdrop-filter:blur(18px);border-bottom:1px solid var(--pp-line);box-shadow:0 5px 24px rgba(15,23,42,.04)}.site-brand{font-weight:800;letter-spacing:-.03em}.site-brand span{background:linear-gradient(135deg,var(--pp-primary),#8b5cf6);box-shadow:0 8px 22px rgba(99,91,255,.3)}.site-header nav a{font-weight:650;color:var(--pp-muted);border-radius:10px}.site-header nav a:hover{background:var(--pp-surface-2);color:var(--pp-primary)}.site-main{max-width:1440px}.premium-hero{max-width:1500px;margin:24px auto 0;min-height:520px;border-radius:32px;padding:72px clamp(28px,6vw,92px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:60px;align-items:center;background:radial-gradient(circle at 85% 20%,rgba(139,92,246,.35),transparent 30%),radial-gradient(circle at 58% 85%,rgba(16,185,129,.22),transparent 28%),linear-gradient(135deg,#111936,#25245e 58%,#342466);color:#fff;overflow:hidden;position:relative}.premium-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:36px 36px;mask-image:linear-gradient(to right,#000,transparent)}.hero-content,.hero-insight{position:relative;z-index:1}.premium-hero h1{font-size:clamp(42px,5.4vw,76px);line-height:1.02;letter-spacing:-.055em;margin:16px 0 22px}.premium-hero h1 span{background:linear-gradient(90deg,#a5b4fc,#67e8f9);-webkit-background-clip:text;color:transparent}.premium-hero p{font-size:18px;line-height:1.7;color:#cdd5ea;max-width:720px}.hero-search{display:flex;background:#fff;border:5px solid rgba(255,255,255,.17);background-clip:padding-box;border-radius:18px;padding:7px;margin-top:32px;max-width:760px;box-shadow:0 25px 70px rgba(0,0,0,.28)}.hero-search>span{color:#64748b;font-size:25px;padding:9px 5px 0 12px}.hero-search input{flex:1;border:0!important;background:transparent!important;color:#111827!important;padding:14px;font-size:16px;outline:0}.hero-search button{border:0;border-radius:12px;background:linear-gradient(135deg,var(--pp-primary),var(--pp-primary-2));color:#fff;padding:0 26px;font-weight:750}.trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:22px;color:#b9f8df;font-size:13px;font-weight:650}.hero-insight{display:grid;place-items:center}.insight-orbit{width:270px;height:270px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;position:relative;background:rgba(255,255,255,.06);box-shadow:inset 0 0 70px rgba(139,92,246,.18),0 30px 80px rgba(0,0,0,.2)}.insight-orbit:before,.insight-orbit:after{content:"";position:absolute;border:1px dashed rgba(165,180,252,.36);border-radius:50%;inset:-24px}.insight-orbit:after{inset:38px}.insight-orbit strong{font-size:95px;color:#fff;text-shadow:0 0 35px rgba(103,232,249,.55)}.insight-orbit span{position:absolute;top:47px;font-size:11px;letter-spacing:.18em;color:#a5b4fc;text-align:center}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%;margin-top:38px}.hero-stats div{padding:18px 10px;text-align:center;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.065);border-radius:16px}.hero-stats strong,.hero-stats span{display:block}.hero-stats strong{font-size:20px}.hero-stats span{font-size:11px;color:#bdc7dd;margin-top:5px}.home-main>section{margin:70px 0}.section-head h2{font-size:clamp(28px,3vw,40px);letter-spacing:-.035em}.section-head p{color:var(--pp-muted);margin:6px 0 0}.section-link{color:var(--pp-primary);font-weight:750}.category-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-chips a{display:flex;align-items:center;gap:14px;padding:18px;background:var(--pp-surface);border:1px solid var(--pp-line);border-radius:18px;color:var(--pp-text);box-shadow:0 8px 25px rgba(15,23,42,.035);transition:.2s}.category-chips a:hover{transform:translateY(-3px);border-color:var(--pp-primary);box-shadow:var(--pp-shadow)}.category-chips i{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#ede9fe,#dbeafe);color:var(--pp-primary);font-size:20px;font-style:normal}.category-chips span,.category-chips small{display:block}.category-chips span{font-weight:750}.category-chips small{color:var(--pp-muted);font-weight:500;margin-top:3px}.product-grid{gap:20px}.modern-card{display:flex;flex-direction:column;background:var(--pp-surface);border:1px solid var(--pp-line);border-radius:var(--pp-radius);overflow:hidden;box-shadow:0 7px 25px rgba(15,23,42,.045);transition:transform .22s,box-shadow .22s,border-color .22s}.modern-card:hover{transform:translateY(-5px);box-shadow:var(--pp-shadow);border-color:color-mix(in srgb,var(--pp-primary) 38%,var(--pp-line))}.modern-card .card-main{display:block;color:var(--pp-text);flex:1}.modern-card .image{height:250px;background:linear-gradient(145deg,#fff,var(--pp-surface-2));position:relative;padding:24px}.modern-card .image img{height:100%;width:100%;object-fit:contain;transition:transform .25s}.modern-card:hover .image img{transform:scale(1.035)}.discount-pill,.score-pill{position:absolute;top:14px;padding:6px 9px;border-radius:9px;font-size:11px;font-weight:800}.discount-pill{left:14px;background:#dcfce7;color:#087849}.score-pill{right:14px;background:#fff7ed;color:#c2410c}.card-copy{padding:18px 18px 15px}.card-brand{text-transform:uppercase;letter-spacing:.12em;color:var(--pp-primary)!important;font-weight:800}.card-copy h3{font-size:15px;line-height:1.45;min-height:44px;margin:8px 0 10px}.card-meta{display:flex;justify-content:space-between;gap:8px;font-size:12px;color:var(--pp-muted)}.card-meta>span:first-child{color:#b45309}.availability-dot:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;background:#94a3b8;margin-right:5px}.availability-dot.available:before{background:var(--pp-accent)}.availability-dot.unavailable:before,.availability-dot.discontinued:before{background:var(--pp-danger)}.modern-card .prices{margin-top:14px}.modern-card .prices strong{font-size:21px}.details-link{display:block;color:var(--pp-primary);font-size:12px;font-weight:700;margin-top:12px}.modern-card .card-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--pp-line);padding:10px}.modern-card .card-actions button{border:0;background:transparent;color:var(--pp-muted);padding:10px;border-radius:10px;font-weight:650}.modern-card .card-actions button:hover{background:var(--pp-surface-2);color:var(--pp-primary)}.how-it-works{background:linear-gradient(135deg,var(--pp-surface),var(--pp-surface-2));border:1px solid var(--pp-line);border-radius:30px;padding:45px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.steps article{background:var(--pp-surface);border:1px solid var(--pp-line);border-radius:19px;padding:24px}.steps i{color:var(--pp-primary);font-size:12px;font-style:normal;font-weight:850}.steps h3{font-size:20px;margin:12px 0 7px}.steps p{color:var(--pp-muted);line-height:1.6}.empty-state{grid-column:1/-1;padding:45px;text-align:center;background:var(--pp-surface);border:1px dashed var(--pp-line);border-radius:20px}.empty-state b,.empty-state span{display:block}.empty-state span{color:var(--pp-muted);margin-top:6px}
/* Product detail */.product-page{max-width:1420px}.product-hero{align-items:start;gap:48px;background:var(--pp-surface);border:1px solid var(--pp-line);border-radius:30px;padding:clamp(22px,4vw,48px);box-shadow:var(--pp-shadow)}.product-hero .gallery{position:sticky;top:105px}.product-info{position:sticky;top:105px}.big-price{font-size:34px;letter-spacing:-.03em}.product-info .action-row{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:9px}.product-info .buy{display:grid;place-items:center;background:linear-gradient(135deg,var(--pp-primary),var(--pp-primary-2));box-shadow:0 12px 25px rgba(99,91,255,.25)}.details{background:var(--pp-surface);border-color:var(--pp-line);border-radius:24px;box-shadow:0 8px 30px rgba(15,23,42,.035)}.details h2{letter-spacing:-.025em}.product-mobile-buy{display:none}.comparison-sticky{position:sticky;top:88px;z-index:20;background:color-mix(in srgb,var(--pp-surface) 94%,transparent);backdrop-filter:blur(14px);border:1px solid var(--pp-line);border-radius:20px;padding:12px;box-shadow:var(--pp-shadow)}.compare-grid article{background:var(--pp-surface);border:1px solid var(--pp-line);border-radius:22px}.winner-badge{display:inline-flex;background:#dcfce7;color:#047857;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800}.compare-table{width:100%;border-collapse:separate;border-spacing:0}.compare-table th,.compare-table td{padding:16px;border-bottom:1px solid var(--pp-line)}.compare-table tbody tr:hover{background:var(--pp-surface-2)}.metric-winner{background:#ecfdf5;color:#047857;font-weight:750}.empty-state,.details,.modern-card,.category-chips a{animation:ppFade .35s ease both}@keyframes ppFade{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}:focus-visible{outline:3px solid color-mix(in srgb,var(--pp-primary) 35%,transparent);outline-offset:3px}.pp-toast{position:fixed;right:20px;bottom:20px;z-index:1000;background:#111827;color:#fff;padding:14px 18px;border-radius:13px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:ppFade .2s ease}.skeleton{background:linear-gradient(90deg,var(--pp-surface-2),var(--pp-line),var(--pp-surface-2));background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position:-200% 0}}
@media(max-width:1000px){.premium-hero{grid-template-columns:1fr;min-height:auto}.hero-insight{display:none}.category-chips{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:1fr}.product-info,.product-hero .gallery{position:static}.product-hero{grid-template-columns:1fr}.product-mobile-buy{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:80;background:linear-gradient(135deg,var(--pp-primary),var(--pp-primary-2));color:#fff;text-align:center;padding:15px;border-radius:15px;font-weight:800;box-shadow:0 16px 45px rgba(67,56,202,.35)}}@media(max-width:620px){.premium-hero{margin:10px;border-radius:22px;padding:42px 20px}.premium-hero h1{font-size:40px}.hero-search{display:grid;grid-template-columns:auto 1fr}.hero-search button{grid-column:1/-1;padding:13px}.category-chips{grid-template-columns:1fr}.home-main>section{margin:45px 0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.modern-card .image{height:160px;padding:14px}.card-copy{padding:12px}.card-copy h3{font-size:13px}.card-meta{display:block}.availability-dot{display:none}.modern-card .prices strong{font-size:16px}.details-link{display:none}.modern-card .card-actions{grid-template-columns:1fr}.modern-card .card-actions button:first-child{display:none}.product-info .action-row{grid-template-columns:1fr 1fr}.product-info .buy{grid-column:1/-1}.how-it-works{padding:25px 18px}.compare-table{min-width:700px}.details:has(.compare-table){overflow-x:auto}}

.modern-card{padding:0}.modern-card .image{margin-bottom:0;border-radius:0}.is-loading{opacity:.72;pointer-events:none}.is-loading:after{content:" …"}.premium-comparison .compare-grid article{padding:18px;text-align:center}.premium-comparison .compare-grid img{height:150px}.verdict-card{background:linear-gradient(135deg,var(--pp-surface),color-mix(in srgb,var(--pp-primary) 8%,var(--pp-surface)))}
