.offers-module__6WHmea__page{background:var(--color-bg-primary);flex-direction:column;min-height:100vh;display:flex}.offers-module__6WHmea__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border);background:#0d1b2bf2;position:sticky;top:0}.offers-module__6WHmea__headerContent{max-width:1200px;padding:var(--space-4)var(--space-6);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.offers-module__6WHmea__logo{align-items:center;gap:var(--space-2);font-weight:700;font-size:var(--text-xl);color:var(--color-text-primary);text-decoration:none;display:flex}.offers-module__6WHmea__logoIcon{font-size:1.5rem}.offers-module__6WHmea__logoText{color:var(--color-accent-primary)}.offers-module__6WHmea__nav{align-items:center;gap:var(--space-4);display:flex}.offers-module__6WHmea__hero{text-align:center;padding:var(--space-16)var(--space-6);background:linear-gradient(#fcd4561a 0%,#0000 100%)}.offers-module__6WHmea__hero h1{font-size:var(--text-4xl);margin-bottom:var(--space-4);background:linear-gradient(135deg,#fcd456,#f8efa8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.offers-module__6WHmea__hero p{font-size:var(--text-lg);color:var(--color-text-secondary);max-width:600px;margin:0 auto}.offers-module__6WHmea__offersSection{padding:var(--space-8)var(--space-6);flex:1}.offers-module__6WHmea__filterSection{margin-bottom:var(--space-8);justify-content:center;display:flex}.offers-module__6WHmea__filterTabs{gap:var(--space-2);padding:var(--space-1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;display:flex}.offers-module__6WHmea__filterTab{padding:var(--space-3)var(--space-5);font-size:var(--text-sm);color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;font-weight:600;transition:all .2s}.offers-module__6WHmea__filterTab:hover{color:var(--color-text-primary);background:#ffffff1a}.offers-module__6WHmea__filterTabActive,.offers-module__6WHmea__filterTabActive:hover{color:#0d1b2b;background:linear-gradient(135deg,#fcd456,#f8efa8)}.offers-module__6WHmea__container{max-width:1200px;margin:0 auto}.offers-module__6WHmea__grid{gap:var(--space-8);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));justify-items:center;display:grid}.offers-module__6WHmea__card{width:100%;max-width:380px;padding:var(--space-8);text-align:center;background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);border-radius:24px;flex-direction:column;align-items:center;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.offers-module__6WHmea__card:before{content:"";background:linear-gradient(90deg,#fcd456,#af7121);height:6px;position:absolute;top:0;left:0;right:0}.offers-module__6WHmea__card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #fcd45640}.offers-module__6WHmea__cardBadge{align-items:center;gap:var(--space-1);padding:var(--space-2)var(--space-4);color:#0d1b2b;font-size:var(--text-sm);margin-bottom:var(--space-4);background:linear-gradient(135deg,#fcd456,#f8efa8);border-radius:20px;font-weight:600;display:inline-flex}.offers-module__6WHmea__cardTitle{font-size:var(--text-2xl);color:#0d1b2b;margin-bottom:var(--space-2);font-weight:700}.offers-module__6WHmea__cardPrice{font-size:var(--text-3xl);color:#0d1b2b;margin-bottom:var(--space-4);background:linear-gradient(135deg,#0d1b2b,#1a2f47);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.offers-module__6WHmea__cardDescription{font-size:var(--text-sm);color:#5a6c7d;margin-bottom:var(--space-6);line-height:1.6}.offers-module__6WHmea__featuresList{margin:0 0 var(--space-6)0;text-align:left;width:100%;padding:0;list-style:none}.offers-module__6WHmea__featureItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)0;font-size:var(--text-sm);color:#2d3748;border-bottom:1px solid #0000000f;display:flex}.offers-module__6WHmea__featureItem:last-child{border-bottom:none}.offers-module__6WHmea__featureCheck{color:#fcd456;background:linear-gradient(135deg,#0d1b2b,#1a2f47);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex}.offers-module__6WHmea__buyButton{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4)var(--space-6);font-size:var(--text-base);color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d1b2b,#1a2f47);border:none;border-radius:12px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.offers-module__6WHmea__buyButton:hover{background:linear-gradient(135deg,#1a2f47,#2a4a6a);transform:scale(1.02);box-shadow:0 4px 15px #0d1b2b4d}.offers-module__6WHmea__emptyState{text-align:center;padding:var(--space-16);background:var(--gradient-card);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.offers-module__6WHmea__emptyIcon{margin-bottom:var(--space-4);font-size:4rem}.offers-module__6WHmea__emptyState h2{font-size:var(--text-2xl);margin-bottom:var(--space-2)}.offers-module__6WHmea__emptyState p{color:var(--color-text-muted);margin-bottom:var(--space-6)}.offers-module__6WHmea__footer{padding:var(--space-6);border-top:1px solid var(--color-border);text-align:center}.offers-module__6WHmea__footer p{font-size:var(--text-sm);color:var(--color-text-muted)}@media (max-width:768px){.offers-module__6WHmea__hero h1{font-size:var(--text-3xl)}.offers-module__6WHmea__grid{grid-template-columns:1fr}.offers-module__6WHmea__card{max-width:100%}}
