.page-module__5Q7iWG__container{background:var(--bv-gray-50);min-height:100vh}.page-module__5Q7iWG__hero{background:var(--bv-gradient-primary);padding:var(--bv-space-16)var(--bv-space-4);text-align:center}.page-module__5Q7iWG__heroContent{max-width:var(--bv-container-max);margin:0 auto}.page-module__5Q7iWG__title{font-size:var(--bv-text-4xl);font-weight:var(--bv-font-bold);color:var(--bv-white);margin-bottom:var(--bv-space-2)}.page-module__5Q7iWG__subtitle{font-size:var(--bv-text-lg);color:#ffffffe6}.page-module__5Q7iWG__main{max-width:var(--bv-container-max);padding:var(--bv-space-8)var(--bv-space-4);margin:0 auto}.page-module__5Q7iWG__filters{gap:var(--bv-space-2);margin-bottom:var(--bv-space-6);padding-bottom:var(--bv-space-2);display:flex;overflow-x:auto}.page-module__5Q7iWG__filterButton{padding:var(--bv-space-2)var(--bv-space-4);background:var(--bv-white);border:1px solid var(--bv-gray-200);border-radius:var(--bv-radius-full);font-size:var(--bv-text-sm);font-weight:var(--bv-font-medium);color:var(--bv-text-secondary);cursor:pointer;white-space:nowrap;transition:var(--bv-transition-base)}.page-module__5Q7iWG__filterButton:hover{border-color:var(--bv-primary);color:var(--bv-primary)}.page-module__5Q7iWG__filterButton.page-module__5Q7iWG__active{background:var(--bv-primary);border-color:var(--bv-primary);color:var(--bv-white)}.page-module__5Q7iWG__offersGrid{gap:var(--bv-space-6);grid-template-columns:1fr;display:grid}.page-module__5Q7iWG__offerCard{overflow:hidden}.page-module__5Q7iWG__cardImage{height:200px;position:relative}.page-module__5Q7iWG__cardImage img{object-fit:cover;width:100%;height:100%}.page-module__5Q7iWG__tag{top:var(--bv-space-3);left:var(--bv-space-3);padding:var(--bv-space-1)var(--bv-space-3);background:var(--bv-error);color:var(--bv-white);font-size:var(--bv-text-xs);font-weight:var(--bv-font-bold);border-radius:var(--bv-radius-full);position:absolute}.page-module__5Q7iWG__cardContent{padding:var(--bv-space-5)}.page-module__5Q7iWG__offerTitle{font-size:var(--bv-text-lg);font-weight:var(--bv-font-bold);color:var(--bv-text-primary);margin-bottom:var(--bv-space-1)}.page-module__5Q7iWG__offerDescription{font-size:var(--bv-text-sm);color:var(--bv-text-secondary);margin-bottom:var(--bv-space-3)}.page-module__5Q7iWG__validity{align-items:center;gap:var(--bv-space-2);font-size:var(--bv-text-xs);color:var(--bv-text-tertiary);margin-bottom:var(--bv-space-4);display:flex}.page-module__5Q7iWG__priceSection{padding-top:var(--bv-space-4);border-top:1px solid var(--bv-gray-100);justify-content:space-between;align-items:center;display:flex}.page-module__5Q7iWG__prices{gap:var(--bv-space-1);flex-direction:column;display:flex}.page-module__5Q7iWG__originalPrice{font-size:var(--bv-text-sm);color:var(--bv-text-tertiary);text-decoration:line-through}.page-module__5Q7iWG__currentPrice{font-size:var(--bv-text-xl);font-weight:var(--bv-font-bold);color:var(--bv-primary)}.page-module__5Q7iWG__discount{padding:var(--bv-space-1)var(--bv-space-2);background:var(--bv-green-100);color:var(--bv-green-700);font-size:var(--bv-text-xs);font-weight:var(--bv-font-bold);border-radius:var(--bv-radius-md);width:fit-content;display:inline-block}.page-module__5Q7iWG__ctaButton{padding:var(--bv-space-3)var(--bv-space-5);background:var(--bv-gradient-primary);color:var(--bv-white);font-size:var(--bv-text-sm);font-weight:var(--bv-font-semibold);border-radius:var(--bv-radius-lg);transition:var(--bv-transition-base);text-decoration:none}.page-module__5Q7iWG__ctaButton:hover{box-shadow:var(--bv-shadow-md);transform:translateY(-2px)}.page-module__5Q7iWG__newsletter{margin-top:var(--bv-space-12);padding:var(--bv-space-8);background:var(--bv-gradient-primary);border-radius:var(--bv-radius-2xl);text-align:center}.page-module__5Q7iWG__newsletterContent h2{font-size:var(--bv-text-2xl);font-weight:var(--bv-font-bold);color:var(--bv-white);margin-bottom:var(--bv-space-2)}.page-module__5Q7iWG__newsletterContent p{font-size:var(--bv-text-base);color:#ffffffe6;margin-bottom:var(--bv-space-6)}.page-module__5Q7iWG__newsletterForm{gap:var(--bv-space-3);flex-direction:column;max-width:400px;margin:0 auto;display:flex}.page-module__5Q7iWG__newsletterForm input{padding:var(--bv-space-4);border-radius:var(--bv-radius-lg);font-size:var(--bv-text-base);border:none}.page-module__5Q7iWG__newsletterForm button{padding:var(--bv-space-4);background:var(--bv-white);color:var(--bv-primary);font-size:var(--bv-text-base);font-weight:var(--bv-font-semibold);border-radius:var(--bv-radius-lg);cursor:pointer;transition:var(--bv-transition-base);border:none}.page-module__5Q7iWG__newsletterForm button:hover{box-shadow:var(--bv-shadow-md);transform:translateY(-2px)}@media (min-width:768px){.page-module__5Q7iWG__offersGrid{grid-template-columns:repeat(2,1fr)}.page-module__5Q7iWG__newsletterForm{flex-direction:row}.page-module__5Q7iWG__newsletterForm input{flex:1}}@media (min-width:1024px){.page-module__5Q7iWG__offersGrid{grid-template-columns:repeat(3,1fr)}}
