.shop-coupons{padding:40px 0;background-color:#f9f9f9;border-top:1px solid #eee;border-bottom:1px solid #eee}.shop-coupons .section-title{margin-bottom:0;font-size:1.25rem;font-weight:500}.shop-coupons .section-subtitle{text-align:center;margin-bottom:30px;color:#666;font-size:1rem}.coupon-toggle-button{position:relative;background-color:#f8f8f8;border:1px solid #e5e5e5;border-radius:8px;padding:15px 50px;cursor:pointer;width:100%;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;margin:0}.coupon-toggle-button:hover{background-color:#f0f0f0}.coupon-toggle-button .section-title{padding:0;border:none;background:0 0;display:inline-flex;align-items:center}.coupon-toggle-button .arrow-down{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:inline-block;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:7px solid #333;transition:transform .3s ease}.coupon-toggle-button.active{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.coupon-toggle-button.active .arrow-down{transform:translateY(-50%) rotate(180deg)}.coupon-content-wrapper{display:none;padding:20px;border:1px solid #e5e5e5;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.coupon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.coupon-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;position:relative}.coupon-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.coupon-item img{display:block;width:100%;height:auto}.coupon-item.delayed-coupon{position:relative}.coupon-item.delayed-coupon .coupon-link{position:relative;display:block}.coupon-item.delayed-coupon .delayed-notice{position:absolute;left:0;right:0;bottom:0;width:100%;background-color:rgba(0,0,0,.85);padding:8px 0;z-index:10;-webkit-transform:translateZ(0);transform:translateZ(0)}.coupon-item.delayed-coupon .delayed-text{color:#fff;font-weight:700;font-size:.9rem;text-align:center;display:block;width:100%;margin:0;padding:0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}.modal-content{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:center;max-width:450px;width:100%;position:relative;animation:modal-fade-in .3s ease}@keyframes modal-fade-in{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:10px;right:15px;background:0 0;border:none;font-size:2rem;color:#aaa;cursor:pointer;line-height:1}.modal-close:hover{color:#333}.modal-content h3{font-size:1.5rem;margin-top:0;margin-bottom:15px}.modal-content p{margin-bottom:20px;color:#555}.qr-code-container{margin-bottom:20px}.qr-code-container img{max-width:180px;margin:0 auto;display:block}.app-links{display:flex;justify-content:center;gap:15px}.app-links a{display:inline-block}.app-links img{height:45px;width:auto}@media (max-width:768px){.coupon-grid{grid-template-columns:1fr}.shop-coupons{padding:30px 0}}@media (max-width:375px){.coupon-item.delayed-coupon .delayed-text{font-size:.8rem}}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.coupon-item.delayed-coupon .delayed-notice{bottom:0!important;left:0!important;right:0!important;width:100%!important}}}