:root{--card-color:#60a5fa;--card-light:#eef8ff;--text-color:#334155;--muted:#6b7280;--bg-start:#ffffff;--bg-end:#f8fafc;--accent-green:#bbf7d0}.spod-special-offers-section{min-height:100vh;background:linear-gradient(135deg,var(--bg-start) 0,var(--bg-end) 100%);padding:20px 0}.spod-container{max-width:1200px;margin:0 auto;padding:0 20px}.spod-back-button-container{margin-bottom:30px}.spod-back-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:white;border:2px solid #e2e8f0;border-radius:12px;color:#64748b;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.spod-back-btn:hover{border-color:#3b82f6;color:#3b82f6;transform:translateX(-5px);box-shadow:0 4px 15px rgba(59,130,246,.1)}.spod-offers-header{text-align:center;margin-bottom:60px}.spod-header-content .spod-badge{background:linear-gradient(135deg,#667eea,#4ba26c);display:inline-block;background:linear-gradient(135deg,#93c5fd 0,var(--accent-green) 100%);color:white;padding:8px 20px;border-radius:25px;font-size:14px;font-weight:600;margin-bottom:20px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.spod-header-content h2{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:15px}.spod-header-content p{color:#64748b;font-size:1.2rem;color:var(--muted);max-width:600px;margin:0 auto}.spod-section-subtitle{background:linear-gradient(135deg,#3b82f6,#1e40af);font-size:2rem;font-weight:700;text-align:center;margin-bottom:40px;background:linear-gradient(135deg,#bfdbfe,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.spod-section-subtitle:after{background:var(--card-color);content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:4px;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:2px}.spod-promo-offers-section{margin-bottom:80px}.spod-promo-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:50px}.spod-promo-offer-card{background:white;border-radius:20px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.spod-promo-offer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-color,#3b82f6)}.spod-promo-offer-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 60px rgba(0,0,0,.15)}.spod-promo-offer-header{display:flex;align-items:center;gap:15px;margin-bottom:20px}.spod-promo-icon{font-size:2.5rem;background:rgba(255,255,255,.2);padding:15px;border-radius:15px;backdrop-filter:blur(10px)}.spod-promo-offer-title h4{color:#1e293b;font-size:1.4rem;font-weight:700;margin:0;color:var(--text-color)}.spod-promo-offer-title p{color:#64748b;margin:5px 0 0;color:var(--muted);font-size:.9rem}.spod-promo-discount-badge{position:absolute;top:30px;right:30px;background:var(--card-color);color:white;padding:8px 16px;border-radius:20px;font-weight:800;font-size:1.1rem;box-shadow:0 4px 15px rgba(0,0,0,.2)}.spod-promo-description{color:#64748b;color:var(--muted);margin-bottom:20px;line-height:1.6}.spod-promo-features{display:flex;flex-direction:column;gap:8px;margin-bottom:25px}.spod-promo-feature{color:#475569;color:var(--muted);font-size:.9rem;display:flex;align-items:center;gap:8px}.spod-promo-code-section{margin-bottom:25px}.spod-promo-code-display{display:flex;align-items:center;gap:12px;background:var(--card-light);padding:15px;border-radius:12px;border:2px dashed var(--card-color)}.spod-code-label{color:#475569;font-weight:600;color:var(--muted)}.spod-promo-code{font-family:Courier New,monospace;font-weight:800;font-size:1.1rem;color:var(--card-color);letter-spacing:1px}.spod-copy-code-btn{background:var(--card-color);color:white;border:none;padding:8px 16px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-left:auto}.spod-copy-code-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px rgba(0,0,0,.2)}.spod-promo-offer-footer{display:flex;justify-content:space-between;align-items:center}.spod-valid-until{color:#94a3b8;font-size:.85rem}.spod-apply-promo-btn{background:var(--card-color);color:white;border:none;padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease}.spod-apply-promo-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.spod-limited-offers-section{margin-bottom:80px}.spod-limited-offers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px}.spod-limited-offer-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;position:relative}.spod-limited-offer-card:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 60px rgba(0,0,0,.15)}.spod-clickable-offer{cursor:pointer}.spod-limited-offer-image{height:200px;overflow:hidden;position:relative}.spod-limited-offer-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.spod-limited-offer-card:hover .spod-limited-offer-image img{transform:scale(1.1)}.spod-offer-tag{position:absolute;top:15px;left:15px;background:var(--card-color);color:white;padding:6px 12px;border-radius:15px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.spod-limited-offer-content{padding:25px}.spod-limited-offer-content h4{color:#1e293b;font-size:1.3rem;font-weight:700;margin:0 0 10px;color:var(--text-color)}.spod-package-duration{font-size:.9rem;font-weight:600;margin-bottom:10px}.spod-limited-discount{font-size:1.5rem;font-weight:800;margin-bottom:10px}.spod-limited-offer-content p{color:#64748b;color:var(--muted);margin-bottom:15px;line-height:1.5}.spod-price-info{color:#475569;font-weight:600;color:var(--muted);margin-bottom:20px}.spod-price-info span{font-size:1.2rem}.spod-limited-offer-footer{display:flex;justify-content:space-between;align-items:center}.spod-time-remaining{color:#ef4444;font-size:.85rem;font-weight:600}.spod-quick-book-btn{background:var(--card-color);color:white;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.spod-quick-book-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.spod-offers-cta{margin-bottom:60px}.spod-cta-card{background:linear-gradient(135deg,#667eea,#764ba2);color:white;background:linear-gradient(135deg,#eef2ff,#f0fdf4);border-radius:25px;padding:50px;text-align:center;color:var(--text-color);position:relative;overflow:hidden}.spod-cta-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spod-cta-content{position:relative;z-index:2}.spod-cta-content h3{font-size:2.2rem;font-weight:800;margin-bottom:15px}.spod-cta-content p{font-size:1.1rem;margin-bottom:30px;opacity:.9}.spod-cta-buttons{display:flex;gap:20px;justify-content:center;margin-bottom:30px}.spod-cta-btn{padding:15px 30px;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.spod-cta-btn.spod-primary{background:white;color:#667eea}.spod-cta-btn.spod-primary:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(255,255,255,.3)}.spod-cta-btn.spod-secondary{background:transparent;color:white;border:2px solid white}.spod-cta-btn.spod-secondary:hover{background:white;color:#667eea;transform:translateY(-3px)}.spod-cta-features{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.spod-feature{background:rgba(255,255,255,.1);padding:10px 20px;border-radius:20px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.spod-offer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}.spod-offer-modal-content{background:white;border-radius:25px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275)}.spod-modal-close-btn{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.spod-modal-close-btn:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.spod-modal-header{padding:40px 40px 20px;text-align:center;border-bottom:1px solid #e2e8f0}.spod-modal-badge{display:inline-block;color:white;padding:6px 15px;border-radius:15px;font-size:.8rem;font-weight:700;margin-bottom:15px;text-transform:uppercase}.spod-modal-header h2{color:#1e293b;font-size:2rem;font-weight:800;margin:0 0 10px;color:var(--text-color)}.spod-modal-discount{font-size:1.8rem;font-weight:800}.spod-modal-body{padding:30px 40px}.spod-modal-image{height:250px;border-radius:15px;overflow:hidden;margin-bottom:30px}.spod-modal-image img{width:100%;height:100%;object-fit:cover}.spod-detail-section{margin-bottom:30px}.spod-detail-section h3{color:#1e293b;border-left:4px solid #3b82f6;font-size:1.3rem;font-weight:700;margin-bottom:15px;color:var(--text-color);border-left:4px solid var(--card-color);padding-left:12px}.spod-detail-section p{color:var(--muted);color:#64748b;line-height:1.6}.spod-inclusions-list{list-style:none;padding:0}.spod-inclusions-list li{padding:8px 0;color:#475569;border-bottom:1px solid #f1f5f9}.spod-inclusions-list li:last-child{border-bottom:none}.spod-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.spod-feature-item{color:#475569;border-left:4px solid #3b82f6;background:#f8fafc;padding:15px;border-radius:10px;text-align:center;font-weight:600;color:var(--muted);border-left:4px solid var(--card-color)}.spod-price-detail{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:20px;border-radius:12px;margin-bottom:15px}.spod-price-label{color:var(--muted);font-weight:600;color:#475569}.spod-price-amount{font-size:1.5rem;font-weight:800}.spod-package-info{color:#64748b;color:var(--muted);font-style:italic}.spod-terms-text{background:#fef2f2;padding:15px;border-radius:8px;border-left:4px solid #ef4444}.spod-valid-until{color:#64748b;text-align:center;font-weight:600;color:var(--muted);margin-top:15px}.spod-modal-footer{padding:30px 40px;border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:center}.spod-modal-book-btn{background:var(--card-color);color:white;border:none;padding:15px 30px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;flex:1;max-width:300px}.spod-modal-book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.spod-modal-close-secondary{background:#64748b;color:white;border:none;padding:15px 30px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.spod-modal-close-secondary:hover{background:#475569;transform:translateY(-2px)}@media (max-width:768px){.spod-header-content h2{font-size:2.2rem}.spod-limited-offers-grid,.spod-promo-offers-grid{grid-template-columns:1fr}.spod-cta-buttons{flex-direction:column;align-items:center}.spod-cta-btn{width:200px}.spod-cta-features{align-items:center;gap:15px}.spod-cta-features,.spod-modal-footer{flex-direction:column}.spod-modal-book-btn,.spod-modal-close-secondary{max-width:none}.spod-promo-code-display{flex-direction:column;gap:10px;text-align:center}.spod-limited-offer-footer,.spod-promo-offer-footer{flex-direction:column;gap:15px;text-align:center}}.spod-loading{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:800px 104px}.spod-offer-modal-content::-webkit-scrollbar{width:8px}.spod-offer-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 25px 25px 0}.spod-offer-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.spod-offer-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.offer-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.offer-modal-content{background:white;border-radius:25px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-btn{position:absolute;top:20px;right:20px;background:rgba(0,0,0,.1);border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease}.modal-close-btn:hover{background:rgba(0,0,0,.2);transform:rotate(90deg)}.modal-header{padding:40px 40px 20px;text-align:center;border-bottom:1px solid #e2e8f0}.modal-badge{display:inline-block;color:white;padding:6px 15px;border-radius:15px;font-size:.8rem;font-weight:700;margin-bottom:15px;text-transform:uppercase}.modal-header h2{font-size:2rem;font-weight:800;margin:0 0 10px;color:#1e293b}.modal-discount{font-size:1.8rem;font-weight:800}.modal-body{padding:30px 40px}.modal-image{height:250px;border-radius:15px;overflow:hidden;margin-bottom:30px}.modal-image img{width:100%;height:100%;object-fit:cover}.detail-section{margin-bottom:30px}.detail-section h3{font-size:1.3rem;font-weight:700;margin-bottom:15px;color:#1e293b;border-left:4px solid #3b82f6;padding-left:12px}.detail-section p{color:#64748b;line-height:1.6}.inclusions-list{list-style:none;padding:0}.inclusions-list li{padding:8px 0;color:#475569;border-bottom:1px solid #f1f5f9}.inclusions-list li:last-child{border-bottom:none}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.feature-item{background:#f8fafc;padding:15px;border-radius:10px;text-align:center;font-weight:600;color:#475569;border-left:4px solid #3b82f6}.price-detail{display:flex;justify-content:space-between;align-items:center;background:#f8fafc;padding:20px;border-radius:12px;margin-bottom:15px}.price-label{font-weight:600;color:#475569}.price-amount{font-size:1.5rem;font-weight:800}.package-info{color:#64748b;font-style:italic}.terms-text{background:#fef2f2;padding:15px;border-radius:8px;border-left:4px solid #ef4444}.valid-until{text-align:center;font-weight:600;color:#64748b;margin-top:15px}.modal-footer{padding:30px 40px;border-top:1px solid #e2e8f0;display:flex;gap:15px;justify-content:center}.modal-book-btn{background:var(--card-color);color:white;border:none;padding:15px 30px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;flex:1;max-width:300px}.modal-book-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.modal-close-secondary{background:#64748b;color:white;border:none;padding:15px 30px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-close-secondary:hover{background:#475569;transform:translateY(-2px)}@media (max-width:768px){.header-content h2{font-size:2.2rem}.limited-offers-grid,.promo-offers-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center}.cta-btn{width:200px}.cta-features{align-items:center;gap:15px}.cta-features,.modal-footer{flex-direction:column}.modal-book-btn,.modal-close-secondary{max-width:none}.promo-code-display{flex-direction:column;gap:10px;text-align:center}.limited-offer-footer,.promo-offer-footer{flex-direction:column;gap:15px;text-align:center}}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.loading{animation:shimmer 1.5s linear infinite;background:linear-gradient(90deg,#f6f7f8 8%,#edeef1 18%,#f6f7f8 33%);background-size:800px 104px}.offer-modal-content::-webkit-scrollbar{width:8px}.offer-modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 25px 25px 0}.offer-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.offer-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}