/*
Theme Name: PromoCoupon
Author: PromoCoupon
Description: Original coupon and deals WordPress theme.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: promocoupon
*/
:root{--p:#635bff;--pd:#5148e8;--ink:#171827;--muted:#697080;--bg:#f7f8fc;--border:#e7e9f0;--success:#12805c}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.55}a{color:inherit;text-decoration:none}.container{width:min(1160px,92%);margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--border)}.header-inner{min-height:72px;display:flex;align-items:center}.logo{font-size:24px;font-weight:900}.logo span{color:var(--p)}.nav{display:flex;gap:22px;margin-left:auto;font-weight:700}.hero{padding:72px 0 58px;background:linear-gradient(135deg,#f0efff,#fff)}.hero h1{font-size:clamp(38px,6vw,62px);line-height:1.02;text-align:center;max-width:820px;margin:0 auto 18px;letter-spacing:-2.5px}.hero p{text-align:center;color:var(--muted);font-size:18px}.search{max-width:720px;margin:30px auto 0;display:flex;background:#fff;padding:7px;border:1px solid var(--border);border-radius:999px;box-shadow:0 12px 35px #25214b12}.search input{flex:1;border:0;outline:0;padding:15px 20px;font-size:16px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:12px 18px;background:var(--p);color:#fff;font-weight:800;cursor:pointer}.search .btn{border-radius:999px}.section{padding:42px 0}.section-head{display:flex;justify-content:space-between;margin-bottom:20px}.section h2{font-size:28px;margin:0}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.store-card,.coupon-card,.category-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px}.store-logo{width:54px;height:54px;border:1px solid var(--border);border-radius:13px;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:14px}.store-card h3{margin:0 0 5px}.deal-count{font-size:13px;color:var(--muted)}.coupon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.coupon-card{display:flex;gap:18px;align-items:center}.coupon-main{flex:1}.coupon-card h3{margin:0 0 6px}.badge{display:inline-block;font-size:11px;font-weight:900;text-transform:uppercase;padding:4px 8px;border-radius:999px;background:#e8f7f0;color:var(--success);margin-bottom:9px}.coupon-meta{font-size:13px;color:var(--muted)}.code-btn{min-width:118px}.code-btn span{display:block;font-size:11px;opacity:.8}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.category-card{text-align:center;font-weight:750}.cta{background:var(--ink);color:#fff;border-radius:24px;padding:42px;text-align:center}.cta p{color:#c5c8d4}.site-footer{margin-top:35px;background:#fff;border-top:1px solid var(--border);padding:36px 0;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between}.archive-title{padding:42px 0 20px}.archive-title h1{font-size:38px}.content{padding-bottom:50px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.nav{display:none}.coupon-grid{grid-template-columns:1fr}}@media(max-width:560px){.grid,.category-grid{grid-template-columns:1fr 1fr}.hero{padding:48px 0}.coupon-card{flex-direction:column;align-items:flex-start}.code-btn{width:100%}.footer-inner{flex-direction:column}}
