/* CouponCodes / PromoCodes.Guru Platform v4.2.2
   Unified public + shopper + admin visual system.
   Loaded after all legacy layers so these are intentional final overrides. */
:root{
  --cc-navy:#071d2f;--cc-navy-2:#0d2a42;--cc-green:#087a55;--cc-green-2:#0aa36e;
  --cc-mint:#e7f7f0;--cc-bg:#f7f6f2;--cc-surface:#fff;--cc-text:#16212c;
  --cc-muted:#62717d;--cc-line:#e4e8e6;--cc-shadow:0 14px 38px rgba(7,29,47,.08);
  --cc-shadow-soft:0 6px 20px rgba(7,29,47,.055);--cc-radius:18px;--cc-shell:1540px;
}
html{scroll-behavior:smooth}
body.pcg-premium-v3{font-family:"Plus Jakarta Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.58;color:var(--cc-text);background:var(--cc-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.cc-shell,.container{max-width:var(--cc-shell)}
body.pcg-premium-v3 h1,body.pcg-premium-v3 h2,body.pcg-premium-v3 h3,body.pcg-premium-v3 h4{color:var(--cc-navy);letter-spacing:-.025em}
body.pcg-premium-v3 p{font-size:1rem;line-height:1.65}
body.pcg-premium-v3 .text-muted{color:var(--cc-muted)!important}
body.pcg-premium-v3 .btn{min-height:42px;border-radius:11px;font-size:.86rem;font-weight:800;letter-spacing:-.005em;padding:.68rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.48rem}
body.pcg-premium-v3 .btn-pcg-green{background:linear-gradient(135deg,var(--cc-green),var(--cc-green-2));border-color:transparent;color:#fff!important;box-shadow:0 7px 16px rgba(8,122,85,.18)}
body.pcg-premium-v3 .btn-pcg-green:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(8,122,85,.24)}
body.pcg-premium-v3 .pcg-badge{font-size:.78rem;font-weight:800;line-height:1.2;padding:.42rem .62rem;border-radius:999px}
body.pcg-premium-v3 .pcg-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cc-green);display:inline-flex;gap:.42rem;align-items:center;margin-bottom:.42rem}
body.pcg-premium-v3 .pcg-section{padding:34px 0}
body.pcg-premium-v3 .pcg-section-head h2,.cc-v4-section-head h2{font-size:clamp(1.65rem,2vw,2.05rem);line-height:1.15;margin:0;font-weight:800}
body.pcg-premium-v3 .pcg-section-head p,.cc-v4-section-head p{font-size:.94rem;color:var(--cc-muted);margin:.45rem 0 0;max-width:760px}
body.pcg-premium-v3 .pcg-section-head>a,.cc-v4-section-head>a{font-size:.84rem;font-weight:800;color:var(--cc-green);white-space:nowrap}

/* Header */
.cc-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--cc-line);box-shadow:0 4px 18px rgba(7,29,47,.035);backdrop-filter:saturate(140%) blur(10px)}
.cc-header-inner{min-height:76px;gap:22px}
.cc-brand{gap:10px;flex:0 0 auto}.cc-brand-mark{width:38px;height:38px;border-radius:11px;font-size:.76rem;font-weight:800;background:var(--cc-navy);color:#fff;display:grid;place-items:center}.cc-brand-name{font-size:1.05rem;font-weight:800;letter-spacing:-.025em}.cc-brand-badge{font-size:.78rem;padding:.38rem .58rem;gap:.3rem}
.cc-nav{gap:4px;flex:1;justify-content:center}.cc-nav a{font-size:.92rem!important;font-weight:750!important;padding:.72rem .68rem!important;border-radius:10px;gap:.36rem;color:#253443!important;letter-spacing:-.015em}.cc-nav a i{font-size:.9rem;color:#70808b}.cc-nav a:hover,.cc-nav a.is-active{background:#eef8f4;color:var(--cc-green)!important}.cc-nav a.is-active i{color:var(--cc-green)}
.cc-header-actions{gap:8px;flex:0 0 auto}.cc-header-search{height:44px;min-width:320px;border-radius:12px;border:1px solid #dce3df;background:#fff}.cc-header-search input{font-size:.91rem!important;min-width:0}.cc-header-search button{width:45px;border-radius:0 11px 11px 0}.cc-region-button,.cc-account,.cc-mobile-toggle{width:43px;height:43px;border-radius:11px}.cc-submit{min-height:43px;padding:0 1rem!important;border-radius:11px!important;font-size:.88rem!important;font-weight:800!important}.cc-account-menu{font-size:.9rem;min-width:210px}
.cc-mobile-menu a{font-size:.95rem!important;font-weight:700!important;min-height:48px}.cc-mobile-search input,.cc-mobile-search button{font-size:.9rem!important}

/* Mobile bottom navigation */
.cc-v4-mobile-bottom-nav{position:fixed;left:10px;right:10px;bottom:10px;z-index:1040;background:rgba(7,29,47,.96);box-shadow:0 16px 40px rgba(7,29,47,.28);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:7px;grid-template-columns:repeat(5,1fr);backdrop-filter:blur(14px)}
.cc-v4-mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#d7e2e9;text-decoration:none;min-height:52px;border-radius:12px;font-size:.76rem;font-weight:700}.cc-v4-mobile-bottom-nav a i{font-size:1.15rem}.cc-v4-mobile-bottom-nav a.is-active{background:linear-gradient(135deg,#0a7d58,#0d9f6e);color:#fff}
@media(max-width:991.98px){body.pcg-premium-v3{padding-bottom:76px}}
@media(min-width:992px){.cc-v4-mobile-bottom-nav{display:none!important}}

/* Homepage */
.cc-v4-home{padding-top:22px}.cc-v4-hero{display:grid;grid-template-columns:minmax(390px,.72fr) minmax(620px,1.28fr);gap:38px;align-items:center;min-height:430px;padding-top:26px;padding-bottom:30px}.cc-v4-hero-eyebrow{display:inline-flex;gap:.45rem;align-items:center;color:var(--cc-green);font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:10px}.cc-v4-hero .cc-hero-copy h1{font-size:clamp(3.1rem,4.6vw,4.75rem)!important;line-height:.98!important;letter-spacing:-.055em!important;margin-bottom:18px}.cc-v4-hero .cc-hero-copy h1 span{display:block;color:var(--cc-green)}.cc-v4-hero .cc-hero-copy>p{font-size:1.02rem!important;line-height:1.7;max-width:620px;color:var(--cc-muted)}
.cc-v4-hero-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid #dfe6e3;border-radius:14px;padding:7px 7px 7px 14px;box-shadow:var(--cc-shadow-soft);margin:18px 0}.cc-v4-hero-search i{color:#71808b}.cc-v4-hero-search input{border:0;outline:0;font:inherit;font-size:.91rem;min-width:0}.cc-v4-hero-search button{border:0;background:var(--cc-green);color:#fff;border-radius:10px;padding:.72rem 1.1rem;font-weight:800;font-size:.84rem}.cc-v4-hero .cc-benefits{gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.cc-v4-hero .cc-benefits>div{gap:8px}.cc-v4-hero .cc-benefits strong{font-size:.84rem!important}.cc-v4-hero .cc-benefits small{font-size:.78rem!important}
.cc-v4-hero .cc-hero-carousel{border-radius:20px;box-shadow:var(--cc-shadow);border:1px solid var(--cc-line);overflow:hidden;background:#fff}.cc-v4-hero .cc-hero-slide{min-height:330px}.cc-v4-store-kicker{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--cc-green);display:block;margin-bottom:6px}.cc-v4-hero .cc-hero-details h2{font-size:1.62rem!important;line-height:1.18}.cc-v4-hero .cc-hero-details p{font-size:.94rem!important}.cc-v4-hero-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.cc-v4-hero-actions .btn{min-height:40px;font-size:.84rem;padding:.58rem .8rem}
.cc-v4-stats{border-radius:17px;box-shadow:var(--cc-shadow-soft)}.cc-v4-stats>div>i{font-size:1.1rem}.cc-v4-stats strong{font-size:1.1rem!important}.cc-v4-stats small{font-size:.78rem!important}
.cc-v4-category-section{border-radius:18px;box-shadow:var(--cc-shadow-soft)}.cc-v4-category-section .cc-category strong{font-size:.86rem!important}.cc-v4-category-section .cc-category small{font-size:.78rem!important}.cc-v4-category-section .cc-category{min-height:122px}
.cc-v4-home-section>.cc-shell{background:#fff;border:1px solid var(--cc-line);border-radius:20px;padding:24px;box-shadow:var(--cc-shadow-soft)}.cc-v4-home-section+.cc-v4-home-section{padding-top:0}.cc-v4-inline-empty{min-height:112px;border:1px dashed #d6dfdb;background:#fbfcfb;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:14px;padding:20px}.cc-v4-inline-empty>span{width:44px;height:44px;border-radius:12px;background:var(--cc-mint);color:var(--cc-green);display:grid;place-items:center;font-size:1.1rem}.cc-v4-inline-empty strong{display:block;font-size:.94rem;margin-bottom:3px}.cc-v4-inline-empty p{font-size:.86rem!important;color:var(--cc-muted);margin:0}
.cc-v4-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cc-v4-offer-grid>.pcg-coupon-card{margin:0!important;height:100%;border-radius:16px;box-shadow:none;border:1px solid #e2e7e5}.cc-v4-offer-grid .pcg-coupon-title{font-size:1rem!important;line-height:1.35!important}.cc-v4-offer-grid .pcg-store-identity strong{font-size:.86rem!important}.cc-v4-offer-grid .pcg-coupon-card p,.cc-v4-offer-grid .pcg-coupon-card small{font-size:.8rem!important}.cc-v4-offer-grid .pcg-coupon-actions .btn{font-size:.82rem!important;min-height:36px!important}
.cc-v4-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cc-v4-store-grid-home{grid-template-columns:repeat(6,minmax(0,1fr))}.cc-v4-store-card{background:#fff;border:1px solid var(--cc-line);border-radius:16px;padding:16px;box-shadow:0 3px 12px rgba(7,29,47,.035);display:flex;flex-direction:column;gap:14px;transition:.18s ease}.cc-v4-store-card:hover{transform:translateY(-2px);box-shadow:var(--cc-shadow-soft);border-color:#cfe3da}.cc-v4-store-card-head{display:flex;align-items:center;gap:11px}.cc-v4-store-card-head .store-logo,.cc-v4-store-card-head img{width:48px;height:48px}.cc-v4-store-card h3{font-size:.98rem;margin:0 0 3px}.cc-v4-store-card-head span{font-size:.8rem;color:var(--cc-muted)}.cc-v4-store-card .btn{margin-top:auto;min-height:38px;font-size:.82rem}
.cc-v4-store-stats{display:grid;grid-template-columns:1fr 1fr;background:#f6f9f7;border-radius:11px;padding:10px}.cc-v4-store-stats span{display:flex;flex-direction:column;gap:2px}.cc-v4-store-stats strong{font-size:1rem}.cc-v4-store-stats small{font-size:.78rem;color:var(--cc-muted)}
.cc-v4-community-guides{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}.cc-v4-community-card,.cc-v4-guides-card{padding:22px!important;border-radius:18px}.cc-v4-ranked-list{display:grid}.cc-v4-ranked-list>a{display:grid;grid-template-columns:28px 38px 1fr auto;align-items:center;gap:10px;padding:10px 0;border-top:1px solid #edf0ef;color:inherit;text-decoration:none}.cc-v4-ranked-list>a>b{color:var(--cc-green)}.cc-v4-ranked-list>a strong{font-size:.88rem;display:block}.cc-v4-ranked-list>a small{font-size:.78rem;color:var(--cc-muted)}.cc-v4-guides-card>a{display:grid;grid-template-columns:30px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #edf0ef;color:inherit;text-decoration:none}.cc-v4-guides-card>a>i:first-child{color:var(--cc-green)}.cc-v4-guides-card strong{font-size:.88rem;display:block}.cc-v4-guides-card small{font-size:.78rem;color:var(--cc-muted)}
.cc-v4-newsletter{box-shadow:var(--cc-shadow-soft)}

/* Directory + search */
.cc-v4-directory-hero{padding:54px 0 30px;background:linear-gradient(180deg,#fff 0,#f6f8f6 100%);border-bottom:1px solid var(--cc-line)}.cc-v4-directory-hero-grid{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px}.cc-v4-directory-hero h1{font-size:clamp(2.35rem,4vw,3.75rem);line-height:1.03;font-weight:800;margin:.2rem 0 .7rem}.cc-v4-directory-hero p{font-size:1rem;max-width:760px;color:var(--cc-muted);margin:0}.cc-v4-directory-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--cc-line);border-radius:14px;padding:7px;box-shadow:var(--cc-shadow-soft)}.cc-v4-directory-search>i{margin-left:5px;color:var(--cc-green)}.cc-v4-directory-search select{height:44px;border:0;border-right:1px solid #e8ecea;background:#fff;padding:0 28px 0 8px;font-size:.88rem;color:var(--cc-text);outline:0}.cc-v4-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px}.cc-v4-filter-pills{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.cc-v4-filter-pills label input{position:absolute;opacity:0;pointer-events:none}.cc-v4-filter-pills label>span{display:inline-flex;align-items:center;gap:6px;border:1px solid #dfe5e2;background:#fff;border-radius:999px;padding:.6rem .8rem;font-size:.82rem;font-weight:750;cursor:pointer}.cc-v4-filter-pills label input:checked+span{background:var(--cc-mint);border-color:#bfe5d5;color:var(--cc-green)}.cc-v4-min-discount{display:flex!important;align-items:center!important;gap:5px!important;border:1px solid #dfe5e2!important;background:#fff!important;padding:4px 5px 4px 9px!important;border-radius:999px!important}.cc-v4-min-discount>span{border:0!important;padding:0!important;background:none!important;font-size:.78rem!important}.cc-v4-min-discount input{position:static!important;opacity:1!important;width:58px;border:0;outline:0;font-size:.82rem}.cc-v4-min-discount button{width:28px;height:28px;border:0;border-radius:50%;background:var(--cc-green);color:#fff}.cc-v4-clear-filters{font-size:.82rem;font-weight:800;color:#a14343;text-decoration:none}.cc-v4-result-count{font-size:.84rem;color:var(--cc-muted);white-space:nowrap}.cc-v4-result-count strong{font-size:1rem;color:var(--cc-navy)}.cc-v4-pagination{margin-top:24px}.cc-v4-store-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--cc-line);border-radius:14px;padding:7px 7px 7px 12px;min-width:430px;box-shadow:var(--cc-shadow-soft)}.cc-v4-store-search input{border:0;outline:0;min-width:0;flex:1;font-size:.9rem}.cc-v4-search-hero p{color:var(--cc-muted);max-width:760px}.cc-v4-search-shell>i{margin-left:8px;color:var(--cc-green)}.cc-v4-search-summary{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;font-size:.92rem}.cc-v4-search-summary strong{font-size:1.1rem}.cc-v4-search-group{margin:0 0 28px}.cc-v4-search-store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cc-v4-search-store-card{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;background:#fff;border:1px solid var(--cc-line);border-radius:14px;padding:12px;color:inherit;text-decoration:none}.cc-v4-search-store-card:hover{border-color:#bfded1;box-shadow:var(--cc-shadow-soft)}.cc-v4-search-store-card strong{display:block;font-size:.9rem}.cc-v4-search-store-card small{display:block;font-size:.78rem;color:var(--cc-muted)}.cc-v4-category-chip-grid{display:flex;gap:8px;flex-wrap:wrap}.cc-v4-category-chip-grid a{display:inline-flex;gap:6px;align-items:center;padding:.6rem .78rem;border:1px solid var(--cc-line);border-radius:999px;background:#fff;color:var(--cc-text);font-size:.82rem;font-weight:750;text-decoration:none}.cc-v4-category-chip-grid a:hover{background:var(--cc-mint);color:var(--cc-green)}

/* Store page */
.cc-v4-store-trust-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:0;background:#fff;border:1px solid var(--cc-line);border-radius:16px;margin:16px 0;padding:10px;box-shadow:var(--cc-shadow-soft)}.cc-v4-store-trust-strip>div{padding:10px 13px;border-right:1px solid #edf0ef;display:flex;flex-direction:column;gap:2px}.cc-v4-store-trust-strip>div:last-child{border-right:0}.cc-v4-store-trust-strip strong{font-size:1rem;color:var(--cc-navy)}.cc-v4-store-trust-strip span{font-size:.78rem;color:var(--cc-muted);font-weight:700}.cc-v4-store-trust-strip small{font-size:.78rem;color:var(--cc-green)}.cc-v4-store-offer-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}.cc-v4-store-offer-tabs a{display:inline-flex;align-items:center;gap:6px;border:1px solid #dce4e0;background:#fff;border-radius:999px;padding:.62rem .84rem;font-size:.82rem;font-weight:800;color:#41505b;text-decoration:none}.cc-v4-store-offer-tabs a:hover,.cc-v4-store-offer-tabs a.is-active{background:var(--cc-green);border-color:var(--cc-green);color:#fff}

/* Footer - maintain compact five-column desktop layout */
.cc-footer{background:linear-gradient(135deg,#061b2d 0%,#0a2b43 100%);color:#d6e1e8}.cc-footer>.cc-shell{max-width:var(--cc-shell)!important}.cc-footer-grid{display:grid!important;grid-template-columns:1.25fr repeat(3,.8fr) 1.25fr!important;align-items:start!important;gap:34px!important}.cc-footer-premium-top{display:grid!important;grid-template-columns:1fr 1fr!important;gap:34px!important}.cc-footer p,.cc-footer a,.cc-footer small,.cc-footer label,.cc-footer span{font-size:.86rem!important;line-height:1.6}.cc-footer h3{font-size:.94rem!important;color:#fff!important}.cc-footer-brand strong{font-size:1.08rem!important}.cc-footer-link-col a{min-height:32px}.cc-footer-quick-subscribe input{font-size:.88rem!important}.cc-footer-quick-subscribe button{font-size:.84rem!important}

/* Admin global quality floor */
.pcg-admin-main{font-size:.98rem}.pcg-admin-page-header h1{font-size:clamp(1.9rem,2.4vw,2.45rem)!important}.pcg-admin-page-header-desc{font-size:.96rem!important}.pcg-admin-nav-group-title{font-size:.78rem!important;letter-spacing:.07em!important}.pcg-admin-nav-link{font-size:.92rem!important;min-height:44px!important}.pcg-admin-nav-link-icon{width:30px!important;height:30px!important}.pcg-admin-nav-link-icon i{font-size:.95rem!important}.pcg-admin-sidebar{width:276px!important}.pcg-admin-shell{grid-template-columns:276px minmax(0,1fr)!important}.pcg-admin-main .table{font-size:.9rem!important}.pcg-admin-main .table th{font-size:.78rem!important;letter-spacing:.035em!important}.pcg-admin-main input,.pcg-admin-main select,.pcg-admin-main textarea{font-size:.92rem!important;min-height:42px}.pcg-admin-main label{font-size:.84rem!important;font-weight:700}.pcg-admin-main .pcg-badge,.pcg-admin-main .badge{font-size:.78rem!important}.pcg-admin-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}

/* Responsive */
@media(max-width:1399.98px){:root{--cc-shell:1320px}.cc-v4-hero{grid-template-columns:.8fr 1.2fr;gap:26px}.cc-v4-store-grid-home{grid-template-columns:repeat(4,minmax(0,1fr))}.cc-v4-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-header-search{min-width:250px}.cc-nav a{padding:.68rem .5rem!important;font-size:.86rem!important}}
@media(max-width:1199.98px){:root{--cc-shell:1060px}.cc-v4-hero{grid-template-columns:1fr;min-height:0}.cc-v4-hero .cc-hero-copy h1{font-size:3.7rem!important}.cc-v4-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-v4-store-grid,.cc-v4-store-grid-home{grid-template-columns:repeat(3,minmax(0,1fr))}.cc-v4-directory-hero-grid{grid-template-columns:1fr}.cc-v4-directory-search,.cc-v4-store-search{width:100%;min-width:0}.cc-v4-community-guides{grid-template-columns:1fr}.cc-v4-store-trust-strip{grid-template-columns:repeat(3,1fr)}.cc-v4-store-trust-strip>div:nth-child(3){border-right:0}.cc-v4-search-store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){body.pcg-premium-v3{font-size:15.5px}.cc-header-inner{min-height:68px}.cc-v4-hero .cc-hero-copy h1{font-size:3.2rem!important}.cc-v4-offer-grid{grid-template-columns:1fr}.cc-v4-store-grid,.cc-v4-store-grid-home{grid-template-columns:repeat(2,minmax(0,1fr))}.cc-v4-filter-bar{align-items:flex-start;flex-direction:column}.cc-v4-search-summary{align-items:flex-start;flex-direction:column}.cc-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cc-footer-premium-top{grid-template-columns:1fr!important}.pcg-admin-sidebar{width:min(86vw,300px)!important}.pcg-admin-shell{display:block!important}.pcg-admin-metric-grid{grid-template-columns:1fr}}
@media(max-width:575.98px){.cc-v4-home{padding-top:8px}.cc-v4-hero{padding-top:14px}.cc-v4-hero .cc-hero-copy h1{font-size:2.55rem!important}.cc-v4-hero .cc-benefits{grid-template-columns:1fr 1fr}.cc-v4-hero-search{grid-template-columns:auto 1fr}.cc-v4-hero-search button{grid-column:1/-1;width:100%}.cc-v4-store-grid,.cc-v4-store-grid-home{grid-template-columns:1fr}.cc-v4-search-store-grid{grid-template-columns:1fr}.cc-v4-directory-hero{padding-top:32px}.cc-v4-directory-hero h1{font-size:2.35rem}.cc-v4-directory-search{align-items:stretch;flex-direction:column}.cc-v4-directory-search>i{display:none}.cc-v4-directory-search select{border:1px solid #e3e7e5;border-radius:10px}.cc-v4-store-trust-strip{grid-template-columns:repeat(2,1fr)}.cc-v4-store-trust-strip>div{border-right:0;border-bottom:1px solid #edf0ef}.cc-footer-grid{grid-template-columns:1fr!important}.cc-footer p,.cc-footer a,.cc-footer small,.cc-footer label,.cc-footer span{font-size:.88rem!important}.cc-v4-home-section>.cc-shell{padding:16px}.cc-v4-offer-grid .pcg-coupon-title{font-size:1rem!important}}

/* Final v4.1 readability and interaction floor — prevents legacy layers from reintroducing tiny text. */
.cc-v4-home small,.cc-v4-directory-hero small,.cc-v4-search-group small,.cc-v4-store-trust-strip small{line-height:1.45}
.cc-v4-home .pcg-coupon-meta,.cc-v4-home .pcg-coupon-proof,.cc-v4-home .pcg-coupon-terms{font-size:.8rem!important}
.cc-v4-directory-search input,.cc-v4-filter-bar input,.cc-v4-filter-bar select,.cc-v4-filter-bar button{font-size:.82rem}
.cc-footer a,.cc-footer button,.cc-footer input{min-height:32px}
.pcg-admin-main .form-text,.pcg-admin-main small,.pcg-admin-main .text-muted{font-size:.8rem}
@media(max-width:1399.98px){.cc-nav a{font-size:.86rem!important}.cc-header-search input{font-size:.86rem!important}}
@media(max-width:575.98px){.cc-v4-mobile-bottom-nav a{font-size:.76rem}.cc-footer p,.cc-footer a,.cc-footer small,.cc-footer label,.cc-footer span{font-size:.9rem!important}}

/* Global premium type floor for legacy public/admin templates not fully owned by v4 components. */
body.pcg-premium-v3 main small,body.pcg-premium-v3 main .small{font-size:.8rem!important;line-height:1.5!important}
body.pcg-premium-v3 main label{font-size:.84rem;line-height:1.45}
body.pcg-premium-v3 main input,body.pcg-premium-v3 main select,body.pcg-premium-v3 main textarea{font-size:.92rem}
body.pcg-premium-v3 main table{font-size:.9rem}
body.pcg-premium-v3 main .badge,body.pcg-premium-v3 main .pcg-badge{font-size:.78rem!important}
.pcg-admin-body small,.pcg-admin-body .small{font-size:.8rem!important;line-height:1.5!important}
.pcg-admin-body .btn{font-size:.86rem!important;min-height:40px}
.pcg-admin-body .form-control,.pcg-admin-body .form-select{font-size:.92rem!important}

/* Homepage Manager frontend visibility helpers. */
@media (min-width:768px){.cc-hm-hide-desktop{display:none!important}}
@media (max-width:767.98px){.cc-hm-hide-mobile{display:none!important}}

/* Managed homepage section presentations (v4.2). */
.cc-hm-community-card{padding:22px}.cc-hm-guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cc-hm-guide-card{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;padding:14px 15px;border:1px solid #e3e8e5;border-radius:14px;background:#fff;color:#17303d;text-decoration:none;box-shadow:0 5px 16px rgba(7,29,47,.035);transition:.18s ease}.cc-hm-guide-card:hover{transform:translateY(-2px);border-color:#c7e0d6;box-shadow:0 10px 24px rgba(7,29,47,.07);color:#071d2f}.cc-hm-guide-card>span{width:44px;height:44px;display:grid;place-items:center;border-radius:12px;background:#eaf7f2;color:#087a55;font-size:18px}.cc-hm-guide-card>div{min-width:0}.cc-hm-guide-card strong,.cc-hm-guide-card small{display:block}.cc-hm-guide-card strong{font-size:14px;line-height:1.35;font-weight:780}.cc-hm-guide-card small{margin-top:5px;color:#71828b;font-size:12px;font-weight:650}.cc-hm-guide-card>i{color:#7b8d94}.cc-hm-guide-card:hover>i{color:#087a55}
@media(max-width:767px){.cc-hm-guide-grid{grid-template-columns:1fr}.cc-hm-community-card{padding:17px}.cc-hm-guide-card{min-height:76px}}

/* ========================================================================
   Screenshot-requested homepage polish v4.2.1
   Final, scoped overrides for header fit, hero rhythm and newsletter UX.
   ======================================================================== */
body.cc-home-page{overflow-x:clip}

@media(min-width:1200px){
  body.cc-home-page .cc-header-inner{min-height:68px;gap:10px}
  body.cc-home-page .cc-brand{gap:7px}
  body.cc-home-page .cc-brand-badge{margin-left:0;padding:.32rem .46rem;font-size:.69rem}
  body.cc-home-page .cc-nav{flex:0 1 auto;justify-content:flex-start;gap:1px;min-width:0}
  body.cc-home-page .cc-nav a{padding:.62rem .44rem!important;font-size:.82rem!important;gap:.28rem}
  body.cc-home-page .cc-header-actions{margin-left:auto;min-width:0;gap:6px}
  body.cc-home-page .cc-header-search{width:clamp(188px,17vw,270px);min-width:0;flex:0 1 270px}
  body.cc-home-page .cc-submit{padding-inline:.74rem!important}

  body.cc-home-page .cc-v4-home{padding-top:0}
  body.cc-home-page .cc-v4-hero{grid-template-columns:minmax(410px,.88fr) minmax(520px,1.12fr);gap:24px;min-height:0;padding-top:14px;padding-bottom:12px}
  body.cc-home-page .cc-v4-hero .cc-hero-copy h1{font-size:clamp(2.9rem,3.75vw,4.05rem)!important;line-height:1!important;margin-bottom:12px}
  body.cc-home-page .cc-v4-hero .cc-hero-copy>p{line-height:1.58;margin-bottom:0}
  body.cc-home-page .cc-v4-hero-search{margin:12px 0}
  body.cc-home-page .cc-v4-hero .cc-benefits{gap:9px 14px}
  body.cc-home-page .cc-v4-hero .cc-hero-slide{min-height:300px}
  body.cc-home-page .cc-v4-stats{margin-top:8px}
}

@media(min-width:1200px) and (max-width:1399.98px){
  body.cc-home-page .cc-brand-badge span{display:none}
  body.cc-home-page .cc-nav a i{display:none}
  body.cc-home-page .cc-header-search{width:clamp(180px,16vw,225px);flex-basis:225px}
}

body.cc-home-page .cc-v4-newsletter form{row-gap:0}
body.cc-home-page .cc-v4-newsletter .cc-newsletter-consent{position:absolute;left:3px;top:50px;display:flex;align-items:flex-start;gap:6px;margin:0;color:#e5f8f0!important;font-size:.69rem!important;line-height:1.35!important;cursor:pointer}
body.cc-home-page .cc-v4-newsletter .cc-newsletter-consent input{width:14px!important;height:14px!important;min-height:14px!important;flex:0 0 14px;margin:1px 0 0;padding:0;accent-color:#fff}
body.cc-home-page .cc-v4-newsletter .cc-newsletter-consent span{font-size:inherit!important;line-height:inherit!important}

.cc-footer-quick-subscribe .cc-footer-subscribe-control input{color:#fff!important;caret-color:#8ff0ca!important;-webkit-text-fill-color:#fff!important;opacity:1!important}
.cc-footer-quick-subscribe .cc-footer-subscribe-control input::placeholder{color:#aebdc7!important;-webkit-text-fill-color:#aebdc7!important;opacity:1}
.cc-footer-newsletter-consent{display:flex!important;align-items:center;gap:7px;margin:7px 0 0!important;color:#c7d7df!important;font-size:.72rem!important;line-height:1.35!important;cursor:pointer}
.cc-footer-newsletter-consent input{width:14px!important;height:14px!important;min-height:14px!important;flex:0 0 14px;margin:0;padding:0;accent-color:#10a56d}
.cc-footer-newsletter-consent span{font-size:inherit!important;line-height:inherit!important}

.toast-region{position:fixed;z-index:2200;top:20px;right:20px;bottom:auto;left:auto;transform:none;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}
.pcg-toast{max-width:min(420px,calc(100vw - 32px));padding:14px 18px 14px 44px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#0a2b43;color:#fff;font-size:.88rem;font-weight:700;line-height:1.5;box-shadow:0 16px 38px rgba(7,29,47,.24);opacity:0;transform:translateY(-10px);transition:opacity .2s ease,transform .2s ease;position:relative;pointer-events:auto}
.pcg-toast:before{content:"✓";position:absolute;left:16px;top:14px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#18a875;color:#fff;font-size:.72rem;font-weight:900}
.pcg-toast.is-error{background:#612b31;border-color:rgba(255,255,255,.17)}
.pcg-toast.is-error:before{content:"!";background:#d75c68}
.pcg-toast.show{opacity:1;transform:translateY(0)}

@media(max-width:767.98px){
  body.cc-home-page .cc-v4-newsletter .cc-newsletter-consent{position:static;grid-column:1/-1;margin-top:7px}
  .toast-region{top:12px;right:12px;left:12px;align-items:stretch}
  .pcg-toast{max-width:none}
}
