﻿:root { --cream: #fdf6ee; --cream-dark: #f5e6d0; --choco: #4a2010; --choco-mid: #7c3f00; --choco-light: #a0522d; --gold: #c9972b; --gold-light: #f0c060; --pastel-pink: #f8d7da; --pastel-peach: #ffe5cc; --white: #ffffff; --text-dark: #2d1a0e; --text-mid: #5c3317; --discount-red: #dc2626; }
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Hind Siliguri', 'Noto Sans Bengali', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; width: 100%; max-width: 100vw; -webkit-tap-highlight-color: transparent; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 10px; }

#mainNavbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; transition: all 0.4s ease; background: transparent; width: 100%; }
#mainNavbar.navbar-scrolled { background: rgba(74, 32, 16, 0.97); backdrop-filter: blur(12px); box-shadow: 0 4px 30px rgba(0,0,0,0.3); }
.nav-link { color: #fff; font-weight: 500; font-size: 1rem; padding: 0.4rem 0.8rem; border-radius: 6px; transition: all 0.3s; text-decoration: none; position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: -2px; left: 50%; right: 50%; height: 2px; background: var(--gold-light); transition: all 0.3s; border-radius: 2px; }
.nav-link:hover::after { left: 0; right: 0; }
.nav-link:hover { color: var(--gold-light); }
.desktop-menu-links { display: flex; gap: 0.3rem; align-items: center; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; flex-shrink: 0; }

#hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow: hidden; width: 100%; background: var(--choco); contain: layout paint; }
.hero-bg-slider { position: absolute; inset: 0; z-index: 0; }
.hero-bg-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transform: scale(1.08); transition: opacity 1.5s ease-in-out, transform 6s ease-out; will-change: opacity, transform; }
.hero-bg-slide.active { opacity: 1; transform: scale(1); }
.hero-bg-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
body.slider-ready .hero-bg-slide:nth-child(2) { background-image: url('images/chocolate.webp'); }
body.slider-ready .hero-bg-slide:nth-child(3) { background-image: url('images/orange.webp'); }
body.slider-ready .hero-bg-slide:nth-child(4) { background-image: url('images/rasmalai.webp'); }
body.slider-ready .hero-bg-slide:nth-child(5) { background-image: url('images/butterscotch.webp'); }
body.slider-ready .hero-bg-slide:nth-child(6) { background-image: url('images/3.webp'); }
body.slider-ready .hero-bg-slide:nth-child(7) { background-image: url('images/4.webp'); }
body.slider-ready .hero-bg-slide:nth-child(8) { background-image: url('images/6.webp'); }

.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20,8,2,0.85) 0%, rgba(74,32,16,0.75) 50%, rgba(30,10,2,0.9) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 3; text-align: center; padding: 2rem 1rem; width: 100%; }
.hero-badge { display: inline-block; background: linear-gradient(135deg,var(--gold),var(--gold-light)); color: var(--choco); font-size: 0.85rem; font-weight: 700; padding: 0.35rem 1.2rem; border-radius: 50px; margin-bottom: 1.2rem; box-shadow: 0 4px 15px rgba(201,151,43,0.4); animation: fadeDown 0.8s ease both; }
.hero-title { font-family: 'Kalam', cursive; font-size: clamp(2.5rem, 8vw, 6.5rem); color: #fff; line-height: 1.1; text-shadow: 0 4px 20px rgba(0,0,0,0.5); animation: fadeUp 0.9s 0.2s ease both; margin: 0 auto; }
.hero-title span { background: linear-gradient(135deg,var(--gold-light),#ffe599); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-tagline { color: rgba(255,255,255,0.92); font-size: clamp(0.95rem, 3vw, 1.4rem); margin: 1.2rem auto 2.5rem; max-width: 600px; line-height: 1.7; animation: fadeUp 0.9s 0.4s ease both; }
.btn-order { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; background: linear-gradient(135deg,var(--gold),#d4a017); color: var(--choco); font-size: 1.2rem; font-weight: 700; font-family: 'Hind Siliguri', sans-serif; padding: 1rem 2.8rem; border-radius: 50px; border: none; cursor: pointer; text-decoration: none; box-shadow: 0 8px 30px rgba(201,151,43,0.5); transition: all 0.3s ease; animation: fadeUp 0.9s 0.6s ease both; }
.btn-order:hover { transform: translateY(-3px) scale(1.04); box-shadow: 0 14px 40px rgba(201,151,43,0.65); }
.hero-scroll-indicator { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 4; animation: bounce 2s infinite; }
.hero-scroll-indicator svg { color: rgba(255,255,255,0.7); width: 32px; height: 32px; }

.section-padding { padding: 5rem 1.5rem; }
.section-heading { text-align: center; margin-bottom: 3rem; position: relative; z-index: 5; }
.section-heading .label { display: inline-block; background: linear-gradient(135deg,var(--gold),var(--gold-light)); color: var(--choco); font-size: 0.8rem; font-weight: 700; padding: 0.3rem 1.2rem; border-radius: 50px; margin-bottom: 0.8rem; letter-spacing: 0.06em; }
.section-heading h2 { font-size: clamp(1.6rem,5vw,2.8rem); color: var(--choco); font-weight: 700; line-height: 1.2; }
.section-heading p { color: var(--choco-light); font-size: clamp(0.9rem, 3vw, 1.05rem); margin-top: 0.6rem; }
.gold-divider { width: 70px; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-light)); border-radius: 2px; margin: 0.9rem auto 0; }

.responsive-grid { display: grid; gap: 1.8rem; }
.grid-menu { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }
.grid-gallery { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.grid-delivery { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-form { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.3rem; margin-bottom: 1.3rem; }
.grid-payment { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.3rem; }
.grid-contact { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 2.5rem; margin-bottom: 3rem; }

.cake-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 20px rgba(74,32,16,0.08); transition: all 0.38s cubic-bezier(0.25,0.8,0.25,1); border: 1px solid rgba(201,151,43,0.12); position: relative; display: flex; flex-direction: column; content-visibility: auto; contain-intrinsic-size: 420px; }
.cake-card:hover { transform: translateY(-10px) scale(1.02); box-shadow: 0 20px 50px rgba(74,32,16,0.18); border-color: rgba(201,151,43,0.4); }
.premium-glow { border: 2px solid var(--gold) !important; box-shadow: 0 0 25px rgba(201, 151, 43, 0.4) !important; animation: pulse-glow 3s infinite alternate; }
.premium-glow:hover { box-shadow: 0 0 45px rgba(201, 151, 43, 0.7) !important; transform: translateY(-10px) scale(1.03); }
@keyframes pulse-glow { 0% { box-shadow: 0 0 15px rgba(201, 151, 43, 0.3); } 100% { box-shadow: 0 0 35px rgba(201, 151, 43, 0.6); } }

.cake-card-img-wrap { position: relative; width: 100%; height: 220px; overflow: hidden; background: var(--cream-dark); flex-shrink: 0; }
.cake-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; display: block; }
.cake-card:hover .cake-card-img-wrap img { transform: scale(1.08); }

.discount-badge { position: absolute; top: 12px; right: 12px; background: linear-gradient(135deg, var(--discount-red), #b91c1c); color: #fff; font-weight: 700; font-size: 0.95rem; padding: 0.35rem 1rem; border-radius: 30px; box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4); animation: pulse-badge 2s infinite; }
.badge-custom { background: linear-gradient(135deg,var(--cream),#fff); color: var(--choco-mid); animation: none; box-shadow: 0 4px 12px rgba(201,151,43,0.2); }
@keyframes pulse-badge { 0% { transform: scale(1); box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4); } 50% { transform: scale(1.05); box-shadow: 0 6px 20px rgba(220, 38, 38, 0.6); } 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4); } }

.cake-card-body { padding: 1.4rem 1.5rem 1.6rem; flex-grow: 1; display: flex; flex-direction: column; }
.cake-card-body h3 { font-size: 1.18rem; font-weight: 700; color: var(--choco); margin-bottom: 0.4rem; }
.cake-card-body p { color: var(--choco-light); font-size: 0.92rem; line-height: 1.5; flex-grow: 1; }
.cake-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; padding-top: 0.9rem; border-top: 1px solid var(--cream-dark); flex-wrap: wrap; gap: 0.5rem; }

.price-wrap { display: flex; align-items: baseline; gap: 0.6rem; }
.original-price { text-decoration: line-through; color: var(--choco-light); font-size: 1rem; opacity: 0.7; font-weight: 600; }
.cake-price { font-size: 1.5rem; font-weight: 700; color: var(--gold); }
.cake-order-btn { background: linear-gradient(135deg,var(--choco),var(--choco-light)); color: #fff; padding: 0.45rem 1.2rem; border-radius: 30px; font-size: 0.9rem; font-weight: 600; text-decoration: none; transition: all 0.3s; white-space: nowrap; text-align: center; cursor:pointer;}
.cake-order-btn:hover { background: linear-gradient(135deg,var(--gold),#d4a017); color: var(--choco); transform: scale(1.05); }

.gallery-img { width: 100%; height: 260px; object-fit: cover; border-radius: 16px; cursor: pointer; transition: all 0.4s ease; display: block; box-shadow: 0 4px 15px rgba(74,32,16,0.1); }
.gallery-img:hover { transform: scale(1.04) rotate(1deg); box-shadow: 0 14px 40px rgba(74,32,16,0.22); }
.gallery-wrapper { position: relative; overflow: hidden; border-radius: 16px; border: 2px solid transparent; transition: border-color 0.3s; cursor: pointer; flex-shrink: 0; content-visibility: auto; contain-intrinsic-size: 260px;}
.gallery-wrapper:hover { border-color: var(--gold); }
.gallery-overlay { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(74,32,16,0.6),rgba(201,151,43,0.4)); opacity: 0; transition: opacity 0.4s; display: flex; align-items: center; justify-content: center; border-radius: 14px; }
.gallery-wrapper:hover .gallery-overlay { opacity: 1; }
.gallery-overlay svg { width: 40px; height: 40px; color: #fff; }

.delivery-card { background: linear-gradient(135deg,#fff,var(--cream)); border-radius: 20px; padding: 2rem 1.5rem; border: 2px solid rgba(201,151,43,0.2); box-shadow: 0 4px 20px rgba(74,32,16,0.07); transition: all 0.35s; text-align: center; display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.delivery-card:hover { border-color: var(--gold); box-shadow: 0 12px 35px rgba(74,32,16,0.13); transform: translateY(-6px); }

.form-section { background: linear-gradient(135deg,var(--choco) 0%,#2d1a0e 100%); position: relative; overflow: hidden; }
.form-section::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle,rgba(201,151,43,0.12) 0%,transparent 70%); border-radius: 50%; max-width: 100vw; }
.form-card { background: rgba(255,255,255,0.97); border-radius: 24px; padding: 2.5rem; box-shadow: 0 20px 60px rgba(0,0,0,0.3); border: 1px solid rgba(201,151,43,0.2); position: relative; z-index: 1; width: 100%; }
.form-label { display: block; font-size: 0.92rem; font-weight: 600; color: var(--choco); margin-bottom: 0.5rem; }
.form-input { width: 100%; padding: 0.85rem 1.1rem; border: 2px solid var(--cream-dark); border-radius: 12px; font-family: 'Hind Siliguri', sans-serif; font-size: 1rem; color: var(--text-dark); background: #fff; transition: all 0.3s; outline: none; }
.form-input:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(201,151,43,0.12); }
.highlight-pulse { animation: pulseHighlight 1.5s ease-out; }
@keyframes pulseHighlight { 0% { box-shadow: 0 0 0 0 rgba(201, 151, 43, 0.7); border-color: var(--gold); } 70% { box-shadow: 0 0 0 15px rgba(201, 151, 43, 0); border-color: var(--gold); } 100% { box-shadow: 0 0 0 0 rgba(201, 151, 43, 0); border-color: var(--cream-dark); } }

.radio-group { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 0.3rem; }
.radio-label { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; padding: 0.6rem 1.1rem; border: 2px solid var(--cream-dark); border-radius: 10px; transition: all 0.3s; font-size: 0.93rem; font-weight: 500; color: var(--text-dark); background: #fff; flex-grow: 1; justify-content: center; }
.radio-label:hover { border-color: var(--gold); background: var(--cream); }
.radio-label input[type="radio"] { accent-color: var(--gold); width: 16px; height: 16px; }
.radio-label:has(input:checked) { border-color: var(--gold); background: var(--cream); }

.price-summary-box { background: #fff; border: 2px dashed var(--gold); border-radius: 16px; padding: 1.5rem; margin-bottom: 1.5rem; display: none; box-shadow: 0 4px 15px rgba(201,151,43,0.1); width: 100%; }
.price-row { display: flex; justify-content: space-between; margin-bottom: 0.6rem; font-size: 1rem; color: var(--choco-mid); flex-wrap: wrap; }
.price-row.total { font-size: 1.2rem; font-weight: 700; color: var(--choco); border-top: 1px solid #eee; padding-top: 0.8rem; margin-top: 0.4rem; }
.advance-box { background: linear-gradient(135deg, var(--pastel-peach), #ffe8b0); padding: 1rem; border-radius: 10px; text-align: center; margin-top: 1rem; border: 1px solid rgba(201,151,43,0.3); }
.advance-amount { font-size: 1.4rem; font-weight: 700; color: var(--choco); display: block; margin: 0.3rem 0; }
.btn-policy-link { background: none; border: none; color: var(--choco-light); text-decoration: underline; cursor: pointer; font-family: 'Hind Siliguri', sans-serif; font-size: 0.9rem; font-weight: 600; display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.8rem; transition: color 0.3s; justify-content: center; flex-wrap: wrap; }
.btn-policy-link:hover { color: var(--gold); }

.copy-badge { display: inline-flex; align-items: center; gap: 4px; background: rgba(201, 151, 43, 0.2); color: var(--choco); padding: 2px 8px; border-radius: 6px; cursor: pointer; border: 1px dashed var(--gold); transition: all 0.3s ease; font-weight: 700; }
.copy-badge:hover { background: var(--gold-light); transform: scale(1.05); }

.toast-msg { position: fixed; bottom: 20px; left: 50%; transform: translateX(-50%) translateY(20px); background: #22c55e; color: white; padding: 10px 20px; border-radius: 30px; font-weight: 600; box-shadow: 0 4px 15px rgba(0,0,0,0.2); z-index: 10000; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); text-align: center; width: max-content; }
.toast-msg.show { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); bottom: 40px; }

.btn-submit { width: 100%; background: linear-gradient(135deg,var(--gold),#d4a017); color: var(--choco); font-family: 'Hind Siliguri', sans-serif; font-size: clamp(1rem, 4vw, 1.2rem); font-weight: 700; padding: 1.1rem; border: none; border-radius: 14px; cursor: pointer; transition: all 0.3s; box-shadow: 0 6px 25px rgba(201,151,43,0.4); display: flex; align-items: center; justify-content: center; gap: 0.6rem; }
.btn-submit:hover:not(:disabled) { transform: translateY(-3px); box-shadow: 0 12px 35px rgba(201,151,43,0.55); }
.btn-submit:disabled { background: #e0e0e0; color: #999; cursor: not-allowed; box-shadow: none; transform: none; }

footer { background: linear-gradient(180deg,#1a0a05 0%,#0d0401 100%); color: rgba(255,255,255,0.85); position: relative; overflow: hidden; padding-bottom: 2rem; width: 100%; }
footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--choco),var(--gold),var(--choco)); }
.footer-link { color: rgba(255,255,255,0.7); text-decoration: none; transition: color 0.3s; font-size: 0.92rem; }
.footer-link:hover { color: var(--gold-light); }

.modal-backdrop { position: fixed; inset: 0; background: rgba(0,0,0,0.7); backdrop-filter: blur(6px); z-index: 9998; display: none; align-items: center; justify-content: center; padding: 1rem; }
.modal-box { background: #fff; border-radius: 24px; padding: 2.5rem; max-width: 480px; width: 100%; text-align: center; box-shadow: 0 30px 80px rgba(0,0,0,0.4); animation: modalIn 0.4s cubic-bezier(0.34,1.56,0.64,1) both; position: relative; overflow: hidden;}
.modal-checkmark { width: 80px; height: 80px; background: linear-gradient(135deg,#16a34a,#22c55e); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; box-shadow: 0 8px 25px rgba(34,197,94,0.35); }
.modal-checkmark svg { width: 42px; height: 42px; color: #fff; }

#lightbox { position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 1rem; flex-direction: column; gap: 1rem; }
#lightboxImg { max-width: 90vw; max-height: 85vh; border-radius: 16px; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,0.6); }

.scroll-animate { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease, transform 0.7s ease; will-change: transform, opacity; }
.scroll-animate.animate-in { opacity: 1; transform: translateY(0); }
.scroll-animate.delay-1 { transition-delay: 0.1s; }
.scroll-animate.delay-2 { transition-delay: 0.2s; }
.scroll-animate.delay-3 { transition-delay: 0.3s; }
.scroll-animate.delay-4 { transition-delay: 0.4s; }
.scroll-animate.delay-5 { transition-delay: 0.5s; }

@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeDown { from { opacity:0; transform:translateY(-20px); } to { opacity:1; transform:translateY(0); } }
@keyframes bounce { 0%,100% { transform:translateX(-50%) translateY(0); } 50% { transform:translateX(-50%) translateY(10px); } }
@keyframes modalIn { from { opacity:0; transform:scale(0.7); } to { opacity:1; transform:scale(1); } }

.note-banner { background: linear-gradient(135deg,var(--pastel-pink),var(--pastel-peach)); border-left: 5px solid var(--gold); border-radius: 0 14px 14px 0; padding: 1rem 1.5rem; color: var(--choco); font-size: 0.97rem; font-weight: 500; line-height: 1.7; width: 100%;}
.note-banner strong { color: var(--choco-mid); }

.whatsapp-float { position: fixed; bottom: 3.5rem; right: 1.5rem; z-index: 500; background: #25D366; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 25px rgba(37,211,102,0.45); text-decoration: none; transition: all 0.3s; animation: pulse-wa 2.5s infinite; cursor: grab; user-select: none; touch-action: none; }
.whatsapp-float:hover { transform: scale(1.15); box-shadow: 0 10px 35px rgba(37,211,102,0.6); }
.whatsapp-float:active { cursor: grabbing; }
.whatsapp-float svg { width: 32px; height: 32px; fill: #fff; pointer-events: none; }
@keyframes pulse-wa { 0%,100% { box-shadow: 0 6px 25px rgba(37,211,102,0.45); } 50% { box-shadow: 0 6px 40px rgba(37,211,102,0.75),0 0 0 10px rgba(37,211,102,0.12); } }

.policy-page { display: none; position: fixed; inset: 0; background: var(--cream); z-index: 9000; overflow-y: auto; width: 100vw;}
.policy-page.open { display: block; }
.policy-header { background: linear-gradient(135deg,var(--choco),var(--choco-light)); color: #fff; padding: 1.2rem 1.5rem; display: flex; align-items: center; gap: 1rem; position: sticky; top: 0; z-index: 10; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
.policy-back-btn { background: rgba(255,255,255,0.2); border: none; color: #fff; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background 0.3s; flex-shrink: 0; }
.policy-back-btn:hover { background: rgba(255,255,255,0.35); }
.policy-content { max-width: 800px; margin: 0 auto; padding: 2rem 1.2rem 4rem; word-wrap: break-word; }
.policy-content h3 { font-size: 1.2rem; color: var(--choco); font-weight: 700; margin: 1.5rem 0 0.8rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--cream-dark); }
.policy-content p, .policy-content li { color: var(--text-mid); font-size: 0.95rem; line-height: 1.7; margin-bottom: 0.5rem; }
.policy-content ul { padding-left: 1.5rem; }
.policy-content ul li { list-style: disc; }

#mobileMenu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: rgba(30,10,2,0.98); backdrop-filter: blur(15px); flex-direction: column; padding: 1.5rem; gap: 0.5rem; z-index: 1001; border-bottom: 1px solid rgba(201,151,43,0.3); box-shadow: 0 10px 30px rgba(0,0,0,0.5); width: 100vw; }
#mobileMenu.show { display: flex; }
.mobile-bottom-nav { display: none; }

@media (max-width: 768px) {
    body { padding-bottom: 85px; }
    .section-padding { padding: 2rem 1rem !important; }
    .desktop-menu-links { display: none !important; }
    .mobile-menu-btn { display: block !important; }
    #hero { min-height: 80vh !important; }
    .hero-title { font-size: clamp(2.2rem, 10vw, 3.5rem) !important; padding: 0 10px; }
    .hero-tagline { font-size: 1rem !important; padding: 0 10px; margin-bottom: 1.5rem; }
    .section-heading { margin-bottom: 1.5rem; }
    .section-heading h2 { font-size: 1.6rem; }

    .grid-menu.mobile-slider, .grid-gallery.mobile-slider {
        display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important;
        overflow: hidden !important; scroll-snap-type: none !important; padding: 0 10px !important; margin: 0 !important;
    }
    .grid-menu.mobile-slider > *, .grid-gallery.mobile-slider > * { flex: unset !important; max-width: 100% !important; scroll-snap-align: none !important; }
    
    .grid-delivery.mobile-slider { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow-x: auto !important; scroll-snap-type: x mandatory; padding-left: 1rem; padding-right: 1rem; margin-left: -1rem; margin-right: -1rem; gap: 1rem !important; padding-bottom: 1.5rem !important; -webkit-overflow-scrolling: touch; }
    .grid-delivery.mobile-slider::-webkit-scrollbar { height: 4px; display: none; }
    .grid-delivery.mobile-slider > * { scroll-snap-align: start; flex: 0 0 85% !important; max-width: 320px; padding: 1.5rem 1rem; }

    .cake-card { border-radius: 12px; }
    .cake-card-img-wrap { height: 110px; } 
    .discount-badge { font-size: 0.7rem; padding: 0.2rem 0.5rem; top: 6px; right: 6px; }
    .cake-card-body { padding: 0.6rem; }
    .cake-card-body h3 { font-size: 0.85rem; margin-bottom: 0.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .cake-card-body p { display: none; } 
    .price-wrap { flex-direction: column; align-items: flex-start; gap: 0.1rem; }
    .cake-price { font-size: 1rem; }
    .original-price { font-size: 0.75rem; }
    .cake-order-btn { width: 100%; text-align: center; font-size: 0.8rem; padding: 0.4rem; margin-top: 0.5rem; }
    .cake-card-footer { flex-direction: column; align-items: stretch; padding-top: 0.6rem; margin-top: auto; }
    
    .gallery-img { height: 140px !important; }
    .grid-form, .grid-payment, .grid-contact { grid-template-columns: 1fr !important; gap: 1rem !important; }
    .form-card { padding: 1.2rem 1rem !important; width: 100%; border-radius: 16px; }
    .modal-box { padding: 1.8rem 1.2rem; width: 92%; border-radius: 16px;}
    .btn-order { padding: 0.85rem 2rem; font-size: 1.05rem; }
    .radio-group { flex-direction: column; width: 100%; }
    .radio-label { width: 100%; justify-content: flex-start; }
    .price-row { font-size: 0.95rem; }

    .mobile-bottom-nav { display: flex; position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(15px); border-top: 1px solid rgba(201, 151, 43, 0.2); box-shadow: 0 -5px 25px rgba(0,0,0,0.08); z-index: 1000; justify-content: space-around; align-items: center; padding: 0.5rem 0.3rem 0.8rem 0.3rem !important; border-top-left-radius: 20px; border-top-right-radius: 20px; width: 100vw; }
    .mobile-bottom-nav .nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px !important; font-size: 0.65rem !important; color: var(--choco-light); text-decoration: none; font-weight: 600; transition: all 0.3s; }
    .mobile-bottom-nav .nav-item svg { width: 22px !important; height: 22px !important; stroke: currentColor; }
    .mobile-bottom-nav .nav-item.order-btn-nav { background: linear-gradient(135deg, var(--gold), var(--gold-light)); color: var(--choco) !important; padding: 0; border-radius: 50%; transform: translateY(-20px) !important; box-shadow: 0 8px 20px rgba(201,151,43,0.5); width: 55px !important; height: 55px !important; display: flex; align-items: center; justify-content: center; border: 4px solid var(--cream); }
    .mobile-bottom-nav .nav-item.order-btn-nav svg { width: 28px !important; height: 28px !important; }
    .mobile-bottom-nav .nav-item.order-btn-nav span { display: none; }
    .whatsapp-float { bottom: 120px !important; right: 1rem !important; width: 50px !important; height: 50px !important; }
    .whatsapp-float svg { width: 26px !important; height: 26px !important; }
}
@media (max-width: 360px) {
    .hero-title { font-size: clamp(2rem, 10vw, 2.5rem) !important; }
    .grid-delivery.mobile-slider > * { flex: 0 0 90% !important; }
}
