:root{--maxw: 70rem;--maxw-prose: 46rem;--navy: #1f2a52;--navy-600: #2c3c70;--red: #e0241b;--red-700: #c01a12;--orange: #f47b20;--green: #15803d;--fg: #1a2230;--muted: #6b7280;--bg: #ffffff;--bg-soft: #f7f8fb;--bg-band: #eef1f8;--line: #e5e7eb;--accent: var(--red-700);--radius: 12px;--radius-sm: 9px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow: 0 2px 4px rgba(16, 24, 40, .04), 0 6px 18px rgba(16, 24, 40, .07);--shadow-lg: 0 12px 34px rgba(16, 24, 40, .14)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.6}.wrap{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1rem}a{color:var(--red-700)}h1,h2,h3{color:var(--navy)}h1{font-size:clamp(1.7rem,3vw,2.1rem);line-height:1.2;letter-spacing:-.01em;margin:0 0 .75rem}h2{font-size:1.45rem;letter-spacing:-.01em;margin:2rem 0 .5rem}.muted{color:var(--muted)}.small{font-size:.82rem}.site-header{position:sticky;top:0;z-index:50;background:#ffffffe6;backdrop-filter:saturate(1.4) blur(8px);-webkit-backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--line)}.site-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem}.brand{display:inline-flex;align-items:center;font-weight:700;font-size:1.25rem;color:var(--navy);text-decoration:none}.brand img{display:block;height:40px;width:auto}.site-header nav{display:flex;gap:.15rem}.site-header nav a{padding:.4rem .7rem;border-radius:8px;color:var(--navy);font-weight:600;font-size:.95rem;text-decoration:none}.site-header nav a:hover{background:var(--bg-band);color:var(--red-700)}.site-footer{margin-top:0;background:var(--navy);color:#c4cce6}.site-footer .wrap{padding:1.75rem 1rem 2.25rem}.site-footer p{margin:.3rem 0;font-size:.9rem}.site-footer a{color:#fff}.site-footer .muted{color:#94a0c8}main.wrap{padding-top:2rem;padding-bottom:3rem}.main-bleed{width:100%}.btn,.buy{display:inline-block;font-weight:700;text-decoration:none;cursor:pointer;padding:.7rem 1.15rem;border-radius:10px;font-size:1rem;line-height:1.2;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary,.buy{background:var(--red-700);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover,.buy:hover{background:var(--red)}.buy{margin-top:.75rem}.btn-ghost{background:#fff;color:var(--navy);border-color:var(--line)}.btn-ghost:hover{border-color:var(--navy)}.hero{background:radial-gradient(900px 420px at 88% -20%,rgba(244,123,32,.13),transparent 62%),radial-gradient(700px 380px at 0% 0%,rgba(31,42,82,.06),transparent 55%),linear-gradient(180deg,#fcfdff,var(--bg-soft));border-bottom:1px solid var(--line)}.hero-inner{padding:3.2rem 1rem 2.6rem}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.08;letter-spacing:-.025em;margin:0 0 .8rem;max-width:18ch}.hero h1 .hl{color:var(--red)}.hero-sub{font-size:1.14rem;color:#44506a;max-width:42rem;margin:0 0 1.6rem}.hero-cta{display:flex;gap:.7rem;flex-wrap:wrap}.chips{display:flex;flex-wrap:wrap;gap:.65rem;margin:0 0 1.7rem}.chip{background:#fff;border:1px solid var(--line);border-radius:12px;padding:.55rem .9rem;box-shadow:var(--shadow-sm)}.chip .n{display:block;font-size:1.35rem;font-weight:800;color:var(--navy);line-height:1.05}.chip .l{display:block;font-size:.76rem;color:var(--muted)}.chip.accent .n{color:var(--red)}.hp-section{padding:2.75rem 0}.band{background:var(--bg-soft)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-head h2{margin:0}.section-head a{font-weight:600;font-size:.95rem;white-space:nowrap}.lead{max-width:44rem;color:#44506a;margin:0 0 1rem}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:1.25rem}.how-step{display:flex;gap:.85rem;align-items:flex-start}.how-ico{flex:0 0 auto;width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--red);box-shadow:var(--shadow-sm)}.how-ico svg{width:24px;height:24px}.how-step h3{margin:.15rem 0 .3rem;font-size:1.04rem}.how-step p{margin:0;font-size:.92rem;color:#475066}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.1rem;margin-top:1rem}.card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;background:#fff;box-shadow:var(--shadow-sm);transition:box-shadow .15s ease,transform .15s ease,border-color .15s ease}.card:hover{box-shadow:var(--shadow);transform:translateY(-2px);border-color:#d7dbe3}.card-media{position:relative}.card-img{width:100%;height:185px;object-fit:contain;background:#fafbfc;display:block}.card-img-empty{background:var(--bg-band)}.card-badges{position:absolute;top:.55rem;left:.55rem;right:.55rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;pointer-events:none}.badge-pct{background:var(--red);color:#fff;font-weight:800;font-size:.8rem;padding:.2rem .5rem;border-radius:999px;box-shadow:var(--shadow-sm)}.badge-low{background:var(--green);color:#fff;font-weight:700;font-size:.72rem;padding:.22rem .5rem;border-radius:999px;display:inline-flex;align-items:center;gap:.25rem;box-shadow:var(--shadow-sm)}.badge-low svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2.5}.card-body{padding:.8rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.card-store{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-weight:600}.card-title{font-size:.95rem;font-weight:600;margin:0;line-height:1.3;color:var(--fg);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-spark{margin:.1rem 0 .15rem}.card-price{display:flex;align-items:baseline;gap:.5rem;margin-top:auto}.card-price .now{font-size:1.3rem;font-weight:800;color:var(--navy)}.card-price .was{font-size:.9rem;color:var(--muted);text-decoration:line-through}.card-low{margin:0;font-size:.78rem}.pct{background:var(--red);color:#fff;font-size:.75rem;font-weight:700;padding:.12rem .45rem;border-radius:999px}.spark{display:block;width:100%;height:30px}.spark-line{fill:none;stroke:var(--red);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.spark-area{fill:#e0241b14;stroke:none}.spark-empty{font-size:.74rem;color:var(--muted)}.pager{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:2rem 0 0}.pager a{font-weight:600}.crumbs{font-size:.85rem;color:var(--muted);margin:0 0 .5rem}.crumbs a{color:var(--muted)}.deal-top{display:flex;gap:1.5rem;flex-wrap:wrap;margin:1rem 0}.deal-img{width:280px;max-width:100%;height:auto;object-fit:contain;background:#fafbfc;border:1px solid var(--line);border-radius:var(--radius)}.deal-facts{flex:1;min-width:240px}.price-now{font-size:1.9rem;font-weight:800;color:var(--navy);display:flex;align-items:center;gap:.6rem}.facts{list-style:none;padding:0;margin:.9rem 0}.facts li{padding:.25rem 0;border-bottom:1px dashed var(--line)}.verdict{background:var(--bg-soft);border:1px solid var(--line);border-left:4px solid var(--red);border-radius:var(--radius);padding:1rem 1.25rem;margin:1.5rem 0}.verdict h2{margin-top:0}.chart{margin:1rem 0}.chart svg{width:100%;height:auto}.chart-line{stroke:var(--red);stroke-width:2;fill:none}.chart-area{fill:#e0241b12;stroke:none}.chart-grid{stroke:var(--line);stroke-width:1}.chart-axis{fill:var(--muted);font-size:12px}.chart-dot.low{fill:var(--green)}.chart-dot.high{fill:var(--muted)}.chart figcaption{margin-top:.4rem;font-size:.82rem}.store-list{list-style:none;padding:0;margin:1rem 0;display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:.55rem}.store-list li{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.store-list li:hover{border-color:#d7dbe3;box-shadow:var(--shadow-sm)}.store-list a{text-decoration:none;font-weight:600}main.article{max-width:50rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;color:var(--red-700);margin:0 0 .4rem}.page-head{margin:.5rem 0 2rem}.page-sub{max-width:46rem;font-size:1.15rem;line-height:1.6;color:#45506b}main.article h1{font-size:clamp(1.95rem,4vw,2.55rem);line-height:1.13;margin-bottom:1rem}main.article>p{font-size:1.06rem;line-height:1.75;margin:0 0 1.2rem}main.article>h1+p{font-size:1.3rem;line-height:1.55;color:#2c3650;margin-bottom:1.6rem}main.article h2{font-size:1.5rem;margin:2.6rem 0 .7rem}main.article h2:before{content:"";display:block;width:2.25rem;height:3px;border-radius:2px;background:var(--orange);margin-bottom:.85rem}main.article ul{padding-left:1.15rem;margin:0 0 1.2rem}main.article li{margin:.35rem 0;line-height:1.6}main.article>p a,main.article li a{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}main.article>p.muted{font-size:.95rem;margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid var(--line)}.guide-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1.1rem}.guide-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem 1.35rem;background:#fff;text-decoration:none;color:var(--fg);box-shadow:var(--shadow-sm);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.guide-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#d4d9e6}.guide-tag{align-self:flex-start;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--red-700);background:var(--bg-band);padding:.2rem .55rem;border-radius:999px;margin-bottom:.8rem}.guide-card h2{font-size:1.18rem;line-height:1.25;margin:0 0 .45rem;letter-spacing:-.005em}.guide-card p{margin:0 0 1rem;color:#51596b;font-size:.95rem;line-height:1.55;flex:1}.guide-more{font-weight:600;font-size:.9rem;color:var(--red-700)}.stat-call{background:var(--bg-band);border-left:4px solid var(--red-700);border-radius:var(--radius-sm);padding:.9rem 1.1rem;margin:1.3rem 0;font-size:1.05rem}.anchor-list{list-style:none;padding:0;margin:1.2rem 0}.anchor-list li{padding:.8rem 0;border-bottom:1px solid var(--line)}.anchor-list a{font-weight:600}.anchor-store{display:inline-block;margin-left:.5rem;font-size:.82rem;color:var(--muted)}.anchor-nums{display:block;margin-top:.2rem;font-size:.95rem;color:var(--fg)}.store-table{width:100%;border-collapse:collapse;margin:1.3rem 0;font-size:.95rem}.store-table th,.store-table td{text-align:left;padding:.55rem .6rem;border-bottom:1px solid var(--line)}.store-table thead th{color:var(--navy);font-size:.82rem;text-transform:uppercase;letter-spacing:.02em}.store-table td:not(:first-child),.store-table th:not(:first-child){text-align:right;white-space:nowrap}.store-table tbody tr:hover{background:var(--bg-soft)}.hours-table{border-collapse:collapse;margin:.6rem 0 1.2rem;font-size:1rem}.hours-table th{text-align:left;font-weight:600;color:var(--navy);padding:.35rem 1.5rem .35rem 0}.hours-table td{padding:.35rem 0;color:var(--fg);white-space:nowrap}.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;padding:.7rem 1rem;font-size:.92rem}.intro{max-width:var(--maxw-prose)}.deals-layout{display:grid;grid-template-columns:15rem 1fr;gap:1.75rem;align-items:start;margin-top:.5rem}.deals-main{min-width:0}.filters{position:sticky;top:4.5rem;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;background:#fff;box-shadow:var(--shadow-sm)}.filters h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .5rem}.filter-group{margin:0 0 1.25rem}.filter-group:last-child{margin-bottom:0}.filter-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.1rem}.filter-list a{display:flex;justify-content:space-between;gap:.5rem;padding:.3rem .45rem;border-radius:7px;text-decoration:none;color:var(--navy);font-size:.92rem}.filter-list a:hover{background:var(--bg-band)}.filter-list a.is-active{background:var(--navy);color:#fff;font-weight:600}.filter-list .c{color:var(--muted);font-variant-numeric:tabular-nums}.filter-list a.is-active .c{color:#c4cce6}.filter-pills{display:flex;flex-wrap:wrap;gap:.4rem}.filter-pills a{padding:.28rem .6rem;border:1px solid var(--line);border-radius:999px;text-decoration:none;color:var(--navy);font-size:.85rem;font-weight:600}.filter-pills a:hover{border-color:var(--navy)}.filter-pills a.is-active{background:var(--red-700);border-color:var(--red-700);color:#fff}.filter-list-scroll{max-height:16rem;overflow-y:auto;padding-right:.2rem}.store-blurb{font-size:1.05rem;line-height:1.6;color:#2c3650;max-width:46rem}@media(max-width:900px){.deals-layout{grid-template-columns:1fr}.filters{position:static}.filter-list-scroll{max-height:none}}@media(max-width:760px){.how-grid{grid-template-columns:1fr;gap:1rem}}@media(max-width:560px){.site-header nav a{padding:.4rem .5rem;font-size:.9rem}.brand img{height:34px}.price-now{font-size:1.5rem}.card-img{height:155px}.hp-section{padding:2rem 0}}
