
:root{
  --bg:#f6f7fb;
  --surface:#ffffff;
  --text:#111827;
  --muted:#667085;
  --line:#e5e7eb;
  --accent:#2563eb;
  --accent2:#0f172a;
  --success:#067647;
  --shadow:0 12px 32px rgba(15,23,42,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 32px));margin:auto}
.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:44px;height:44px;border-radius:14px;background:var(--accent2);color:#fff;display:grid;place-items:center;font-weight:900}
.brand strong{display:block;font-size:20px;letter-spacing:-.03em}
.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.topnav{display:flex;gap:24px;font-weight:650;font-size:14px}
.topnav a:hover{color:var(--accent)}
.hero{padding:70px 0 50px;background:linear-gradient(180deg,#fff,rgba(255,255,255,0))}
.hero-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:40px;align-items:center}
.eyebrow{font-size:12px;font-weight:800;letter-spacing:.16em;color:var(--accent)}
h1{font-size:clamp(42px,7vw,72px);line-height:.98;letter-spacing:-.055em;margin:14px 0 22px;max-width:840px}
.hero p{font-size:19px;line-height:1.55;color:var(--muted);max-width:650px}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 18px;font-weight:800;transition:.18s ease}
.button:hover{transform:translateY(-1px)}
.primary{background:var(--accent2);color:#fff}
.ghost{background:#fff;border:1px solid var(--line)}
.score-card{background:var(--accent2);color:#fff;border-radius:24px;padding:30px;box-shadow:var(--shadow)}
.score-card strong{display:block;font-size:56px;letter-spacing:-.06em;margin:8px 0}
.score-card p{font-size:14px;color:#cbd5e1;margin:0}
.score-label{font-size:12px;font-weight:800;color:#93c5fd;letter-spacing:.1em}
.category-section,.deals-section{padding:34px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.section-head h2{margin:8px 0 0;font-size:30px;letter-spacing:-.04em}
.result-count{font-size:14px;color:var(--muted)}
.chips{display:flex;flex-wrap:wrap;gap:10px}
.chip{background:#fff;border:1px solid var(--line);padding:10px 13px;border-radius:999px;font-size:14px;font-weight:700}
.chip span{color:var(--muted);font-weight:600;margin-left:4px}
.chip.active{background:var(--accent2);color:#fff;border-color:var(--accent2)}
.chip.active span{color:#cbd5e1}
.deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.deal-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 5px 16px rgba(15,23,42,.04)}
.deal-top{display:flex;justify-content:space-between;padding:14px 14px 0}
.discount,.score{font-size:12px;font-weight:850;border-radius:999px;padding:7px 9px}
.discount{background:#ecfdf3;color:var(--success)}
.score{background:#eff6ff;color:#1d4ed8}
.deal-visual{height:180px;padding:16px;display:grid;place-items:center}
.deal-visual img{width:100%;height:100%;object-fit:contain}
.placeholder{width:120px;height:120px;border-radius:32px;background:#f1f5f9;display:grid;place-items:center;font-size:32px;font-weight:900;color:#64748b}
.deal-body{padding:0 18px 20px}
.shop{font-size:12px;color:var(--muted);font-weight:750}
.deal-body h3{font-size:18px;line-height:1.3;margin:7px 0 15px}
.price-row{display:flex;align-items:baseline;gap:10px}
.price-row strong{font-size:27px;letter-spacing:-.04em}
.price-row del{color:#98a2b3;font-size:14px}
.shipping{font-size:12px;color:var(--muted);min-height:18px}
.deal-button{width:100%;margin-top:8px;background:var(--accent);color:#fff}
.info-box{margin-top:24px;margin-bottom:70px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px}
.info-box p{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.5}
.empty{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:28px;color:var(--muted)}
footer{background:#fff;border-top:1px solid var(--line)}
.footer-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}
.footer-inner div{display:flex;gap:18px}
.legal{padding:60px 0;max-width:850px}
.legal h1{font-size:42px}
.legal h2{margin-top:32px}
.legal p,.legal li{color:#475467;line-height:1.7}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .deal-grid{grid-template-columns:repeat(2,1fr)}
  .topnav{display:none}
}
@media(max-width:620px){
  .wrap{width:min(100% - 22px,1180px)}
  .header-inner{height:68px}
  .brand small{display:none}
  .hero{padding-top:46px}
  .deal-grid{grid-template-columns:1fr}
  .footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:16px;padding:24px 0}
}
