.offer-section{text-align:center;padding:60px}.offer-title{color:#222;margin-bottom:20px;font-size:2rem;font-weight:700}.offer-description{color:#666;margin-bottom:40px;font-size:1.2rem;font-weight:400}.offer-grid-container{grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:20px;margin:0 auto;display:grid}.offer-item-card{cursor:pointer;background-color:#fff;border-radius:6px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.offer-item-card:before{content:"";z-index:0;background:linear-gradient(270deg,transparent 0%,rgba(0,0,0,.61) 100%);width:100%;height:100%;position:absolute;bottom:0;left:0}.offer-image-wrapper{width:100%;height:100%;position:relative}.offer-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:16/9;z-index:0;border-radius:6px;width:100%;max-width:100%;height:100%;transition:transform .4s,filter .4s;display:block;position:relative}.offer-image-wrapper:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(270deg,transparent 0%,rgba(0,0,0,.61) 100%);width:100%;height:100%;position:absolute;top:0;left:0}.offer-item-card:hover .offer-image{filter:brightness(.6);transform:scale(1.05)}.offer-text-overlay{color:#fff;z-index:10;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:absolute;bottom:15px;left:15px;right:15px}.offer-overlay-title{margin:0 0 6px;font-size:1.3rem;font-weight:700;line-height:1.2}.offer-overlay-description{margin:0;font-size:.9rem;font-weight:400;line-height:1.3}.offer-overlay-title,.offer-overlay-description{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.6)}.product-card-3x{padding:32px 0 60px;animation:1s ease-in-out fadeIn}.product-card-3x-container{max-width:1200px;margin:0 auto;padding:0 20px}.product-card-3x-header{text-align:center;margin-bottom:60px;animation:1s ease-out fadeInUp}.product-card-3x-header h2{color:#333;margin-bottom:15px;font-size:2.5rem;font-weight:700}.product-card-3x-header p{color:#666;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.product-card-3x-grid{grid-template-columns:repeat(3,1fr);gap:30px;animation:1s ease-out .3s both fadeInUp;display:grid}.product-card-3x-card{background:#fff;border-radius:12px;transition:all .3s;animation:1s ease-out both fadeInUp;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-card-3x-card:first-child{animation-delay:.1s}.product-card-3x-card:nth-child(2){animation-delay:.2s}.product-card-3x-card:nth-child(3){animation-delay:.3s}.product-card-3x-card:nth-child(4){animation-delay:.4s}.product-card-3x-card:nth-child(5){animation-delay:.5s}.product-card-3x-card:nth-child(6){animation-delay:.6s}.product-card-3x-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.product-card-3x-image{width:100%;height:250px;overflow:hidden}.product-card-3x-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;aspect-ratio:4/3;width:100%;max-width:100%;height:100%;transition:transform .3s}.product-card-3x-card:hover .product-card-3x-image img{transform:scale(1.1)}.product-card-3x-content{padding:20px}.product-card-3x-content h3{color:#333;margin-bottom:8px;font-size:1.2rem;font-weight:600}.product-card-3x-content p{color:#666;margin:0;font-size:.9rem;line-height:1.5}.product-card-3x-btn{margin-top:12px}.offer-grid-container{flex-wrap:wrap;justify-content:center;gap:20px;margin:0 auto;display:flex}.offer-grid-container>*{flex:calc(25% - 20px);max-width:calc(25% - 20px);height:250px}@media (max-width:1024px){.offer-grid-container>*{flex:calc(33.33% - 20px);max-width:calc(33.33% - 20px)}}@media (max-width:768px){.product-card-3x-header h2{font-size:1.5rem}.offer-grid-container>*{flex:calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){.offer-section{padding:12px}.offer-grid-container>*{flex:100%;max-width:100%}.product-card-3x-grid{grid-template-columns:1fr}}
