:root{--ink:#17201b;--muted:#6b756e;--paper:#f6f7f3;--card:#fff;--line:#dfe4dc;--green:#198754;--green2:#0f6c42;--lime:#dff55f;--red:#d93d3d;--radius:22px;--shadow:0 18px 50px rgba(24,44,31,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{height:72px;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;font-size:20px;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:900}.nav nav{display:flex;gap:26px;font-size:14px;color:#4d5850;font-weight:650}.hero{padding:78px 0 64px;background:radial-gradient(circle at 70% 20%,rgba(223,245,95,.18),transparent 35%),linear-gradient(180deg,#f9faf7,#eef3eb)}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:850;letter-spacing:.16em;color:var(--green);display:inline-block;margin-bottom:16px}.eyebrow.dark{color:#667269}.hero h1{font-size:clamp(44px,6vw,76px);line-height:.98;letter-spacing:-.065em;margin:0;max-width:850px}.hero p{font-size:19px;line-height:1.6;color:var(--muted);max-width:720px;margin:26px 0}.search-box{display:flex;align-items:center;background:#fff;border:1px solid #d9e0d7;border-radius:18px;padding:7px 7px 7px 18px;box-shadow:0 14px 40px rgba(19,53,32,.08);max-width:760px}.search-icon{font-size:28px;color:#7c877f;transform:rotate(-20deg)}.search-box input{flex:1;border:0;outline:0;font:inherit;font-size:16px;padding:16px;background:transparent;min-width:0}.search-box button,.primary-btn{border:0;background:var(--green);color:#fff;border-radius:13px;padding:15px 24px;font-weight:800;cursor:pointer}.search-box button:hover,.primary-btn:hover{background:var(--green2)}.hero-stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;color:#667269;font-size:13px}.hero-stats span{padding-right:18px;border-right:1px solid #d8ddd6}.hero-stats span:last-child{border:0}.hero-stats b{color:var(--ink)}.deal-preview{background:#fff;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:var(--shadow);transform:rotate(1deg)}.preview-head{display:flex;justify-content:space-between;font-weight:800;margin-bottom:8px}.live-dot{font-size:11px;color:var(--green);background:#e8f6ee;border-radius:99px;padding:6px 9px}.mini-deal{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;padding:15px 0;border-top:1px solid #edf0eb}.mini-icon{height:44px;border-radius:13px;background:#eef4ec;display:grid;place-items:center;font-weight:900;color:var(--green)}.mini-deal strong{display:block;font-size:14px}.mini-deal small{color:var(--muted)}.mini-deal>b{color:var(--red)}.empty-mini{padding:30px 0;color:var(--muted);font-size:14px}.category-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;position:sticky;top:72px;z-index:40}.chips{display:flex;gap:9px;overflow:auto;scrollbar-width:none}.chip,.store-pill{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:700;color:#566159;cursor:pointer}.chip.active,.chip:hover,.store-pill.active,.store-pill:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.offers-section{padding:70px 0 90px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:40px;letter-spacing:-.045em;margin:0}.section-head p{color:var(--muted);margin:0}.toolbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:26px}.store-filters{display:flex;gap:8px;flex-wrap:wrap}.toolbar select{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 14px;color:var(--ink);font-weight:650}.offers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;min-height:200px}.offers-grid.loading{opacity:.55}.offer-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s transform,.2s box-shadow}.offer-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.offer-image{height:205px;background:#f1f4ef;display:grid;place-items:center;position:relative;overflow:hidden}.offer-image img{width:100%;height:100%;object-fit:contain;padding:15px}.fallback-logo{width:78px;height:78px;background:var(--green);color:#fff;display:grid;place-items:center;border-radius:24px;font-size:32px;font-weight:900}.discount-badge{position:absolute;top:13px;right:13px;background:var(--red);color:#fff;border-radius:10px;padding:7px 9px;font-weight:900;font-size:13px}.offer-body{padding:18px}.offer-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}.store-name{text-transform:uppercase;font-size:11px;letter-spacing:.1em;font-weight:850;color:var(--green)}.loyalty{font-size:10px;background:#f0f1ea;padding:5px 7px;border-radius:7px;color:#6d746d}.offer-card h3{font-size:16px;line-height:1.35;min-height:44px;margin:11px 0 18px}.offer-price{display:flex;align-items:baseline;gap:9px}.offer-price strong{font-size:22px}.offer-price del{font-size:13px;color:#929a94}.offer-bottom{border-top:1px solid #edf0eb;margin-top:15px;padding-top:13px;display:flex;justify-content:space-between;gap:8px;font-size:12px;color:#7a837d}.offer-bottom a{color:var(--green);font-weight:800}.empty-state{padding:70px;text-align:center;border:1px dashed #cbd2ca;border-radius:20px}.how{padding:75px 0;background:#fff;border-top:1px solid var(--line)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.steps article{background:var(--paper);border-radius:20px;padding:28px}.steps article>span{font-weight:900;color:var(--green)}.steps h3{font-size:20px;margin:28px 0 8px}.steps p{color:var(--muted);line-height:1.6;margin:0}footer{padding:32px 0;background:#111713;color:#fff}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-inner p{font-size:12px;color:#9ba49e}.detail-wrap{padding:42px 0 90px}.breadcrumbs{display:flex;gap:10px;color:var(--muted);font-size:13px;margin-bottom:22px}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:55px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:36px}.product-media{height:470px;background:#f3f5f1;border-radius:20px;display:grid;place-items:center;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:contain;padding:24px}.placeholder-art{text-align:center}.placeholder-art span{width:110px;height:110px;border-radius:32px;background:var(--green);color:#fff;display:grid;place-items:center;font-size:46px;font-weight:900;margin:auto auto 12px}.store-label{display:inline-block;text-transform:uppercase;color:var(--green);font-weight:850;font-size:12px;letter-spacing:.13em}.product-info h1{font-size:42px;line-height:1.06;letter-spacing:-.045em;margin:16px 0 28px}.price-line{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.price-line strong{font-size:36px}.price-line del{color:#8a938d}.price-line .discount-badge{position:static}.card-note{margin-top:18px;background:#f4f7e5;border:1px solid #e4e9bd;border-radius:12px;padding:13px 15px;font-size:13px}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0}.facts div{background:var(--paper);border-radius:13px;padding:14px}.facts small{display:block;color:var(--muted);margin-bottom:6px}.facts b{font-size:13px}.primary-btn{display:inline-block;text-align:center}.wide{width:100%;font-size:16px;padding:17px}.source-note{font-size:12px;color:var(--muted);text-align:center}.not-found{text-align:center;padding:100px 20px}.not-found h1{font-size:48px;letter-spacing:-.05em}
@media(max-width:980px){.hero-grid{grid-template-columns:1fr}.deal-preview{display:none}.offers-grid{grid-template-columns:repeat(2,1fr)}.toolbar{align-items:flex-start;flex-direction:column}.product-detail{grid-template-columns:1fr}.product-media{height:380px}.nav nav{display:none}}@media(max-width:620px){.container{width:min(100% - 24px,1180px)}.site-header{height:64px}.category-strip{top:64px}.hero{padding:54px 0 42px}.hero h1{font-size:43px}.hero p{font-size:16px}.search-box{padding-left:12px}.search-box button{padding:13px 15px}.hero-stats{gap:9px}.offers-section{padding:48px 0 65px}.section-head h2{font-size:32px}.offers-grid{grid-template-columns:1fr}.offer-image{height:230px}.steps{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}.product-detail{padding:18px;gap:28px}.product-media{height:300px}.product-info h1{font-size:32px}.facts{grid-template-columns:1fr}.nav .brand{font-size:18px}}
