*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--orange:#ff6b2b;--orange-dark:#e05520;--orange-light:#fff1eb;--black:#1a1a1a;--gray-900:#2d2d2d;--gray-600:#6b6b6b;--gray-200:#e8e7e4;--gray-100:#f0efec;--white-warm:#fafaf8;--white:#fff;--green:#22c55e;--green-light:#f0fdf4;--font-display:'Space Grotesk' , sans-serif;--font-body:'Inter' , sans-serif;--radius:12px;--radius-sm:8px;--shadow-card:0 1px 3px rgba(0,0,0,.06) , 0 4px 16px rgba(0,0,0,.06);--shadow-hover:0 4px 8px rgba(0,0,0,.08) , 0 12px 32px rgba(0,0,0,.10)}html{scroll-behavior:smooth}body{font-family: var(--font-body);background:var(--white-warm);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}nav{position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);padding:0 1.5rem}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;gap:1.5rem}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}.logo-icon{width:36px;height:36px}.logo-text{font-family: var(--font-display);font-size:1.25rem;font-weight:700;color:var(--black);letter-spacing:-.02em}.logo-text span{color:var(--orange)}nav ul{display:flex;list-style:none;gap:.25rem}nav ul a{font-family: var(--font-body);font-size:.875rem;font-weight:500;color:var(--gray-600);text-decoration:none;padding:.4rem .75rem;border-radius:var(--radius-sm);transition:color .15s , background .15s}nav ul a:hover{color:var(--black);background:var(--gray-100)}.nav-badge{background:var(--orange);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:99px;white-space:nowrap;font-family: var(--font-display)}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:22px;height:2px;background:var(--black);margin:5px 0;border-radius:2px;transition:.2s}.hero{background:var(--black);color:#fff;padding:5rem 1.5rem 4rem;text-align:center;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 110%,rgba(255,107,43,.25) 0%,transparent 70%);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:6px;background:rgba(255,107,43,.15);border:1px solid rgba(255,107,43,.3);color:var(--orange);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.3rem .9rem;border-radius:99px;margin-bottom:1.5rem;font-family: var(--font-display)}.hero-eyebrow::before{content:'●';font-size:.5rem;animation:pulse 2s infinite}@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }.hero h1{font-family: var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;max-width:700px;margin:0 auto 1rem}.hero h1 em{color:var(--orange);font-style:normal}.hero-sub{font-size:1.05rem;color:rgba(255,255,255,.65);max-width:520px;margin:0 auto 2.5rem;line-height:1.7}.hero-stats{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.stat{text-align:center}.stat-num{font-family: var(--font-display);font-size:1.75rem;font-weight:700;color:var(--orange);line-height:1}.stat-label{font-size:.75rem;color:rgba(255,255,255,.5);margin-top:2px}.affiliate-notice{background:var(--orange-light);border-bottom:1px solid rgba(255,107,43,.2);padding:.6rem 1.5rem;text-align:center}.affiliate-notice p{font-size:.8rem;color:var(--orange-dark);max-width:1200px;margin:0 auto}.affiliate-notice a{color:var(--orange-dark);font-weight:600}.section{padding:4rem 1.5rem}.section-inner{max-width:1200px;margin:0 auto}.section-header{margin-bottom:2rem}.section-eyebrow{font-family: var(--font-display);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:.4rem}.section-title{font-family: var(--font-display);font-size:clamp(1.4rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--black)}.filter-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.75rem}.tab{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);font-size:.8rem;font-weight:500;padding:.4rem 1rem;border-radius:99px;cursor:pointer;transition:.15s;font-family: var(--font-body)}.tab:hover{border-color:var(--orange);color:var(--orange)}.tab.active{background:var(--orange);border-color:var(--orange);color:#fff}.offers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.offers-state{grid-column: 1 / -1;background:var(--white);border:1px dashed var(--gray-200);border-radius:var(--radius);color:var(--gray-600);font-size:.9rem;padding:2rem;text-align:center}.offers-state-error{border-color:rgba(255,107,43,.35);color:var(--orange-dark);background:var(--orange-light)}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-card);transition:box-shadow .2s , transform .2s;display:flex;flex-direction:column;position:relative}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.discount-tag{position:absolute;top:12px;left:-2px;background:var(--orange);color:#fff;font-family: var(--font-display);font-size:.8rem;font-weight:700;padding:.25rem .7rem .25rem .85rem;border-radius:0 4px 4px 0;z-index:2;clip-path:polygon(0 0,100% 0,100% 100%,0 100%,8% 50%)}.card-img{aspect-ratio: 16/9;background:var(--gray-100);display:flex;align-items:center;justify-content:center;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:contain;padding:1rem}.card-img .img-placeholder{font-size:3rem;opacity:.2}.card-body{padding:1rem 1.1rem;flex:1;display:flex;flex-direction:column;gap:.5rem}.card-store{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-600)}.store-dot{width:6px;height:6px;border-radius:50%;background:var(--orange)}.card-niche{display:inline-flex;width:fit-content;max-width:100%;color:var(--orange-dark);background:var(--orange-light);border-radius:4px;font-size:.68rem;font-weight:700;line-height:1.35;padding:.16rem .5rem;text-transform:uppercase}.card-title{font-family: var(--font-display);font-size:.95rem;font-weight:600;color:var(--black);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-analysis{font-size:.8rem;color:var(--gray-600);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-verdict{display:inline-flex;align-items:center;gap:5px;font-size:.7rem;font-weight:600;color:#15803d;background:var(--green-light);padding:.2rem .6rem;border-radius:4px;width:fit-content}.card-verdict::before{content:'✓'}.card-prices{display:flex;align-items:baseline;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--gray-100)}.price-new{font-family: var(--font-display);font-size:1.4rem;font-weight:700;color:var(--black);line-height:1}.price-old{font-size:.85rem;color:var(--gray-600);text-decoration:line-through}.price-save{font-size:.75rem;color:var(--green);font-weight:600;margin-left:auto}.card-cta{display:block;background:var(--orange);color:#fff;text-align:center;padding:.75rem;font-family: var(--font-display);font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s}.card-cta:hover{background:var(--orange-dark)}.card-cta-label{font-size:.7rem;opacity:.8;font-family: var(--font-body);font-weight:400;display:block}.how-section{background:var(--black);color:#fff}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.how-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.5rem}.how-num{font-family: var(--font-display);font-size:2rem;font-weight:700;color:var(--orange);opacity:.5;line-height:1;margin-bottom:.75rem}.how-card h3{font-family: var(--font-display);font-size:1rem;font-weight:600;margin-bottom:.4rem}.how-card p{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.6}.about-section{background:var(--gray-100)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text h2{font-family: var(--font-display);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.about-text p{font-size:.9rem;color:var(--gray-600);line-height:1.8;margin-bottom:.75rem}.affiliate-box{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius);padding:1.5rem}.affiliate-box h3{font-family: var(--font-display);font-size:1rem;font-weight:700;margin-bottom:.75rem;color:var(--black)}.affiliate-box p{font-size:.83rem;color:var(--gray-600);line-height:1.7;margin-bottom:.5rem}.partners-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.partner-badge{background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-900);font-size:.75rem;font-weight:500;padding:.25rem .75rem;border-radius:99px}.community-section{background:var(--orange);color:#fff;padding:3rem 1.5rem;text-align:center}.community-inner{max-width:680px;margin:0 auto}.community-eyebrow{font-family: var(--font-display);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.78;margin-bottom:.55rem}.community-section h2{font-family: var(--font-display);font-size:clamp(1.45rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.65rem}.community-section p{font-size:.92rem;opacity:.88;margin-bottom:1.5rem;line-height:1.7}.community-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.community-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.72rem 1.15rem;border-radius:var(--radius-sm);font-family: var(--font-display);font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .15s , opacity .15s , background .15s}.community-btn:hover{transform:translateY(-1px);opacity:.9}.community-btn-primary{background:var(--black);color:#fff}.community-btn-secondary{background:#fff;color:var(--orange-dark)}footer{background:var(--gray-900);color:rgba(255,255,255,.5);padding:3rem 1.5rem 1.5rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:2rem;margin-bottom:2.5rem}.footer-brand .logo-text{color:#fff;font-size:1.1rem}.footer-brand p{font-size:.8rem;line-height:1.7;margin-top:.75rem;max-width:280px}.footer-col h4{color:#fff;font-family: var(--font-display);font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.75rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.4rem}.footer-col ul a{color:rgba(255,255,255,.5);text-decoration:none;font-size:.82rem;transition:color .15s}.footer-col ul a:hover{color:#fff}.footer-divider{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-legal{font-size:.75rem;line-height:1.7}.footer-legal a{color:rgba(255,255,255,.4);text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;font-size:.75rem}@media (max-width:768px){nav ul,.nav-badge{display:none}.hamburger{display:block}.about-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr}.community-actions{flex-direction:column;align-items:stretch}.hero{padding:3.5rem 1.25rem 3rem}.hero-stats{gap:1.25rem}}@media (max-width:480px){.offers-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}