.coupons_page{background-color:var(--page-bg,#f8fafc);min-height:100vh;padding-bottom:4rem;overflow:hidden}.coupons_page_header_container{background:linear-gradient(135deg,#ffffff,#f8fafc);border-bottom:1px solid var(--border-color,#e2e8f0);padding:2.5rem 0 2rem;margin-bottom:2rem;position:relative}.coupons_page_header_container:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent-color,#470ae2) 0,#7c3aed 100%)}.coupons_page_content{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative}.coupons_title_section{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1rem}.coupons_title_section h1{font-size:2.5rem;font-weight:900;color:var(--text-main,#1e293b);margin-bottom:.5rem;letter-spacing:-.025em;line-height:1.2}.coupons_title_section .subtitle,.coupons_title_section h1{font-family:Alexandria,Open Sans,Arial,sans-serif;-webkit-font-smoothing:antialiased}.coupons_title_section .subtitle{color:var(--text-muted,#64748b);font-size:1.125rem;line-height:1.6;max-width:600px}.coupons_stats_row{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.stat_badge{display:flex;align-items:center;gap:.75rem;background:white;color:var(--text-main,#1e293b);padding:1rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;border:1px solid var(--border-color,#e2e8f0);box-shadow:0 2px 8px rgba(0,0,0,.04);transition:all .2s ease;min-width:160px}.stat_badge:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08);border-color:var(--accent-light,#e0e7ff)}.stat_badge .material-symbols-sharp{font-size:1.5rem;color:var(--accent-color,#470ae2);background:var(--accent-light,#e0e7ff);padding:.5rem;border-radius:10px}.stat_badge>div{display:flex;flex-direction:column;gap:.25rem}.stat_number{font-size:1.5rem;font-weight:800;color:var(--text-main,#1e293b);line-height:1}.stat_label{font-size:.875rem;font-weight:500;color:var(--text-muted,#64748b)}.stat_badge.exclusive{border-color:rgba(245,158,11,.2);background:linear-gradient(135deg,rgba(253,230,138,.1),rgba(254,243,199,.1))}.stat_badge.exclusive .material-symbols-sharp{color:#d97706;background:rgba(253,230,138,.3)}.stat_badge.exclusive .stat_number{color:#92400e}.stat_badge.verified{border-color:rgba(16,185,129,.2);background:linear-gradient(135deg,rgba(167,243,208,.1),rgba(209,250,229,.1))}.stat_badge.verified .material-symbols-sharp{color:#059669;background:rgba(167,243,208,.3)}.stat_badge.verified .stat_number{color:#065f46}.coupons_container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (max-width:1024px){.coupons_stats_row{gap:.75rem}.stat_badge{min-width:140px;padding:.875rem 1.25rem}}@media (max-width:768px){.coupons_page_header_container{padding:2rem 0 1.5rem}.coupons_title_section{flex-direction:column;align-items:flex-start;gap:1.5rem}.coupons_title_section h1{font-size:2rem;line-height:1.1}.coupons_title_section .subtitle{font-size:1rem}.coupons_stats_row{width:100%;justify-content:space-between;gap:.5rem}.stat_badge{flex:1 1;min-width:0;padding:.75rem 1rem;justify-content:flex-start}.stat_badge .material-symbols-sharp{font-size:1.25rem;padding:.4rem}.stat_number{font-size:1.25rem}.coupons_container{padding:0 .75rem}}@media (max-width:480px){.coupons_page_content{padding:0 1rem}.coupons_title_section h1{font-size:1.75rem}.stat_badge{padding:.625rem .875rem}.stat_badge .material-symbols-sharp,.stat_number{font-size:1.125rem}.stat_label{font-size:.8125rem}}