:root{
  --bg:#f8fafc;--bg2:#eef4f8;--card:#fff;--text:#0f172a;--muted:#475569;--line:#e2e8f0;
  --primary:#10b981;--primary2:#059669;--dark:#0f172a;--radius:24px;--shadow:0 22px 50px rgba(15,23,42,.08);
  --font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
[data-theme="dark"]{--bg:#0f172a;--bg2:#111827;--card:#1e293b;--text:#f8fafc;--muted:#e2e8f0;--line:#334155;--dark:#f8fafc}
*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:linear-gradient(180deg,var(--bg),var(--bg2));color:var(--text)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{max-width:1240px;margin:auto;padding:0 20px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}[data-theme="dark"] .site-header{background:rgba(15,23,42,.88)}
.header-row{height:76px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-icon{width:44px;height:44px;border-radius:15px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;display:grid;place-items:center;font-size:22px;font-weight:900;box-shadow:0 12px 24px rgba(16,185,129,.28)}.brand strong{display:block;font-size:22px;line-height:1}.brand small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;margin-top:3px}.main-nav{display:flex;gap:22px;margin-left:auto}.main-nav a{font-weight:700;color:var(--muted)}.main-nav a:hover{color:var(--text)}.header-search{width:260px}.header-search input{width:100%;height:42px;border:1px solid var(--line);border-radius:999px;background:var(--bg);padding:0 16px;color:var(--text)}.theme-btn,.menu-btn{width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:var(--card);color:var(--text);font-size:18px;cursor:pointer}.menu-btn{display:none}
.hero{padding:86px 0 58px;text-align:center;position:relative}.hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 0%,rgba(16,185,129,.18),transparent 35%)}.hero>*{position:relative}.hero-badge{display:inline-flex;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;padding:8px 14px;font-weight:800;font-size:13px;margin-bottom:18px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;margin:0 auto 18px;max-width:920px;letter-spacing:-.05em}.hero p{font-size:20px;color:var(--muted);max-width:760px;margin:0 auto 28px}.hero-search{max-width:690px;margin:auto;display:flex;gap:10px;background:var(--card);border:1px solid var(--line);border-radius:999px;padding:10px;box-shadow:var(--shadow)}.hero-search input{flex:1;border:0;background:transparent;padding:0 18px;font-size:16px;color:var(--text);outline:none}.btn{border:0;border-radius:999px;padding:13px 20px;font-weight:900;display:inline-flex;justify-content:center;align-items:center;gap:8px;cursor:pointer}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 12px 24px rgba(16,185,129,.24)}.btn.secondary{background:var(--bg);color:var(--text);border:1px solid var(--line)}.hero-stats{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-stats span{background:var(--card);border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--muted);font-weight:800}
.section{padding:42px 0}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:24px}.section-head h2{font-size:34px;letter-spacing:-.03em;margin:0}.section-head p{color:var(--muted);margin:6px 0 0}.text-link{color:var(--primary2);font-weight:900}.store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.store-card,.category-card,.blog-card,.content-card,.faq-card,.sidebar-box,.empty-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.store-card{padding:24px;text-align:center;transition:.25s}.store-card:hover{transform:translateY(-5px);border-color:rgba(16,185,129,.4)}.store-logo{width:92px;height:92px;border-radius:22px;background:var(--bg);border:1px solid var(--line);margin:0 auto 14px;display:grid;place-items:center;overflow:hidden}.store-card h3{margin:0 0 6px;font-size:19px}.store-card p{margin:0;color:var(--muted);font-weight:700}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{padding:24px;transition:.25s}.category-card:hover{transform:translateY(-5px)}.category-card span{width:44px;height:44px;border-radius:14px;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-weight:900}.category-card h3{margin:14px 0 8px}.category-card p{color:var(--muted);margin:0}.page-hero{padding:54px 0;background:var(--card);border-bottom:1px solid var(--line)}.page-hero h1{font-size:50px;line-height:1.05;margin:0 0 10px;letter-spacing:-.04em}.page-hero p{color:var(--muted);font-size:18px;margin:0}
.store-hero{padding:36px 0;background:var(--card);border-bottom:1px solid var(--line)}.breadcrumb{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:14px;margin-bottom:18px}.store-hero-card{display:grid;grid-template-columns:140px 1fr 180px;gap:24px;align-items:center}.store-hero-logo{width:140px;height:140px;border-radius:30px;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.store-label{display:inline-flex;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:900;padding:7px 11px;margin-bottom:10px}.store-hero h1{font-size:clamp(32px,5vw,56px);letter-spacing:-.05em;line-height:1.05;margin:0 0 10px}.store-hero p{color:var(--muted);font-size:17px;margin:0}.store-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.store-badges span,.pill{border-radius:999px;background:var(--bg);border:1px solid var(--line);padding:7px 11px;color:var(--muted);font-weight:800;font-size:13px}.pill{display:inline-flex}.pill.muted{opacity:1}.store-visit{text-align:center}.store-visit small{display:block;color:var(--muted);margin-top:8px}.store-layout{display:grid;grid-template-columns:1fr 330px;gap:28px;align-items:start}.filter-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.filter-tab{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;padding:11px 16px;font-weight:900;cursor:pointer}.filter-tab.active{background:var(--dark);color:var(--bg);border-color:var(--dark)}.filter-tab span{background:rgba(255,255,255,.18);padding:2px 7px;border-radius:999px;margin-left:4px}
.coupon-list{display:flex;flex-direction:column;gap:16px}.coupon-ticket{position:relative;background:var(--card);border:1px solid var(--line);border-radius:22px;padding:22px;display:grid;grid-template-columns:120px 1fr 190px;gap:20px;align-items:center;box-shadow:var(--shadow);overflow:hidden}.coupon-ticket:hover{border-color:rgba(16,185,129,.45)}.featured-ribbon{position:absolute;top:15px;left:-42px;transform:rotate(-45deg);background:#f59e0b;color:#fff;font-size:11px;font-weight:900;padding:6px 48px;text-transform:uppercase}.coupon-discount{border:2px dashed var(--primary);border-radius:18px;text-align:center;padding:18px 10px}.coupon-discount strong{display:block;color:var(--primary2);font-size:28px;line-height:1}.coupon-discount span{display:block;color:var(--muted);font-weight:900;font-size:12px;margin-top:6px;text-transform:uppercase}.coupon-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.coupon-info h3{font-size:22px;margin:0 0 8px}.coupon-info p{color:var(--muted);margin:0 0 10px}.details-toggle{background:transparent;border:0;color:var(--primary2);font-weight:900;padding:0;cursor:pointer}.coupon-details{display:none;margin-top:10px;background:var(--bg);border:1px solid var(--line);border-radius:14px;padding:12px}.coupon-details.open{display:block}.coupon-action{display:flex;justify-content:flex-end}.reveal-code,.deal-button{height:52px;min-width:175px;border:0;border-radius:26px;background:var(--primary2);color:#fff;font-weight:900;display:grid;place-items:center;position:relative;overflow:hidden;cursor:pointer;box-shadow:0 12px 22px rgba(16,185,129,.24)}.reveal-code:after{content:"";position:absolute;right:-20px;top:-18px;width:54px;height:54px;background:#d1d5db;transform:rotate(45deg)}.content-card,.faq-card,.empty-card{padding:26px;margin-top:22px}.content-card h2,.faq-card h2{margin-top:0}.content-card p,.content-card li,.faq-card p{color:var(--muted);line-height:1.75}.faq-card details{border-top:1px solid var(--line);padding:16px 0}.faq-card summary{font-weight:900;cursor:pointer}.store-sidebar{position:sticky;top:96px}.sidebar-box{padding:22px;margin-bottom:18px}.summary-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 0}.summary-row span,.tip-list{color:var(--muted)}.tip-list{padding-left:20px;line-height:1.8}.narrow{max-width:860px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.blog-card{padding:24px}.blog-card p{color:var(--muted)}.blog-content{line-height:1.8}
.site-footer{background:#0f172a;color:#fff;margin-top:46px;padding:60px 0 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-brand{margin-bottom:16px}.site-footer p,.site-footer a,.site-footer span{display:block;color:#94a3b8;margin:8px 0}.affiliate-note{font-size:13px}.site-footer h3{margin-top:0}.footer-bottom{border-top:1px solid #1e293b;margin-top:36px;padding-top:22px;color:#64748b}
.coupon-modal{position:fixed;inset:0;background:rgba(15,23,42,.7);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}.coupon-modal.active{display:flex}.coupon-modal-card{background:var(--card);border:1px solid var(--line);border-radius:28px;box-shadow:0 32px 90px rgba(0,0,0,.35);width:100%;max-width:470px;text-align:center;padding:34px;position:relative}.modal-close{position:absolute;right:18px;top:14px;background:transparent;border:0;font-size:30px;color:var(--muted);cursor:pointer}.success-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#ecfdf5;color:#047857;font-size:32px;font-weight:900;margin:0 auto 14px}.modal-code{font-family:ui-monospace,Menlo,monospace;font-size:28px;font-weight:900;background:var(--bg);border:2px dashed var(--line);border-radius:18px;padding:18px;margin:18px 0}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:980px){.main-nav,.header-search{display:none}.menu-btn{display:block}.main-nav.open{display:flex;position:absolute;left:20px;right:20px;top:76px;background:var(--card);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:18px;flex-direction:column}.store-grid,.category-grid,.blog-grid{grid-template-columns:repeat(2,1fr)}.store-layout{grid-template-columns:1fr}.store-sidebar{position:static}.store-hero-card{grid-template-columns:1fr;text-align:center}.store-hero-logo{margin:auto}.coupon-ticket{grid-template-columns:1fr;text-align:center}.coupon-action{justify-content:center}.hero-search{border-radius:22px;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.store-grid,.category-grid,.blog-grid,.footer-grid{grid-template-columns:1fr}.page-hero h1{font-size:38px}.modal-actions{grid-template-columns:1fr}}

/* Savtea-style All Stores Page */
.all-stores-hero{background:var(--card);padding:2.2rem 0 2.6rem;border-bottom:1px solid var(--line)}
.all-stores-heading{text-align:center;margin-top:2rem}
.all-stores-heading h1{font-size:clamp(2.5rem,5vw,3.7rem);font-weight:900;letter-spacing:-.04em;margin:1rem 0;color:var(--text)}
.all-stores-heading p{font-size:1.2rem;color:var(--muted);max-width:760px;margin:0 auto 1.6rem;line-height:1.65}
.stores-hero-stats{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin:1.4rem 0 1.8rem}
.stores-hero-stats span{background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:.6rem 1rem;color:var(--muted);font-weight:800}
.stores-hero-stats strong{color:var(--text)}
.stores-search-wrap{position:relative;max-width:640px;margin:0 auto}
.stores-search-box{display:flex;gap:.5rem;background:var(--card);padding:.5rem;border-radius:999px;box-shadow:var(--shadow);border:1px solid var(--line)}
.stores-search-box input{flex:1;border:0;padding:0 1rem;font-size:1rem;outline:0;background:transparent;color:var(--text)}
.stores-search-box button{background:var(--dark);color:var(--bg);padding:.78rem 2rem;border-radius:999px;font-weight:900;border:0}
.stores-autocomplete{position:absolute;top:100%;left:0;right:0;background:var(--card);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);margin-top:.5rem;padding:.5rem 0;z-index:20;display:none;max-height:310px;overflow-y:auto;text-align:left}
.autocomplete-item{padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;cursor:pointer}
.autocomplete-item:hover,.autocomplete-item.active{background:var(--bg)}
.autocomplete-item-icon{width:34px;height:34px;border-radius:10px;background:var(--bg);display:grid;place-items:center;overflow:hidden;border:1px solid var(--line)}
.autocomplete-item-name{font-weight:900;color:var(--text);font-size:.95rem}
.autocomplete-item-meta{font-size:.75rem;color:var(--muted)}
.autocomplete-empty{padding:1rem;text-align:center;color:var(--muted)}
.stores-filter-section{padding-top:2rem}
.alphabet-filter{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}
.alphabet-btn{background:var(--card);border:1px solid var(--line);padding:.55rem .9rem;border-radius:10px;font-weight:900;color:var(--muted);cursor:pointer}
.alphabet-btn:hover{background:var(--bg);border-color:rgba(16,185,129,.35)}
.alphabet-btn.active{background:var(--dark);color:var(--bg);border-color:var(--dark)}
.stores-list-section{padding-top:2rem;padding-bottom:3rem}
.stores-list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}
.stores-list-head p{color:var(--muted);margin:.35rem 0 0;font-weight:700}
.trust-badge{display:inline-flex;align-items:center;gap:.35rem;background:#ecfdf5;color:#047857;padding:.45rem .9rem;border-radius:999px;font-size:.82rem;font-weight:900}
[data-theme="dark"] .trust-badge{background:rgba(16,185,129,.15);color:#10b981}
.savtea-store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.35rem}
.savtea-store-card{background:var(--card);border-radius:16px;border:1px solid var(--line);padding:1.35rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:.28s;min-height:174px}
.savtea-store-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:rgba(16,185,129,.45)}
.savtea-store-logo{width:66px;height:66px;border-radius:12px;background:var(--bg);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;padding:.55rem;border:1px solid var(--line);overflow:hidden}
.savtea-store-logo img{width:100%;height:100%;object-fit:contain}
.savtea-store-name{font-size:1rem;font-weight:900;color:var(--text);margin:0 0 .3rem}
.savtea-store-meta{font-size:.78rem;color:var(--muted);margin:0}
.no-results{grid-column:1/-1;padding:4rem 2rem;text-align:center;background:var(--card);border-radius:20px;border:1px dashed var(--line)}
.no-results h3{font-size:1.25rem;font-weight:900;color:var(--text);margin-bottom:.5rem}
.no-results p{color:var(--muted)}
.animate-up{opacity:1;transform:none;transition:all .45s cubic-bezier(.4,0,.2,1)}
.animate-up.visible{opacity:1;transform:translateY(0)}
.seo-content-block{margin-top:2.5rem;background:var(--card);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:1.7rem}
.seo-content-block h2{font-size:1.65rem;margin:0 0 .75rem}
.seo-content-block p{color:var(--muted);line-height:1.75}
@media(max-width:900px){.savtea-store-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.alphabet-filter{overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:.4rem}.alphabet-btn{flex-shrink:0}.stores-search-box{border-radius:20px;flex-direction:column}.stores-search-box input{padding:.75rem}.stores-search-box button{width:100%}}
@media(max-width:520px){.savtea-store-grid{grid-template-columns:1fr}.savtea-store-card{min-height:auto}.stores-list-head{align-items:flex-start}.stores-hero-stats{justify-content:flex-start}.all-stores-heading{text-align:left}.stores-search-wrap{margin-left:0;margin-right:0}}

/* Professional unique homepage */
.pro-hero{position:relative;overflow:hidden;padding:84px 0 70px;background:linear-gradient(180deg,var(--card),var(--bg))}
.pro-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 15% 15%,rgba(16,185,129,.18),transparent 34%),radial-gradient(circle at 86% 18%,rgba(59,130,246,.15),transparent 30%),linear-gradient(120deg,transparent,rgba(16,185,129,.06));pointer-events:none}
.pro-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.15fr) 420px;gap:42px;align-items:center}
.pro-eyebrow{display:inline-flex;align-items:center;gap:9px;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;padding:8px 13px;font-size:13px;font-weight:900;margin-bottom:18px}
[data-theme="dark"] .pro-eyebrow{background:rgba(16,185,129,.14);border-color:rgba(16,185,129,.28);color:#34d399}
.live-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 0 6px rgba(16,185,129,.16)}
.pro-hero h1{font-size:clamp(44px,6vw,78px);line-height:1.01;letter-spacing:-.06em;margin:0 0 18px;max-width:850px}
.pro-hero-sub{font-size:20px;color:var(--muted);line-height:1.65;max-width:720px;margin:0 0 28px}
.pro-search{position:relative;display:grid;grid-template-columns:48px 1fr auto;align-items:center;max-width:720px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:999px;padding:8px}
.pro-search-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:var(--muted);font-weight:900}
.pro-search input{border:0;background:transparent;color:var(--text);outline:0;font-size:16px;min-width:0}
.home-autocomplete{position:absolute;top:calc(100% + 8px);left:12px;right:12px;background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:8px 0;display:none;z-index:30;max-height:320px;overflow:auto}
.home-auto-item{display:flex;align-items:center;gap:12px;padding:10px 14px;cursor:pointer}
.home-auto-item:hover{background:var(--bg)}
.home-auto-logo{width:36px;height:36px;border-radius:10px;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}
.home-auto-logo img{width:100%;height:100%;object-fit:contain}.home-auto-name{font-weight:900}.home-auto-meta{font-size:12px;color:var(--muted)}
.quick-tags{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-top:18px;color:var(--muted);font-weight:800}
.quick-tags a{background:var(--card);border:1px solid var(--line);border-radius:999px;padding:8px 13px;color:var(--text)}
.quick-tags a:hover{border-color:rgba(16,185,129,.5);transform:translateY(-1px)}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px}
.trust-row div{background:rgba(255,255,255,.55);border:1px solid var(--line);backdrop-filter:blur(10px);border-radius:18px;padding:14px 18px;min-width:120px}
[data-theme="dark"] .trust-row div{background:rgba(30,41,59,.65)}
.trust-row strong{display:block;font-size:24px;letter-spacing:-.03em}.trust-row span{color:var(--muted);font-weight:800;font-size:13px}
.pro-hero-panel{background:rgba(255,255,255,.82);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:30px;box-shadow:0 30px 80px rgba(15,23,42,.12);padding:22px;transform:rotate(1deg)}
[data-theme="dark"] .pro-hero-panel{background:rgba(30,41,59,.82)}
.panel-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.panel-top span{color:var(--muted);font-weight:800}.panel-top strong{background:#ecfdf5;color:#047857;border-radius:999px;padding:6px 10px;font-size:13px}
.mini-deal{display:flex;gap:13px;align-items:center;background:var(--card);border:1px solid var(--line);border-radius:18px;padding:14px;margin-bottom:12px;transition:.25s}.mini-deal:hover{transform:translateX(4px);border-color:rgba(16,185,129,.45)}
.mini-logo{width:48px;height:48px;border-radius:14px;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;font-weight:900}.mini-logo img{width:100%;height:100%;object-fit:contain}
.mini-deal strong{display:block;color:var(--primary2);font-size:18px}.mini-deal span{display:block;color:var(--muted);font-size:13px;font-weight:700}
.panel-footer{display:flex;justify-content:space-between;gap:8px;margin-top:16px}.panel-footer span{flex:1;text-align:center;background:var(--bg);border:1px solid var(--line);border-radius:999px;padding:8px 6px;font-size:12px;color:var(--muted);font-weight:900}
.pro-stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:-30px;position:relative;z-index:3}.pro-stats-strip div{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;padding:22px;text-align:center}.pro-stats-strip strong{display:block;font-size:30px;letter-spacing:-.04em}.pro-stats-strip span{color:var(--muted);font-weight:800}
.home-section{padding:70px 20px}.home-section-head{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px}.home-section-head h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.04em;margin:6px 0 8px}.home-section-head p{color:var(--muted);font-size:17px;margin:0}.section-kicker{color:var(--primary2);font-weight:950;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.arrow-link{font-weight:950;color:var(--primary2)}
.pro-coupon-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pro-deal-card{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:22px;transition:.25s}.pro-deal-card:hover{transform:translateY(-5px);border-color:rgba(16,185,129,.45)}
.deal-store-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:16px}.deal-store-logo{width:50px;height:50px;border-radius:14px;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;overflow:hidden}.deal-store-logo img{width:100%;height:100%;object-fit:contain}.deal-store-row h3{margin:0;font-size:16px}.deal-store-row span{color:var(--muted);font-size:12px;font-weight:800}.deal-value{display:inline-flex;background:#ecfdf5;color:#047857;border-radius:999px;padding:7px 12px;font-weight:950;margin-bottom:12px}.pro-deal-card h4{font-size:20px;line-height:1.25;margin:0 0 10px}.pro-deal-card p{color:var(--muted);line-height:1.65;min-height:52px}.deal-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px}.deal-card-bottom small{color:var(--muted);font-weight:800}
.pro-store-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pro-store-card{background:var(--card);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:24px;text-align:center;transition:.25s}.pro-store-card:hover{transform:translateY(-5px);border-color:rgba(16,185,129,.45)}.pro-store-logo{width:86px;height:86px;border-radius:24px;background:var(--bg);border:1px solid var(--line);display:grid;place-items:center;margin:0 auto 14px;padding:10px;overflow:hidden}.pro-store-logo img{width:100%;height:100%;object-fit:contain}.pro-store-card h3{margin:0 0 6px}.pro-store-card p{color:var(--muted);margin:0 0 12px}.pro-store-card span{font-weight:950;color:var(--primary2)}
.category-showcase{background:#0f172a;padding:82px 0;color:#fff}.home-section-head.light h2{color:#fff}.home-section-head.light p{color:#94a3b8}.light-link{color:#34d399}.pro-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pro-category-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:24px;text-align:center;transition:.25s;backdrop-filter:blur(10px)}.pro-category-card:hover{background:rgba(255,255,255,.1);transform:translateY(-5px)}.cat-icon{font-size:34px;display:block;margin-bottom:12px}.pro-category-card h3{margin:0 0 6px;color:#fff}.pro-category-card p{color:#94a3b8;margin:0}
.why-panel{display:grid;grid-template-columns:.9fr 1.3fr;gap:34px;align-items:center;background:linear-gradient(135deg,var(--card),var(--bg));border:1px solid var(--line);box-shadow:var(--shadow);border-radius:30px;padding:34px}.why-panel h2{font-size:40px;letter-spacing:-.04em;margin:8px 0 12px}.why-panel p{color:var(--muted);line-height:1.7}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.why-grid div{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:20px}.why-grid span{width:42px;height:42px;border-radius:14px;background:#ecfdf5;color:#047857;display:grid;place-items:center;font-weight:950;margin-bottom:12px}.why-grid h3{margin:0 0 6px}.why-grid p{font-size:14px;margin:0}
.seo-home-copy{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:28px}.seo-home-copy h2{font-size:30px;letter-spacing:-.03em;margin:0 0 10px}.seo-home-copy p{color:var(--muted);line-height:1.75}
@media(max-width:1000px){.pro-hero-grid{grid-template-columns:1fr}.pro-hero-panel{transform:none;max-width:560px}.pro-coupon-grid{grid-template-columns:repeat(2,1fr)}.pro-store-grid,.pro-category-grid{grid-template-columns:repeat(2,1fr)}.why-panel{grid-template-columns:1fr}.pro-stats-strip{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.pro-hero{padding:54px 0}.pro-search{grid-template-columns:1fr;border-radius:22px;padding:12px}.pro-search-icon{display:none}.pro-search input{padding:12px}.pro-search button{width:100%}.pro-coupon-grid,.pro-store-grid,.pro-category-grid,.why-grid,.pro-stats-strip{grid-template-columns:1fr}.home-section-head{display:block}.arrow-link{display:inline-block;margin-top:14px}.trust-row{display:grid;grid-template-columns:1fr 1fr}.pro-hero h1{font-size:42px}.pro-hero-sub{font-size:17px}.home-section{padding:48px 20px}.category-showcase{padding:58px 0}.why-panel{padding:22px}.why-panel h2{font-size:32px}}

/* Store detail page built from uploaded reference */
.st-page{background:var(--bg)}
.st-breadcrumb-wrap{padding-top:1rem;padding-bottom:1rem}
.st-breadcrumb{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.9rem;font-weight:700}
.st-breadcrumb a:hover{color:var(--primary2)}
.st-header-bg{background:linear-gradient(135deg,#f8fafc 0%,#eef7f4 100%);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
[data-theme="dark"] .st-header-bg{background:linear-gradient(135deg,#0f172a 0%,#13251f 100%)}
.st-header{padding-top:1.75rem;padding-bottom:1.75rem;display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap}
.st-logo-wrapper{width:120px;height:120px;padding:1rem;border-radius:22px;background:var(--card);border:1px solid var(--line);box-shadow:0 10px 30px rgba(15,23,42,.06);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.st-logo-wrapper img{max-width:100%;max-height:100%;object-fit:contain}
.st-header-content{flex:1;min-width:280px}
.st-header-badges{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}
.st-header-badges span{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:999px;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.st-header-badges .official{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px rgba(59,130,246,.25)}
.st-header-badges .verified{background:var(--card);color:var(--primary2);border:1.5px solid rgba(16,185,129,.25)}
.st-header h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;color:var(--text);letter-spacing:-.025em;margin:0 0 .85rem;line-height:1.2}
.st-header-stats{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}
.st-header-stats div{display:grid;grid-template-columns:36px auto;grid-template-rows:auto auto;column-gap:.55rem;align-items:center}
.stat-icon{grid-row:1/3;width:36px;height:36px;background:#ecfdf5;border-radius:12px;display:flex;align-items:center;justify-content:center}
.stat-icon.blue{background:#eff6ff}
.st-header-stats strong{font-size:1.25rem;font-weight:900;color:var(--text);line-height:1}
.st-header-stats small{font-size:.625rem;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.st-header p{font-size:.9rem;color:var(--muted);line-height:1.55;max-width:520px;margin:0}
.st-visit-holder{flex-shrink:0}
.st-visit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff!important;padding:.9rem 2rem;border-radius:16px;font-weight:900;box-shadow:0 12px 24px rgba(16,185,129,.22)}
.st-page-menu-wrap{margin-top:.85rem;margin-bottom:.75rem;position:relative;z-index:10}
.st-page-menu{position:relative;display:inline-block;max-width:100%}
.st-page-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.5rem;background:var(--card);border:1px solid var(--line);border-radius:999px;box-shadow:0 10px 22px rgba(15,23,42,.06);padding:.68rem 1rem;color:var(--text);font-size:.9rem;font-weight:950;cursor:pointer;user-select:none}
.st-page-menu summary::-webkit-details-marker{display:none}
.st-page-menu[open] summary{border-color:rgba(16,185,129,.45);box-shadow:0 10px 26px rgba(16,185,129,.12)}
.st-page-menu-panel{position:absolute;left:0;top:calc(100% + .55rem);width:min(420px,calc(100vw - 2rem));max-height:310px;overflow-y:auto;background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 60px rgba(15,23,42,.16);padding:.55rem;z-index:40}
.st-page-menu-panel a{display:flex;align-items:center;gap:.5rem;color:var(--muted);border-radius:12px;padding:.72rem .85rem;font-size:.9rem;font-weight:850;text-decoration:none}
.st-page-menu-panel a:hover{background:#ecfdf5;color:var(--primary2)}
.st-page-menu-panel a:before{content:'›';font-weight:950;color:var(--primary2)}
[data-theme="dark"] .st-page-menu-panel a:hover{background:rgba(16,185,129,.12)}

.st-layout{margin-top:1.25rem;margin-bottom:3rem;display:grid;grid-template-columns:1fr 400px;gap:2.25rem;align-items:start}
.st-section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.35rem}
.st-section-heading h2{font-size:2rem;letter-spacing:-.035em;margin:0}
.st-filter-tabs{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:1.35rem}
.st-filter-tabs button{border:1px solid var(--line);background:var(--card);color:var(--muted);border-radius:999px;padding:.75rem 1.15rem;font-weight:900;cursor:pointer}
.st-filter-tabs button.active{background:var(--dark);color:var(--bg);border-color:var(--dark)}
.st-filter-tabs span{margin-left:.35rem}
.st-offers-list{display:flex;flex-direction:column;gap:1.5rem}
.st-empty{background:var(--card);border:1px dashed var(--line);border-radius:20px;padding:2rem;color:var(--muted);font-weight:900;text-align:center}
.st-coupon-ticket{position:relative;background:var(--card);border:1px solid var(--line);border-radius:24px;padding:2rem;box-shadow:0 10px 30px rgba(15,23,42,.04);display:grid;grid-template-columns:1fr 230px;gap:2rem;overflow:hidden}
.st-featured-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.st-coupon-badges{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}
.st-badge,.st-badge-light{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.4rem .75rem;font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.035em}
.st-badge-indigo{background:#eef2ff;color:#4f46e5}
.st-badge-emerald{background:#ecfdf5;color:#047857}
.st-badge-light{color:var(--muted);background:var(--bg);border:1px solid var(--line)}
.st-coupon-left h3{font-size:1.5rem;margin:0 0 .75rem;color:var(--text);font-weight:900;line-height:1.3}
.st-coupon-left p{color:var(--muted);font-size:1rem;margin:0 0 1.5rem;line-height:1.6}
.st-coupon-meta{display:flex;align-items:center;gap:1rem;color:var(--muted);font-size:.85rem;font-weight:800;flex-wrap:wrap}
.st-coupon-meta span{background:var(--bg);border:1px solid var(--line);padding:.3rem .75rem;border-radius:999px}
.st-coupon-meta .success{color:var(--primary2);background:#ecfdf5}
.st-coupon-meta .used{color:#2563eb;background:#eff6ff}
.st-coupon-right{display:flex;flex-direction:column;align-items:center;justify-content:center}
.st-reveal-box,.st-deal-box{position:relative;width:100%;min-height:76px;border:0;border-radius:18px;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;cursor:pointer;box-shadow:0 14px 26px rgba(16,185,129,.2);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;font-weight:900}
.st-reveal-box .code-text{position:absolute;left:18px;right:18px;color:#ffffff;opacity:1;font-family:ui-monospace,Menlo,monospace;font-size:1rem;text-transform:uppercase;letter-spacing:.06em}
.st-reveal-box .reveal-label,.st-deal-box span{position:relative;z-index:2;background:#fff;color:var(--primary2);border-radius:999px;padding:.55rem 1.05rem}
.st-coupon-right p{font-size:.7rem;color:var(--muted);font-weight:900;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin:.75rem 0 0}
.st-sidebar{display:flex;flex-direction:column;gap:1rem}
.st-sidebar-box{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:1.25rem;box-shadow:0 10px 28px rgba(15,23,42,.035)}
.st-sidebar .sticky-top{position:static;top:auto}
.st-sidebar-box h3{font-size:1rem;font-weight:900;margin:0 0 .85rem;color:var(--text)}
.st-sidebar-box p,.st-sidebar-box li{font-size:.9rem;color:var(--muted);line-height:1.65}
.st-updated{margin-top:.85rem;color:var(--primary2);font-weight:900;font-size:.85rem}
.st-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.st-stat-grid div{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:1rem;text-align:center}
.st-stat-grid strong{display:block;font-size:2rem;color:var(--text);line-height:1}
.st-stat-grid span{display:block;font-size:.75rem;color:var(--muted);font-weight:800;margin-top:.35rem}
.st-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.st-tags a{background:var(--bg);color:var(--muted);border:1px solid var(--line);padding:.3rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800}
.st-tags a:hover{color:var(--primary2);border-color:rgba(16,185,129,.35)}
.st-tips,.st-why{padding-left:1rem;margin:0}
.st-tips li,.st-why li{margin:.45rem 0}
.st-why strong{color:var(--text)}
.st-faq{margin-top:3.5rem}
.st-faq h2{font-size:1.8rem;letter-spacing:-.03em;margin:0 0 1.25rem}
.st-faq details{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:1.1rem 1.3rem;margin-bottom:.9rem}
.st-faq summary{font-weight:900;cursor:pointer}
.st-faq p{color:var(--muted);line-height:1.7}
.st-seo-wide{max-width:980px;margin-bottom:3rem}
.st-seo-wide p{background:var(--card);border-left:4px solid var(--primary);border-radius:18px;padding:1.4rem 1.6rem;color:var(--muted);line-height:1.8;box-shadow:0 10px 28px rgba(15,23,42,.035)}
.st-seo-wide strong{color:var(--text)}
.st-reviews{max-width:900px;margin-bottom:4rem}
.st-reviews h2{font-size:1.75rem;font-weight:900;color:var(--text);margin-bottom:1.5rem}
.st-review-card{background:var(--card);padding:2rem;border-radius:22px;border:1px solid var(--line);box-shadow:0 10px 28px rgba(15,23,42,.035)}
.st-review-card h3{font-size:1.125rem;font-weight:900;margin:0 0 1.5rem}
.st-review-card label{display:block;font-weight:850;color:var(--text);margin-bottom:1.25rem}
.st-review-card input,.st-review-card textarea,.st-review-card select{width:100%;margin-top:.45rem;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:12px;padding:.9rem 1rem;font:inherit}
.st-review-card button{display:block;margin:1.25rem auto 0;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border:0;border-radius:999px;padding:.9rem 2rem;font-weight:900;cursor:pointer}
.st-review-list{margin-top:1.5rem}
.st-no-reviews{color:var(--muted);font-weight:800;text-align:center}
.st-review-item{background:var(--bg);border:1px solid var(--line);border-radius:16px;padding:1rem;margin-top:.8rem}
.st-review-item span{color:#f59e0b}
.st-review-item p{color:var(--muted);line-height:1.7}
@media(max-width:1100px){.st-layout{grid-template-columns:1fr 340px;gap:2rem}}
@media(max-width:900px){.st-header{justify-content:center;text-align:center}.st-header-stats{justify-content:center}.st-header p{margin:auto}.st-layout{grid-template-columns:1fr}.st-sidebar .sticky-top{position:static}.st-coupon-ticket{grid-template-columns:1fr}.st-coupon-right{max-width:320px;width:100%;margin:auto}.st-sidebar{order:2}}
@media(max-width:560px){.st-header{padding-top:2rem;padding-bottom:2rem}.st-logo-wrapper{width:100px;height:100px}.st-filter-tabs button{width:100%}.st-coupon-ticket{padding:1.2rem}.st-coupon-meta{display:grid;gap:.6rem}.st-stat-grid{grid-template-columns:1fr}.st-review-card{padding:1.2rem}}



/* =========================================================
   SAVTEA-SCREENSHOT STORE PAGE LAYOUT
   This overrides previous store page styles.
   ========================================================= */
.sav-store-page{
  background:#f8fafc;
  border-top:1px solid #e2e8f0;
}
[data-theme="dark"] .sav-store-page{
  background:var(--bg);
}
.sav-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 400px;
  gap:48px;
  align-items:start;
}
.sav-main{
  padding:16px 0 48px;
}
.sav-sidebar{
  background:#fff;
  border-left:1px solid #dbe4ef;
  border-right:1px solid #dbe4ef;
  border-bottom:1px solid #dbe4ef;
  border-radius:0 0 16px 16px;
  overflow:hidden;
}
[data-theme="dark"] .sav-sidebar{
  background:var(--card);
  border-color:var(--line);
}
.sav-tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:40px;
}
.sav-tabs button{
  height:45px;
  border:1px solid #dbe4ef;
  background:#fff;
  color:#42526a;
  border-radius:999px;
  padding:0 22px;
  font-size:15px;
  font-weight:850;
  cursor:pointer;
}
.sav-tabs button.active{
  background:#111827;
  color:#fff;
  border-color:#111827;
}
.sav-tabs span{
  min-width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-left:8px;
  padding:0 7px;
  border-radius:999px;
  background:#e6edf5;
  color:#475569;
  font-size:12px;
}
.sav-tabs button.active span{
  background:#6b7280;
  color:#fff;
}
.sav-offers-list{
  display:flex;
  flex-direction:column;
  gap:40px;
}
.sav-empty{
  background:#fff;
  border:1px dashed #dbe4ef;
  border-radius:12px;
  padding:30px;
  text-align:center;
  color:#64748b;
  font-weight:800;
}
.sav-coupon-card{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:24px;
  align-items:center;
  min-height:217px;
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:12px;
  padding:28px 24px;
  overflow:hidden;
}
[data-theme="dark"] .sav-coupon-card{
  background:var(--card);
  border-color:var(--line);
}
.sav-featured{
  position:absolute;
  top:0;
  left:0;
  width:102px;
  height:102px;
  overflow:hidden;
  z-index:3;
}
.sav-featured span{
  position:absolute;
  left:-34px;
  top:22px;
  width:150px;
  height:28px;
  transform:rotate(-45deg);
  background:linear-gradient(135deg,#f59e0b,#f97316);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:10px;
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:.08em;
}
.sav-coupon-labels{
  display:flex;
  gap:14px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.sav-label{
  height:27px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:0 12px;
  font-size:12px;
  text-transform:uppercase;
  font-weight:950;
}
.sav-label.code{
  color:#4f46e5;
  background:#eef2ff;
}
.sav-label.deal{
  color:#047857;
  background:#dcfce7;
}
.sav-verified{
  color:#94a3b8;
  font-size:13px;
  font-weight:850;
}
.sav-coupon-card h3{
  margin:0 0 10px;
  color:#0f172a;
  font-family:Georgia, "Times New Roman", serif;
  font-weight:900;
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.03em;
}
[data-theme="dark"] .sav-coupon-card h3{
  color:var(--text);
}
.sav-coupon-card p{
  margin:0 0 28px;
  color:#334155;
  font-size:16px;
  line-height:1.55;
}
[data-theme="dark"] .sav-coupon-card p{
  color:var(--muted);
}
.sav-coupon-meta{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}
.sav-coupon-meta span{
  min-height:32px;
  display:inline-flex;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  background:#f1f5f9;
  color:#52657b;
  font-size:14px;
  font-weight:800;
}
.sav-coupon-meta .success{
  background:#dcfce7;
  color:#059669;
}
.sav-coupon-meta .used{
  background:#eef4ff;
  color:#2563eb;
}
.sav-coupon-action{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.sav-action-btn{
  width:180px;
  height:48px;
  border:0;
  border-radius:999px;
  background:#059669;
  color:#fff!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  text-decoration:none;
  font-size:17px;
  font-weight:950;
  cursor:pointer;
  box-shadow:0 10px 20px rgba(5,150,105,.22);
  position:relative;
  overflow:hidden;
}
.sav-action-btn:after{
  content:"";
  position:absolute;
  right:-9px;
  top:0;
  width:38px;
  height:100%;
  background:rgba(255,255,255,.32);
  transform:skewX(35deg);
}
.sav-action-btn:hover{
  background:#047857;
}
.sav-action-btn b{
  font-size:24px;
  line-height:1;
}
.sav-coupon-action small{
  margin-top:10px;
  color:#94a3b8;
  font-size:11px;
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.055em;
}
.sav-sidebar-box{
  padding:20px 24px;
  border-bottom:1px solid #e2e8f0;
  background:#fff;
}
[data-theme="dark"] .sav-sidebar-box{
  background:var(--card);
  border-color:var(--line);
}
.sav-sidebar-box h3{
  margin:0 0 14px;
  color:#0f172a;
  font-family:Georgia, "Times New Roman", serif;
  font-size:14px;
  font-weight:900;
}
[data-theme="dark"] .sav-sidebar-box h3{
  color:var(--text);
}
.sav-sidebar-box p,
.sav-sidebar-box li{
  color:#334155;
  font-size:13.5px;
  line-height:1.55;
}
[data-theme="dark"] .sav-sidebar-box p,
[data-theme="dark"] .sav-sidebar-box li{
  color:var(--muted);
}
.sav-updated{
  margin-top:18px;
  border:1px solid #86efac;
  background:#ecfdf5;
  color:#047857;
  border-radius:8px;
  padding:11px 14px;
  font-size:13px;
  font-weight:900;
}
.sav-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.sav-stats div{
  min-height:74px;
  border-radius:8px;
  background:#f8fafc;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.sav-stats div:first-child{
  background:linear-gradient(180deg,#f7faff,#f3f6fb);
}
.sav-stats div:nth-child(2){
  background:linear-gradient(180deg,#f3fbf7,#eefaf4);
}
.sav-stats strong{
  color:#2563eb;
  font-size:24px;
  line-height:1;
  font-weight:950;
}
.sav-stats div:nth-child(2) strong{
  color:#059669;
}
.sav-stats span{
  margin-top:6px;
  color:#52657b;
  font-size:11px;
  font-weight:900;
}
.sav-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.sav-tags a{
  display:inline-flex;
  align-items:center;
  background:#f1f5f9;
  color:#475569;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800;
}
.sav-tips,
.sav-why{
  padding-left:18px;
  margin:0;
}
.sav-tips li,
.sav-why li{
  margin-bottom:8px;
}
.sav-faq{
  margin-top:54px;
}
.sav-faq h2{
  font-size:26px;
  font-weight:900;
  margin-bottom:18px;
}
.sav-faq details{
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:12px;
  margin-bottom:12px;
  padding:18px 20px;
}
.sav-faq summary{
  cursor:pointer;
  font-weight:900;
  color:#0f172a;
}
.sav-faq p{
  color:#475569;
  line-height:1.65;
}
.sav-seo{
  max-width:980px;
  margin-bottom:40px;
}
.sav-seo p{
  background:#fff;
  border-left:4px solid #059669;
  border-radius:12px;
  padding:20px 24px;
  color:#334155;
  line-height:1.75;
}
.sav-reviews{
  max-width:900px;
  margin-bottom:60px;
}
.sav-reviews h2{
  font-size:26px;
  font-weight:900;
  margin-bottom:20px;
}
.sav-review-card{
  background:#fff;
  border:1px solid #dbe4ef;
  border-radius:12px;
  padding:28px;
}
.sav-review-card h3{
  margin-top:0;
}
.sav-review-card label{
  display:block;
  margin-bottom:16px;
  color:#0f172a;
  font-weight:850;
}
.sav-review-card input,
.sav-review-card textarea,
.sav-review-card select{
  width:100%;
  margin-top:7px;
  border:1px solid #dbe4ef;
  border-radius:10px;
  padding:12px 14px;
  font:inherit;
}
.sav-review-card button{
  background:#059669;
  color:#fff;
  border:0;
  border-radius:999px;
  padding:13px 26px;
  font-weight:950;
}
.sav-review-list{
  margin-top:20px;
  color:#64748b;
  font-weight:800;
}
@media(max-width:1100px){
  .sav-layout{
    grid-template-columns:minmax(0,1fr) 350px;
    gap:28px;
  }
}
@media(max-width:900px){
  .sav-layout{
    grid-template-columns:1fr;
  }
  .sav-sidebar{
    border-radius:14px;
    border:1px solid #dbe4ef;
  }
  .sav-coupon-card{
    grid-template-columns:1fr;
  }
  .sav-coupon-action{
    align-items:flex-start;
  }
}
@media(max-width:560px){
  .sav-main{
    padding-top:10px;
  }
  .sav-tabs button{
    width:100%;
  }
  .sav-coupon-card{
    padding:22px 18px;
  }
  .sav-coupon-card h3{
    font-size:22px;
  }
  .sav-coupon-card p{
    font-size:14px;
    margin-bottom:18px;
  }
  .sav-coupon-meta{
    gap:8px;
  }
  .sav-coupon-meta span{
    font-size:12px;
  }
  .sav-action-btn{
    width:100%;
  }
  .sav-stats{
    grid-template-columns:1fr;
  }
}


.inline-logo-wrap{display:block;margin:14px 0}.inline-logo-wrap img{height:auto;border-radius:14px;border:1px solid #e2e8f0;background:#fff;padding:8px}.inline-logo-center{text-align:center}.inline-logo-left{float:left;margin:4px 18px 12px 0}.inline-logo-right{float:right;margin:4px 0 12px 18px}.content-card:after,.sav-faq p:after,.sav-sidebar-box:after,.sav-seo p:after{content:"";display:block;clear:both}

/* Store page layout matching the reference screenshot */
.sav-ref-store-page{background:#fff;border-top:1px solid #e5e7eb}.sav-ref-layout{grid-template-columns:minmax(0,1fr) 360px;gap:30px}.sav-ref-main{padding-top:20px}.sav-ref-header{display:grid;grid-template-columns:120px minmax(0,1fr);gap:32px;align-items:center;margin-bottom:18px}.sav-ref-logo-box{width:120px;height:120px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;display:grid;place-items:center;padding:14px;overflow:hidden}.sav-ref-logo-box img{max-width:100%;max-height:100%;object-fit:contain}.sav-ref-breadcrumbs{font-size:13px;color:#667085;margin-bottom:7px}.sav-ref-breadcrumbs a{color:#667085;text-decoration:none}.sav-ref-breadcrumbs span{margin:0 4px}.sav-ref-title-box h1{font-size:32px;line-height:1.18;margin:0;color:#111827;font-weight:900;letter-spacing:-.03em}.sav-ref-tabs{gap:28px;margin:0 0 14px;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.sav-ref-tabs button{height:48px;border:0;border-radius:0;background:transparent;color:#111827;padding:0 0 14px;font-weight:900;position:relative}.sav-ref-tabs button.active{background:transparent;color:#111827}.sav-ref-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:4px;background:#111827}.sav-ref-tabs span{background:#e8eef5;color:#475467;margin-left:5px}.sav-ref-tabs button.active span{background:#e8eef5;color:#475467}.sav-ref-offers-list{gap:14px}.sav-ref-coupon{display:block;min-height:auto;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(16,24,40,.08);padding:16px;background:#fff;overflow:hidden}.sav-ref-card-main{display:grid;grid-template-columns:64px minmax(0,1fr) 250px;gap:16px;align-items:center}.sav-ref-card-logo{display:flex;flex-direction:column;align-items:center;gap:6px}.sav-ref-card-logo img{width:64px;height:64px;border:1px solid #e5e7eb;border-radius:4px;padding:6px;object-fit:contain;background:#fff}.sav-ref-card-logo span{min-width:64px;text-align:center;background:#e7f5ec;color:#111827;border-radius:4px;padding:4px 6px;font-size:12px;font-weight:800}.sav-ref-card-copy h3{font-family:inherit;font-size:20px;line-height:1.25;letter-spacing:-.02em;margin:0 0 7px;color:#101828}.sav-ref-card-copy p{font-size:13px;line-height:1.45;margin:0;color:#101828}.sav-ref-card-action{display:flex;justify-content:flex-end}.sav-ref-code-btn,.sav-ref-sale-btn{height:44px;min-width:250px;border:0;border-radius:999px;background:#078b2d;color:#fff!important;font-size:14px;font-weight:900;text-decoration:none;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.sav-ref-code-btn span{flex:1;text-align:center}.sav-ref-code-btn b{height:44px;min-width:48px;background:#eef2f6;color:#111827;display:flex;align-items:center;justify-content:center;position:relative}.sav-ref-code-btn b:before{content:"";position:absolute;left:-12px;top:0;width:20px;height:100%;background:#eef2f6;transform:skewX(14deg);border-left:2px dashed rgba(17,24,39,.25)}.sav-ref-sale-btn{background:#078b2d}.sav-ref-card-footer{border-top:1px solid #e5e7eb;margin-top:14px;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#101828;font-size:13px}.sav-ref-card-footer button{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:5px 12px;font-size:11px;font-weight:800;cursor:pointer}.sav-ref-card-footer .coupon-details{display:none;flex-basis:100%;background:#f8fafc;border-radius:8px;padding:10px 12px;color:#475467;line-height:1.5}.sav-ref-card-footer .coupon-details.open{display:block}.sav-ref-sidebar{border:0;border-radius:0;background:transparent;padding-top:20px;overflow:visible}.sav-ref-sidebar-card{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 0 18px;margin-bottom:18px}.sav-ref-sidebar-card h3{font-size:16px;line-height:1.35;font-weight:900;margin:0 0 14px;color:#101828;font-family:inherit}.sav-ref-sidebar-card p{font-size:15px;line-height:1.35;color:#101828;margin:0 0 14px}.sav-ref-rating{font-size:18px;color:#f59e0b;margin:16px 0}.sav-ref-rating span{font-size:15px;color:#475467}.sav-ref-site-link,.sav-ref-side-row{display:block;color:#344054;font-size:15px;font-weight:700;margin:12px 0;text-decoration:none}.sav-ref-seo{margin-top:28px}.sav-ref-faq{margin-top:36px}@media(max-width:1050px){.sav-ref-layout{grid-template-columns:1fr}.sav-ref-sidebar{padding-top:0;border:1px solid #e5e7eb;border-radius:12px;padding:18px}.sav-ref-sidebar-card:last-child{margin-bottom:0;border-bottom:0}}@media(max-width:760px){.sav-ref-header{grid-template-columns:1fr;text-align:left;gap:14px}.sav-ref-logo-box{width:96px;height:96px}.sav-ref-card-main{grid-template-columns:58px minmax(0,1fr);gap:12px}.sav-ref-card-action{grid-column:1 / -1;justify-content:stretch}.sav-ref-code-btn,.sav-ref-sale-btn{width:100%;min-width:0}.sav-ref-title-box h1{font-size:26px}.sav-ref-tabs{gap:18px}}

/* Store SEO content improvements */
.sav-store-intro{font-size:15px;line-height:1.55;color:#475467;margin:10px 0 0;max-width:760px}.sav-offers-heading h2{font-size:20px;line-height:1.35;margin:0 0 12px;color:#101828;font-weight:900}.sav-ref-sidebar-card h2{font-size:16px;line-height:1.35;font-weight:900;margin:0 0 14px;color:#101828;font-family:inherit}.sav-ref-faq summary{display:flex;align-items:center;cursor:pointer}.sav-ref-faq summary h3{display:inline;font-size:16px;line-height:1.35;margin:0;font-family:inherit;font-weight:900}.sav-ref-seo h2{font-size:24px;line-height:1.25;margin:0 0 12px;font-weight:900;color:#101828}.sav-ref-seo p{line-height:1.7;color:#344054}

/* Coupon details: Need to know */
.sav-ref-card-footer .sav-need-to-know{font-size:13px;color:#475467;line-height:1.6}
.sav-ref-card-footer .sav-need-to-know h4{font-family:inherit;font-size:14px;font-weight:900;color:#101828;margin:0 0 8px}
.sav-ref-card-footer .sav-need-to-know h4:not(:first-child){margin-top:14px}
.sav-ref-card-footer .sav-need-to-know p{margin:0 0 7px;color:#475467}
.sav-ref-card-footer .sav-need-to-know ul{margin:0;padding-left:18px;list-style:disc}
.sav-ref-card-footer .sav-need-to-know li{margin:4px 0;color:#475467}

/* Medium-large guide boxes after store FAQ */
.kz-store-guides{margin-top:2rem;display:grid;gap:1.35rem}
.kz-block{background:var(--card,#fff);border:1px solid var(--line,#e2e8f0);border-radius:22px;box-shadow:0 14px 34px rgba(15,23,42,.06);overflow:hidden}
.kz-block__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.35rem 1.5rem;border-bottom:1px solid var(--line,#e2e8f0);background:linear-gradient(180deg,rgba(248,250,252,.9),rgba(255,255,255,.9))}
.kz-block__title{display:flex;align-items:center;gap:.65rem;margin:0;font-size:1.45rem;line-height:1.25;font-weight:950;letter-spacing:-.03em;color:var(--text,#0f172a)}
.kz-block__title-icon{width:34px;height:34px;border-radius:12px;display:inline-grid;place-items:center;flex:0 0 auto;background:#ecfdf5;color:#059669;font-size:18px}
.kz-block__badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:999px;background:#0f172a;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.04em;padding:.42rem .85rem;text-transform:uppercase}
.kz-block__body{padding:1.5rem}
.kz-guide{position:relative}
.kz-guide__content{max-height:265px;overflow:hidden;color:var(--muted,#475569);line-height:1.75;font-size:.96rem;transition:max-height .3s ease}
.kz-guide__content.is-expanded{max-height:none}
.kz-guide__content p,.kz-prose{color:var(--muted,#475569);line-height:1.75;margin:0 0 1rem;font-size:.96rem}
.kz-guide__content h3{font-family:inherit;color:var(--text,#0f172a);font-size:1.15rem;line-height:1.35;margin:1.45rem 0 .55rem;font-weight:950;letter-spacing:-.02em}
.kz-guide__fade{position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(to bottom,rgba(255,255,255,0),var(--card,#fff));pointer-events:none}
.kz-guide__content.is-expanded + .kz-guide__fade{display:none}
.kz-guide__toggle{margin-top:1rem;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;border-radius:999px;padding:.65rem 1rem;font-weight:900;cursor:pointer}
.method-step{display:grid;grid-template-columns:46px minmax(0,1fr);gap:1rem;padding:1rem 0;border-top:1px solid var(--line,#e2e8f0)}
.method-step__icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#f1f5f9;font-size:21px}
.method-step__title{font-weight:950;color:var(--text,#0f172a);margin-bottom:.3rem}
.method-step__desc{color:var(--muted,#475569);line-height:1.65;font-size:.94rem}
.method-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem;margin-top:1.1rem}
.method-stat{background:var(--bg,#f8fafc);border:1px solid var(--line,#e2e8f0);border-radius:16px;padding:1rem;text-align:center}
.method-stat__value{font-size:1.25rem;font-weight:950;color:#059669;line-height:1.15}
.method-stat__label{font-size:.72rem;color:var(--muted,#64748b);font-weight:850;margin-top:.35rem;text-transform:uppercase;letter-spacing:.04em}
[data-theme="dark"] .kz-block__header{background:linear-gradient(180deg,rgba(30,41,59,.95),rgba(15,23,42,.75))}
[data-theme="dark"] .kz-guide__fade{background:linear-gradient(to bottom,rgba(30,41,59,0),var(--card,#1e293b))}
@media(max-width:760px){.kz-block__header{align-items:flex-start;flex-direction:column}.kz-block__title{font-size:1.18rem}.kz-block__body{padding:1.15rem}.method-stats{grid-template-columns:1fr}.method-step{grid-template-columns:38px minmax(0,1fr)}.method-step__icon{width:38px;height:38px;border-radius:12px}}



/* Author update box and author profile page */
.author-update-box{background:#fff;border:1px solid #ede9fe;border-radius:14px!important;box-shadow:0 12px 28px rgba(88,28,135,.14);padding:1.15rem!important;color:#111827}
.author-update-kicker{font-size:.76rem;font-weight:950;color:#111827;text-transform:uppercase;letter-spacing:.035em;margin-bottom:1rem}
.author-update-head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.9rem;align-items:center;margin-bottom:1rem}
.author-update-avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f3e8ff,#7e22ce);color:#fff;border:3px solid #fff;box-shadow:0 8px 18px rgba(126,34,206,.28)}
.author-update-box h3{font-size:1.18rem;line-height:1.15;margin:0 0 .25rem;color:#111827;font-weight:950;letter-spacing:-.02em}
.author-update-role{font-size:.96rem;color:#111827;font-weight:500}
.author-update-box p{font-size:.94rem;line-height:1.45;color:#1f2937;margin:0 0 1rem}
.author-more-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#7e22ce;color:#fff!important;text-decoration:none;font-weight:900;padding:.72rem 1rem;box-shadow:0 10px 20px rgba(126,34,206,.22);transition:.18s ease}
.author-more-btn:hover{background:#6b21a8;transform:translateY(-1px)}
.author-profile-page{padding:2.2rem 0 3.5rem;background:var(--bg,#f8fafc)}
.author-profile-wrap{max-width:960px}
.author-breadcrumb{margin-bottom:1.25rem}
.author-hero-card{display:grid;grid-template-columns:110px minmax(0,1fr);gap:1.35rem;align-items:center;background:var(--card,#fff);border:1px solid #ede9fe;border-radius:24px;padding:1.6rem;box-shadow:0 18px 45px rgba(88,28,135,.10)}
.author-avatar{width:110px;height:110px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,#f3e8ff,#7e22ce);color:#fff;border:1px solid #ddd6fe;box-shadow:0 12px 24px rgba(126,34,206,.20)}
.author-avatar svg{width:58px;height:58px}
.author-eyebrow{margin:0 0 .25rem;color:#7e22ce;font-size:.8rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.author-hero-card h1{font-size:2.35rem;line-height:1.1;margin:0;color:var(--text,#0f172a);letter-spacing:-.04em}
.author-role{font-size:1.05rem;font-weight:800;color:var(--muted,#475569);margin:.4rem 0 1rem}
.author-meta-grid{display:flex;flex-wrap:wrap;gap:.55rem}
.author-meta-grid span{display:inline-flex;border:1px solid #ede9fe;background:#faf5ff;border-radius:999px;padding:.45rem .75rem;font-size:.82rem;font-weight:850;color:#581c87}
.author-content-card{margin-top:1.4rem;background:var(--card,#fff);border:1px solid #ede9fe;border-radius:24px;padding:2rem;box-shadow:0 18px 45px rgba(88,28,135,.08)}
.author-content-card h2{font-size:1.65rem;line-height:1.2;margin:0 0 1rem;color:var(--text,#0f172a);letter-spacing:-.03em}
.author-content-card p{font-size:1rem;line-height:1.85;color:var(--muted,#475569);margin:0 0 1.1rem}
[data-theme="dark"] .author-update-box{background:#1e293b;border-color:rgba(168,85,247,.35);color:#f8fafc}
[data-theme="dark"] .author-update-kicker,[data-theme="dark"] .author-update-box h3,[data-theme="dark"] .author-update-role{color:#f8fafc}
[data-theme="dark"] .author-update-box p{color:#cbd5e1}
[data-theme="dark"] .author-meta-grid span{background:rgba(126,34,206,.18);border-color:rgba(168,85,247,.35);color:#e9d5ff}
@media(max-width:680px){.author-hero-card{grid-template-columns:1fr}.author-avatar{width:88px;height:88px;border-radius:22px}.author-avatar svg{width:46px;height:46px}.author-hero-card h1{font-size:1.85rem}.author-content-card{padding:1.35rem}}


/* Auto coupon summary table after all coupons */
.coupon-summary-table-wrap{margin-top:1.5rem;background:var(--card,#fff);border:1px solid var(--line,#e2e8f0);border-radius:18px;padding:1.15rem 1.25rem;box-shadow:var(--shadow,0 22px 50px rgba(15,23,42,.08))}
.coupon-summary-table-wrap h2{font-size:1.28rem;line-height:1.25;margin:0 0 .95rem;color:var(--text,#111827);font-weight:950;letter-spacing:-.02em}
.coupon-summary-table-scroll{width:100%;overflow-x:auto;border:1px solid var(--line,#e2e8f0);border-radius:12px;background:#fff}
.coupon-summary-table{width:100%;border-collapse:collapse;min-width:620px;font-size:.94rem}
.coupon-summary-table th,.coupon-summary-table td{padding:.82rem .9rem;text-align:left;border-bottom:1px solid #e5e7eb;border-right:1px solid #e5e7eb;color:#111827;vertical-align:top}
.coupon-summary-table th:last-child,.coupon-summary-table td:last-child{border-right:0}
.coupon-summary-table tr:last-child td{border-bottom:0}
.coupon-summary-table th{background:#fafafa;font-weight:950;color:#111827}
.coupon-summary-table td:first-child{white-space:nowrap;font-weight:850}

[data-theme="dark"] .coupon-summary-table-scroll{background:var(--card,#201332)}
[data-theme="dark"] .coupon-summary-table th{background:rgba(255,255,255,.04);color:var(--text,#f8fafc)}
[data-theme="dark"] .coupon-summary-table td{color:var(--text,#f8fafc);border-color:var(--line,#3b245e)}
@media(max-width:560px){.coupon-summary-table-wrap{padding:1rem}.coupon-summary-table{font-size:.86rem}}


/* Customer reviews: full visible reviews, submit form hidden behind See More */
.st-reviews{max-width:900px;margin-bottom:4rem}
.st-review-card{padding:1.75rem;border-radius:24px}
.st-review-intro{color:var(--muted);line-height:1.65;margin:.15rem 0 1rem}
.st-review-list{margin:1rem 0 1.25rem}
.st-review-submit-toggle{border-top:1px solid var(--line);padding-top:1rem;margin-top:1rem}
.st-review-submit-toggle summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--primary2);color:#fff;font-weight:900;padding:.85rem 1.35rem;cursor:pointer;box-shadow:0 12px 22px rgba(16,185,129,.20)}
.st-review-submit-toggle summary::-webkit-details-marker{display:none}
.st-review-submit-toggle summary::after{content:'Write a Customer Review'}
.st-review-submit-toggle[open] summary::after{content:'Close Review Form'}
.st-review-form-wrap{margin-top:1.2rem}
.st-review-form-wrap h3{margin-top:0}

.st-review-note{background:var(--bg);border:1px dashed var(--line);border-radius:14px;padding:1rem;color:var(--muted);font-weight:800;line-height:1.55}
@media(max-width:760px){.st-page-menu-wrap{margin-top:.7rem}.st-page-menu{width:100%}.st-page-menu summary{width:100%;justify-content:center}.st-page-menu-panel{left:0;right:0;width:100%;max-height:270px}.st-header{padding-top:1.25rem;padding-bottom:1.25rem}.st-logo-wrapper{width:96px;height:96px}.st-layout{margin-top:1rem;gap:1.5rem}.st-section-heading h2{font-size:1.6rem}}

/* Final polish: beautiful compact Page Menu, sidebar about card, and SEO-safe reviews */
.st-page-menu-wrap{margin-top:.55rem;margin-bottom:.9rem;position:relative;z-index:20}
.st-page-menu{position:relative;display:inline-block;max-width:100%}
.st-page-menu summary{list-style:none;display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--card,#fff),#f8fffc);border:1px solid rgba(16,185,129,.22);border-radius:18px;box-shadow:0 14px 34px rgba(15,23,42,.08);padding:.68rem .78rem .68rem .7rem;color:var(--text,#0f172a);font-size:.9rem;font-weight:950;cursor:pointer;user-select:none;min-width:230px}
.st-page-menu summary::-webkit-details-marker{display:none}
.st-page-menu-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary,#2563eb),var(--primary2,#10b981));color:#fff;box-shadow:0 10px 20px rgba(16,185,129,.22);font-weight:950}
.st-page-menu-copy{display:grid;line-height:1.1;text-align:left}
.st-page-menu-copy strong{font-size:.96rem;letter-spacing:-.01em;color:var(--text,#0f172a)}
.st-page-menu-copy small{margin-top:.2rem;color:var(--muted,#64748b);font-size:.74rem;font-weight:800}
.st-page-menu-caret{margin-left:auto;color:var(--muted,#64748b);font-weight:950;transition:transform .18s ease}
.st-page-menu[open] summary{border-color:rgba(16,185,129,.45);box-shadow:0 18px 40px rgba(16,185,129,.14)}
.st-page-menu[open] .st-page-menu-caret{transform:rotate(180deg)}
.st-page-menu-panel{position:absolute;left:0;top:calc(100% + .65rem);width:min(430px,calc(100vw - 2rem));max-height:360px;overflow-y:auto;background:var(--card,#fff);border:1px solid rgba(148,163,184,.30);border-radius:22px;box-shadow:0 28px 70px rgba(15,23,42,.18);padding:.75rem;z-index:60}
.st-page-menu-panel::-webkit-scrollbar{width:9px}
.st-page-menu-panel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid transparent;background-clip:content-box}
.st-page-menu-heading{padding:.45rem .55rem .65rem;color:var(--muted,#64748b);font-size:.75rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.st-page-menu-links{display:grid;gap:.35rem}
.st-page-menu-panel a{display:flex;align-items:center;gap:.65rem;color:var(--text,#0f172a);border-radius:14px;padding:.78rem .85rem;font-size:.92rem;font-weight:850;text-decoration:none;background:transparent;border:1px solid transparent}
.st-page-menu-panel a span{width:24px;height:24px;border-radius:9px;display:grid;place-items:center;background:#ecfdf5;color:var(--primary2,#10b981);font-size:.78rem;flex:0 0 24px}
.st-page-menu-panel a:before{content:none}
.st-page-menu-panel a:hover,.st-page-menu-panel a:focus{background:#f8fafc;border-color:rgba(16,185,129,.25);color:var(--primary2,#10b981);outline:none}
.st-layout{margin-top:1.05rem;gap:2rem}
.st-header{padding-top:1.45rem;padding-bottom:1.45rem}

.st-about-card{overflow:hidden;position:relative;background:linear-gradient(180deg,var(--card,#fff),#f8fffc);border-color:rgba(16,185,129,.24);box-shadow:0 18px 45px rgba(15,23,42,.08)}
.st-about-card:before{content:'';position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--primary,#2563eb),var(--primary2,#10b981));opacity:1}
.st-about-card-head{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;padding-top:.25rem}
.st-about-logo{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:#ecfdf5;border:1px solid rgba(16,185,129,.22);box-shadow:0 12px 24px rgba(16,185,129,.13);overflow:hidden;flex:0 0 auto}
.st-about-logo img{width:42px;height:42px;object-fit:contain}
.st-about-kicker{display:inline-block;color:var(--primary2,#10b981);font-size:.72rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.15rem}
.st-about-card h3{margin:0!important;font-size:1.08rem!important;line-height:1.25!important;color:var(--text,#0f172a)!important}
.st-about-text{font-size:.94rem!important;line-height:1.75!important;color:var(--muted,#64748b)!important;margin:0 0 1rem!important}
.st-about-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.9rem 0 1rem}
.st-about-meta span{display:inline-flex;align-items:center;border:1px solid rgba(16,185,129,.22);background:#ecfdf5;color:#047857;border-radius:999px;padding:.42rem .7rem;font-size:.76rem;font-weight:900}
.st-about-stats{margin-top:.25rem!important;gap:.7rem}
.st-about-stats div{border-radius:16px;background:rgba(255,255,255,.75);border:1px solid rgba(148,163,184,.18);padding:.85rem .65rem}

.st-reviews{max-width:980px;margin-top:.4rem;margin-bottom:4rem}
.st-reviews h2{font-size:1.8rem;letter-spacing:-.03em;margin-bottom:1rem}
.st-review-card{position:relative;overflow:hidden;padding:0!important;border-radius:26px!important;border:1px solid rgba(148,163,184,.25)!important;background:var(--card,#fff)!important;box-shadow:0 20px 50px rgba(15,23,42,.08)!important}
.st-review-card:before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--primary,#2563eb),var(--primary2,#10b981))}
.st-review-intro{margin:0!important;padding:1.45rem 1.55rem 1.1rem!important;border-bottom:1px solid var(--line,#e2e8f0);font-size:.96rem;line-height:1.7;color:var(--muted,#64748b)!important;background:linear-gradient(135deg,#ffffff,#f8fffc)}
.st-review-list{margin:0!important;padding:1.1rem 1.55rem!important;display:grid;gap:.85rem}
.st-review-item{margin:0!important;border:1px solid rgba(148,163,184,.22)!important;background:#f8fafc!important;border-radius:18px!important;padding:1rem 1.05rem!important}
.st-review-note{margin:0;background:#f8fafc!important;border:1px dashed rgba(16,185,129,.32)!important;border-radius:18px!important;padding:1rem 1.05rem!important;color:var(--muted,#64748b)!important;font-weight:850!important;line-height:1.6!important}
.st-review-submit-toggle{margin:0!important;padding:1rem 1.55rem 1.45rem!important;border-top:1px solid var(--line,#e2e8f0)!important;background:linear-gradient(180deg,rgba(248,250,252,.45),rgba(236,253,245,.35))}
.st-review-submit-toggle summary{box-shadow:0 14px 26px rgba(16,185,129,.20)!important}
.st-review-form-wrap{background:var(--card,#fff);border:1px solid var(--line,#e2e8f0);border-radius:20px;padding:1.1rem;margin-top:1rem!important}

[data-theme="dark"] .st-page-menu summary,[data-theme="dark"] .st-about-card,[data-theme="dark"] .st-review-intro,[data-theme="dark"] .st-review-submit-toggle{background:linear-gradient(135deg,var(--card,#1e293b),rgba(15,23,42,.92))}
[data-theme="dark"] .st-page-menu-panel{background:var(--card,#1e293b);border-color:rgba(148,163,184,.22)}
[data-theme="dark"] .st-page-menu-panel a:hover,[data-theme="dark"] .st-page-menu-panel a:focus{background:rgba(16,185,129,.12)}
[data-theme="dark"] .st-page-menu-panel a span,[data-theme="dark"] .st-about-logo,[data-theme="dark"] .st-about-meta span{background:rgba(16,185,129,.13);border-color:rgba(16,185,129,.22);color:#6ee7b7}
[data-theme="dark"] .st-about-stats div,[data-theme="dark"] .st-review-item,[data-theme="dark"] .st-review-note,[data-theme="dark"] .st-review-form-wrap{background:rgba(15,23,42,.48)!important;border-color:rgba(148,163,184,.22)!important}

@media(max-width:760px){.st-page-menu-wrap{margin-top:.65rem;margin-bottom:.75rem}.st-page-menu,.st-page-menu summary{width:100%}.st-page-menu summary{min-width:0}.st-page-menu-panel{left:0;right:0;width:100%;max-height:310px}.st-header{padding-top:1.15rem;padding-bottom:1.15rem}.st-layout{margin-top:.85rem;gap:1.35rem}.st-about-card-head{align-items:flex-start}.st-reviews{margin-top:.2rem}.st-review-intro,.st-review-list,.st-review-submit-toggle{padding-left:1.1rem!important;padding-right:1.1rem!important}}


/* =========================================================
   Coupon marketplace header + #3c4b6c footer update
   Inspired by large coupon marketplace layouts, without copying a brand.
   ========================================================= */
.site-header.coupon-market-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(148,163,184,.22);
  box-shadow:0 10px 32px rgba(15,23,42,.05);
}
[data-theme="dark"] .site-header.coupon-market-header{
  background:rgba(15,23,42,.94);
  border-bottom-color:rgba(148,163,184,.18);
}
.coupon-market-header-row{
  height:74px;
  gap:18px;
}
.coupon-market-header .brand{
  gap:12px;
  padding:6px 0;
}
.coupon-market-header .brand-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  background:linear-gradient(135deg,#16a34a,#059669);
  box-shadow:0 14px 30px rgba(5,150,105,.26);
}
.coupon-market-header .brand strong{
  font-size:23px;
  letter-spacing:-.03em;
}
.coupon-market-header .brand small{
  color:#64748b;
  font-size:10.5px;
  letter-spacing:.11em;
  font-weight:850;
}
.coupon-market-header .main-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:6px;
  background:#f8fafc;
  border:1px solid rgba(148,163,184,.22);
  border-radius:999px;
  padding:5px;
}
.coupon-market-header .main-nav a{
  color:#475569;
  font-weight:850;
  font-size:14px;
  padding:9px 13px;
  border-radius:999px;
  line-height:1;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}
.coupon-market-header .main-nav a:hover,
.coupon-market-header .main-nav a:focus{
  background:#ffffff;
  color:#0f172a;
  box-shadow:0 8px 18px rgba(15,23,42,.08);
  outline:none;
}
.coupon-market-header .header-search{
  width:min(390px,34vw);
  position:relative;
  display:flex;
  align-items:center;
  gap:8px;
  height:46px;
  padding:4px 4px 4px 14px;
  border:1px solid rgba(148,163,184,.30);
  border-radius:999px;
  background:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 8px 20px rgba(15,23,42,.04);
}
.coupon-market-header .header-search:focus-within{
  border-color:rgba(5,150,105,.48);
  box-shadow:0 0 0 4px rgba(16,185,129,.10),0 12px 28px rgba(15,23,42,.07);
}
.header-search-icon{
  color:#64748b;
  font-size:18px;
  line-height:1;
  flex:0 0 auto;
}
.coupon-market-header .header-search input{
  height:38px;
  min-width:0;
  flex:1;
  border:0;
  background:transparent;
  padding:0;
  color:#0f172a;
  outline:none;
  font-size:14px;
}
.coupon-market-header .header-search input::placeholder{color:#64748b}
.header-search-btn{
  height:38px;
  border:0;
  border-radius:999px;
  background:#0f172a;
  color:#fff;
  padding:0 16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 10px 18px rgba(15,23,42,.16);
}
.header-search-btn:hover{background:#111827}
.coupon-market-header .theme-btn,
.coupon-market-header .menu-btn{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.28);
  background:#fff;
  box-shadow:0 8px 18px rgba(15,23,42,.04);
}
[data-theme="dark"] .coupon-market-header .main-nav,
[data-theme="dark"] .coupon-market-header .header-search,
[data-theme="dark"] .coupon-market-header .theme-btn,
[data-theme="dark"] .coupon-market-header .menu-btn{
  background:#1e293b;
  border-color:rgba(148,163,184,.22);
}
[data-theme="dark"] .coupon-market-header .main-nav a,
[data-theme="dark"] .header-search-icon,
[data-theme="dark"] .coupon-market-header .brand small{color:#cbd5e1}
[data-theme="dark"] .coupon-market-header .main-nav a:hover,
[data-theme="dark"] .coupon-market-header .main-nav a:focus{background:#334155;color:#fff}
[data-theme="dark"] .coupon-market-header .header-search input{color:#fff}
[data-theme="dark"] .coupon-market-header .header-search input::placeholder{color:#cbd5e1}

.site-footer{
  background:#3c4b6c!important;
  color:#fff!important;
  margin-top:46px;
  padding:58px 0 24px;
  border-top:1px solid rgba(255,255,255,.10);
}
.site-footer .brand-icon{
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:none;
}
.site-footer .brand strong,
.site-footer h3{color:#fff!important}
.site-footer .brand small,
.site-footer p,
.site-footer a,
.site-footer span{
  color:#eef6ff!important;
}
.site-footer a:hover{color:#fff!important;text-decoration:underline;text-underline-offset:3px}
.site-footer .affiliate-note{color:#dfe9f7!important}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.14)!important;
  color:#e5eefc!important;
}

@media(max-width:1120px){
  .coupon-market-header .header-search{width:min(330px,30vw)}
  .coupon-market-header .main-nav a{padding:9px 10px}
}
@media(max-width:980px){
  .coupon-market-header .header-search{display:none}
  .coupon-market-header .main-nav{display:none;background:var(--card);border-radius:20px;padding:14px;gap:8px}
  .coupon-market-header .main-nav.open{display:flex}
  .coupon-market-header .main-nav.open a{padding:12px 14px}
}
@media(max-width:600px){
  .coupon-market-header-row{height:68px;gap:12px}
  .coupon-market-header .brand-icon{width:42px;height:42px}
  .coupon-market-header .brand strong{font-size:20px}
  .coupon-market-header .brand small{font-size:9px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .site-footer{padding-top:42px}
}

/* =========================================================
   Retail-style coupon navigation bar with flexible Stores/Categories mega menus
   ========================================================= */
.site-header.coupon-mega-header{
  background:transparent;
  border-bottom:0;
  box-shadow:none;
  backdrop-filter:none;
  overflow:visible;
}
.coupon-top-strip{
  background:linear-gradient(90deg,#fb7185,#ff8a7a);
  color:#0f172a;
  font-size:13px;
  font-weight:900;
  border-bottom:1px solid rgba(15,23,42,.10);
}
.coupon-top-strip-row{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  text-align:center;
}
.coupon-top-strip a{
  color:#0f172a;
  text-decoration:underline;
  text-underline-offset:3px;
  white-space:nowrap;
}
.coupon-nav-shell{
  background:#6a1b9a;
  color:#fff;
  box-shadow:0 12px 28px rgba(88,28,135,.20);
  position:relative;
  z-index:90;
}
.coupon-mega-header-row{
  height:70px;
  gap:18px;
  position:relative;
}
.coupon-mega-header .coupon-mega-brand{
  color:#fff;
  margin-right:2px;
}
.coupon-mega-header .brand-icon{
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:none;
  color:#fff;
}
.coupon-mega-header .brand strong{color:#fff;font-size:22px}
.coupon-mega-header .brand small{color:#eafdf8!important;letter-spacing:.10em;opacity:1!important}
.coupon-mega-header .coupon-mega-nav{
  display:flex;
  align-items:center;
  gap:4px;
  margin-left:0;
  background:transparent;
  border:0;
  border-radius:0;
  padding:0;
  position:static;
}
.coupon-mega-header .coupon-nav-link,
.coupon-mega-header .coupon-nav-dropdown summary{
  display:flex;
  align-items:center;
  gap:6px;
  height:48px;
  padding:0 16px;
  color:#fff;
  font-size:15px;
  font-weight:900;
  border-radius:999px;
  cursor:pointer;
  list-style:none;
  white-space:nowrap;
  border:1px solid transparent;
  transition:background .16s ease,border-color .16s ease;
}
.coupon-mega-header .coupon-nav-dropdown summary::-webkit-details-marker{display:none}
.coupon-mega-header .coupon-nav-link:hover,
.coupon-mega-header .coupon-nav-link:focus,
.coupon-mega-header .coupon-nav-dropdown[open] summary,
.coupon-mega-header .coupon-nav-dropdown summary:hover,
.coupon-mega-header .coupon-nav-dropdown summary:focus{
  color:#fff;
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.30);
  box-shadow:none;
  outline:none;
}
.coupon-mega-header .coupon-nav-dropdown[open] summary{
  background:#fff;
  color:#6a1b9a;
  border-color:#fff;
}
.coupon-nav-dropdown{position:static}
.coupon-mega-panel{
  position:absolute;
  left:0;
  top:calc(100% + 10px);
  width:min(860px,calc(100vw - 32px));
  max-height:min(68vh,560px);
  overflow:auto;
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  background:#fff;
  color:#111827;
  border:1px solid rgba(148,163,184,.26);
  border-radius:0 0 18px 18px;
  box-shadow:0 24px 60px rgba(15,23,42,.24);
  z-index:200;
}
.coupon-mega-panel-stores{left:150px}
.coupon-mega-panel-categories{left:230px}
.coupon-mega-side{
  padding:20px 0;
  border-right:1px solid #e5e7eb;
  background:#fbfbff;
}
.coupon-mega-side strong{
  display:block;
  color:#6a1b9a;
  font-size:16px;
  padding:8px 10px 8px 20px;
  border-right:4px solid #6a1b9a;
}
.coupon-mega-side a{
  display:block;
  padding:11px 18px 11px 20px;
  color:#111827;
  font-weight:750;
  text-decoration:none;
}
.coupon-mega-side a:hover{background:#f3e8ff;color:#6a1b9a}
.coupon-mega-content{padding:20px 24px 22px}
.coupon-mega-title-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:12px;
}
.coupon-mega-title-row h3{margin:0;font-size:17px;color:#111827;font-family:inherit}
.coupon-mega-title-row a{color:#6a1b9a;font-weight:900;text-decoration:none}
.coupon-mega-title-row a:hover{text-decoration:underline;text-underline-offset:3px}
.coupon-mega-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px 16px;
}
.coupon-mega-store{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  color:#111827;
  text-decoration:none;
  border-radius:12px;
  padding:8px;
  transition:background .15s ease, transform .15s ease;
}
.coupon-mega-store:hover{background:#f8fafc;transform:translateY(-1px)}
.coupon-mega-logo{
  width:36px;
  height:36px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#f3e8ff;
  color:#6a1b9a;
  font-weight:900;
  flex:0 0 auto;
  overflow:hidden;
}
.coupon-mega-logo img{width:100%;height:100%;object-fit:contain;padding:5px}
.coupon-mega-store strong{display:block;font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coupon-mega-store small{display:block;font-size:12px;color:#64748b;margin-top:1px}
.coupon-category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.coupon-category-pill{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  grid-template-rows:auto auto;
  align-items:center;
  gap:1px 10px;
  padding:12px;
  border:1px solid #e5e7eb;
  border-radius:16px;
  background:#fff;
  color:#111827;
  text-decoration:none;
}
.coupon-category-pill:hover{border-color:#c084fc;background:#faf5ff}
.coupon-category-pill span{
  grid-row:1/3;
  width:34px;
  height:34px;
  border-radius:10px;
  display:grid;
  place-items:center;
  background:#f3e8ff;
  color:#6a1b9a;
  font-weight:900;
}
.coupon-category-pill strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.coupon-category-pill small{font-size:12px;color:#64748b}
.coupon-mega-header .coupon-mega-search{
  width:min(340px,30vw);
  margin-left:auto;
  height:46px;
  background:rgba(76,29,149,.72);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:none;
  color:#fff;
  padding:0 16px;
}
.coupon-mega-header .coupon-mega-search input{height:44px;color:#fff;font-size:18px}
.coupon-mega-header .coupon-mega-search input::placeholder{color:#f8fafc;opacity:1}
.coupon-mega-header .coupon-mega-search .header-search-icon{color:#fff;font-size:22px}
.coupon-sign-link{
  color:#fff;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap;
  padding:11px 14px;
  border-radius:999px;
}
.coupon-sign-link:hover{background:rgba(255,255,255,.12);color:#fff}
.coupon-mega-header .theme-btn,
.coupon-mega-header .menu-btn{
  background:rgba(255,255,255,.13);
  border-color:rgba(255,255,255,.20);
  color:#fff;
  box-shadow:none;
}
.coupon-mega-header .menu-btn{display:none}

[data-theme="dark"] .coupon-top-strip{background:linear-gradient(90deg,#fb7185,#ff8a7a);color:#0f172a}
[data-theme="dark"] .coupon-nav-shell{background:#581c87}
[data-theme="dark"] .coupon-mega-panel{background:#0f172a;color:#e5e7eb;border-color:rgba(148,163,184,.24)}
[data-theme="dark"] .coupon-mega-side{background:#111827;border-right-color:rgba(148,163,184,.20)}
[data-theme="dark"] .coupon-mega-title-row h3,
[data-theme="dark"] .coupon-mega-store strong,
[data-theme="dark"] .coupon-category-pill strong{color:#fff}
[data-theme="dark"] .coupon-mega-side a{color:#e5e7eb}
[data-theme="dark"] .coupon-mega-side a:hover,[data-theme="dark"] .coupon-mega-store:hover,[data-theme="dark"] .coupon-category-pill:hover{background:rgba(168,85,247,.15)}
[data-theme="dark"] .coupon-category-pill{background:#111827;border-color:rgba(148,163,184,.22);color:#e5e7eb}
[data-theme="dark"] .coupon-mega-store small,[data-theme="dark"] .coupon-category-pill small{color:#cbd5e1}

@media(max-width:1180px){
  .coupon-mega-header .coupon-nav-link,
  .coupon-mega-header .coupon-nav-dropdown summary{padding:0 12px;font-size:14px}
  .coupon-sign-link{display:none}
  .coupon-mega-header .coupon-mega-search{width:min(280px,25vw)}
}
@media(max-width:980px){
  .coupon-top-strip{display:none}
  .coupon-nav-shell{background:#6a1b9a}
  .coupon-mega-header-row{height:68px}
  .coupon-mega-header .coupon-mega-search{display:none}
  .coupon-mega-header .menu-btn{display:grid;place-items:center;margin-left:auto}
  .coupon-mega-header .coupon-mega-nav{
    display:none;
    position:absolute;
    left:16px;
    right:16px;
    top:calc(100% + 10px);
    background:#fff;
    color:#111827;
    border:1px solid rgba(148,163,184,.25);
    border-radius:18px;
    box-shadow:0 20px 50px rgba(15,23,42,.24);
    padding:12px;
    flex-direction:column;
    align-items:stretch;
    gap:6px;
    max-height:72vh;
    overflow:auto;
    z-index:220;
  }
  .coupon-mega-header .coupon-mega-nav.open{display:flex}
  .coupon-mega-header .coupon-nav-link,
  .coupon-mega-header .coupon-nav-dropdown summary{
    height:44px;
    color:#111827;
    background:#f8fafc;
    border-color:#e5e7eb;
    justify-content:space-between;
  }
  .coupon-mega-header .coupon-nav-dropdown[open] summary{background:#6a1b9a;color:#fff;border-color:#6a1b9a}
  .coupon-mega-panel,
  .coupon-mega-panel-stores,
  .coupon-mega-panel-categories{
    position:static;
    width:100%;
    max-height:none;
    box-shadow:none;
    border-radius:16px;
    margin-top:8px;
    grid-template-columns:1fr;
    overflow:visible;
  }
  .coupon-mega-side{display:none}
  .coupon-mega-content{padding:14px}
  .coupon-mega-grid,.coupon-category-grid{grid-template-columns:1fr}
  .coupon-mega-header .theme-btn{margin-left:0}
}
@media(max-width:600px){
  .coupon-mega-header .brand small{max-width:150px}
  .coupon-mega-header .brand strong{font-size:20px}
  .coupon-mega-header .brand-icon{width:42px;height:42px}
  .coupon-mega-title-row{align-items:flex-start;flex-direction:column;gap:4px}
}

/* =========================================================
   Improved coupon marketplace hello bar + scrollable header menus
   ========================================================= */
.site-header.coupon-mega-header{
  position:sticky!important;
  top:0;
  z-index:1000;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.coupon-hello-bar{
  min-height:40px;
  background:linear-gradient(90deg,#ff7b8b 0%,#ff8f6f 52%,#ffcf6b 100%);
  color:#101827;
  border-bottom:1px solid rgba(15,23,42,.12);
  overflow:hidden;
}
.coupon-hello-inner{
  position:relative;
  min-height:40px;
  max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#101827!important;
  text-decoration:none!important;
  padding:0 16px;
  isolation:isolate;
}
.coupon-hello-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 50%,rgba(255,255,255,.45) 0 2px,transparent 3px),
    radial-gradient(circle at 78% 45%,rgba(255,255,255,.40) 0 2px,transparent 3px),
    linear-gradient(90deg,rgba(255,255,255,.14),rgba(255,255,255,0) 22%,rgba(255,255,255,.18) 78%,rgba(255,255,255,0));
  opacity:1;
  z-index:-1;
}
.coupon-hello-content{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-width:0;
  font-size:14px;
  font-weight:950;
  line-height:1.15;
  letter-spacing:-.01em;
}
.coupon-hello-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0f172a;
  color:#fff;
  font-weight:1000;
  box-shadow:0 8px 18px rgba(15,23,42,.18);
}
.coupon-hello-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(58vw,620px)}
.coupon-hello-cta{
  display:flex;
  align-items:center;
  gap:5px;
  text-decoration:underline;
  text-underline-offset:4px;
  white-space:nowrap;
  font-weight:1000;
}
.coupon-hello-cta svg{width:15px;height:15px;fill:currentColor;flex:0 0 auto}
.coupon-nav-shell{
  background:linear-gradient(90deg,#5f168f 0%,#7219aa 52%,#8125ba 100%)!important;
  box-shadow:0 12px 30px rgba(91,21,149,.22)!important;
}
.coupon-mega-header-row{height:72px!important;gap:14px!important}
.coupon-mega-header .coupon-mega-brand{color:#fff!important;text-decoration:none!important;flex:0 0 auto}
.coupon-mega-header .coupon-mega-brand strong,
.coupon-mega-header .coupon-mega-brand small{color:#fff!important}
.coupon-mega-header .coupon-mega-brand small{opacity:1!important;color:#eafdf8!important}
.coupon-mega-header .coupon-mega-nav{
  flex:0 1 auto!important;
  min-width:0;
  overflow-x:auto;
  overflow-y:visible;
  scrollbar-width:thin;
  padding:0 2px!important;
}
.coupon-mega-header .coupon-mega-nav::-webkit-scrollbar{height:4px}
.coupon-mega-header .coupon-mega-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.28);border-radius:999px}
.coupon-mega-header .coupon-nav-link,
.coupon-mega-header .coupon-nav-dropdown summary,
.site-header.coupon-mega-header .main-nav a{
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 1px 0 rgba(0,0,0,.10);
}
.coupon-mega-header .coupon-nav-link:hover,
.coupon-mega-header .coupon-nav-link:focus,
.coupon-mega-header .coupon-nav-dropdown summary:hover,
.coupon-mega-header .coupon-nav-dropdown summary:focus{
  background:rgba(255,255,255,.15)!important;
  border-color:rgba(255,255,255,.34)!important;
  color:#fff!important;
}
.coupon-mega-header .coupon-nav-dropdown[open] summary{
  background:#fff!important;
  color:#6a1b9a!important;
  border-color:#fff!important;
  text-shadow:none!important;
}
.coupon-mega-panel{
  top:calc(100% + 8px)!important;
  max-height:min(70vh,560px)!important;
  overflow:auto!important;
  overscroll-behavior:contain;
  border-radius:0 0 20px 20px!important;
}
.coupon-mega-panel-deals{left:120px!important}
.coupon-mega-panel-stores{left:188px!important}
.coupon-mega-panel-categories{left:282px!important}
.coupon-mega-panel-blog{left:406px!important;width:min(720px,calc(100vw - 32px))!important}
.coupon-mega-content{max-height:min(70vh,560px);overflow:auto;overscroll-behavior:contain}
.coupon-mega-side{position:sticky;top:0;align-self:start;max-height:min(70vh,560px);overflow:auto}
.coupon-mega-deal-grid .coupon-mega-store strong{font-size:13.5px}
.coupon-blog-list{display:grid;gap:9px}
.coupon-blog-item{
  display:block;
  padding:12px 14px;
  border:1px solid #e5e7eb;
  border-radius:15px;
  background:#fff;
  color:#111827;
  text-decoration:none;
}
.coupon-blog-item:hover{border-color:#c084fc;background:#faf5ff;transform:translateY(-1px)}
.coupon-blog-item strong{display:block;color:#111827;font-size:14px;line-height:1.35}
.coupon-blog-item small{display:block;color:#64748b;font-size:12px;line-height:1.5;margin-top:4px}
.coupon-mega-header .coupon-mega-search{
  flex:0 1 330px!important;
  width:330px!important;
  max-width:31vw;
  background:rgba(59,7,100,.70)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.coupon-mega-header .coupon-mega-search:focus-within{
  background:#fff!important;
  border-color:#fff!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.18)!important;
}
.coupon-mega-header .coupon-mega-search input,
.coupon-mega-header .coupon-mega-search input::placeholder,
.coupon-mega-header .coupon-mega-search .header-search-icon{color:#fff!important}
.coupon-mega-header .coupon-mega-search:focus-within input,
.coupon-mega-header .coupon-mega-search:focus-within .header-search-icon{color:#111827!important}
.coupon-mega-header .coupon-mega-search:focus-within input::placeholder{color:#64748b!important}
.coupon-sign-link{color:#fff!important;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12)}
.coupon-sign-link:hover{background:rgba(255,255,255,.18)!important;color:#fff!important;text-decoration:none!important}
.coupon-mega-header .theme-btn,
.coupon-mega-header .menu-btn{color:#fff!important;background:rgba(255,255,255,.13)!important;border-color:rgba(255,255,255,.22)!important}

[data-theme="dark"] .coupon-blog-item{background:#111827;border-color:rgba(148,163,184,.22)}
[data-theme="dark"] .coupon-blog-item strong{color:#fff}
[data-theme="dark"] .coupon-blog-item small{color:#cbd5e1}

@media(max-width:1180px){
  .coupon-mega-header .coupon-mega-search{width:260px!important;max-width:24vw}
  .coupon-mega-panel-deals{left:80px!important}
  .coupon-mega-panel-stores{left:145px!important}
  .coupon-mega-panel-categories{left:235px!important}
  .coupon-mega-panel-blog{left:340px!important}
}
@media(max-width:980px){
  .coupon-hello-bar{display:block;min-height:38px}
  .coupon-hello-inner{min-height:38px}
  .coupon-hello-content{font-size:13px;gap:8px}
  .coupon-hello-icon{width:26px;height:26px}
  .coupon-hello-cta span{display:none}
  .coupon-mega-header .coupon-mega-nav{overflow:auto!important}
  .coupon-mega-header .coupon-mega-nav.open{display:flex!important}
  .coupon-mega-header .coupon-nav-link,
  .coupon-mega-header .coupon-nav-dropdown summary,
  .site-header.coupon-mega-header .main-nav a{
    color:#111827!important;
    text-shadow:none!important;
  }
  .coupon-mega-header .coupon-nav-dropdown[open] summary{color:#fff!important}
  .coupon-mega-panel,
  .coupon-mega-panel-deals,
  .coupon-mega-panel-stores,
  .coupon-mega-panel-categories,
  .coupon-mega-panel-blog{
    left:auto!important;
    width:100%!important;
    max-height:360px!important;
    overflow:auto!important;
  }
  .coupon-mega-content{max-height:none;overflow:visible}
}
@media(max-width:600px){
  .coupon-hello-text{max-width:58vw}
  .coupon-hello-cta{font-size:0}
  .coupon-hello-cta svg{width:16px;height:16px}
  .coupon-mega-header-row{height:66px!important}
}
@media(min-width:981px){
  .coupon-mega-header .coupon-mega-nav{overflow:visible!important;scrollbar-width:auto!important}
}

/* =========================================================
   Retmate green brand refresh
   Keeps footer #3c4b6c and changes the coupon marketplace header,
   hello bar, menus, buttons, and key store-page accents to green.
   ========================================================= */
:root{
  --primary:#10b981;
  --primary2:#059669;
  --green-50:#ecfdf5;
  --green-100:#d1fae5;
  --green-200:#a7f3d0;
  --green-600:#059669;
  --green-700:#047857;
  --green-800:#065f46;
}

/* Top promotional hello bar */
.coupon-hello-bar{
  background:linear-gradient(90deg,#d1fae5 0%,#a7f3d0 48%,#bbf7d0 100%)!important;
  color:#064e3b!important;
  border-bottom:1px solid rgba(6,95,70,.16)!important;
}
.coupon-hello-inner{color:#064e3b!important}
.coupon-hello-bg{
  background:
    radial-gradient(circle at 14% 50%,rgba(255,255,255,.70) 0 2px,transparent 3px),
    radial-gradient(circle at 82% 45%,rgba(255,255,255,.62) 0 2px,transparent 3px),
    linear-gradient(90deg,rgba(255,255,255,.22),rgba(255,255,255,0) 25%,rgba(255,255,255,.22) 78%,rgba(255,255,255,0))!important;
}
.coupon-hello-icon{
  background:#047857!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(4,120,87,.20)!important;
}
.coupon-hello-cta{color:#065f46!important}

/* Main header/navigation */
.coupon-nav-shell{
  background:linear-gradient(90deg,#065f46 0%,#047857 52%,#10b981 100%)!important;
  box-shadow:0 12px 30px rgba(5,150,105,.24)!important;
}
.coupon-mega-header .brand-icon,
.coupon-market-header .brand-icon{
  background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:none!important;
}
.coupon-mega-header .coupon-nav-link:hover,
.coupon-mega-header .coupon-nav-link:focus,
.coupon-mega-header .coupon-nav-dropdown summary:hover,
.coupon-mega-header .coupon-nav-dropdown summary:focus{
  background:rgba(255,255,255,.16)!important;
  border-color:rgba(255,255,255,.36)!important;
}
.coupon-mega-header .coupon-nav-dropdown[open] summary{
  background:#fff!important;
  color:#047857!important;
  border-color:#fff!important;
}

/* Header search */
.coupon-mega-header .coupon-mega-search{
  background:rgba(6,78,59,.62)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09)!important;
}
.coupon-mega-header .coupon-mega-search:focus-within{
  background:#fff!important;
  border-color:#fff!important;
  box-shadow:0 0 0 4px rgba(209,250,229,.28)!important;
}
.header-search-btn,
.coupon-mega-header .header-search-btn{
  background:#10b981!important;
  color:#fff!important;
  box-shadow:0 10px 18px rgba(5,150,105,.20)!important;
}
.header-search-btn:hover,
.coupon-mega-header .header-search-btn:hover{background:#059669!important}
.coupon-sign-link{
  background:rgba(255,255,255,.10)!important;
  border-color:rgba(255,255,255,.18)!important;
}
.coupon-sign-link:hover{background:rgba(255,255,255,.18)!important}
.coupon-mega-header .theme-btn,
.coupon-mega-header .menu-btn{
  background:rgba(255,255,255,.13)!important;
  border-color:rgba(255,255,255,.24)!important;
}

/* Mega menu panels */
.coupon-mega-side{background:#f0fdf4!important}
.coupon-mega-side strong{
  color:#047857!important;
  border-right-color:#10b981!important;
}
.coupon-mega-side a:hover{
  background:#dcfce7!important;
  color:#047857!important;
}
.coupon-mega-title-row a{color:#047857!important}
.coupon-mega-logo{
  background:#dcfce7!important;
  color:#047857!important;
}
.coupon-mega-store:hover,
.coupon-blog-item:hover{
  background:#f0fdf4!important;
  border-color:#86efac!important;
}
.coupon-category-pill:hover,
.coupon-category-pill:focus{
  background:#f0fdf4!important;
  border-color:#86efac!important;
  color:#047857!important;
}

/* Coupon buttons and important actions */
.sav-ref-code-btn,
.sav-ref-sale-btn,
.btn.primary,
button[type="submit"],
.st-visit-btn,
.author-more-btn{
  background:#10b981!important;
  color:#fff!important;
}
.sav-ref-code-btn:hover,
.sav-ref-sale-btn:hover,
.btn.primary:hover,
button[type="submit"]:hover,
.st-visit-btn:hover,
.author-more-btn:hover{
  background:#059669!important;
}
.sav-ref-card-logo span,
.official,
.verified,
.kz-block__badge{
  background:#ecfdf5!important;
  color:#047857!important;
  border-color:#a7f3d0!important;
}

/* Store page menu and content accents */
.st-page-menu-button{
  background:#ecfdf5!important;
  color:#065f46!important;
  border-color:#a7f3d0!important;
}
.st-page-menu-panel{
  border-top:3px solid #10b981!important;
}
.st-page-menu-panel a:hover,
.st-page-menu-panel a:focus{
  background:#f0fdf4!important;
  color:#047857!important;
}
.st-page-menu-panel a span,
.st-about-logo,
.st-about-meta span{
  background:#ecfdf5!important;
  border-color:#a7f3d0!important;
  color:#047857!important;
}
.coupon-summary-table thead th{
  background:#ecfdf5!important;
  color:#065f46!important;
}
.st-faq details[open] summary,
.st-faq summary:hover{color:#047857!important}

/* Mobile navigation */
@media(max-width:980px){
  .coupon-nav-shell{background:linear-gradient(90deg,#065f46 0%,#047857 52%,#10b981 100%)!important}
  .coupon-mega-header .coupon-mega-nav{
    background:#fff!important;
    border-color:rgba(16,185,129,.22)!important;
  }
  .coupon-mega-header .coupon-nav-dropdown[open] summary{
    background:#047857!important;
    color:#fff!important;
    border-color:#047857!important;
  }
  .coupon-mega-header .coupon-nav-link:hover,
  .coupon-mega-header .coupon-nav-dropdown summary:hover{
    background:#ecfdf5!important;
    color:#047857!important;
    border-color:#a7f3d0!important;
  }
}

/* Keep requested footer color */
.site-footer{background:#3c4b6c!important}


/* =========================================================
   Final header search fix
   Fixes the broken white input pill/dark box overlap in the green header.
   ========================================================= */
.site-header.coupon-mega-header .coupon-mega-search,
.coupon-mega-header form.header-search.coupon-mega-search{
  flex:0 1 420px!important;
  width:420px!important;
  max-width:34vw!important;
  height:48px!important;
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  margin-left:auto!important;
  padding:5px 6px 5px 15px!important;
  border-radius:999px!important;
  background:#ffffff!important;
  border:1px solid rgba(255,255,255,.65)!important;
  box-shadow:0 14px 28px rgba(6,78,59,.18)!important;
  color:#0f172a!important;
  overflow:hidden!important;
}
.site-header.coupon-mega-header .coupon-mega-search:focus-within,
.coupon-mega-header form.header-search.coupon-mega-search:focus-within{
  background:#ffffff!important;
  border-color:#bbf7d0!important;
  box-shadow:0 0 0 4px rgba(187,247,208,.32),0 14px 28px rgba(6,78,59,.18)!important;
}
.site-header.coupon-mega-header .coupon-mega-search .header-search-icon,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-icon{
  position:static!important;
  transform:none!important;
  flex:0 0 auto!important;
  color:#047857!important;
  font-size:19px!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
}
.site-header.coupon-mega-header .coupon-mega-search input,
.coupon-mega-header form.header-search.coupon-mega-search input{
  flex:1 1 auto!important;
  min-width:0!important;
  width:auto!important;
  height:100%!important;
  padding:0 4px!important;
  margin:0!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  box-shadow:none!important;
  border-radius:0!important;
  color:#111827!important;
  font-size:15px!important;
  font-weight:700!important;
}
.site-header.coupon-mega-header .coupon-mega-search input::placeholder,
.coupon-mega-header form.header-search.coupon-mega-search input::placeholder{
  color:#64748b!important;
  opacity:1!important;
}
.site-header.coupon-mega-header .header-search-btn,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-btn{
  flex:0 0 auto!important;
  height:36px!important;
  padding:0 17px!important;
  border:0!important;
  border-radius:999px!important;
  background:#10b981!important;
  color:#ffffff!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:36px!important;
  cursor:pointer!important;
  box-shadow:0 8px 16px rgba(16,185,129,.25)!important;
}
.site-header.coupon-mega-header .header-search-btn:hover,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-btn:hover{
  background:#059669!important;
}
@media(max-width:1240px){
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{
    flex-basis:330px!important;
    width:330px!important;
    max-width:28vw!important;
  }
  .site-header.coupon-mega-header .header-search-btn,
  .coupon-mega-header form.header-search.coupon-mega-search .header-search-btn{
    padding:0 13px!important;
  }
}
@media(max-width:1080px){
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{
    flex-basis:280px!important;
    width:280px!important;
    max-width:26vw!important;
  }
  .site-header.coupon-mega-header .header-search-btn,
  .coupon-mega-header form.header-search.coupon-mega-search .header-search-btn{
    width:36px!important;
    padding:0!important;
    font-size:0!important;
    position:relative!important;
  }
  .site-header.coupon-mega-header .header-search-btn::after,
  .coupon-mega-header form.header-search.coupon-mega-search .header-search-btn::after{
    content:'›';
    font-size:22px;
    line-height:36px;
  }
}
@media(max-width:980px){
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{
    display:none!important;
  }
}

/* =========================================================
   Final green header polish: no search/nav overlap + richer shade
   ========================================================= */
:root{
  --primary:#0d9488;
  --primary2:#0f766e;
  --green-50:#ecfdf5;
  --green-100:#ccfbf1;
  --green-200:#99f6e4;
  --green-600:#0d9488;
  --green-700:#0f766e;
  --green-800:#064e3b;
}

/* Softer premium mint hello bar */
.coupon-hello-bar{
  background:linear-gradient(90deg,#d9f99d 0%,#ccfbf1 45%,#99f6e4 100%)!important;
  color:#064e3b!important;
  border-bottom:1px solid rgba(6,78,59,.16)!important;
}
.coupon-hello-icon{background:#0f766e!important;box-shadow:0 8px 18px rgba(15,118,110,.22)!important}
.coupon-hello-cta{color:#064e3b!important}

/* Richer green / teal marketplace header */
.coupon-nav-shell{
  background:linear-gradient(90deg,#064e3b 0%,#0f766e 54%,#14b8a6 100%)!important;
  box-shadow:0 14px 34px rgba(15,118,110,.24)!important;
}
.coupon-mega-header-row{
  height:72px!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
  overflow:visible!important;
}
.coupon-mega-header .coupon-mega-brand{
  flex:0 0 auto!important;
  min-width:282px!important;
}
.coupon-mega-header .coupon-mega-nav{
  flex:0 0 auto!important;
  min-width:max-content!important;
  overflow:visible!important;
  gap:3px!important;
}
.coupon-mega-header .coupon-nav-link,
.coupon-mega-header .coupon-nav-dropdown summary{
  padding-left:12px!important;
  padding-right:12px!important;
  height:46px!important;
}
.coupon-mega-header .coupon-nav-dropdown[open] summary{
  color:#0f766e!important;
}

/* Search is compact and can never cover Stores/Categories/Blog */
.site-header.coupon-mega-header .coupon-mega-search,
.coupon-mega-header form.header-search.coupon-mega-search{
  flex:0 0 300px!important;
  width:300px!important;
  max-width:300px!important;
  min-width:250px!important;
  margin-left:auto!important;
  height:48px!important;
  padding:5px 6px 5px 14px!important;
  border-radius:999px!important;
  background:#fff!important;
  border:1px solid rgba(204,251,241,.95)!important;
  box-shadow:0 14px 28px rgba(6,78,59,.16)!important;
  z-index:2!important;
}
.site-header.coupon-mega-header .coupon-mega-search:focus-within,
.coupon-mega-header form.header-search.coupon-mega-search:focus-within{
  border-color:#99f6e4!important;
  box-shadow:0 0 0 4px rgba(153,246,228,.32),0 14px 28px rgba(6,78,59,.16)!important;
}
.site-header.coupon-mega-header .coupon-mega-search .header-search-icon,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-icon{
  color:#0f766e!important;
}
.site-header.coupon-mega-header .coupon-mega-search input,
.coupon-mega-header form.header-search.coupon-mega-search input{
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:750!important;
}
.site-header.coupon-mega-header .coupon-mega-search input::placeholder,
.coupon-mega-header form.header-search.coupon-mega-search input::placeholder{
  color:#64748b!important;
}
.site-header.coupon-mega-header .header-search-btn,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-btn{
  background:#0d9488!important;
  box-shadow:0 8px 16px rgba(13,148,136,.24)!important;
}
.site-header.coupon-mega-header .header-search-btn:hover,
.coupon-mega-header form.header-search.coupon-mega-search .header-search-btn:hover{
  background:#0f766e!important;
}
.coupon-sign-link{
  flex:0 0 auto!important;
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.24)!important;
  padding:11px 14px!important;
}
.coupon-sign-link:hover{background:rgba(255,255,255,.22)!important}
.coupon-mega-header .theme-btn{flex:0 0 42px!important}

/* Make dropdown accents match the richer green */
.coupon-mega-side{background:#ecfdf5!important}
.coupon-mega-side strong{color:#0f766e!important;border-right-color:#14b8a6!important}
.coupon-mega-side a:hover{background:#ccfbf1!important;color:#0f766e!important}
.coupon-mega-title-row a{color:#0f766e!important}
.coupon-mega-logo{background:#ccfbf1!important;color:#0f766e!important}
.coupon-category-pill:hover,
.coupon-category-pill:focus,
.coupon-mega-store:hover,
.coupon-blog-item:hover{background:#f0fdfa!important;border-color:#5eead4!important}

/* Breakpoints: keep nav visible first, then make search smaller */
@media(max-width:1280px){
  .coupon-mega-header .coupon-mega-brand{min-width:260px!important}
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{
    flex-basis:260px!important;
    width:260px!important;
    max-width:260px!important;
    min-width:220px!important;
  }
  .coupon-mega-header .coupon-nav-link,
  .coupon-mega-header .coupon-nav-dropdown summary{padding-left:10px!important;padding-right:10px!important;font-size:14px!important}
  .coupon-sign-link{padding-left:12px!important;padding-right:12px!important}
}
@media(max-width:1160px){
  .coupon-mega-header .coupon-mega-brand{min-width:230px!important}
  .coupon-mega-header .brand small{max-width:160px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{
    flex-basis:220px!important;
    width:220px!important;
    max-width:220px!important;
    min-width:190px!important;
  }
  .site-header.coupon-mega-header .header-search-btn,
  .coupon-mega-header form.header-search.coupon-mega-search .header-search-btn{
    width:36px!important;
    padding:0!important;
    font-size:0!important;
  }
  .site-header.coupon-mega-header .header-search-btn::after,
  .coupon-mega-header form.header-search.coupon-mega-search .header-search-btn::after{
    content:'›';
    font-size:22px;
    line-height:36px;
  }
}
@media(max-width:1060px){
  .coupon-sign-link{display:none!important}
}
@media(max-width:980px){
  .coupon-mega-header .coupon-mega-brand{min-width:0!important}
  .coupon-mega-header .coupon-mega-nav{min-width:0!important}
  .site-header.coupon-mega-header .coupon-mega-search,
  .coupon-mega-header form.header-search.coupon-mega-search{display:none!important}
  .coupon-mega-header .menu-btn{display:grid!important;place-items:center!important;margin-left:auto!important}
}


/* =========================================================
   Final readability cleanup: remove transparent / faded text
   ========================================================= */
:root{--muted:#475569!important;}
[data-theme="dark"]{--muted:#e2e8f0!important;}

/* Keep real text fully visible. This avoids low-opacity/transparent text issues. */
.brand small,
.coupon-mega-header .brand small,
.coupon-mega-header .coupon-mega-brand small,
.coupon-hello-text,
.coupon-hello-cta,
.coupon-nav-link,
.coupon-nav-dropdown summary,
.coupon-sign-link,
.site-footer p,
.site-footer a,
.site-footer span,
.site-footer small,
.footer-bottom,
.store-hero p,
.st-header-content p,
.st-sidebar-box p,
.st-sidebar-box li,
.st-about-card p,
.st-about-meta span,
.st-about-stats span,
.st-page-menu-copy small,
.st-page-menu-heading,
.st-page-menu-panel a,
.sav-store-intro,
.sav-ref-seo p,
.kz-guide__content,
.kz-prose,
.tip-list,
.summary-row span,
.breadcrumb,
.pill,
.pill.muted{
  opacity:1!important;
}

/* Solid readable colors for footer and header text. */
.site-footer p,
.site-footer a,
.site-footer span{color:#eef6ff!important;}
.site-footer .affiliate-note{color:#dfe9f7!important;}
.footer-bottom{color:#e5eefc!important;}
.site-footer h3,
.site-footer .brand strong{color:#ffffff!important;}

.coupon-mega-header .brand strong,
.coupon-mega-header .coupon-mega-brand strong,
.coupon-mega-header .coupon-nav-link,
.coupon-mega-header .coupon-nav-dropdown summary,
.coupon-sign-link{color:#ffffff!important;}
.coupon-mega-header .brand small,
.coupon-mega-header .coupon-mega-brand small{color:#eafdf8!important;}
.coupon-hello-text,.coupon-hello-cta{color:#064e3b!important;}

/* Stronger secondary text on pages/cards. */
.store-hero p,
.st-header-content p,
.st-sidebar-box p,
.st-sidebar-box li,
.st-about-card p,
.st-page-menu-copy small,
.st-page-menu-heading,
.sav-store-intro,
.sav-ref-seo p,
.kz-guide__content,
.kz-prose,
.tip-list,
.summary-row span,
.breadcrumb{color:#334155!important;}
[data-theme="dark"] .store-hero p,
[data-theme="dark"] .st-header-content p,
[data-theme="dark"] .st-sidebar-box p,
[data-theme="dark"] .st-sidebar-box li,
[data-theme="dark"] .st-about-card p,
[data-theme="dark"] .st-page-menu-copy small,
[data-theme="dark"] .st-page-menu-heading,
[data-theme="dark"] .sav-store-intro,
[data-theme="dark"] .sav-ref-seo p,
[data-theme="dark"] .kz-guide__content,
[data-theme="dark"] .kz-prose,
[data-theme="dark"] .tip-list,
[data-theme="dark"] .summary-row span,
[data-theme="dark"] .breadcrumb{color:#e2e8f0!important;}

/* No transparent preview text on coupon buttons. */
.st-reveal-box .code-text{color:#ffffff!important;opacity:1!important;}

/* Placeholders are visible, not faded. */
input::placeholder,
textarea::placeholder,
.header-search input::placeholder,
.coupon-mega-search input::placeholder{color:#475569!important;opacity:1!important;}
.site-header.coupon-mega-header .coupon-mega-search input::placeholder,
.coupon-mega-header form.header-search.coupon-mega-search input::placeholder{color:#475569!important;opacity:1!important;}

/* =========================================================
   Header dropdown readability fix
   Prevent global white nav-link rules from making mega-menu links invisible
   on light dropdown panels.
   ========================================================= */
.site-header.coupon-mega-header .coupon-mega-panel,
.site-header.coupon-mega-header .coupon-mega-panel *{
  opacity:1!important;
  text-shadow:none!important;
}
.site-header.coupon-mega-header .coupon-mega-panel{
  background:#ffffff!important;
  color:#111827!important;
  border-color:rgba(15,118,110,.18)!important;
}
.site-header.coupon-mega-header .coupon-mega-panel a,
.site-header.coupon-mega-header .coupon-mega-panel a:visited{
  color:#111827!important;
  text-decoration:none!important;
}
.site-header.coupon-mega-header .coupon-mega-side{
  background:#ecfdf5!important;
  border-right:1px solid #ccfbf1!important;
}
.site-header.coupon-mega-header .coupon-mega-side strong{
  color:#0f766e!important;
  border-right-color:#14b8a6!important;
}
.site-header.coupon-mega-header .coupon-mega-side a,
.site-header.coupon-mega-header .coupon-mega-side a:visited{
  color:#334155!important;
  font-weight:850!important;
}
.site-header.coupon-mega-header .coupon-mega-side a:hover,
.site-header.coupon-mega-header .coupon-mega-side a:focus{
  background:#ccfbf1!important;
  color:#0f766e!important;
}
.site-header.coupon-mega-header .coupon-mega-title-row h3,
.site-header.coupon-mega-header .coupon-blog-item strong,
.site-header.coupon-mega-header .coupon-mega-store strong,
.site-header.coupon-mega-header .coupon-category-pill strong{
  color:#111827!important;
}
.site-header.coupon-mega-header .coupon-mega-title-row a,
.site-header.coupon-mega-header .coupon-mega-title-row a:visited{
  color:#0f766e!important;
  font-weight:950!important;
}
.site-header.coupon-mega-header .coupon-blog-item small,
.site-header.coupon-mega-header .coupon-mega-store small,
.site-header.coupon-mega-header .coupon-category-pill small{
  color:#475569!important;
}
.site-header.coupon-mega-header .coupon-blog-item,
.site-header.coupon-mega-header .coupon-mega-store,
.site-header.coupon-mega-header .coupon-category-pill{
  background:#ffffff!important;
  color:#111827!important;
}
.site-header.coupon-mega-header .coupon-blog-item:hover,
.site-header.coupon-mega-header .coupon-mega-store:hover,
.site-header.coupon-mega-header .coupon-category-pill:hover,
.site-header.coupon-mega-header .coupon-blog-item:focus,
.site-header.coupon-mega-header .coupon-mega-store:focus,
.site-header.coupon-mega-header .coupon-category-pill:focus{
  background:#f0fdfa!important;
  border-color:#5eead4!important;
  color:#0f766e!important;
}
.site-header.coupon-mega-header .coupon-mega-panel::-webkit-scrollbar,
.site-header.coupon-mega-header .coupon-mega-content::-webkit-scrollbar,
.site-header.coupon-mega-header .coupon-mega-side::-webkit-scrollbar{
  width:8px;
  height:8px;
}
.site-header.coupon-mega-header .coupon-mega-panel::-webkit-scrollbar-thumb,
.site-header.coupon-mega-header .coupon-mega-content::-webkit-scrollbar-thumb,
.site-header.coupon-mega-header .coupon-mega-side::-webkit-scrollbar-thumb{
  background:#99f6e4;
  border-radius:999px;
}
.site-header.coupon-mega-header .coupon-mega-panel::-webkit-scrollbar-track,
.site-header.coupon-mega-header .coupon-mega-content::-webkit-scrollbar-track,
.site-header.coupon-mega-header .coupon-mega-side::-webkit-scrollbar-track{
  background:#ecfdf5;
}

[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-panel{
  background:#0f172a!important;
  color:#e5e7eb!important;
}
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-panel a,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-panel a:visited,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-title-row h3,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-blog-item strong,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-store strong,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-category-pill strong{
  color:#ffffff!important;
}
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-side{
  background:#111827!important;
  border-right-color:rgba(148,163,184,.24)!important;
}
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-side a{
  color:#e2e8f0!important;
}
[data-theme="dark"] .site-header.coupon-mega-header .coupon-blog-item,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-mega-store,
[data-theme="dark"] .site-header.coupon-mega-header .coupon-category-pill{
  background:#111827!important;
  color:#ffffff!important;
}


/* =========================================================
   Mobile friendly header + store page polish
   Adds a clean off-canvas mobile menu, mobile search, tappable
   accordions, better spacing, and no horizontal overflow.
   ========================================================= */
.mobile-nav-top,
.mobile-nav-search,
.mobile-nav-quick{display:none;}

@media(max-width:980px){
  html,body{max-width:100%;overflow-x:hidden;}
  .site-header.coupon-mega-header{position:sticky!important;top:0;z-index:1000;}
  .coupon-hello-bar{display:block!important;min-height:36px!important;}
  .coupon-hello-inner{min-height:36px!important;padding:0 12px!important;}
  .coupon-hello-content{width:100%;gap:8px!important;font-size:12.5px!important;}
  .coupon-hello-icon{width:25px!important;height:25px!important;font-size:13px!important;}
  .coupon-hello-text{max-width:none!important;flex:1 1 auto!important;min-width:0!important;text-align:left;}
  .coupon-hello-cta{font-size:12.5px!important;}

  .coupon-nav-shell{position:relative!important;z-index:1001!important;}
  .coupon-mega-header-row{
    height:64px!important;
    gap:10px!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .coupon-mega-header .coupon-mega-brand{min-width:0!important;max-width:calc(100vw - 130px)!important;}
  .coupon-mega-header .brand-icon{width:42px!important;height:42px!important;border-radius:14px!important;}
  .coupon-mega-header .brand strong{font-size:20px!important;line-height:1!important;}
  .coupon-mega-header .brand small{font-size:9px!important;letter-spacing:.08em!important;max-width:180px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .coupon-mega-header .theme-btn{width:42px!important;height:42px!important;flex:0 0 42px!important;}
  .coupon-mega-header .menu-btn{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    height:44px!important;
    flex:0 0 44px!important;
    margin-left:auto!important;
    border-radius:15px!important;
    font-size:22px!important;
    font-weight:950!important;
    color:#fff!important;
    background:rgba(255,255,255,.16)!important;
    border:1px solid rgba(255,255,255,.28)!important;
  }

  .coupon-mega-header .coupon-mega-nav{
    display:flex!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    left:auto!important;
    width:min(390px,92vw)!important;
    height:100dvh!important;
    max-height:none!important;
    padding:16px!important;
    padding-top:calc(16px + env(safe-area-inset-top))!important;
    border-radius:26px 0 0 26px!important;
    background:#ffffff!important;
    color:#111827!important;
    border:0!important;
    box-shadow:-26px 0 70px rgba(15,23,42,.32)!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:10px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    z-index:5000!important;
    transform:translateX(105%)!important;
    opacity:1!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .24s ease, visibility .24s ease!important;
    scrollbar-width:thin;
  }
  .coupon-mega-header .coupon-mega-nav.open{
    transform:translateX(0)!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  body.mobile-menu-open{overflow:hidden!important;}
  body.mobile-menu-open::before{
    content:'';
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.46);
    z-index:4999;
    backdrop-filter:blur(2px);
  }

  .mobile-nav-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
    padding:4px 2px 8px!important;
  }
  .mobile-nav-top strong{display:block;color:#0f172a!important;font-size:21px!important;font-weight:1000!important;letter-spacing:-.02em;}
  .mobile-nav-top small{display:block;color:#475569!important;font-size:12px!important;font-weight:800!important;margin-top:2px;}
  .mobile-nav-close{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
    border:1px solid #d1fae5!important;
    background:#ecfdf5!important;
    color:#0f766e!important;
    font-size:28px!important;
    line-height:1!important;
    cursor:pointer!important;
    font-weight:800!important;
  }

  .mobile-nav-search{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    background:#f8fafc!important;
    border:1px solid #d1fae5!important;
    border-radius:18px!important;
    padding:8px!important;
    box-shadow:0 10px 22px rgba(15,23,42,.06)!important;
  }
  .mobile-nav-search span{color:#0f766e!important;font-weight:900!important;font-size:18px!important;}
  .mobile-nav-search input{
    flex:1 1 auto!important;
    min-width:0!important;
    border:0!important;
    background:transparent!important;
    outline:0!important;
    height:34px!important;
    color:#111827!important;
    font-weight:800!important;
    font-size:14px!important;
  }
  .mobile-nav-search input::placeholder{color:#64748b!important;opacity:1!important;}
  .mobile-nav-search button{
    height:34px!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:999px!important;
    background:#0d9488!important;
    color:#fff!important;
    font-weight:950!important;
    cursor:pointer!important;
  }

  .mobile-nav-quick{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:8px!important;
  }
  .mobile-nav-quick a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:40px!important;
    padding:8px 10px!important;
    border-radius:14px!important;
    background:#ecfdf5!important;
    color:#0f766e!important;
    text-decoration:none!important;
    font-size:13px!important;
    font-weight:950!important;
    border:1px solid #ccfbf1!important;
  }

  .coupon-mega-header .coupon-nav-dropdown,
  .coupon-mega-header .coupon-nav-dropdown[open]{position:static!important;}
  .coupon-mega-header .coupon-nav-link,
  .coupon-mega-header .coupon-nav-dropdown summary,
  .site-header.coupon-mega-header .main-nav a{
    width:100%!important;
    min-height:48px!important;
    height:auto!important;
    justify-content:space-between!important;
    border-radius:16px!important;
    padding:13px 14px!important;
    background:#ffffff!important;
    color:#111827!important;
    border:1px solid #e2e8f0!important;
    text-shadow:none!important;
    font-size:15px!important;
    font-weight:950!important;
    box-shadow:0 4px 14px rgba(15,23,42,.035)!important;
  }
  .coupon-mega-header .coupon-nav-dropdown[open] summary{
    background:linear-gradient(135deg,#0f766e,#14b8a6)!important;
    color:#ffffff!important;
    border-color:#0f766e!important;
  }

  .site-header.coupon-mega-header .coupon-mega-panel,
  .coupon-mega-panel,
  .coupon-mega-panel-deals,
  .coupon-mega-panel-stores,
  .coupon-mega-panel-categories,
  .coupon-mega-panel-blog{
    position:static!important;
    width:100%!important;
    max-width:100%!important;
    max-height:44dvh!important;
    overflow:auto!important;
    display:block!important;
    margin-top:8px!important;
    border-radius:18px!important;
    background:#f8fafc!important;
    border:1px solid #d1fae5!important;
    box-shadow:none!important;
  }
  .coupon-mega-side{display:none!important;}
  .coupon-mega-content{
    max-height:none!important;
    overflow:visible!important;
    padding:12px!important;
    background:transparent!important;
  }
  .coupon-mega-title-row{
    display:flex!important;
    align-items:center!important;
    flex-direction:row!important;
    gap:10px!important;
    margin-bottom:10px!important;
  }
  .coupon-mega-title-row h3{font-size:15px!important;color:#0f172a!important;margin:0!important;}
  .coupon-mega-title-row a{font-size:12px!important;color:#0f766e!important;font-weight:950!important;white-space:nowrap!important;}
  .coupon-mega-grid,
  .coupon-category-grid,
  .coupon-blog-list{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;}
  .coupon-mega-store,
  .coupon-category-pill,
  .coupon-blog-item{
    border:1px solid #e2e8f0!important;
    border-radius:15px!important;
    background:#ffffff!important;
    padding:10px!important;
    min-height:54px!important;
    color:#111827!important;
  }
  .coupon-mega-store strong,
  .coupon-category-pill strong,
  .coupon-blog-item strong{font-size:14px!important;color:#111827!important;white-space:normal!important;line-height:1.3!important;}
  .coupon-mega-store small,
  .coupon-category-pill small,
  .coupon-blog-item small{font-size:12px!important;color:#475569!important;line-height:1.35!important;}
  .coupon-mega-logo{width:38px!important;height:38px!important;border-radius:12px!important;}
}

@media(max-width:520px){
  .coupon-hello-content{font-size:12px!important;}
  .coupon-hello-text{max-width:60vw!important;}
  .coupon-hello-cta{font-size:0!important;}
  .coupon-hello-cta svg{width:16px!important;height:16px!important;}
  .coupon-mega-header-row{height:62px!important;padding-left:12px!important;padding-right:12px!important;}
  .coupon-mega-header .brand-icon{width:38px!important;height:38px!important;}
  .coupon-mega-header .brand strong{font-size:18px!important;}
  .coupon-mega-header .brand small{max-width:135px!important;font-size:8.5px!important;}
  .coupon-mega-header .theme-btn{display:none!important;}
  .coupon-mega-header .menu-btn{width:42px!important;height:42px!important;flex-basis:42px!important;}
  .coupon-mega-header .coupon-mega-nav{width:94vw!important;border-radius:22px 0 0 22px!important;padding:14px!important;}
  .mobile-nav-quick{grid-template-columns:1fr!important;}
}

/* Store page mobile layout polish */
@media(max-width:900px){
  .st-breadcrumb-wrap{overflow-x:auto;white-space:nowrap;}
  .st-header{
    display:grid!important;
    grid-template-columns:92px minmax(0,1fr)!important;
    gap:14px!important;
    text-align:left!important;
    justify-content:stretch!important;
    align-items:center!important;
    padding-top:1rem!important;
    padding-bottom:1rem!important;
  }
  .st-logo-wrapper{width:92px!important;height:92px!important;}
  .st-header-content{min-width:0!important;}
  .st-header h1{font-size:clamp(1.45rem,7vw,2rem)!important;line-height:1.12!important;margin-bottom:.65rem!important;}
  .st-header-badges{gap:.45rem!important;margin-bottom:.55rem!important;}
  .st-header-badges span{font-size:.62rem!important;padding:.32rem .58rem!important;}
  .st-header-stats{justify-content:flex-start!important;gap:.8rem!important;margin-bottom:.65rem!important;}
  .st-header-stats div{grid-template-columns:30px auto!important;column-gap:.42rem!important;}
  .st-header p{margin:0!important;max-width:none!important;font-size:.88rem!important;line-height:1.5!important;}
  .st-visit-holder{grid-column:1 / -1!important;width:100%!important;}
  .st-visit-btn{width:100%!important;justify-content:center!important;}
  .st-layout{grid-template-columns:1fr!important;gap:1.2rem!important;margin-top:.9rem!important;}
  .st-sidebar{order:2!important;}
  .st-main{min-width:0!important;}
}

@media(max-width:560px){
  .container{padding-left:16px!important;padding-right:16px!important;}
  .st-header{grid-template-columns:74px minmax(0,1fr)!important;gap:12px!important;}
  .st-logo-wrapper{width:74px!important;height:74px!important;border-radius:18px!important;padding:.6rem!important;}
  .st-header-badges span{font-size:.58rem!important;}
  .st-header-stats{display:grid!important;grid-template-columns:1fr 1fr!important;gap:.55rem!important;}
  .st-header-stats div{background:rgba(255,255,255,.62)!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:14px!important;padding:.55rem!important;}
  [data-theme="dark"] .st-header-stats div{background:rgba(15,23,42,.65)!important;}
  .st-page-menu summary{justify-content:flex-start!important;padding:.65rem!important;}
  .st-page-menu-panel{position:absolute!important;width:100%!important;max-height:300px!important;}
  .st-section-heading h2{font-size:1.55rem!important;}
  .st-filter-tabs{display:grid!important;grid-template-columns:1fr!important;gap:.55rem!important;}
  .st-filter-tabs button{width:100%!important;justify-content:space-between!important;}
  .sav-ref-card-main{grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;}
  .sav-ref-card-logo img{width:54px!important;height:54px!important;}
  .sav-ref-card-logo span{min-width:54px!important;font-size:11px!important;}
  .sav-ref-card-copy h3{font-size:17px!important;}
  .sav-ref-card-action{grid-column:1 / -1!important;justify-content:stretch!important;}
  .sav-ref-code-btn,.sav-ref-sale-btn{width:100%!important;min-width:0!important;}
  .sav-ref-card-footer{align-items:flex-start!important;gap:8px!important;}
  .coupon-summary-table-wrap{padding:1rem!important;border-radius:16px!important;}
  .st-sidebar-box{border-radius:18px!important;padding:1rem!important;}
}
