


[data-vercel-toolbar] {
display: none !important;
}

.vercel-toolbar {
display: none !important;
}


div[style*="position: fixed"][style*="z-index: 9999"] {
display: none !important;
}


* {
margin: 0;
padding: 0;
box-sizing: border-box;
}


html, body {
scroll-behavior: auto;
}

html {
scroll-padding-top: calc(var(--nav-height) + 24px);
}

:root {
--primary-green: #0f1a14;
--secondary-green: #0abf53;
--light-green: #f1f7f2;
--footer-light-green: #f6f8f4;
--footer-dark-green: #2d5a27;
--nav-height: 78px;
--accent-coral: #ff6b6b;
--accent-orange: #ff9f43;
--accent-purple: #7057ff;
--light-coral: #ffe8e5;
--dark-text: #111111;
--light-text: #565656;
--glass-bg: rgba(255, 255, 255, 0.6);
--glass-border: rgba(17, 17, 17, 0.06);
--shadow-soft: 0 18px 32px rgba(15, 26, 20, 0.08);
--shadow-elegant: 0 30px 60px rgba(15, 26, 20, 0.12);
--radius-card: 22px;
--radius-pill: 999px;
}

body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.7;
color: var(--dark-text);
background: #f5f7f4;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
}

.container {
max-width: 1240px;
margin: 0 auto;
padding: 0 clamp(1.5rem, 3vw, 2.5rem);
}

section {
scroll-margin-top: calc(var(--nav-height) + 24px);
}


.navbar {
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
padding: 1.4rem 0;
background: rgba(248, 250, 248, 0.72);
backdrop-filter: saturate(180%) blur(22px);
-webkit-backdrop-filter: saturate(180%) blur(22px);
border-bottom: 1px solid rgba(255, 255, 255, 0.45);
box-shadow: 0 24px 45px rgba(16, 28, 22, 0.12);
transition: padding 0.4s ease, background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.navbar::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 55%);
pointer-events: none;
opacity: 0.25;
transition: opacity 0.3s ease;
}

.navbar--compact {
padding: 0.35rem 0;
background: rgba(255, 255, 255, 0.95);
border-bottom-color: rgba(255, 255, 255, 0.7);
box-shadow: 0 18px 35px rgba(16, 28, 22, 0.14);
}

.navbar--compact::after,
.nav-open .navbar::after {
opacity: 0.1;
}


.instagram-link {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
border: none;
color: white;
padding: 0.5rem 1rem;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.9rem;
font-weight: 600;
margin-left: 1rem;
}

.instagram-link:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(225, 48, 108, 0.3);
color: white;
}

.instagram-link i {
font-size: 1rem;
}


.language-switcher {
background: rgba(255, 255, 255, 0.6);
color: var(--primary-green);
border: 1px solid rgba(255, 255, 255, 0.75);
padding: 0.55rem 1rem;
border-radius: 999px;
font-size: 0.88rem;
font-weight: 600;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
display: flex;
align-items: center;
gap: 0.45rem;
margin-left: 0;
text-transform: uppercase;
letter-spacing: 0.08em;
}

.language-switcher:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(16, 28, 22, 0.18);
border-color: rgba(255, 255, 255, 0.95);
}

.language-switcher i {
font-size: 0.78rem;
}

.current-lang {
font-weight: 700;
min-width: 25px;
}

.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: flex-start;
align-items: center;
min-height: 78px;
gap: 1.5rem;
transition: min-height 0.4s ease, gap 0.35s ease;
}

.nav-logo {
display: flex;
flex-direction: row;
align-items: center;
}

.nav-logo-link {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.75rem;
text-decoration: none;
transition: all 0.3s ease;
}

.nav-logo-icon {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 14px;
background: rgba(255, 255, 255, 0.65);
box-shadow: 0 12px 25px rgba(16, 28, 22, 0.16);
overflow: hidden;
}

.nav-logo-img {
width: 36px;
height: 36px;
object-fit: cover;
transition: all 0.3s ease;
opacity: 0.92;
}

.nav-logo-link:hover .nav-logo-img {
transform: scale(1.05);
opacity: 1;
}

.nav-wordmark {
display: flex;
flex-direction: column;
gap: 2px;
}

.nav-brand-heading {
font-size: 1.7rem;
font-weight: 800;
letter-spacing: -0.35px;
background: linear-gradient(135deg, var(--primary-green), var(--accent-coral));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-transform: uppercase;
}

.nav-brand-subheading {
font-size: 0.8rem;
letter-spacing: 0.42em;
text-transform: uppercase;
color: rgba(16, 28, 22, 0.58);
}

.navbar--compact .nav-container {
gap: 1.1rem;
min-height: 60px;
}

.navbar--compact .nav-logo-icon {
width: 30px;
height: 30px;
box-shadow: 0 8px 16px rgba(16, 28, 22, 0.1);
}

.navbar--compact .nav-logo-img {
width: 28px;
height: 28px;
}

.navbar--compact .nav-brand-heading {
font-size: 1.3rem;
letter-spacing: -0.2px;
}

.navbar--compact .nav-brand-subheading {
font-size: 0.65rem;
letter-spacing: 0.32em;
}

.navbar--compact .nav-links {
gap: 1.25rem;
}

.navbar--compact .language-switcher {
padding: 0.4rem 0.8rem;
font-size: 0.78rem;
}

.navbar--compact .nav-toggle {
border-color: rgba(17, 17, 17, 0.1);
}

.nav-links {
display: flex;
align-items: center;
gap: 1.75rem;
margin-left: auto;
}

.nav-link {
position: relative;
font-size: 0.95rem;
font-weight: 600;
color: var(--dark-text);
text-decoration: none;
letter-spacing: 0.03em;
transition: color 0.2s ease;
}

.nav-link::after {
content: '';
position: absolute;
left: 0;
bottom: -6px;
width: 100%;
height: 2px;
background: linear-gradient(135deg, var(--primary-green), var(--accent-coral));
transform: scaleX(0);
transform-origin: center;
transition: transform 0.3s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
color: var(--primary-green);
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
transform: scaleX(1);
}

.nav-controls {
display: flex;
align-items: center;
gap: 1rem;
margin-left: 1rem;
}

.nav-toggle {
display: none;
width: 38px;
height: 38px;
border: 1px solid rgba(17, 17, 17, 0.1);
border-radius: 12px;
background: rgba(255, 255, 255, 0.78);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
align-items: center;
justify-content: center;
flex-direction: column;
gap: 5px;
transition: border-color 0.2s ease, transform 0.2s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
border-color: rgba(10, 191, 83, 0.6);
transform: translateY(-1px);
}

.nav-toggle-line {
display: block;
width: 16px;
height: 2px;
border-radius: 999px;
background: var(--dark-text);
transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle[aria-expanded="true"] {
border-color: rgba(10, 191, 83, 0.4);
box-shadow: 0 12px 30px rgba(16, 28, 22, 0.16);
}

.nav-open .nav-toggle {
opacity: 0;
pointer-events: none;
}

.nav-backdrop {
position: fixed;
inset: 0;
background: rgba(16, 28, 22, 0.4);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
z-index: 1050;
pointer-events: none;
}

.nav-backdrop.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
}


.nav-drawer {
position: fixed;
top: 0;
right: 0;
height: 100vh;
width: clamp(280px, 60vw, 420px);
background: rgba(255, 255, 255, 0.96);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
box-shadow: -10px 0 30px rgba(16, 28, 22, 0.15);
transform: translateX(100%);
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
z-index: 1110;
display: flex;
align-items: stretch;
pointer-events: none;
}

.nav-drawer.open {
transform: translateX(0);
pointer-events: auto;
}


.nav-drawer-toggle {
margin-left: auto;
display: inline-flex;
flex-direction: column;
justify-content: center;
gap: 5px;
width: 44px;
height: 44px;
border-radius: 15px;
border: 1px solid rgba(16, 28, 22, 0.12);
background: rgba(255, 255, 255, 0.95);
box-shadow: 0 12px 24px rgba(16, 28, 22, 0.16);
align-items: center;
cursor: pointer;
transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nav-drawer-toggle:hover {
transform: translateY(-1px);
box-shadow: 0 16px 28px rgba(16, 28, 22, 0.2);
border-color: rgba(16, 28, 22, 0.2);
}

.nav-drawer-toggle:focus-visible {
outline: 3px solid rgba(10, 191, 83, 0.35);
outline-offset: 3px;
}

.nav-drawer-toggle-line {
width: 20px;
height: 2.5px;
background: var(--primary-green);
border-radius: 999px;
transition: transform 0.25s ease;
}

.nav-drawer-content {
display: flex;
flex-direction: column;
padding: calc(5.75rem + env(safe-area-inset-top, 0px)) 2.25rem 2rem;
gap: 1.2rem;
width: 100%;
overflow-y: auto;
position: relative;
}

.nav-drawer-brand {
display: flex;
align-items: center;
gap: 0.75rem;
padding-bottom: 1.1rem;
margin-bottom: 1rem;
border-bottom: 1px solid rgba(16, 28, 22, 0.08);
}

.nav-drawer-logo {
width: 48px;
height: 48px;
border-radius: 16px;
object-fit: contain;
box-shadow: 0 8px 18px rgba(16, 28, 22, 0.14);
background: rgba(255, 255, 255, 0.92);
padding: 0.35rem;
flex-shrink: 0;
}

.nav-drawer-brand-text {
display: flex;
flex-direction: column;
line-height: 1.1;
flex: 1;
min-width: 0;
text-transform: uppercase;
letter-spacing: 0.06em;
text-align: left;
margin-left: 0.75rem;
}

.nav-drawer-brand-name {
font-size: 1.05rem;
font-weight: 700;
color: var(--primary-green);
}

.nav-drawer-brand-tagline {
font-size: 0.72rem;
font-weight: 500;
color: rgba(17, 17, 17, 0.55);
}

.nav-drawer-link {
font-size: 1.05rem;
font-weight: 600;
text-decoration: none;
color: var(--dark-text);
letter-spacing: 0.04em;
display: flex;
align-items: center;
gap: 0.65rem;
padding: 0.4rem 0;
transition: color 0.2s ease, transform 0.2s ease;
}

.nav-drawer-link:first-of-type {
margin-top: 0;
}

.nav-drawer-link::before {
content: '';
width: 6px;
height: 6px;
border-radius: 50%;
background: linear-gradient(135deg, var(--primary-green), var(--accent-coral));
opacity: 0.4;
transition: opacity 0.2s ease;
}

.nav-drawer-link:hover,
.nav-drawer-link:focus-visible {
color: var(--primary-green);
transform: translateX(4px);
}

.nav-drawer-link:hover::before,
.nav-drawer-link:focus-visible::before {
opacity: 1;
}

.language-switcher--drawer {
margin-top: 2.5rem;
align-self: center;
width: 100%;
justify-content: center;
background: rgba(255, 255, 255, 0.9);
border: 1px solid rgba(17, 17, 17, 0.08);
}

.nav-logo-link:hover .nav-logo-img {
transform: scale(1.05);
opacity: 1;
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}


.store-status {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.85rem;
font-weight: 600;
letter-spacing: 0.3px;
}


.status-logo {
width: 50px;
height: 50px;
border-radius: 50%;
background: linear-gradient(135deg, var(--accent-orange) 0%, #ff8a65 100%);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3);
flex-shrink: 0;
position: relative;
overflow: hidden;
margin-right: 0.5rem;
}

.status-logo::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
border-radius: 50%;
}

.logo-img {
width: 35px;
height: 35px;
object-fit: contain;
position: relative;
z-index: 2;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
transition: all 0.3s ease;
animation: logoFloat 3s ease-in-out infinite;
}

@keyframes logoFloat {
0%, 100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-2px) rotate(2deg);
}
}

.status-logo:hover .logo-img {
transform: scale(1.1) rotate(5deg);
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.status-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #4CAF50;
animation: pulse-dot 2s ease-in-out infinite;
}

.status-dot.closed {
background: #f44336;
animation: none;
}

.status-text {
color: var(--dark-text);
font-weight: 600;
opacity: 1;
}

.status-text.open {
color: #4CAF50;
}

.status-text.closed {
color: #f44336;
}


.countdown-timer {
font-size: 0.75rem;
font-weight: 500;
margin-top: 0;
display: inline;
opacity: 1;
}

.countdown-timer.open {
color: var(--primary-green);
}

.countdown-timer.closed {
color: #f44336;
}


.store-status {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5rem;
justify-content: flex-start;
margin-bottom: 2rem;
opacity: 1 !important;
transform: none !important;
animation: none !important;
transition: none !important;
}


.leaflet-control-attribution {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
}





.status-info {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5rem;
}


.legal-header {
background: linear-gradient(135deg, #2d5a27 0%, #ff6b6b 100%);
padding: 120px 20px 80px;
text-align: center;
color: white;
position: relative;
overflow: hidden;
}

.legal-header::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.08)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.06)"/><circle cx="90" cy="90" r="2.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="70" r="1.2" fill="rgba(255,255,255,0.07)"/></svg>');
animation: float 20s ease-in-out infinite;
}

.legal-header h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1rem;
font-family: 'Playfair Display', serif;
text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
position: relative;
z-index: 1;
}

.legal-subtitle {
font-size: 1.2rem;
opacity: 0.95;
margin: 0;
font-weight: 400;
position: relative;
z-index: 1;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.legal-content {
padding: 80px 20px;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
position: relative;
}

.legal-content::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 200px;
background: linear-gradient(180deg, rgba(45, 90, 39, 0.05) 0%, transparent 100%);
}

.legal-text {
max-width: 900px;
margin: 0 auto;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
padding: 60px;
border-radius: 25px;
box-shadow: 0 25px 80px rgba(45, 90, 39, 0.15), 0 10px 30px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.3);
line-height: 1.8;
position: relative;
z-index: 1;
}

.legal-text::before {
content: '';
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, #2d5a27, #ff6b6b, #ffa726, #2d5a27);
border-radius: 25px;
z-index: -1;
opacity: 0.1;
}

.legal-text h2 {
color: #2d5a27;
font-size: 2rem;
font-weight: 700;
margin: 3rem 0 1.5rem 0;
font-family: 'Playfair Display', serif;
position: relative;
padding-left: 20px;
}

.legal-text h2::before {
content: '';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 4px;
height: 30px;
background: linear-gradient(135deg, #2d5a27, #ff6b6b);
border-radius: 2px;
}

.legal-text h2::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 60px;
height: 3px;
background: linear-gradient(135deg, #ff6b6b, #ffa726);
border-radius: 2px;
}

.legal-text h3 {
color: #ff6b6b;
font-size: 1.5rem;
font-weight: 600;
margin: 2.5rem 0 1.2rem 0;
font-family: 'Playfair Display', serif;
position: relative;
padding-left: 15px;
}

.legal-text h3::before {
content: '◆';
position: absolute;
left: 0;
top: 0;
color: #ffa726;
font-size: 1.2rem;
}

.legal-text p {
color: #2c3e50;
font-size: 1.1rem;
margin-bottom: 1.8rem;
text-align: justify;
font-weight: 400;
line-height: 1.8;
}

.legal-text ul {
margin: 2rem 0;
padding-left: 0;
list-style: none;
}

.legal-text li {
color: #2c3e50;
font-size: 1.1rem;
margin-bottom: 1rem;
line-height: 1.7;
padding-left: 25px;
position: relative;
font-weight: 400;
}

.legal-text li::before {
content: '✓';
position: absolute;
left: 0;
top: 0;
color: #2d5a27;
font-weight: bold;
font-size: 1.2rem;
background: linear-gradient(135deg, #2d5a27, #ff6b6b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.legal-text li:last-child {
margin-bottom: 0;
}


.legal-text ul:last-of-type li::before {
content: '📧';
background: none;
-webkit-background-clip: unset;
background-clip: unset;
-webkit-text-fill-color: unset;
}

.legal-text ul:last-of-type li:first-child::before {
content: '📧';
}

.legal-text ul:last-of-type li:nth-child(2)::before {
content: '📱';
}

.legal-text ul:last-of-type li:nth-child(3)::before {
content: '📍';
}

.legal-text ul:last-of-type li:nth-child(4)::before {
content: '🔒';
}


@media (max-width: 768px) {
.legal-header h1 {
font-size: 2.5rem;
text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}

.legal-header {
padding: 100px 20px 60px;
}

.legal-subtitle {
font-size: 1rem;
}

.legal-content {
padding: 40px 15px;
}

.legal-text {
padding: 30px 20px;
margin: 0 5px;
border-radius: 20px;
backdrop-filter: blur(15px);
}

.legal-text h2 {
font-size: 1.6rem;
margin: 2.5rem 0 1.2rem 0;
padding-left: 15px;
}

.legal-text h2::before {
width: 3px;
height: 25px;
}

.legal-text h2::after {
width: 40px;
height: 2px;
}

.legal-text h3 {
font-size: 1.3rem;
margin: 2rem 0 1rem 0;
padding-left: 12px;
}

.legal-text p {
font-size: 1rem;
margin-bottom: 1.5rem;
text-align: left;
}

.legal-text li {
font-size: 1rem;
margin-bottom: 0.8rem;
padding-left: 20px;
}
}

@media (max-width: 480px) {
.legal-header h1 {
font-size: 2rem;
}

.legal-header {
padding: 80px 15px 40px;
}

.legal-content {
padding: 30px 10px;
}

.legal-text {
padding: 20px 15px;
margin: 0;
border-radius: 15px;
}

.legal-text h2 {
font-size: 1.4rem;
padding-left: 12px;
}

.legal-text h2::before {
width: 2px;
height: 20px;
}

.legal-text h3 {
font-size: 1.2rem;
padding-left: 10px;
}

.legal-text p {
font-size: 0.95rem;
}

.legal-text li {
font-size: 0.95rem;
padding-left: 18px;
}
}

@keyframes pulse-dot {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.2);
}
}


.hero {
background: linear-gradient(135deg, #f8faf9 0%, #e8f5e8 50%, #f0f4f2 100%);
padding: 140px 20px 100px;
display: flex;
align-items: center;
min-height: 100vh;
position: relative;
overflow: hidden;
}

.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(45, 90, 39, 0.1) 0%, transparent 50%);
pointer-events: none;
}

.hero-content {
flex: 1;
max-width: 600px;
position: relative;
z-index: 2;
}


.logo-circle {
width: 250px;
height: 250px;
background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-coral) 100%);
border-radius: 50%;
margin: 2rem auto;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 15px 40px rgba(255, 167, 38, 0.4);
animation: logoFloat 6s ease-in-out infinite;
-webkit-animation: logoFloat 6s ease-in-out infinite;
position: relative;
z-index: 10;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.logo-circle::before {
content: '';
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
box-shadow: inset 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo-image {
width: 120px;
height: 120px;
object-fit: contain;
position: relative;
z-index: 15;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
animation: logoPulse 4s ease-in-out infinite;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
display: block !important;
visibility: visible !important;
opacity: 1 !important;
-webkit-animation: logoPulse 4s ease-in-out infinite;
}

@keyframes logoFloat {
0%, 100% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
}

@-webkit-keyframes logoFloat {
0%, 100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
50% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}

@keyframes logoPulse {
0%, 100% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
}

@-webkit-keyframes logoPulse {
0%, 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
}

.hero-title {
font-size: 4rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-coral) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1.5rem;
line-height: 1.1;
letter-spacing: -1px;
}

.hero-subtitle {
font-size: 1.3rem;
color: var(--light-text);
margin-bottom: 2.5rem;
line-height: 1.7;
font-weight: 400;
letter-spacing: 0.3px;
}

.cta-btn {
background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
color: white;
border: none;
padding: 18px 36px;
font-size: 1.1rem;
font-weight: 600;
border-radius: 50px;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: var(--shadow-elegant);
position: relative;
overflow: hidden;
letter-spacing: 0.5px;
display: flex;
align-items: center;
gap: 10px;
}

.cta-btn i {
transition: transform 0.3s ease;
}

.cta-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s ease;
}

.cta-btn:hover {
transform: translateY(-3px);
box-shadow: 0 25px 50px rgba(26, 77, 26, 0.25);
}

.cta-btn:hover::before {
left: 100%;
}

.cta-btn:hover i {
transform: translateX(5px);
}

.hero-image {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}

.bowl-placeholder {
width: 320px;
height: 320px;
background: transparent;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 4.5rem;
box-shadow: var(--shadow-elegant);
position: relative;
z-index: 2;
transition: all 0.4s ease;
cursor: pointer;
}



.bowl-placeholder::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 280px;
height: 280px;
transform: translate(-50%, -50%);
background: linear-gradient(180deg, #FFA500 0%, #FF4F70 100%);
border-radius: 50%;
z-index: 1;
box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}


.bowl-placeholder::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 220px;
height: 220px;
transform: translate(-50%, -50%);
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
z-index: 2;
box-shadow:
inset 0 4px 15px rgba(0, 0, 0, 0.1),
0 8px 25px rgba(0, 0, 0, 0.15);
display: flex;
align-items: center;
justify-content: center;
}


.bowl-logo {
width: 180px;
height: 180px;
object-fit: contain;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
filter:
drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1))
drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
animation: logoFloat 6s ease-in-out infinite;
-webkit-animation: logoFloat 6s ease-in-out infinite;
-webkit-transform: translate(-50%, -50%) translateZ(0);
transform: translate(-50%, -50%) translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all 0.3s ease;
border-radius: 50%;
padding: 5px;
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(5px);
}


.bowl-placeholder:hover {
transform: scale(1.05) rotate(5deg);
box-shadow: 0 30px 60px rgba(26, 77, 26, 0.3);
}

.bowl-placeholder:hover .bowl-logo {
transform: translate(-50%, -50%) scale(1.1);
filter:
drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2))
drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
background: rgba(255, 255, 255, 0.2);
}


@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.3; }
50% { transform: scale(1.1); opacity: 0.5; }
}


.why-choose-us {
padding: 100px 20px;
background: linear-gradient(180deg, #fff 0%, #fafbfa 100%);
position: relative;
}


.health-benefits {
padding: 6rem 0;
background: linear-gradient(135deg, #f8fffe 0%, #f0f8f0 50%, #e8f5e8 100%);
position: relative;
}

.health-benefits::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="leaves" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="2" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23leaves)"/></svg>');
opacity: 0.3;
}

.benefits-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2.5rem;
margin-top: 3rem;
position: relative;
z-index: 2;
}

.benefit-card {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 2.5rem;
text-align: center;
box-shadow: 0 8px 32px rgba(45, 90, 39, 0.05);
border: 1px solid rgba(255, 255, 255, 0.3);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.benefit-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), #4CAF50, var(--accent-green));
transform: scaleX(0);
transition: transform 0.4s ease;
}

.benefit-card:hover::before {
transform: scaleX(1);
}

.benefit-card:hover {
transform: translateY(-8px);
box-shadow: 0 16px 48px rgba(45, 90, 39, 0.1);
background: rgba(255, 255, 255, 0.98);
}

.benefit-icon {
font-size: 3rem;
margin-bottom: 1.5rem;
display: inline-block;
animation: float 3s ease-in-out infinite;
}

.benefit-card h3 {
color: var(--primary-green);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1rem;
line-height: 1.3;
}

.benefit-card p {
color: #666;
line-height: 1.7;
font-size: 1rem;
margin-bottom: 0;
}

@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}


@media (max-width: 768px) {
.health-benefits {
padding: 4rem 0;
}

.benefits-grid {
grid-template-columns: 1fr;
gap: 2rem;
margin-top: 2rem;
}

.benefit-card {
padding: 2rem;
}

.benefit-icon {
font-size: 2.5rem;
}

.benefit-card h3 {
font-size: 1.3rem;
}

.benefit-card p {
font-size: 0.95rem;
}
}

@media (max-width: 480px) {
.benefit-card {
padding: 1.5rem;
}

.benefit-icon {
font-size: 2rem;
margin-bottom: 1rem;
}

.benefit-card h3 {
font-size: 1.2rem;
}

.benefit-card p {
font-size: 0.9rem;
}
}

.why-choose-us::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 50% 0%, rgba(255, 107, 107, 0.05) 0%, transparent 70%);
pointer-events: none;
}

.section-title {
text-align: center;
font-size: 3rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-coral) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 4rem;
letter-spacing: -0.5px;
}

.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 2rem;
}

.feature-card {
text-align: center;
padding: 3rem 2rem;
border-radius: 20px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
position: relative;
overflow: hidden;
}

.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--accent-coral) 0%, var(--primary-green) 100%);
transform: scaleX(0);
transition: transform 0.3s ease;
}

.feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-elegant);
}

.feature-card:hover::before {
transform: scaleX(1);
}

.feature-icon {
font-size: 3.5rem;
margin-bottom: 1.5rem;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.feature-card h3 {
font-size: 1.6rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1.2rem;
letter-spacing: -0.3px;
}

.feature-card p {
color: var(--light-text);
line-height: 1.7;
font-size: 1rem;
letter-spacing: 0.2px;
}


.salad-info {
background: linear-gradient(135deg, var(--light-green), rgba(45, 90, 39, 0.05));
border-radius: 15px;
padding: 1.5rem;
margin-bottom: 2rem;
border: 2px solid rgba(45, 90, 39, 0.1);
text-align: center;
}

.salad-note {
font-size: 1.1rem;
font-weight: 600;
color: var(--primary-green);
margin-bottom: 1rem;
line-height: 1.5;
}

.dressing-options {
display: flex;
justify-content: center;
gap: 1.5rem;
flex-wrap: wrap;
}

.dressing-option {
background: rgba(255, 255, 255, 0.8);
color: var(--primary-green);
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 500;
border: 1px solid rgba(45, 90, 39, 0.2);
transition: all 0.3s ease;
}

.dressing-option:hover {
background: var(--primary-green);
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
}


.acai-hero {
background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
color: white;
padding: 120px 0 80px;
text-align: center;
margin-top: 70px;
}

.acai-hero-content {
max-width: 800px;
margin: 0 auto;
}

.acai-icon {
font-size: 4rem;
margin-bottom: 1rem;
}

.acai-hero h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1rem;
font-family: 'Playfair Display', serif;
}

.acai-hero p {
font-size: 1.3rem;
opacity: 0.9;
font-weight: 300;
}

.acai-benefits-section {
padding: 80px 0;
background: linear-gradient(135deg, #f8faf9 0%, #f0f4f2 100%);
}

.acai-benefits-section h2 {
text-align: center;
font-size: 2.5rem;
color: var(--primary-green);
margin-bottom: 3rem;
font-family: 'Playfair Display', serif;
}

.benefits-grid-detailed {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
margin-bottom: 4rem;
}

.benefit-card-detailed {
background: white;
padding: 2rem;
border-radius: 20px;
box-shadow: var(--shadow-soft);
border: 1px solid rgba(45, 90, 39, 0.1);
transition: all 0.3s ease;
text-align: center;
}

.benefit-card-detailed:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-elegant);
}

.benefit-icon-large {
font-size: 3rem;
margin-bottom: 1rem;
}

.benefit-card-detailed h3 {
font-size: 1.4rem;
color: var(--primary-green);
margin-bottom: 1rem;
font-weight: 600;
}

.benefit-card-detailed p {
color: var(--light-text);
line-height: 1.6;
font-size: 0.95rem;
}

.acai-summary {
background: linear-gradient(135deg, var(--light-green), rgba(45, 90, 39, 0.05));
padding: 3rem;
border-radius: 20px;
text-align: center;
margin-bottom: 3rem;
border: 2px solid rgba(45, 90, 39, 0.1);
}

.acai-summary h3 {
font-size: 2rem;
color: var(--primary-green);
margin-bottom: 1.5rem;
font-family: 'Playfair Display', serif;
}

.acai-summary p {
font-size: 1.1rem;
line-height: 1.7;
color: var(--dark-text);
max-width: 800px;
margin: 0 auto;
}



@media (max-width: 768px) {
.acai-hero h1 {
font-size: 2.5rem;
}

.acai-hero p {
font-size: 1.1rem;
}

.benefits-grid-detailed {
grid-template-columns: 1fr;
gap: 1.5rem;
}

.benefit-card-detailed {
padding: 1.5rem;
}

.acai-summary {
padding: 2rem;
}

.acai-summary h3 {
font-size: 1.5rem;
}
}


.salad-hero {
background: linear-gradient(135deg, #4a9d4a, #2d5a27);
color: white;
padding: 120px 0 80px;
text-align: center;
margin-top: 70px;
}

.salad-hero-content {
max-width: 800px;
margin: 0 auto;
}

.salad-icon {
font-size: 4rem;
margin-bottom: 1rem;
}

.salad-hero h1 {
font-size: 3.5rem;
font-weight: 700;
margin-bottom: 1rem;
font-family: 'Playfair Display', serif;
}

.salad-hero p {
font-size: 1.3rem;
opacity: 0.9;
font-weight: 300;
}

.salad-benefits-section {
padding: 80px 0;
background: linear-gradient(135deg, #f8faf9 0%, #f0f4f2 100%);
}

.salad-benefits-section h2 {
text-align: center;
font-size: 2.5rem;
color: var(--primary-green);
margin-bottom: 3rem;
font-family: 'Playfair Display', serif;
}

.salad-summary {
background: linear-gradient(135deg, #e8f5e8, rgba(45, 90, 39, 0.05));
padding: 3rem;
border-radius: 20px;
text-align: center;
margin-bottom: 3rem;
border: 2px solid rgba(45, 90, 39, 0.1);
}

.salad-summary h3 {
font-size: 2rem;
color: var(--primary-green);
margin-bottom: 1.5rem;
font-family: 'Playfair Display', serif;
}

.salad-summary p {
font-size: 1.1rem;
line-height: 1.7;
color: var(--dark-text);
max-width: 800px;
margin: 0 auto;
}


@media (max-width: 768px) {
.salad-hero h1 {
font-size: 2.5rem;
}

.salad-hero p {
font-size: 1.1rem;
}

.salad-summary {
padding: 2rem;
}

.salad-summary h3 {
font-size: 1.5rem;
}
}

.category-header i {
font-size: 2.5rem;
color: var(--accent-coral);
margin-bottom: 1rem;
display: block;
}

.category-header h3 {
font-size: 1.8rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 0.5rem;
letter-spacing: -0.3px;
}

.category-header p {
color: var(--light-text);
font-size: 1rem;
letter-spacing: 0.2px;
}



.focus-outline:focus {
outline: none;
}



.location-section {
padding: 80px 20px;
background: #f8f9fa;
}

.location-description {
text-align: center;
font-size: 1.2rem;
color: #666;
margin-bottom: 3rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.location-info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}

.location-details {
display: flex;
flex-direction: column;
gap: 1.5rem;
}

.info-item {
display: flex;
align-items: center;
gap: 1rem;
padding: 1rem;
background: white;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.info-item i {
color: #2d5a27;
font-size: 1.2rem;
width: 20px;
}

.info-item strong {
color: #2d5a27;
display: block;
margin-bottom: 0.2rem;
}

.info-item small {
color: #888;
font-size: 0.85rem;
display: block;
margin-top: 0.2rem;
}

.info-link {
color: var(--primary-green);
font-weight: 600;
text-decoration: none;
}

.info-link:hover {
text-decoration: underline;
}

.map-buttons {
display: flex;
gap: 1rem;
margin-top: 1rem;
flex-wrap: wrap;
}

.map-btn {
background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
color: white;
border: none;
padding: 12px 20px;
border-radius: 25px;
cursor: pointer;
font-weight: 600;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 15px rgba(45, 90, 39, 0.3);
font-size: 0.9rem;
}

.map-btn:hover {
background: linear-gradient(135deg, var(--secondary-green) 0%, var(--primary-green) 100%);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(45, 90, 39, 0.4);
}

.map-btn i {
font-size: 1rem;
}

.map-container {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}

.map-info p {
font-size: 1.4rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 0.2rem;
}

.store-map {
width: 100%;
max-width: 500px;
height: 400px;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(45, 90, 39, 0.3);
overflow: hidden;
border: 3px solid rgba(255, 255, 255, 0.2);

image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: pixelated;
}

.map-info {
text-align: center;
color: var(--light-text);
}

.map-info i {
font-size: 2rem;
color: var(--accent-coral);
margin-bottom: 0.5rem;
display: block;
}

.map-info p {
font-weight: 600;
color: var(--primary-green);
margin-bottom: 0.2rem;
}

.map-info small {
font-size: 0.8rem;
opacity: 0.8;
}


.leaflet-container {
font-family: 'Inter', sans-serif;
}

.leaflet-control-container .leaflet-top,
.leaflet-control-container .leaflet-bottom {
z-index: 500;
}

.leaflet-popup-content-wrapper {
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.leaflet-popup-content {
margin: 15px;
font-size: 14px;
}

.leaflet-popup-content h3 {
color: var(--primary-green);
margin-bottom: 5px;
font-weight: 700;
}



.experience-section {
padding: 80px 20px;
background: #fff;
text-align: center;
}

.owner-info {
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid rgba(45, 90, 39, 0.1);
}

.owner-text {
font-size: 1.1rem;
color: var(--primary-green);
margin: 0;
font-style: italic;
}


.handwriting-names {
font-family: 'Great Vibes', 'Dancing Script', cursive;
font-size: 2.2rem;
font-weight: 400;
color: var(--primary-green);
background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: inline-block;
margin-left: 0.5rem;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
animation: handwritingGlow 3s ease-in-out infinite alternate;
}

.handwriting-names::before {
content: '';
position: absolute;
top: -5px;
left: -10px;
right: -10px;
bottom: -5px;
background: linear-gradient(45deg, rgba(45, 90, 39, 0.1), rgba(76, 175, 80, 0.1));
border-radius: 20px;
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
}

.handwriting-names:hover::before {
opacity: 1;
}

.handwriting-names:hover {
transform: scale(1.05);
transition: transform 0.3s ease;
}

@keyframes handwritingGlow {
0% {
filter: drop-shadow(0 0 5px rgba(45, 90, 39, 0.3));
}
100% {
filter: drop-shadow(0 0 15px rgba(45, 90, 39, 0.6));
}
}


.handwriting-creators {
font-family: 'Great Vibes', 'Dancing Script', cursive;
font-size: 1.4rem;
font-weight: 400;
color: white;
background: linear-gradient(135deg, #ffffff, #e8f5e8);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
display: inline-block;
margin-left: 0.3rem;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
position: relative;
animation: footerHandwritingGlow 4s ease-in-out infinite alternate;
}

.handwriting-creators::before {
content: '';
position: absolute;
top: -3px;
left: -8px;
right: -8px;
bottom: -3px;
background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(232, 245, 232, 0.1));
border-radius: 15px;
z-index: -1;
opacity: 0;
transition: opacity 0.3s ease;
}

.handwriting-creators:hover::before {
opacity: 1;
}

.handwriting-creators:hover {
transform: scale(1.08);
transition: transform 0.3s ease;
}

@keyframes footerHandwritingGlow {
0% {
filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.3));
}
100% {
filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}
}


@media (max-width: 768px) {
.handwriting-names {
font-size: 1.8rem;
margin-left: 0.3rem;
}

.handwriting-creators {
font-size: 1.2rem;
margin-left: 0.2rem;
}
}

.owner-text strong {
color: var(--secondary-green);
font-weight: 600;
}

.experience-section h2 {
font-size: 2.5rem;
font-weight: 700;
color: #2d5a27;
margin-bottom: 1rem;
}

.experience-section p {
font-size: 1.2rem;
color: #666;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}


.contact-section {
background: var(--light-green);
padding: 4rem 0;
text-align: center;
}

.contact-section h2 {
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1rem;
}

.contact-section > .container > p {
font-size: 1.1rem;
color: var(--light-text);
margin-bottom: 3rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}

.contact-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
max-width: 900px;
margin: 0 auto;
}

.contact-card {
background: white;
border-radius: 15px;
padding: 2rem;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
text-align: left;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.contact-icon {
width: 60px;
height: 60px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1.5rem;
flex-shrink: 0;
}

.contact-icon.call {
background: #e8f5e8;
color: var(--primary-green);
}

.contact-icon.email {
background: #e3f2fd;
color: #1976d2;
}

.contact-icon.hours {
background: #fff3e0;
color: #f57c00;
}

.contact-icon.instagram {
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color: white;
}

.contact-icon.tiktok {
background: linear-gradient(45deg, #000000 0%, #ff0050 50%, #00f2ea 100%);
color: white;
}

.contact-icon i {
font-size: 1.5rem;
}

.contact-info h3 {
font-size: 1.1rem;
font-weight: 600;
color: var(--light-text);
margin-bottom: 0.5rem;
}

.contact-info p {
font-size: 1.2rem;
font-weight: 700;
color: var(--dark-text);
margin: 0;
}

.contact-info p a {
color: var(--dark-text);
text-decoration: none;
transition: color 0.3s ease;
}

.contact-info p a:hover {
color: var(--primary-green);
text-decoration: underline;
}


.footer {
background: var(--footer-light-green);
color: var(--primary-green);
padding: 60px 20px 0;
position: relative;
}

.footer-main {
background: var(--footer-light-green);
padding: 40px 0;
}

.footer-bottom {
background: var(--footer-dark-green);
color: white;
padding: 20px 0;
text-align: center;
margin: 0;
}


.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 3rem;
max-width: 1200px;
margin: 0 auto;
align-items: flex-start;
}

.footer-section h3 {
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1.5rem;
}


.footer-logo-section {
text-align: center;
margin-bottom: 2rem;
}

.footer-logo {
margin-bottom: 1rem;
}

.footer-logo-img {
width: 80px;
height: 80px;
object-fit: contain;
filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
transition: transform 0.3s ease;
}

.footer-logo-img:hover {
transform: scale(1.1);
}

.footer-logo-section h3 {
color: var(--accent-orange);
margin-bottom: 0.5rem;
font-size: 1.5rem;
}

.footer-logo-section p {
color: rgba(0, 0, 0, 0.7);
font-size: 0.9rem;
}



.contact-info p {
margin-bottom: 0.8rem;
color: var(--primary-green);
}

.contact-info a {
color: var(--primary-green);
text-decoration: underline;
transition: color 0.3s ease;
}

.contact-info a:hover {
color: var(--secondary-green);
}

.messaging-apps {
display: flex;
gap: 0.8rem;
margin-top: 1rem;
}

.app-icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform 0.3s ease;
}

.app-icon.whatsapp {
background: var(--light-green);
color: #25d366;
}

.app-icon.viber {
background: #e8d5f2;
color: #665cac;
}

.app-icon.telegram {
background: #e3f2fd;
color: #0088cc;
}

.app-icon:hover {
transform: scale(1.1);
}

.legal-links {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.legal-links a {
color: var(--primary-green);
text-decoration: underline;
transition: color 0.3s ease;
}

.legal-links a:hover {
color: var(--secondary-green);
}


.footer-social-links {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.footer-social-link {
display: flex;
align-items: center;
gap: 0.5rem;
color: var(--primary-green);
text-decoration: none;
font-size: 0.9rem;
transition: all 0.3s ease;
padding: 0.3rem 0;
}

.footer-social-link:hover {
color: var(--accent-orange);
transform: translateX(5px);
}

.footer-social-link i {
font-size: 1rem;
width: 16px;
text-align: center;
}

.footer-social-link.instagram:hover {
color: #E4405F;
}

.footer-social-link.tiktok:hover {
color: #000000;
}

.footer-social-link.whatsapp:hover {
color: #25D366;
}

.footer-social-link.telegram:hover {
color: #0088cc;
}

.footer-social-link.viber:hover {
color: #665CAC;
}

.social-links {
display: flex;
gap: 0.8rem;
}

.social-icon {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: transform 0.3s ease;
}

.social-icon.facebook {
background: #e3f2fd;
color: #1877f2;
}

.social-icon.instagram {
background: #fce4ec;
color: #e4405f;
}

.social-icon.twitter {
background: #f5f5f5;
color: #1da1f2;
}

.social-icon.snapchat {
background: #fff9c4;
color: #fffc00;
}

.social-icon:hover {
transform: scale(1.1);
}

.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-bottom: 2rem;
}

.footer-section h3 {
font-size: 1.3rem;
margin-bottom: 1rem;
color: #4a9d4a;
}

.contact-info p {
margin-bottom: 0.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}

.contact-info i {
color: #4a9d4a;
width: 20px;
}

.social-links {
display: flex;
gap: 1rem;
}

.social-links a {
color: white;
font-size: 1.5rem;
transition: color 0.3s ease;
}

.social-links a:hover {
color: #4a9d4a;
}

.legal-links {
display: flex;
flex-direction: column;
gap: 0.5rem;
}

.legal-links a {
color: #ccc;
text-decoration: none;
transition: color 0.3s ease;
}

.legal-links a:hover {
color: white;
}


@media (max-width: 768px) {
.contact-section h2 {
font-size: 2rem;
}

.contact-cards {
grid-template-columns: 1fr;
gap: 1.5rem;
padding: 0 1rem;
}

.contact-card {
padding: 1.5rem;
text-align: center;
flex-direction: column;
}

.contact-icon {
margin-right: 0;
margin-bottom: 1rem;
}

.contact-info h3 {
margin-bottom: 0.5rem;
}


.footer-content {
grid-template-columns: 1fr;
gap: 2rem;
text-align: center;
}

.messaging-apps,
.social-links {
justify-content: center;
}

.legal-links {
align-items: center;
}
}


@media (max-width: 767px) {
}

@media (max-width: 480px) {
.section-title {
font-size: 1.85rem;
}
}


@media (max-width: 768px) {
.hero {
flex-direction: column;
text-align: center;
padding: 100px 20px 60px;
}

.hero-title {
font-size: 2.5rem;
}

.hero-image {
margin-top: 2rem;
}

.bowl-placeholder {
width: 200px;
height: 200px;
font-size: 3rem;
}


.bowl-placeholder::before {
width: 200px;
height: 200px;
}

.bowl-placeholder::after {
width: 160px;
height: 160px;
background: rgba(255, 255, 255, 0.95);
box-shadow:
inset 0 4px 15px rgba(0, 0, 0, 0.1),
0 8px 25px rgba(0, 0, 0, 0.15);
}

.bowl-logo {
width: 130px;
height: 130px;
padding: 5px;
}


.location-info {
grid-template-columns: 1fr;
gap: 2rem;
}

.map-buttons {
flex-direction: column;
gap: 0.8rem;
}

.map-btn {
padding: 10px 16px;
font-size: 0.85rem;
}

.store-map {
height: 350px;
max-width: 100%;

image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
}

.features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}


.footer-content {
grid-template-columns: 1fr;
text-align: center;
}

.social-links {
justify-content: center;
}
}

@media (max-width: 768px) {
.hero-content {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}

.cta-btn {
margin: 0 auto;
align-self: center;
}


.footer-content {
grid-template-columns: 1fr;
text-align: center;
gap: 2rem;
}

.footer-section {
text-align: center;
}

.contact-info p {
text-align: center;
justify-content: center;
}

.messaging-apps, .social-links {
justify-content: center;
}

.legal-links {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}

.footer-social-links {
align-items: center;
}

}

@media (max-width: 480px) {
.hero-title {
font-size: 2rem;
}

.section-title {
font-size: 2rem;
}

.features-grid {
grid-template-columns: 1fr;
gap: 1rem;
}

.nav-logo-icon {
width: 38px;
height: 38px;
}

.nav-logo-img {
width: 26px;
height: 26px;
}

.nav-wordmark {
gap: 1px;
}

.nav-brand-heading {
font-size: 1.05rem;
}

.nav-brand-subheading {
font-size: 0.6rem;
letter-spacing: 0.36em;
}

.store-status {
font-size: 0.75rem;
}

.status-logo {
width: 40px;
height: 40px;
margin-right: 0.3rem;
}

.logo-img {
width: 28px;
height: 28px;
}

.status-dot {
width: 6px;
height: 6px;
}

.container {
padding: 0 15px;
}

.feature-card {
padding: 1.5rem;
}

.info-item {
flex-direction: column;
text-align: center;
gap: 0.5rem;
}

}


.gradient-background {
background: linear-gradient(135deg,
rgba(255, 107, 53, 0.1) 0%,
rgba(255, 107, 53, 0.05) 100%);
position: relative;
overflow: hidden;
}

.offers-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(45,90,39,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,107,53,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(45,90,39,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,107,53,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
opacity: 0.3;
z-index: 1;
}

.offers-grid {
display: flex;
justify-content: center;
align-items: center;
margin-top: 3rem;
position: relative;
z-index: 2;
}

.offer-card {
max-width: 400px;
width: 100%;
}

.offer-card {
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.9) 0%,
rgba(255, 255, 255, 0.7) 100%);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius: 20px;
padding: 2rem;
position: relative;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow:
0 10px 30px rgba(45, 90, 39, 0.1),
0 4px 12px rgba(0, 0, 0, 0.05),
inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.offer-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg,
var(--primary-green) 0%,
var(--accent-orange) 50%,
var(--accent-coral) 100%);
border-radius: 20px 20px 0 0;
}

.offer-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow:
0 20px 40px rgba(45, 90, 39, 0.2),
0 8px 16px rgba(0, 0, 0, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.loyalty-card::before {
background: linear-gradient(90deg,
var(--primary-green) 0%,
var(--secondary-green) 100%);
}

.combo-card::before {
background: linear-gradient(90deg,
var(--accent-orange) 0%,
var(--accent-coral) 100%);
}

.student-card::before {
background: linear-gradient(90deg,
var(--accent-coral) 0%,
#ff6b9d 100%);
}

.offer-icon {
font-size: 3rem;
margin-bottom: 1rem;
display: block;
animation: bounce 2s infinite;
}

@keyframes bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-10px); }
60% { transform: translateY(-5px); }
}

.offer-content h3 {
font-size: 1.5rem;
font-weight: 800;
color: var(--primary-green);
margin: 0 0 0.8rem 0;
background: linear-gradient(135deg,
var(--primary-green) 0%,
var(--accent-orange) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.offer-content p {
font-size: 1.1rem;
color: var(--text-dark);
margin: 0 0 1.5rem 0;
line-height: 1.6;
font-weight: 600;
}

.offer-details {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-bottom: 1.5rem;
}

.offer-tag {
display: inline-block;
background: linear-gradient(135deg,
var(--accent-orange) 0%,
var(--accent-coral) 100%);
color: white;
padding: 0.3rem 0.8rem;
border-radius: 15px;
font-size: 0.8rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
width: fit-content;
box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
}

.offer-value {
color: var(--text-muted);
font-size: 0.9rem;
font-weight: 600;
}

.offer-btn {
width: 100%;
background: linear-gradient(135deg,
var(--primary-green) 0%,
var(--secondary-green) 100%);
color: white;
border: none;
padding: 1rem 1.5rem;
border-radius: 15px;
font-size: 1rem;
font-weight: 700;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 12px rgba(45, 90, 39, 0.3);
position: relative;
overflow: hidden;
}

.offer-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg,
transparent,
rgba(255, 255, 255, 0.2),
transparent);
transition: left 0.5s;
}

.offer-btn:hover::before {
left: 100%;
}

.offer-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(45, 90, 39, 0.4);
}

.offer-btn:active {
transform: translateY(0);
}


@media (max-width: 768px) {
.offers-section {
padding: 3rem 0;
}

.offers-grid {
grid-template-columns: 1fr;
gap: 1.5rem;
margin-top: 2rem;
}

.offer-card {
padding: 1.5rem;
}

.offer-content h3 {
font-size: 1.3rem;
}

.offer-content p {
font-size: 1rem;
}

.offer-icon {
font-size: 2.5rem;
}
}

@media (max-width: 480px) {
.offers-section {
padding: 2rem 0;
}

.offer-card {
padding: 1.2rem;
}

.offer-content h3 {
font-size: 1.2rem;
}

.offer-content p {
font-size: 0.9rem;
}

.offer-btn {
padding: 0.8rem 1.2rem;
font-size: 0.9rem;
}
}



.social-links-simple {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
gap: 1rem;
margin-top: 1rem;
}

.social-link-simple {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
padding: 1rem;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(248, 250, 251, 0.8) 100%);
border-radius: 16px;
text-decoration: none;
color: #2c3e50;
font-weight: 600;
font-size: 0.9rem;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
border: 1px solid rgba(255, 255, 255, 0.3);
position: relative;
overflow: hidden;
}

.social-link-simple::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
transition: left 0.6s ease;
}

.social-link-simple:hover::before {
left: 100%;
}

.social-link-simple:hover {
transform: translateY(-3px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
text-decoration: none;
color: #2c3e50;
}

.social-link-simple i {
font-size: 1.5rem;
margin-bottom: 0.3rem;
transition: all 0.3s ease;
}

.social-link-simple:hover i {
transform: scale(1.1);
}


.social-link-simple:nth-child(1) i {
color: #1877f2;
}

.social-link-simple:nth-child(2) i {
background: linear-gradient(45deg, #e4405f, #fd1d1d, #fcb045);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.social-link-simple:nth-child(3) i {
color: #25d366;
}

.social-link-simple:nth-child(4) i {
color: #000000;
}


@media (max-width: 1200px) {
.social-links-simple {
grid-template-columns: repeat(2, 1fr);
gap: 0.8rem;
}
}

@media (max-width: 768px) {
.social-links-simple {
grid-template-columns: repeat(2, 1fr);
gap: 0.7rem;
margin-top: 0.8rem;
}

.social-link-simple {
padding: 0.8rem 0.5rem;
font-size: 0.85rem;
}

.social-link-simple i {
font-size: 1.3rem;
}
}

@media (max-width: 480px) {
.social-links-simple {
grid-template-columns: repeat(2, 1fr);
gap: 0.6rem;
}

.social-link-simple {
padding: 0.7rem 0.4rem;
font-size: 0.8rem;
border-radius: 12px;
}

.social-link-simple i {
font-size: 1.2rem;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.social-links-simple {
grid-template-columns: repeat(4, 1fr);
gap: 1rem;
}

.social-link-simple {
padding: 1.2rem 0.8rem;
font-size: 0.9rem;
}

.social-link-simple i {
font-size: 1.6rem;
}
}


@media (min-width: 1200px) {
.social-links-simple {
grid-template-columns: repeat(4, 1fr);
gap: 1.2rem;
}

.social-link-simple {
padding: 1.3rem 1rem;
font-size: 0.95rem;
}

.social-link-simple i {
font-size: 1.7rem;
}
}

/* ========================================
COMPREHENSIVE RESPONSIVE DESIGN
======================================== */


.container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}

/* ========================================
NAVIGATION RESPONSIVE DESIGN
======================================== */


@media (min-width: 1200px) {
.navbar {
padding: 1rem 2rem;
}

.nav-brand-heading {
font-size: 1.65rem;
}

.nav-brand-subheading {
font-size: 0.74rem;
}

.language-switcher {
padding: 0.8rem 1.5rem;
font-size: 1rem;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.navbar {
padding: 0.8rem 1.5rem;
}

.nav-brand-heading {
font-size: 1.45rem;
}

.nav-brand-subheading {
font-size: 0.7rem;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.navbar {
padding: 0.5rem 1rem;
}

.nav-brand-heading {
font-size: 1.3rem;
}

.nav-brand-subheading {
font-size: 0.68rem;
}
}


@media (min-width: 481px) and (max-width: 767px) {
.navbar {
padding: 0.4rem 0.8rem;
}

.nav-brand-heading {
font-size: 1.18rem;
}

.nav-brand-subheading {
font-size: 0.64rem;
}

.nav-logo-icon {
width: 40px;
height: 40px;
}

.nav-logo-img {
width: 28px;
height: 28px;
}

.nav-controls {
gap: 0.8rem;
}
}


@media (max-width: 480px) {
.navbar {
padding: 0.3rem 0.6rem;
}

.nav-logo-icon {
width: 38px;
height: 38px;
}

.nav-logo-img {
width: 26px;
height: 26px;
}

.nav-brand-heading {
font-size: 1.05rem;
}

.nav-brand-subheading {
font-size: 0.6rem;
letter-spacing: 0.36em;
}

.nav-controls {
gap: 0.6rem;
}

.language-switcher {
padding: 0.45rem 0.8rem;
font-size: 0.8rem;
}
}

@media (max-width: 1024px) {
.nav-links {
display: none;
}

.nav-toggle {
display: flex;
}

.nav-controls {
margin-left: auto;
}

.language-switcher--desktop {
display: none;
}

.language-switcher--drawer {
display: flex;
}
}

@media (min-width: 1025px) {
.nav-backdrop,
.nav-drawer {
display: none;
}

.language-switcher--drawer {
display: none;
}
}

/* ========================================
HERO SECTION RESPONSIVE DESIGN
======================================== */


@media (min-width: 1200px) {
.hero {
padding: 160px 40px 120px;
min-height: 100vh;
}

.hero-title {
font-size: 4rem;
margin-bottom: 1.5rem;
}

.hero-subtitle {
font-size: 1.4rem;
margin-bottom: 2rem;
}

.cta-btn {
padding: 1.2rem 2.5rem;
font-size: 1.1rem;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.hero {
padding: 140px 30px 100px;
min-height: 90vh;
}

.hero-title {
font-size: 3.5rem;
margin-bottom: 1.2rem;
}

.hero-subtitle {
font-size: 1.2rem;
margin-bottom: 1.8rem;
}

.cta-btn {
padding: 1rem 2rem;
font-size: 1rem;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.hero {
padding: 120px 20px 80px;
min-height: 80vh;
flex-direction: column;
text-align: center;
}

.hero-title {
font-size: 3rem;
margin-bottom: 1rem;
}

.hero-subtitle {
font-size: 1.1rem;
margin-bottom: 1.5rem;
}

.cta-btn {
padding: 0.9rem 1.8rem;
font-size: 0.95rem;
}

.hero-image {
margin-top: 2rem;
}

.bowl-placeholder {
width: 250px;
height: 250px;
font-size: 3.5rem;
}
}


@media (min-width: 481px) and (max-width: 767px) {
.hero {
padding: 100px 15px 60px;
min-height: 70vh;
flex-direction: column;
text-align: center;
}

.hero-title {
font-size: 2.5rem;
margin-bottom: 0.8rem;
}

.hero-subtitle {
font-size: 1rem;
margin-bottom: 1.2rem;
}

.cta-btn {
padding: 0.8rem 1.5rem;
font-size: 0.9rem;
}

.hero-image {
margin-top: 1.5rem;
}

.bowl-placeholder {
width: 200px;
height: 200px;
font-size: 3rem;
}
}


@media (max-width: 480px) {
.hero {
padding: 80px 10px 50px;
min-height: 60vh;
flex-direction: column;
text-align: center;
}

.hero-title {
font-size: 2rem;
margin-bottom: 0.6rem;
}

.hero-subtitle {
font-size: 0.9rem;
margin-bottom: 1rem;
}

.cta-btn {
padding: 0.7rem 1.2rem;
font-size: 0.85rem;
}

.hero-image {
margin-top: 1rem;
}

.bowl-placeholder {
width: 180px;
height: 180px;
font-size: 2.5rem;
}
}

/* ========================================
FOOTER RESPONSIVE DESIGN
======================================== */


@media (min-width: 1200px) {
.footer {
padding: 4rem 0 2rem;
}

.footer-content {
grid-template-columns: repeat(4, 1fr);
gap: 3rem;
}

.footer-section h3 {
font-size: 1.4rem;
margin-bottom: 1.5rem;
}

.footer-section p,
.footer-section li {
font-size: 1rem;
margin-bottom: 0.8rem;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.footer {
padding: 3.5rem 0 1.8rem;
}

.footer-content {
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}

.footer-section h3 {
font-size: 1.3rem;
margin-bottom: 1.2rem;
}

.footer-section p,
.footer-section li {
font-size: 0.95rem;
margin-bottom: 0.7rem;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.footer {
padding: 3rem 0 1.5rem;
}

.footer-content {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}

.footer-section h3 {
font-size: 1.2rem;
margin-bottom: 1rem;
}

.footer-section p,
.footer-section li {
font-size: 0.9rem;
margin-bottom: 0.6rem;
}
}


@media (min-width: 481px) and (max-width: 767px) {
.footer {
padding: 2.5rem 0 1.2rem;
}

.footer-content {
grid-template-columns: 1fr;
gap: 1.5rem;
text-align: center;
}

.footer-section h3 {
font-size: 1.1rem;
margin-bottom: 0.8rem;
}

.footer-section p,
.footer-section li {
font-size: 0.85rem;
margin-bottom: 0.5rem;
}
}


@media (max-width: 480px) {
.footer {
padding: 2rem 0 1rem;
}

.footer-content {
grid-template-columns: 1fr;
gap: 1.2rem;
text-align: center;
}

.footer-section h3 {
font-size: 1rem;
margin-bottom: 0.6rem;
}

.footer-section p,
.footer-section li {
font-size: 0.8rem;
margin-bottom: 0.4rem;
}
}

/* ========================================
CONTACT SECTION RESPONSIVE DESIGN
======================================== */


@media (min-width: 1200px) {
.contact-section {
padding: 5rem 0;
}

.contact-cards {
grid-template-columns: repeat(3, 1fr);
gap: 2.5rem;
}

.contact-card {
padding: 2.5rem;
min-height: 300px;
}

.contact-icon {
width: 80px;
height: 80px;
font-size: 2rem;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
.contact-section {
padding: 4rem 0;
}

.contact-cards {
grid-template-columns: repeat(2, 1fr);
gap: 2rem;
}

.contact-card {
padding: 2rem;
min-height: 280px;
}

.contact-icon {
width: 70px;
height: 70px;
font-size: 1.8rem;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.contact-section {
padding: 3.5rem 0;
}

.contact-cards {
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
}

.contact-card {
padding: 1.8rem;
min-height: 260px;
}

.contact-icon {
width: 60px;
height: 60px;
font-size: 1.6rem;
}
}


@media (min-width: 481px) and (max-width: 767px) {
.contact-section {
padding: 3rem 0;
}

.contact-cards {
grid-template-columns: 1fr;
gap: 1.2rem;
}

.contact-card {
padding: 1.5rem;
min-height: 240px;
}

.contact-icon {
width: 50px;
height: 50px;
font-size: 1.4rem;
}
}


@media (max-width: 480px) {
.contact-section {
padding: 2.5rem 0;
}

.contact-cards {
grid-template-columns: 1fr;
gap: 1rem;
}

.contact-card {
padding: 1.2rem;
min-height: 220px;
}

.contact-icon {
width: 45px;
height: 45px;
font-size: 1.2rem;
}
}

/* ========================================
UTILITY CLASSES FOR RESPONSIVE DESIGN
======================================== */


@media (max-width: 767px) {
.hide-mobile {
display: none !important;
}
}


@media (max-width: 991px) {
.hide-tablet {
display: none !important;
}
}


@media (min-width: 992px) {
.hide-desktop {
display: none !important;
}
}


@media (max-width: 767px) {
.show-mobile {
display: block !important;
}
}


@media (min-width: 768px) and (max-width: 991px) {
.show-tablet {
display: block !important;
}
}


@media (min-width: 992px) {
.show-desktop {
display: block !important;
}
}

.carousel-container {
max-width: 900px;
width: 100%;
margin: 3rem auto;
position: relative;
border-radius: 30px;
overflow: hidden;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 2px solid var(--glass-border);
box-shadow:
0 25px 50px rgba(45, 90, 39, 0.15),
0 0 0 1px rgba(255, 255, 255, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
min-height: 450px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-container:hover {
transform: translateY(-8px) scale(1.02);
box-shadow:
0 40px 80px rgba(45, 90, 39, 0.25),
0 0 0 1px rgba(255, 255, 255, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.carousel-container:hover .slide-image img {
filter: brightness(1.2) contrast(1.25) saturate(1.2) hue-rotate(10deg);
transform: scale(1.05);
}

.carousel-wrapper {
position: relative;
width: 100%;
height: 450px;
background: transparent;
border-radius: 30px;
overflow: hidden;
}

.carousel-slides {
position: relative;
width: 100%;
height: 100%;
}

.carousel-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
opacity: 0;
transform: translateX(100%) scale(0.95) rotateY(10deg);
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
background: transparent;
border-radius: 30px;
backdrop-filter: none;
}

.carousel-slide.active {
opacity: 1;
transform: translateX(0) scale(1) rotateY(0deg);
z-index: 2;
}

.carousel-slide.prev {
transform: translateX(-100%) scale(0.95) rotateY(-10deg);
z-index: 1;
}

.carousel-slide.next {
transform: translateX(100%) scale(0.95) rotateY(10deg);
z-index: 1;
}

.slide-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
border-radius: 30px;
}

.slide-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg,
rgba(45, 90, 39, 0.1) 0%,
rgba(45, 90, 39, 0.05) 50%,
transparent 70%);
border-radius: 30px;
z-index: 1;
pointer-events: none;
}

.slide-image img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(1.1) contrast(1.2) saturate(1.15) hue-rotate(5deg);
transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 30px;
transform: scale(1.02);
box-shadow:
0 20px 40px rgba(45, 90, 39, 0.3),
0 8px 16px rgba(0, 0, 0, 0.2);
}

.carousel-slide.active .slide-image img {
transform: scale(1.08);
filter: brightness(1.15) contrast(1.3) saturate(1.25) hue-rotate(8deg);
box-shadow:
0 30px 60px rgba(45, 90, 39, 0.4),
0 12px 24px rgba(0, 0, 0, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.slide-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 2.5rem;
color: white;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 3;
background: linear-gradient(135deg,
rgba(45, 90, 39, 0.7) 0%,
rgba(45, 90, 39, 0.5) 30%,
rgba(45, 90, 39, 0.2) 60%,
transparent 80%);
border-radius: 30px;
overflow: hidden;
box-sizing: border-box;
}

.chef-tag {
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.25) 0%,
rgba(255, 255, 255, 0.1) 100%);
color: white;
padding: 0.7rem 2rem;
border-radius: 30px;
font-size: 0.85rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.2px;
display: inline-block;
margin-bottom: 1.2rem;
border: 1px solid rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow:
0 6px 20px rgba(45, 90, 39, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
width: fit-content;
}

.chef-tag:hover {
transform: translateY(-2px);
box-shadow:
0 8px 25px rgba(45, 90, 39, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}

.slide-content h3 {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 1rem;
text-shadow:
0 4px 8px rgba(0, 0, 0, 0.6),
0 0 20px rgba(255, 255, 255, 0.1);
line-height: 1.2;
color: white;
animation: slideInLeft 0.8s ease-out;
letter-spacing: -0.5px;
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.95) 0%,
rgba(255, 255, 255, 0.8) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
max-width: 85%;
word-wrap: break-word;
}

@keyframes slideInLeft {
0% { transform: translateX(-30px); opacity: 0; }
100% { transform: translateX(0); opacity: 1; }
}

.slide-content p {
font-size: 0.95rem;
line-height: 1.5;
margin-bottom: 1.5rem;
opacity: 0.95;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
animation: slideInLeft 0.8s ease-out 0.2s both;
font-weight: 400;
max-width: 75%;
word-wrap: break-word;
overflow-wrap: break-word;
}

.slide-price {
font-size: 2rem;
font-weight: 700;
color: white;
text-shadow:
0 4px 8px rgba(0, 0, 0, 0.6),
0 0 20px rgba(255, 255, 255, 0.2);
animation: slideInLeft 0.8s ease-out 0.4s both;
position: relative;
letter-spacing: -0.5px;
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.9) 0%,
rgba(255, 255, 255, 0.7) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
padding: 0.4rem 0.8rem;
border-radius: 12px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2);
box-shadow:
0 4px 15px rgba(45, 90, 39, 0.3),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
display: inline-block;
margin-top: 0.3rem;
max-width: 70%;
}

.slide-price::after {
display: none;
}

@keyframes expandWidth {
0% { width: 0; }
100% { width: 100%; }
}


.carousel-nav {
position: absolute;
bottom: 30px;
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.25) 0%,
rgba(255, 255, 255, 0.1) 100%);
border: none;
color: white;
width: 55px;
height: 55px;
border-radius: 50%;
cursor: pointer;
font-size: 1.3rem;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
border: 2px solid rgba(255, 255, 255, 0.3);
z-index: 10;
box-shadow:
0 8px 25px rgba(45, 90, 39, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.carousel-nav:hover {
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.35) 0%,
rgba(255, 255, 255, 0.2) 100%);
transform: scale(1.1);
box-shadow:
0 12px 35px rgba(45, 90, 39, 0.5),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.carousel-nav:active {
transform: scale(0.95);
}

.carousel-prev {
left: 20px;
}

.carousel-next {
right: 20px;
}


.carousel-dots {
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 12px;
z-index: 10;
padding: 0.5rem 1rem;
border-radius: 20px;
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.15) 0%,
rgba(255, 255, 255, 0.05) 100%);
border: 1px solid rgba(255, 255, 255, 0.1);
box-shadow:
0 4px 15px rgba(45, 90, 39, 0.2),
inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.dot {
width: 14px;
height: 14px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.3);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 2px 8px rgba(45, 90, 39, 0.2);
}

.dot:hover {
background: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.7);
transform: scale(1.1);
}

.dot.active {
background: linear-gradient(135deg,
rgba(255, 255, 255, 0.8) 0%,
rgba(255, 255, 255, 0.6) 100%);
transform: scale(1.3);
box-shadow:
0 4px 12px rgba(45, 90, 39, 0.4),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
border-color: rgba(255, 255, 255, 0.9);
}


@media (max-width: 768px) {
.carousel-container {
max-width: 95%;
margin: 1rem auto;
}

.carousel-wrapper {
height: 350px;
}

.slide-content {
padding: 1.5rem;
}

.slide-content h3 {
font-size: 1.8rem;
margin-bottom: 0.8rem;
max-width: 90%;
}

.slide-content p {
font-size: 0.85rem;
margin-bottom: 1.2rem;
max-width: 85%;
}

.slide-price {
font-size: 1.8rem;
}

.chef-tag {
padding: 0.4rem 1.2rem;
font-size: 0.75rem;
margin-bottom: 0.8rem;
}

.carousel-nav {
width: 45px;
height: 45px;
font-size: 1rem;
}

.carousel-prev {
left: 15px;
}

.carousel-next {
right: 15px;
}

.carousel-dots {
bottom: 30px;
}
}

@media (max-width: 480px) {
.carousel-container {
max-width: 95%;
margin: 1rem auto;
min-height: 350px;
}

.carousel-wrapper {
height: 350px;
}

.slide-content {
padding: 1.2rem;
}

.slide-content h3 {
font-size: 1.6rem;
margin-bottom: 0.8rem;
max-width: 90%;
line-height: 1.3;
}

.slide-content p {
font-size: 0.85rem;
margin-bottom: 1rem;
line-height: 1.5;
max-width: 85%;
}

.slide-price {
font-size: 1.6rem;
padding: 0.3rem 0.6rem;
max-width: 60%;
}

.chef-tag {
font-size: 0.75rem;
padding: 0.4rem 1.2rem;
margin-bottom: 0.8rem;
}

.carousel-nav {
width: 45px;
height: 45px;
font-size: 1rem;
}

.carousel-prev {
left: 15px;
}

.carousel-next {
right: 15px;
}

.carousel-dots {
bottom: 30px;
gap: 8px;
}

.dot {
width: 12px;
height: 12px;
}
}


@media (max-width: 360px) {
.carousel-container {
max-width: 98%;
margin: 0.5rem auto;
min-height: 320px;
}

.carousel-wrapper {
height: 320px;
}

.slide-content {
padding: 1rem;
}

.slide-content h3 {
font-size: 1.4rem;
margin-bottom: 0.6rem;
max-width: 95%;
}

.slide-content p {
font-size: 0.8rem;
margin-bottom: 0.8rem;
line-height: 1.4;
max-width: 90%;
}

.slide-price {
font-size: 1.4rem;
padding: 0.3rem 0.5rem;
max-width: 65%;
}

.chef-tag {
font-size: 0.7rem;
padding: 0.3rem 1rem;
margin-bottom: 0.6rem;
}

.carousel-nav {
width: 40px;
height: 40px;
font-size: 0.9rem;
}

.carousel-prev {
left: 10px;
}

.carousel-next {
right: 10px;
}

.carousel-dots {
bottom: 30px;
gap: 6px;
padding: 0.4rem 0.8rem;
}

.dot {
width: 10px;
height: 10px;
}
}


@media (max-width: 320px) {
.carousel-container {
max-width: 99%;
margin: 0.3rem auto;
min-height: 280px;
}

.carousel-wrapper {
height: 280px;
}

.slide-content {
padding: 0.8rem;
}

.slide-content h3 {
font-size: 1.2rem;
margin-bottom: 0.5rem;
max-width: 98%;
line-height: 1.2;
}

.slide-content p {
font-size: 0.75rem;
margin-bottom: 0.6rem;
line-height: 1.3;
max-width: 95%;
}

.slide-price {
font-size: 1.2rem;
padding: 0.2rem 0.4rem;
max-width: 70%;
}

.chef-tag {
font-size: 0.65rem;
padding: 0.25rem 0.8rem;
margin-bottom: 0.5rem;
}

.carousel-nav {
width: 35px;
height: 35px;
font-size: 0.8rem;
}

.carousel-prev {
left: 8px;
}

.carousel-next {
right: 8px;
}

.carousel-dots {
bottom: 30px;
gap: 4px;
padding: 0.3rem 0.6rem;
}

.dot {
width: 8px;
height: 8px;
}
}


.error-hero {
background: linear-gradient(135deg, #f8faf9 0%, #e8f5e8 50%, #f0f4f2 100%);
padding: 140px 20px 100px;
display: flex;
align-items: center;
min-height: 100vh;
}


.error-logo {
margin-bottom: 2rem;
}

.error-logo-img {
width: 120px;
height: 120px;
object-fit: contain;
filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.3));
animation: logoFloat 6s ease-in-out infinite;
-webkit-animation: logoFloat 6s ease-in-out infinite;
}

.splash-text {
position: relative;
overflow: hidden;
text-align: center;
}

.error-hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, 0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(45, 90, 39, 0.1) 0%, transparent 50%);
pointer-events: none;
}

.error-content {
position: relative;
z-index: 2;
max-width: 600px;
margin: 0 auto;
}

.error-icon {
font-size: 4rem;
color: var(--accent-coral);
margin-bottom: 2rem;
animation: float 3s ease-in-out infinite;
}

.error-title {
font-size: 6rem;
font-weight: 800;
background: linear-gradient(135deg, var(--primary-green) 0%, var(--accent-coral) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-bottom: 1rem;
line-height: 1;
}

.error-subtitle {
font-size: 2.5rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1.5rem;
font-family: 'Playfair Display', serif;
}

.error-description {
font-size: 1.2rem;
color: var(--light-text);
margin-bottom: 3rem;
line-height: 1.6;
}

.error-actions {
display: flex;
gap: 1.5rem;
justify-content: center;
margin-bottom: 4rem;
flex-wrap: wrap;
}

.cta-btn.secondary {
background: rgba(255, 255, 255, 0.9);
color: var(--primary-green);
border: 2px solid var(--primary-green);
}

.cta-btn.secondary:hover {
background: var(--primary-green);
color: white;
}

.popular-items {
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 2rem;
box-shadow: 0 8px 32px rgba(45, 90, 39, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}

.popular-items h3 {
color: var(--primary-green);
font-size: 1.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
text-align: center;
}

.popular-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 1rem;
}

.popular-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
padding: 1rem;
background: rgba(255, 255, 255, 0.7);
border-radius: 15px;
transition: all 0.3s ease;
cursor: pointer;
}

.popular-item:hover {
transform: translateY(-5px);
background: rgba(255, 255, 255, 0.9);
box-shadow: 0 8px 25px rgba(45, 90, 39, 0.2);
}

.popular-item i {
font-size: 1.5rem;
color: var(--accent-coral);
}

.popular-item span {
font-size: 0.9rem;
font-weight: 600;
color: var(--primary-green);
text-align: center;
}

.error-contact {
background: var(--light-green);
padding: 4rem 20px;
text-align: center;
}

.contact-info h3 {
color: var(--primary-green);
font-size: 2rem;
font-weight: 700;
margin-bottom: 2rem;
font-family: 'Playfair Display', serif;
}

.contact-methods {
display: flex;
justify-content: center;
gap: 3rem;
flex-wrap: wrap;
}

.contact-method {
display: flex;
align-items: center;
gap: 0.8rem;
padding: 1rem 2rem;
background: white;
border-radius: 15px;
box-shadow: 0 4px 15px rgba(45, 90, 39, 0.1);
transition: all 0.3s ease;
}

.contact-method:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(45, 90, 39, 0.2);
}

.contact-method i {
color: var(--accent-coral);
font-size: 1.2rem;
}

.contact-method span {
color: var(--primary-green);
font-weight: 600;
}


@media (max-width: 768px) {
.error-title {
font-size: 4rem;
}

.error-subtitle {
font-size: 1.8rem;
}

.error-actions {
flex-direction: column;
align-items: center;
}

.contact-methods {
flex-direction: column;
align-items: center;
gap: 1rem;
}

.popular-grid {
grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 480px) {
.error-title {
font-size: 3rem;
}

.error-subtitle {
font-size: 1.5rem;
}

.popular-grid {
grid-template-columns: 1fr;
}
}


#install-banner,
#update-banner {
position: fixed;
bottom: 20px;
left: 20px;
right: 20px;
background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
color: white;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(45, 90, 39, 0.3);
z-index: 10000;
animation: slideUp 0.3s ease-out;
max-width: 400px;
margin: 0 auto;
}

.install-banner-content,
.update-banner-content {
display: flex;
align-items: center;
padding: 1rem;
gap: 1rem;
}

.install-banner-icon,
.update-banner-icon {
font-size: 1.5rem;
color: white;
flex-shrink: 0;
}

.install-banner-text,
.update-banner-text {
flex: 1;
}

.install-banner-text h4,
.update-banner-text h4 {
margin: 0 0 0.3rem 0;
font-size: 1rem;
font-weight: 700;
}

.install-banner-text p,
.update-banner-text p {
margin: 0;
font-size: 0.85rem;
opacity: 0.9;
}

.install-banner-actions,
.update-banner-actions {
display: flex;
gap: 0.5rem;
align-items: center;
}

.install-btn,
.update-btn {
background: rgba(255, 255, 255, 0.2);
color: white;
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 0.5rem 1rem;
border-radius: 8px;
font-size: 0.85rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}

.install-btn:hover,
.update-btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-1px);
}

.dismiss-btn {
background: none;
color: white;
border: none;
font-size: 1.2rem;
cursor: pointer;
padding: 0.3rem;
border-radius: 50%;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}

.dismiss-btn:hover {
background: rgba(255, 255, 255, 0.2);
}


.notification {
position: fixed;
top: 20px;
right: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
z-index: 10001;
animation: slideInRight 0.3s ease-out;
max-width: 300px;
}

.notification-success {
border-left: 4px solid #4CAF50;
}

.notification-info {
border-left: 4px solid #2196F3;
}

.notification-content {
display: flex;
align-items: center;
gap: 0.8rem;
padding: 1rem;
}

.notification-content i {
font-size: 1.2rem;
}

.notification-success .notification-content i {
color: #4CAF50;
}

.notification-info .notification-content i {
color: #2196F3;
}

.notification-content span {
font-size: 0.9rem;
font-weight: 500;
color: var(--dark-text);
}


@keyframes slideUp {
from {
transform: translateY(100px);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}

@keyframes slideInRight {
from {
transform: translateX(100px);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
}


@media (max-width: 768px) {
#install-banner,
#update-banner {
left: 10px;
right: 10px;
bottom: 10px;
}

.install-banner-content,
.update-banner-content {
padding: 0.8rem;
gap: 0.8rem;
}

.install-banner-text h4,
.update-banner-text h4 {
font-size: 0.9rem;
}

.install-banner-text p,
.update-banner-text p {
font-size: 0.8rem;
}

.notification {
right: 10px;
top: 10px;
max-width: calc(100vw - 20px);
}

.logo-circle {
width: 200px;
height: 200px;
}

.logo-image {
width: 100px;
height: 100px;
}
}

@media (max-width: 480px) {

.bowl-placeholder::before {
width: 160px;
height: 160px;
}

.bowl-placeholder::after {
width: 120px;
height: 120px;
background: rgba(255, 255, 255, 0.95);
box-shadow:
inset 0 4px 15px rgba(0, 0, 0, 0.1),
0 8px 25px rgba(0, 0, 0, 0.15);
}

.bowl-logo {
width: 95px;
height: 95px;
padding: 3px;
}

}


img {
max-width: 100%;
height: auto;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: optimize-contrast;
-ms-interpolation-mode: nearest-neighbor;
}


img[loading="lazy"] {
opacity: 0;
transition: opacity 0.3s ease;
}

img[loading="lazy"].loaded {
opacity: 1;
}


.contact-section {
padding: 4rem 0;
background: #f8f9fa;
}

.contact-header {
text-align: center;
margin-bottom: 3rem;
}

.contact-header h2 {
font-size: 2rem;
font-weight: 600;
color: var(--primary-green);
margin-bottom: 0.5rem;
}

.contact-header p {
font-size: 1rem;
color: #666;
max-width: 500px;
margin: 0 auto;
}

.contact-simple {
max-width: 1000px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}

.contact-item {
display: flex;
align-items: center;
gap: 1rem;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
}

.contact-item:hover {
transform: translateY(-2px);
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.contact-item i {
width: 20px;
text-align: center;
color: var(--primary-green);
font-size: 1.1rem;
}

.contact-text {
flex: 1;
}

.contact-label {
display: block;
font-size: 0.9rem;
color: #666;
margin-bottom: 0.2rem;
font-weight: 500;
}

.contact-text a,
.contact-value {
font-size: 1rem;
color: var(--primary-green);
text-decoration: none;
font-weight: 500;
}

.contact-text a:hover {
color: #1e3a1e;
text-decoration: underline;
}

.social-links-simple {
display: flex;
gap: 0.8rem;
flex-wrap: wrap;
}

.social-link-simple {
display: flex;
align-items: center;
gap: 0.4rem;
padding: 0.4rem 0.8rem;
background: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 6px;
text-decoration: none;
color: #666;
font-size: 0.85rem;
font-weight: 500;
transition: all 0.3s ease;
}

.social-link-simple:hover {
background: var(--primary-green);
color: white;
border-color: var(--primary-green);
transform: translateY(-1px);
}

.social-link-simple i {
font-size: 0.9rem;
width: 14px;
text-align: center;
}



@media (min-width: 1200px) {
.contact-simple {
max-width: 1200px;
grid-template-columns: repeat(3, 1fr);
}

.contact-item {
padding: 1.5rem;
}
}


@media (min-width: 768px) and (max-width: 1199px) {
.contact-simple {
grid-template-columns: repeat(2, 1fr);
max-width: 800px;
}
}


@media (max-width: 767px) {
.contact-section {
padding: 3rem 0;
}

.contact-header h2 {
font-size: 1.8rem;
}

.contact-simple {
grid-template-columns: 1fr;
gap: 1rem;
max-width: 100%;
padding: 0 1rem;
}

.contact-item {
padding: 0.8rem;
}

.contact-item i {
font-size: 1rem;
}

.contact-label {
font-size: 0.85rem;
}

.contact-text a,
.contact-value {
font-size: 0.9rem;
}

.social-links-simple {
gap: 0.6rem;
flex-wrap: wrap;
}

.social-link-simple {
padding: 0.3rem 0.6rem;
font-size: 0.8rem;
}

.social-link-simple i {
font-size: 0.8rem;
width: 12px;
}
}


@media (max-width: 480px) {
.contact-section {
padding: 2rem 0;
}

.contact-header h2 {
font-size: 1.5rem;
}

.contact-header p {
font-size: 0.9rem;
}

.contact-item {
padding: 0.6rem;
flex-direction: column;
text-align: center;
gap: 0.5rem;
}

.contact-item i {
font-size: 1.2rem;
}

.social-links-simple {
justify-content: center;
}
}

/* ========================================
MENU SECTION STYLES
======================================== */

.menu-section {
padding: 6rem 0;
background: linear-gradient(135deg, #f8faf9 0%, #f1f7f2 100%);
position: relative;
overflow: hidden;
}

.menu-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e8f5e8" opacity="0.3"/><circle cx="75" cy="75" r="1" fill="%23d4f1d4" opacity="0.2"/><circle cx="50" cy="10" r="0.5" fill="%23c8e6c8" opacity="0.4"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
pointer-events: none;
opacity: 0.6;
}

.menu-header {
text-align: center;
margin-bottom: 4rem;
position: relative;
z-index: 2;
}

.menu-header .section-title {
font-size: clamp(2.5rem, 5vw, 3.5rem);
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1rem;
background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.menu-header .section-subtitle {
font-size: 1.2rem;
color: var(--light-text);
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}


.menu-filters {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 0.75rem;
margin-bottom: 3rem;
position: relative;
z-index: 2;
}

.filter-btn {
background: white;
border: 2px solid rgba(45, 90, 39, 0.1);
color: var(--primary-green);
padding: 0.75rem 1.5rem;
border-radius: 50px;
font-size: 0.95rem;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.filter-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(45, 90, 39, 0.1), transparent);
transition: left 0.5s ease;
}

.filter-btn:hover::before {
left: 100%;
}

.filter-btn:hover {
border-color: var(--secondary-green);
color: var(--secondary-green);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(45, 90, 39, 0.15);
}

.filter-btn.active {
background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
color: white;
border-color: var(--primary-green);
box-shadow: 0 8px 25px rgba(45, 90, 39, 0.25);
}


.menu-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
position: relative;
z-index: 2;
}


.product-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(45, 90, 39, 0.08);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
cursor: pointer;
opacity: 0;
transform: translateY(30px);
animation: fadeInUp 0.6s ease forwards;
}

.product-card:nth-child(1) { animation-delay: 0.1s; }
.product-card:nth-child(2) { animation-delay: 0.2s; }
.product-card:nth-child(3) { animation-delay: 0.3s; }
.product-card:nth-child(4) { animation-delay: 0.4s; }
.product-card:nth-child(5) { animation-delay: 0.5s; }
.product-card:nth-child(6) { animation-delay: 0.6s; }
.product-card:nth-child(7) { animation-delay: 0.7s; }
.product-card:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
to {
opacity: 1;
transform: translateY(0);
}
}

.product-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(45, 90, 39, 0.02) 0%, rgba(10, 191, 83, 0.02) 100%);
opacity: 0;
transition: opacity 0.3s ease;
}

.product-card:hover::before {
opacity: 1;
}

.product-card:hover {
transform: translateY(-8px) scale(1.02);
box-shadow: 0 20px 40px rgba(45, 90, 39, 0.15);
}

.product-image-container {
position: relative;
height: 200px;
overflow: hidden;
background: linear-gradient(135deg, #f8faf9 0%, #f1f7f2 100%);
}

.product-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}

.product-card:hover .product-image {
transform: scale(1.1);
}

.product-category {
display: none;
}

.product-info {
padding: 1.5rem;
position: relative;
}

.product-name {
font-size: 1.3rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 0.5rem;
line-height: 1.3;
}

.product-description {
font-size: 0.95rem;
color: var(--light-text);
line-height: 1.5;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.product-footer {
display: flex;
justify-content: space-between;
align-items: center;
}

.product-price {
font-size: 1.4rem;
font-weight: 700;
color: var(--secondary-green);
background: linear-gradient(135deg, var(--secondary-green) 0%, #0abf53 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.product-price::before {
content: 'IQD ';
font-size: 0.9rem;
opacity: 0.8;
}

.product-weight {
font-size: 0.85rem;
color: var(--light-text);
font-weight: 500;
}


.product-card.loading {
pointer-events: none;
}

.product-card.loading .product-image-container {
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
}

.product-card.loading .product-name,
.product-card.loading .product-description,
.product-card.loading .product-price {
background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
background-size: 200% 100%;
animation: loading 1.5s infinite;
color: transparent;
border-radius: 4px;
}

.product-card.loading .product-name {
height: 1.3rem;
width: 70%;
margin-bottom: 0.5rem;
}

.product-card.loading .product-description {
height: 0.95rem;
width: 100%;
margin-bottom: 0.5rem;
}

.product-card.loading .product-description:nth-child(2) {
width: 85%;
}

.product-card.loading .product-price {
height: 1.4rem;
width: 40%;
}

@keyframes loading {
0% {
background-position: 200% 0;
}
100% {
background-position: -200% 0;
}
}


.product-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}

.product-modal.active {
opacity: 1;
visibility: visible;
}

.modal-backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(45, 90, 39, 0.8);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}

.modal-content {
position: relative;
background: white;
border-radius: 24px;
max-width: 900px;
width: 90%;
max-height: 90vh;
overflow-y: auto;
box-shadow: 0 30px 60px rgba(45, 90, 39, 0.3);
transform: scale(0.8) translateY(50px);
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-modal.active .modal-content {
transform: scale(1) translateY(0);
}

.modal-close {
position: absolute;
top: 1rem;
right: 1rem;
background: rgba(255, 255, 255, 0.9);
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
z-index: 10;
}

.modal-close:hover {
background: white;
transform: scale(1.1);
}

.modal-close i {
color: var(--primary-green);
font-size: 1.2rem;
}

.modal-body {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}

.product-detail-image {
position: relative;
background: linear-gradient(135deg, #f8faf9 0%, #f1f7f2 100%);
}

.product-detail-image img {
width: 100%;
height: 400px;
object-fit: cover;
border-radius: 24px 0 0 24px;
}

.product-detail-info {
padding: 2.5rem;
display: flex;
flex-direction: column;
justify-content: center;
}

.product-detail-info h3 {
font-size: 2rem;
font-weight: 700;
color: var(--primary-green);
margin-bottom: 1rem;
line-height: 1.2;
}

.product-detail-meta {
display: flex;
gap: 1rem;
margin-bottom: 1.5rem;
}

.product-detail-meta span {
background: rgba(45, 90, 39, 0.1);
color: var(--primary-green);
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.9rem;
font-weight: 600;
}

.product-detail-info p {
font-size: 1.1rem;
color: var(--light-text);
line-height: 1.6;
margin-bottom: 1.5rem;
}

.product-ingredients {
background: rgba(45, 90, 39, 0.05);
padding: 1rem;
border-radius: 12px;
border-left: 4px solid var(--secondary-green);
}

.product-ingredients h4 {
font-size: 1rem;
font-weight: 600;
color: var(--primary-green);
margin-bottom: 0.5rem;
}

.product-ingredients ul {
list-style: none;
padding: 0;
margin: 0;
}

.product-ingredients li {
font-size: 0.9rem;
color: var(--light-text);
padding: 0.2rem 0;
position: relative;
padding-left: 1rem;
}

.product-ingredients li::before {
content: '•';
color: var(--secondary-green);
position: absolute;
left: 0;
font-weight: bold;
}


@media (max-width: 1024px) {
.menu-grid {
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 1.5rem;
}
}

@media (max-width: 768px) {
.menu-section {
padding: 4rem 0;
}

.menu-header {
margin-bottom: 2.5rem;
}

.menu-header .section-title {
font-size: 2.2rem;
}

.menu-header .section-subtitle {
font-size: 1rem;
}

.menu-filters {
gap: 0.5rem;
margin-bottom: 2rem;
}

.filter-btn {
padding: 0.6rem 1.2rem;
font-size: 0.9rem;
}

.menu-grid {
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
gap: 1.2rem;
}

.product-image-container {
height: 180px;
}

.product-info {
padding: 1.2rem;
}

.product-name {
font-size: 1.2rem;
}

.modal-body {
grid-template-columns: 1fr;
}

.product-detail-image img {
border-radius: 24px 24px 0 0;
height: 250px;
}

.product-detail-info {
padding: 1.5rem;
}

.product-detail-info h3 {
font-size: 1.6rem;
}
}

@media (max-width: 480px) {
.menu-section {
padding: 3rem 0;
}

.menu-header {
margin-bottom: 2rem;
}

.menu-header .section-title {
font-size: 1.8rem;
}

.menu-filters {
flex-direction: column;
align-items: center;
gap: 0.4rem;
}

.filter-btn {
width: 100%;
max-width: 200px;
padding: 0.7rem 1rem;
text-align: center;
}

.menu-grid {
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 1rem;
}

.product-image-container {
height: 160px;
}

.product-info {
padding: 1rem;
}

.product-name {
font-size: 1.1rem;
}

.product-description {
font-size: 0.9rem;
}

.product-price {
font-size: 1.2rem;
}

.modal-content {
width: 95%;
margin: 1rem;
}

.product-detail-info {
padding: 1rem;
}

.product-detail-info h3 {
font-size: 1.4rem;
}

.product-detail-info p {
font-size: 1rem;
}
}


[dir="rtl"] .product-card {
text-align: right;
}

[dir="rtl"] .product-footer {
flex-direction: row-reverse;
}

[dir="rtl"] .modal-body {
direction: rtl;
}

[dir="rtl"] .product-ingredients li {
padding-left: 0;
padding-right: 1rem;
}

[dir="rtl"] .product-ingredients li::before {
left: auto;
right: 0;
}


@media (prefers-color-scheme: dark) {
.menu-section {
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}

.product-card {
background: #2a2a2a;
color: white;
}

.product-name {
color: white;
}

.product-description {
color: #ccc;
}

.modal-content {
background: #2a2a2a;
color: white;
}

.product-detail-info h3 {
color: white;
}

.product-detail-info p {
color: #ccc;
}
}
