/* ==========================================================================
   Lunch4You - Design System
   NGJYRA PINK DOMINON - #df1371 nga lunch4you.de
   ========================================================================== */

/* Override Bootstrap 5 variables - ngjyra pink dominon */
:root {
    /* Pink - ngjyra dominuese (logo Mr. Lunch) */
    --lunch4you-pink: #E91E81;
    --lunch4you-pink-dark: #c4186a;
    --lunch4you-pink-light: #f06292;

    /* Logo Mr. Lunch – akcente */
    --hero-teal: #48A9C2;
    --hero-orange: #F7941D;
    --hero-lime: #A3D133;

    /* Ndihmës */
    --lunch4you-dark: #2a2a2a;
    --lunch4you-cream: #fff;
    --lunch4you-text: #2a2a2a;
    --lunch4you-text-muted: #666;

    /* Primary = PINK (dominon) */
    --lunch4you-primary: #E91E81;
    --lunch4you-primary-dark: #c4186a;
    --lunch4you-primary-light: #f06292;
    --lunch4you-green: #df1371;
    --lunch4you-green-light: #e91e7a;
    --lunch4you-green-accent: #df1371;

    /* Bootstrap overrides - PINK dominon */
    --bs-primary: #E91E81;
    --bs-primary-rgb: 233, 30, 129;
    --bs-secondary: #2a2a2a;
    --bs-secondary-rgb: 42, 42, 42;
    --bs-dark: #2a2a2a;
    --bs-light: #fff;
}

/* Forca ngjyrat - mbishkruan Bootstrap plotësisht */
.badge.bg-lunch4you, .badge.bg-primary { background-color: #E91E81 !important; }
.btn-primary { background-color: #E91E81 !important; border-color: #E91E81 !important; }
.btn-primary:hover { background-color: #2a2a2a !important; border-color: #2a2a2a !important; }
.bg-light { background-color: #fff !important; }
a.text-lunch4you, .text-lunch4you, h1.text-lunch4you, h2.text-lunch4you { color: #E91E81 !important; }

html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--lunch4you-text);
    line-height: 1.6;
    background: #fff;
}

/* Skip link - Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--lunch4you-primary);
    color: white;
    padding: 8px 16px;
    z-index: 100;
    transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* 8px Spacing Scale - UI/UX Best Practice */
.container { --bs-gutter-x: 1.5rem; }
.container-wide { max-width: 1280px; }

/* Extra section spacing */
.py-lg-6 { padding-top: 3rem; padding-bottom: 3rem; }
@media (min-width: 992px) {
    .py-lg-6 { padding-top: 4.5rem; padding-bottom: 4.5rem; }
}

.announcement-bar {
    background: var(--lunch4you-primary);
    color: white;
    font-size: 0.875rem;
}

header .navbar-brand {
    font-weight: 700;
    letter-spacing: -0.5px;
    padding: 0;
}

/* Logo Lunch4You - nga lunch4you.de */
.navbar-brand .logo-img {
    height: 68px;
    width: auto;
    display: block;
}
footer .logo-img,
.logo-img-footer {
    height: 64px;
    width: auto;
}

.logo-lunch { color: var(--lunch4you-dark); }
.logo-4 { color: var(--lunch4you-primary); font-weight: 800; }
.logo-you { color: var(--lunch4you-primary-dark); }
footer .logo-lunch { color: rgba(255,255,255,0.9); }
footer .logo-4 { color: var(--lunch4you-primary-light); }
footer .logo-you { color: white; }

.navbar .nav-link {
    font-weight: 500;
    color: var(--lunch4you-text) !important;
    transition: color 0.2s;
    padding: 8px 12px !important;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}

.navbar .nav-link:hover { color: #2a2a2a !important; }
.navbar .nav-link:focus-visible { outline: 2px solid var(--lunch4you-primary); outline-offset: 2px; }

/* Buttons – border-radius i përmirësuar për pamje moderne */
.btn, .btn-primary, .btn-secondary, .btn-outline-secondary, .btn-outline-light, .btn-outline-danger,
.btn-lunch4you, .btn-cta, .btn-mehr-dazu, .btn-add-cart {
    border-radius: 16px !important;
}
.btn-lunch4you {
    background: var(--lunch4you-primary);
    color: white !important;
    border: none;
    min-height: 44px;
    padding: 10px 24px;
    border-radius: 16px !important;
}

.btn-lunch4you:hover {
    background: #2a2a2a;
    color: white !important;
}

.btn-lunch4you:focus-visible {
    box-shadow: 0 0 0 3px rgba(223, 19, 113, 0.3);
}

.btn-outline-lunch4you {
    color: var(--lunch4you-primary);
    border: 2px solid var(--lunch4you-primary);
    background: transparent;
    border-radius: 16px !important;
}
.btn-outline-lunch4you:hover {
    background: #2a2a2a;
    color: white;
    border-color: #2a2a2a;
}

/* Index page – butonat me radius më të madh dhe pak më të vogla */
.page-index .btn,
.page-index .btn-lunch4you,
.page-index .btn-outline-secondary,
.page-index .btn-outline-lunch4you,
.page-index .btn-cta {
    border-radius: 24px !important;
    padding: 0.5rem 1.25rem;
    font-size: 0.95rem;
}
.page-index .btn-lg {
    padding: 0.6rem 1.5rem !important;
    font-size: 1rem;
}
.page-index .navbar .btn-lunch4you {
    padding: 0.45rem 1rem;
    min-height: 40px;
}

.cart-count {
    font-size: 0.65rem;
    top: -5px;
    right: -5px;
    background: var(--lunch4you-primary) !important;
}

.bg-lunch4you { background: var(--lunch4you-primary) !important; background-color: #df1371 !important; }
.bg-dark-footer { background: var(--lunch4you-primary) !important; background-color: #df1371 !important; }
.text-lunch4you { color: var(--lunch4you-primary) !important; color: #df1371 !important; }

/* Badge & buttons - override Bootstrap - PINK */
.badge.bg-lunch4you { background-color: #df1371 !important; }
.btn-lunch4you, .btn.bg-lunch4you { background-color: #df1371 !important; }

/* Hero - Split layout: text left, image right, no gradient */
.hero-section {
    position: relative;
    min-height: 82vh;
    background: #f8e8ee;
}

.hero-split .hero-food-img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

/* Hero 3D Slider - katror (square) */
.hero-slider-3d {
    perspective: 1200px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    aspect-ratio: 1;
}
.slider-3d-container {
    position: relative;
    perspective: 1200px;
    width: 100%;
    height: 100%;
    min-height: 260px;
}
.slider-3d-track {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 260px;
}
.slider-3d-slide {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 2px solid rgba(223, 19, 113, 0.35);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    transform-style: preserve-3d;
    opacity: 0;
    transform: translateZ(-100px) rotateY(-30deg) scale(0.9);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
    cursor: pointer;
}
.slider-3d-slide.active {
    opacity: 1;
    transform: translateZ(0) rotateY(0) scale(1);
    pointer-events: auto;
    z-index: 2;
}
.slider-3d-slide.prev,
.slider-3d-slide.next {
    pointer-events: auto;
    cursor: pointer;
}
.slider-3d-slide.prev {
    opacity: 0.5;
    transform: translateZ(-80px) rotateY(25deg) translateX(-30%) scale(0.85);
    z-index: 1;
}
.slider-3d-slide.next {
    opacity: 0.5;
    transform: translateZ(-80px) rotateY(-25deg) translateX(30%) scale(0.85);
    z-index: 1;
}
.slider-3d-slide img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}
.slider-3d-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 2.25rem;
}
.slider-3d-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(201, 125, 154, 0.45);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.slider-3d-dots .dot:hover {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.2);
}
.slider-3d-dots .dot.active {
    background: var(--lunch4you-primary);
    transform: scale(1.3);
    box-shadow: 0 0 0 3px rgba(201, 125, 154, 0.3);
}

/* Hero-mrlunch: slider i zvogeluar */
.hero-mrlunch .hero-slider-3d {
    max-width: 360px;
}
@media (min-width: 768px) {
    .hero-mrlunch .hero-slider-3d { max-width: 400px; }
}
@media (min-width: 992px) {
    .hero-mrlunch .hero-slider-3d { max-width: 440px; }
}
.hero-mrlunch .slider-3d-dots .dot {
    background: rgba(223, 19, 113, 0.35);
}
.hero-mrlunch .slider-3d-dots .dot.active {
    background: var(--lunch4you-pink);
    box-shadow: 0 0 0 6px rgba(223, 19, 113, 0.2);
}

.min-vh-75 { min-height: 75vh; }

.hero-split .btn-outline-secondary:hover {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: white !important;
}

/* About section – UI/UX optimized */
.about-section {
    background: #fff !important;
}
.about-section .section-badge,
.about-section .section-title {
    display: block;
    width: 100%;
    text-align: center;
}
.about-intro {
    max-width: 42rem;
    color: var(--lunch4you-text-muted);
    text-align: center;
}
.about-card {
    background: #fff;
    border: 2px solid rgba(223, 19, 113, 0.25);
    border-radius: 20px;
    padding: 1.75rem 1.5rem;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 0, 0, 0.2);
}
.about-card-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.about-card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(223, 19, 113, 0.12), rgba(223, 19, 113, 0.06));
    color: var(--lunch4you-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}
.about-card:hover .about-card-icon {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.04));
}
.about-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--lunch4you-text);
    margin: 0;
}
.about-card-text {
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--lunch4you-text-muted);
    margin: 0;
    text-align: left;
}

/* Feature Cards */
.feature-card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: rgba(223, 19, 113, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lunch4you-primary);
}

/* Banners */
.banner-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    transition: transform 0.3s;
}

.banner-card:hover { transform: scale(1.02); }

.banner-overlay-dark {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(170, 13, 86, 0.9) 0%, rgba(0,0,0,0.2) 60%);
    z-index: 1;
}

.banner-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.5rem 1.5rem 2rem;
    z-index: 2;
}

.min-h-300 { min-height: 280px; }
.object-cover { object-fit: cover; }

/* Healthy Section - Full width parallax + centered text */
.healthy-section.healthy-parallax {
    position: relative;
    min-height: 70vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 0;
}
.healthy-parallax-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('images/banner-urlaub.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
@media (max-width: 991px) {
    .healthy-parallax-bg {
        background-attachment: scroll; /* Fallback: mobile often has issues with fixed */
    }
}
.healthy-parallax-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(170, 13, 86, 0.35) 100%);
    z-index: 0;
}
.healthy-parallax-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.healthy-parallax-content .container {
    max-width: 680px;
}
.healthy-parallax-content h2,
.healthy-parallax-content p,
.healthy-parallax-content .lead {
    color: #fff !important;
    text-shadow: 0 2px 16px rgba(0,0,0,0.6), 0 0 40px rgba(0,0,0,0.3);
}
.healthy-parallax-content h2 {
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    letter-spacing: 0.02em;
}
.healthy-parallax-content .lead {
    font-size: 1.15rem;
    opacity: 0.95;
}
.healthy-parallax-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.92;
}

/* UNSERE STYLES - Slider (gleich wie Banner Cards) */
.styles-slider-wrapper { padding: 0 3rem; position: relative; }
.styles-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
}
.styles-slider::-webkit-scrollbar { display: none; }
.styles-slider-track {
    padding: 0.5rem 0;
    flex-wrap: nowrap;
}
.styles-slider-track .banner-card { width: 300px; flex: 0 0 300px; }
.styles-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--lunch4you-primary);
    color: white;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: background 0.2s, transform 0.2s;
}
.styles-slider-btn:hover { background: #2a2a2a; color: white; transform: translateY(-50%) scale(1.05); }
.styles-slider-prev { left: 0; }
.styles-slider-next { right: 0; }

/* Bestseller Produkt-Cards Slider (si Chiang Mai Nudeln) */
.products-slider-wrapper { padding: 0 3rem; position: relative; }
.products-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: 100%;
}
.products-slider::-webkit-scrollbar { display: none; }
.products-slider-track {
    display: flex;
    flex-wrap: nowrap;
    padding: 0.5rem 0.5rem;
    align-items: stretch;
    gap: 1rem;
}
.products-slider-card {
    width: 320px;
    flex: 0 0 320px;
    min-width: 320px;
    border: 1px solid rgba(223, 19, 113, 0.3);
    border-radius: 14px;
    overflow: hidden;
}
.products-slider-card .menu-card .card-img-top {
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.products-slider-card .menu-card .card-body {
    padding: 1.15rem 1.25rem 1.2rem;
}
.products-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--lunch4you-primary);
    color: white;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: background 0.2s, transform 0.2s;
}
.products-slider-btn:hover { background: #2a2a2a; color: white; transform: translateY(-50%) scale(1.05); }
.products-slider-prev { left: 0; }
.products-slider-next { right: 0; }

/* UNSERE STYLES - Food image cards (fallback) */
.style-card-img {
    display: block;
    transition: transform 0.3s;
}
.style-card-img:hover { transform: scale(1.03); }
.style-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.style-card-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(170, 13, 86, 0.85) 0%, rgba(0,0,0,0.15) 70%);
    z-index: 1;
}
.style-card-label {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1rem 1rem 1.25rem;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    z-index: 2;
}

/* Steps - Icon outline + solid circle + text (lunch4you.de style) */
.step-card {
    border: 1px solid rgba(201, 125, 154, 0.3);
    min-height: 220px;
    box-shadow: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.step-card:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.step-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.step-icon {
    font-size: 2.5rem;
    color: var(--lunch4you-primary);
}

.step-circle {
    width: 48px;
    height: 48px;
    background: var(--lunch4you-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

/* FAQ Accordion */
.accordion-button {
    font-weight: 600;
    color: var(--lunch4you-dark);
}

.accordion-button:not(.collapsed) {
    background: rgba(223, 19, 113, 0.08);
    color: var(--lunch4you-primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(223, 19, 113, 0.3);
}

.accordion-item { border-color: rgba(223, 19, 113, 0.15); }

/* FAQ – accordion minimal pa shadow */
#faq .accordion-faq-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
}
#faq .accordion-faq-item:hover {
    border-color: rgba(0, 0, 0, 0.15);
}
#faq .accordion-body {
    padding-top: 0.25rem;
}
#faq .faq-cta .btn {
    min-height: 44px;
}

/* Shop Quick Chips – UNSERE MENÜS, Bestseller, Neu */
.shop-quick-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}
.shop-quick-chips .chip {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none;
    background: rgba(45, 138, 94, 0.12);
    color: #2d8a5e;
    border: 1px solid rgba(45, 138, 94, 0.3);
    transition: all 0.25s ease;
}
.shop-quick-chips .chip:hover {
    background: rgba(45, 138, 94, 0.2);
    color: #24704b;
    border-color: rgba(45, 138, 94, 0.5);
}
.shop-quick-chips .chip.chip-active {
    background: #2d8a5e;
    color: white;
    border-color: #2d8a5e;
}

/* Menu section – single container card for all content */
.section-menu .menu-container-card {
    background: #fff;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08), 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.06);
}
.menu-filters-section {
    padding: 1.5rem 2rem 1.25rem;
    background: linear-gradient(180deg, rgba(253, 242, 247, 0.5) 0%, transparent 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-filters-inner {
    max-width: 100%;
}
.menu-content-wrap {
    padding: 1.5rem 2rem 2rem;
}
.menu-category-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lunch4you-primary);
    margin: 0 0 1.25rem;
    text-align: center;
}
.menu-container-card .menu-search-input-group {
    border-color: rgba(0, 0, 0, 0.1);
    background: #fff;
}
.menu-container-card .menu-search-input-group .input-group-text {
    background: #f8f9fa !important;
    color: #666;
}
.menu-load-sentinel {
    min-height: 1px;
    width: 100%;
    pointer-events: none;
}
.menu-loading-more {
    width: 100%;
}
.menu-loading-slider {
    width: 80px;
    height: 4px;
    margin: 0 auto;
    background: rgba(223, 19, 113, 0.15);
    border-radius: 4px;
    overflow: hidden;
}
.menu-loading-slider::after {
    content: '';
    display: block;
    width: 40%;
    height: 100%;
    background: var(--lunch4you-primary);
    border-radius: 4px;
    animation: menuLoadSlide 0.8s ease-in-out infinite;
}
@keyframes menuLoadSlide {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(150%); }
    100% { transform: translateX(-100%); }
}
@media (min-width: 768px) {
    .menu-filters-section { padding: 1.75rem 2.25rem 1.5rem; }
    .menu-content-wrap { padding: 2rem 2.25rem 2.5rem; }
    .menu-category-title { font-size: 1.2rem; margin-bottom: 1.5rem; }
}

/* Menu filters – modern checkbox chips */
.menu-filters-section .menu-filters-label { margin-bottom: 0; }
.menu-filters-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
}
.menu-category-checkboxes,
.menu-category-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    justify-content: flex-start;
}
.menu-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    user-select: none;
}
.menu-filter-chip:hover {
    border-color: rgba(223, 19, 113, 0.35);
    background: rgba(223, 19, 113, 0.04);
}
.menu-filter-chip input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.menu-filter-checkbox-custom {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 0.35rem;
    border: 2px solid rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}
.menu-filter-chip input:checked + .menu-filter-checkbox-custom {
    background: var(--lunch4you-primary);
    border-color: var(--lunch4you-primary);
}
.menu-filter-chip input:checked + .menu-filter-checkbox-custom::after {
    content: '\2713';
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}
.menu-filter-chip:has(input:checked) .menu-filter-label {
    color: var(--lunch4you-primary);
    font-weight: 600;
}
.menu-filter-chip:has(input:checked) {
    border-color: rgba(223, 19, 113, 0.4);
    background: rgba(223, 19, 113, 0.08);
}
.menu-filter-chip:has(input:checked):hover {
    background: rgba(223, 19, 113, 0.12);
}

/* Legacy chip styles (shop) – ruhen për shop.html */
.menu-category-chips .chip {
    text-transform: none;
    background: none !important;
    border: none !important;
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    color: #555;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: color 0.2s ease, border-color 0.2s ease, border-width 0.2s ease;
}
.menu-category-chips .chip:hover { background: none !important; color: var(--lunch4you-primary); border-bottom-color: rgba(223, 19, 113, 0.4); }
.menu-category-chips .chip.chip-active { background: none !important; color: var(--lunch4you-primary); font-weight: 600; border-bottom: 2px solid var(--lunch4you-primary); }

/* Menu search – si live: kategori majtas (2 rreshta), kërkesa djathtas, zë hapësirën e mbetur */
.menu-products-toolbar {
    gap: 1rem;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .menu-products-toolbar {
        flex-wrap: nowrap;
        align-items: center;
    }
    .menu-category-chips {
        flex: 0 1 auto;
        min-width: 0;
    }
    .menu-search-wrap {
        flex: 0 0 auto;
        min-width: 140px;
        max-width: 200px;
    }
}
.menu-search-input-group {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.menu-search-input-group .input-group-text {
    border: none;
    background: transparent !important;
    padding: 0.25rem 0.4rem 0.25rem 0.6rem;
    font-size: 0.8rem;
}
.menu-search-input-group .form-control {
    border: none !important;
    padding: 0.35rem 0.5rem 0.35rem 0.2rem;
    font-size: 0.875rem;
    background: transparent !important;
}
.menu-search-input-group .form-control::placeholder { color: #999; }
.menu-search-input-group .form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}
@media (max-width: 767px) {
    .menu-products-toolbar { flex-direction: column; align-items: stretch; }
    .menu-search-wrap { max-width: 100%; }
    .menu-category-chips { justify-content: center; }
}

/* Shop Pagination */
#shop-pagination .pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
#shop-pagination .page-item .page-link {
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #2d8a5e;
    border: 1px solid rgba(45, 138, 94, 0.3);
    background: #fff;
    transition: all 0.2s ease;
}
#shop-pagination .page-item .page-link:hover {
    background: rgba(45, 138, 94, 0.1);
    border-color: #2d8a5e;
    color: #24704b;
}
#shop-pagination .page-item.active .page-link {
    background: #2d8a5e;
    border-color: #2d8a5e;
    color: white;
}
#shop-pagination .page-item.disabled .page-link {
    opacity: 0.5;
    pointer-events: none;
}

/* Menu Cards – base + refined inside section-menu */
.menu-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s;
    display: flex;
    flex-direction: column;
}
.menu-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12), 0 6px 16px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
    border-color: rgba(0, 0, 0, 0.1);
}
.section-menu .menu-card {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08), 0 3px 12px rgba(0, 0, 0, 0.04);
}
.section-menu .menu-card:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Menu products grid – stagger kur shfaqen kartat (scroll) */
.page-mrlunch .section-menu #menu-products-grid > .menu-product-col.animate-on-scroll:nth-child(4n+1) { transition-delay: 0s; }
.page-mrlunch .section-menu #menu-products-grid > .menu-product-col.animate-on-scroll:nth-child(4n+2) { transition-delay: 0.07s; }
.page-mrlunch .section-menu #menu-products-grid > .menu-product-col.animate-on-scroll:nth-child(4n+3) { transition-delay: 0.14s; }
.page-mrlunch .section-menu #menu-products-grid > .menu-product-col.animate-on-scroll:nth-child(4n+4) { transition-delay: 0.21s; }

/* Foto full-width – rounded top corners, border i hollë roz rreth imazhit */
.menu-card .card-img-wrap {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: none;
    border-radius: 14px 14px 0 0;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #eee 100%);
    min-height: 220px;
}
.menu-card .card-img-top {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}
.menu-card:hover .card-img-top {
    transform: scale(1.02);
}

/* BESTSELLER badge – oval/pill si në foto */
.menu-card .badge-bestseller {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #df1371;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
}
.menu-card .badge-neu {
    position: absolute;
    top: 12px;
    right: 12px;
    left: auto;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.35rem 1rem;
}

.menu-card .card-body {
    padding: 0.85rem 1rem 1rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 0;
}
.menu-card .card-actions { margin-top: auto; padding-top: 0.5rem; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0.4rem; align-items: stretch; width: 100%; }
.menu-card .card-actions .btn { margin-bottom: 0 !important; min-width: 0; font-size: 0.8rem; padding: 0.45rem 0.5rem; min-height: 38px; }
.menu-card .card-actions .btn-mehr-dazu { flex: 0 1 auto; max-width: 45%; }
.menu-card .card-actions .btn-add-cart { flex: 1; }

/* Titull + çmim në një rresht – titulli majtas, çmimi djathtas */
.menu-card .card-title-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.menu-card .card-title {
    color: var(--lunch4you-dark);
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}

/* Çmim – jeshil i gjallë (si në foto), inkl. MwSt. më e vogël, të djathtë, në një rresht */
.menu-card .product-price {
    margin-bottom: 0;
    line-height: 1.5;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    justify-content: flex-end;
    gap: 0.25rem;
    white-space: nowrap;
}
.menu-card .product-price .price-val {
    color: #198754;
    font-weight: 700;
    font-size: 1.1rem;
}
.menu-card .product-price .price-vat {
    color: var(--lunch4you-text-muted);
    font-size: 0.75rem;
    font-weight: 500;
    margin-left: 0.2rem;
}

/* Badge ushqyese – të gjitha në një linjë, majtas */
.menu-card .nutrition-badges {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.35rem;
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    max-width: 100%;
}
.products-slider-card .menu-card .nutrition-badges {
    max-width: 100%;
    width: 100%;
}
.menu-card .nutrition-badge {
    min-width: 48px;
    padding: 0.35rem 0.4rem;
    border-radius: 8px;
    background: #f1f3f4;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    flex: 1 1 0;
}
.menu-card .nutrition-badge .val {
    font-weight: 700;
    color: var(--lunch4you-dark);
    font-size: 0.8rem;
    line-height: 1.2;
}
.menu-card .nutrition-badge .lbl {
    color: var(--lunch4you-text-muted);
    font-size: 0.5rem;
    margin-top: 0.1rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

/* Mehr Dazu – jeshil i ngurtë si në foto */
.menu-card .btn-mehr-dazu {
    background: #198754;
    color: white !important;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    transition: background 0.25s ease;
}
.menu-card .btn-mehr-dazu:hover {
    background: #157347;
    color: white !important;
}
.menu-card .btn-mehr-dazu:focus-visible {
    outline: 2px solid #2d8a5e;
    outline-offset: 2px;
}

.menu-card .btn-add-cart {
    background: #df1371;
    color: white;
    border: none;
    min-height: 46px;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 16px;
    transition: background 0.25s ease, transform 0.2s;
}
.menu-card .btn-add-cart:hover {
    background: #2a2a2a;
    color: white;
    transform: translateY(-1px);
}
.menu-card .btn-add-cart:focus-visible {
    outline: 2px solid var(--lunch4you-primary);
    outline-offset: 2px;
}

/* Cart page */
.cart-item-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.cart-item-name { font-size: 1rem; color: var(--lunch4you-dark); }
.cart-item .input-group { max-width: 120px; }
.cart-item .cart-qty-input { font-weight: 600; }

/* Cart page – Warenkorb */
.cart-item-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.cart-item .input-group .btn { padding: 0.25rem 0.5rem; }
.cart-item .cart-remove { flex-shrink: 0; }

/* CTA Section - button style */
.cta-section .btn-cta {
    border: 2px solid rgba(255,255,255,0.8);
    color: #2a2a2a;
}
.cta-section .btn-cta:hover {
    background: white !important;
    border-color: white;
    color: #2a2a2a;
}

/* Footer - smooth transition from CTA */
.site-footer {
    position: relative;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--lunch4you-primary), transparent);
    opacity: 0.6;
}

.site-footer .footer-link {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    transition: color 0.2s;
}
.site-footer .footer-link:hover {
    color: white;
}

/* Footer - legacy/fallback */
footer a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
}
footer a:hover { color: white; }

.footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s;
}
.footer-link:hover { color: white; }

.btn-cta {
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #2a2a2a;
}
.btn-cta:hover {
    background: white !important;
    border-color: white !important;
    color: #2a2a2a !important;
}

.site-footer {
    border-top: 3px solid rgba(223, 19, 113, 0.3);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.15);
}

/* Page Header - Inner pages */
.page-header {
    background: linear-gradient(135deg, var(--lunch4you-primary-dark), var(--lunch4you-primary));
    color: white;
    padding: 3rem 0;
}

/* Shop Hero - Foto në page-header */
.page-header.shop-hero {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1551183053-bf91a1d81141?w=1600&q=85');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 280px;
    padding: 4rem 0;
    display: flex;
    align-items: center;
}
.page-header.shop-hero .shop-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(170, 13, 86, 0.8), rgba(223, 19, 113, 0.7));
    z-index: 0;
}
.page-header.shop-hero .container { z-index: 1; position: relative; }

.breadcrumb {
    background: transparent;
    padding: 0;
}

.breadcrumb-item a { color: rgba(255,255,255,0.8); }
.breadcrumb-item.active { color: white; }

/* Form focus - Accessible */
.form-control:focus,
.form-select:focus {
    border-color: var(--lunch4you-primary);
    box-shadow: 0 0 0 0.2rem rgba(223, 19, 113, 0.25);
}

.fact-icon-box {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background: rgba(201, 125, 154, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fact-card.d-flex .fact-icon-box { margin: 0; }
.fact-icon-box .bi { font-size: 1.5rem; color: var(--lunch4you-primary); }

/* Content typography - Legal pages */
.legal-content h3 { margin-top: 2rem; }
.legal-content p { margin-bottom: 1rem; }

/* Cart page - Warenkorb */
.cart-item-img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.cart-item .cart-item-name { font-size: 1rem; color: var(--lunch4you-dark); }
.cart-item .input-group .btn { padding: 0.25rem 0.5rem; }

/* ========== NGJYRA PINK DOMINON - 100% në të gjithë projektin ========== */
/* #df1371 pink | #aa0d56 pink e errët | #e91e7a pink e hapur | #2a2a2a teksti */

html, html body { color: #2a2a2a !important; }
html body .announcement-bar { background: #df1371 !important; color: #fff !important; }
html body .btn-lunch4you, html body .bg-lunch4you { background: #df1371 !important; color: #fff !important; }
html body .btn-lunch4you:hover { background: #2a2a2a !important; color: #fff !important; }
html body .bg-dark-footer { background: #df1371 !important; }
html body footer:not(.site-footer) { background: #df1371 !important; }
html body .navbar-brand img, html body .navbar-brand { color: #df1371 !important; }
html body .text-lunch4you, html body .feature-icon, html body .feature-icon i,
html body .fact-card i, html body .fact-card .bi, html body .display-4.text-lunch4you, html body .display-6.text-lunch4you,
html body .step-icon, html body h2.text-lunch4you, html body h3.text-lunch4you,
html body .accordion-button:not(.collapsed), html body .accordion-button:not(.collapsed) * { color: #df1371 !important; }
html body .hero-section { background: #f8e8ee !important; }
html body .page-header { background: linear-gradient(135deg, #aa0d56, #df1371) !important; }
html body .badge.bg-lunch4you, html body .cart-count { background: #df1371 !important; color: #fff !important; }
html body .nav-link:hover { color: #2a2a2a !important; }
html body .btn, html body .btn-primary, html body .btn-secondary, html body .btn-outline-secondary, html body .btn-outline-light, html body .btn-lunch4you, html body .btn-outline-lunch4you, html body .btn-cta, html body .menu-card .btn { border-radius: 16px !important; }
html body .fact-card i, html body .fact-card .bi, html body .fact-card [class*="bi-"] { color: #df1371 !important; }
html body .card a.text-lunch4you, html body a[href].text-lunch4you { color: #df1371 !important; }
html body .btn-outline-light:hover { background: #2a2a2a !important; border-color: #2a2a2a !important; color: #fff !important; }
html body .menu-card .card-img-wrap { border: 1px solid rgba(223, 19, 113, 0.3) !important; }
html body .menu-card .btn-mehr-dazu { background: #198754 !important; color: #fff !important; }
html body .menu-card .btn-mehr-dazu:hover { background: #157347 !important; color: #fff !important; }
html body .menu-card .product-price .price-val { color: #198754 !important; }
html body .menu-card .btn-add-cart { background: #df1371 !important; color: #fff !important; }
html body .menu-card .btn-add-cart:hover { background: #2a2a2a !important; }
html body .btn-primary { background: #df1371 !important; border-color: #df1371 !important; }
html body .btn-primary:hover { background: #2a2a2a !important; border-color: #2a2a2a !important; }
html body a.text-lunch4you:hover { color: #2a2a2a !important; }
html body .form-control:focus, html body .form-select:focus { border-color: #df1371 !important; box-shadow: 0 0 0 0.2rem rgba(223,19,113,0.25) !important; }

/* ==========================================================================
   Mr. Lunch – Page-specific UI/UX
   ========================================================================== */

/* Section header – Modern UI */
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
    .section-header { margin-bottom: 3rem; }
}
.section-header .section-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lunch4you-primary);
    padding: 0.4rem 1rem;
    background: rgba(223, 19, 113, 0.08);
    border-radius: 100px;
    margin-bottom: 1rem;
}
.section-header .section-title {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lunch4you-text);
    line-height: 1.2;
}
@media (min-width: 768px) {
    .section-header .section-title { font-size: 2.25rem; }
}
.section-header .section-subtitle {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-top: 0.75rem;
}
.max-w-600 { max-width: 42rem; }
.py-lg-7 { padding-top: 4rem; padding-bottom: 4rem; }
@media (min-width: 992px) {
    .py-lg-7 { padding-top: 5.5rem; padding-bottom: 5.5rem; }
}
#warum { padding-bottom: 0 !important; }
#warum + section { padding-top: 0 !important; }

/* Hero - Clean & Simple + Brand (logo colors) */
.hero-mrlunch {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: #fff;
    overflow: hidden;
}
.hero-brand {
    background: #fff;
}
/* Index home: hero = full viewport height, video edge-to-edge under fixed nav */
.page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: 100svh;
    background: transparent !important;
    flex-direction: column;
    align-items: stretch;
}
.page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand > .container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
    padding-top: 5.25rem;
    padding-bottom: 2rem;
}
.page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand .hero-main-row {
    flex: 1 1 auto;
    min-height: 0;
}
@media (min-width: 992px) {
    .page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand .hero-main-row {
        padding-top: min(6vh, 3.5rem);
    }
}
@media (max-width: 991.98px) {
    .page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand .hero-text-col {
        padding-top: 1.5rem;
    }
}
@media (min-width: 992px) {
    .page-index.page-mrlunch:not(.page-product-detail) .hero-mrlunch.hero-brand > .container {
        padding-top: 5.75rem;
    }
}
/* Hero background: Vimeo (same as Erklärvideo modal), cover full section */
.hero-bg-video {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #1a1a1a;
}
.hero-bg-video-iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
    pointer-events: none;
}
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(233,30,129,0.45) 0%, rgba(233,30,129,0.2) 40%, rgba(233,30,129,0.06) 60%, transparent 70%);
    pointer-events: none;
}

/* Hero: video progress line (fills with project pink while Vimeo plays) */
.hero-video-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.22);
    pointer-events: none;
}
.hero-video-progress--inactive {
    opacity: 0;
    visibility: hidden;
}
.hero-video-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 0 2px 2px 0;
    background: linear-gradient(90deg, #df1371, var(--lunch4you-primary) 40%, #e91e7a 100%);
    box-shadow: 0 0 14px rgba(223, 19, 113, 0.55);
    will-change: width;
}
@media (min-width: 992px) {
    .hero-video-progress {
        height: 5px;
    }
}
.hero-brand .hero-title,
.hero-brand .hero-title .text-lunch4you,
.hero-brand .hero-lead,
.hero-brand .hero-trust-item {
    color: white !important;
}
.hero-brand .hero-badge {
    color: white !important;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}
.hero-brand .btn-hero-secondary {
    background: white !important;
    color: var(--lunch4you-pink) !important;
    border-color: rgba(255, 255, 255, 0.8);
}
.hero-brand .btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--lunch4you-pink) !important;
    border-color: white;
}

/* Hero Erklärvideo modal – vetëm video, pa header/padding */
.hero-video-modal .modal-dialog.hero-video-modal-dialog {
    max-width: min(96vw, 1100px);
    margin: 1rem auto;
}
.hero-video-modal .modal-content {
    box-shadow: none;
}
.hero-video-modal .ratio.ratio-16x9 {
    border-radius: 1rem;
    overflow: hidden;
}
.hero-video-modal .ratio.ratio-16x9 iframe {
    border-radius: 0;
}
.hero-video-modal .hero-video-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 5;
    opacity: 1;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.hero-video-modal .hero-video-modal-close:hover {
    background: rgba(0, 0, 0, 0.75);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1rem;
    background: rgba(233, 30, 129, 0.1);
    color: var(--lunch4you-pink);
    border: 1px solid rgba(233, 30, 129, 0.2);
    border-radius: 100px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 1rem;
}
.hero-badge i { font-size: 0.95rem; }
.hero-cta-wrap { margin-bottom: 0; }
.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 1.25rem;
}
.hero-trust.hero-trust--bar {
    margin-top: 0;
}
.hero-mrlunch.hero-brand .hero-bottom-bar {
    position: relative;
    z-index: 4;
}
.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #555;
}
.hero-trust-dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    color: white;
    flex-shrink: 0;
}
.hero-dot-teal { background: var(--hero-teal); }
.hero-dot-orange { background: var(--hero-orange); }
.hero-mrlunch .container { position: relative; z-index: 3; }

/* Hero stats – eine Zeile mit hero-trust (hero-bottom-bar), kein absolute-Overlay */
.hero-stats-wrap {
    position: relative;
    z-index: 4;
    width: 100%;
}
@media (min-width: 992px) {
    .hero-mrlunch.hero-brand .hero-bottom-bar .hero-stats-wrap {
        width: auto;
        max-width: 100%;
    }
}
.hero-stats-row {
    flex-wrap: nowrap;
}
.hero-stat-card {
    padding: 0.62rem 0.9rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-direction: row;
    justify-content: center;
}
.hero-stat-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.48);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}
.hero-stat-card:hover .hero-stat-icon {
    background: rgba(255, 255, 255, 0.45);
}
.hero-stat-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    align-self: center;
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: background 0.3s ease;
}
.hero-stat-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    min-width: 0;
    text-align: center;
}
.hero-stat-num-wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}
.hero-stat-num {
    font-size: 1.2rem !important;
    font-weight: 800;
    color: #fff !important;
}
.hero-stat-plus {
    font-size: 0.92rem;
    font-weight: 700;
    margin-left: 0.05em;
    color: #fff;
}
.hero-stat-label {
    font-size: 0.7rem;
    font-weight: 600;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: 0.02em;
    line-height: 1.2;
    max-width: 8.5rem;
}
@media (min-width: 576px) {
    .hero-stat-card { padding: 0.68rem 1.1rem; gap: 0.6rem; }
    .hero-stat-icon { width: 34px; height: 34px; font-size: 0.88rem; }
    .hero-stat-num { font-size: 1.32rem !important; }
    .hero-stat-plus { font-size: 1rem; }
    .hero-stat-label { font-size: 0.76rem; }
}
@media (min-width: 992px) {
    .hero-stat-card { padding: 0.78rem 1.25rem; gap: 0.65rem; border-radius: 15px; }
    .hero-stat-icon { width: 38px; height: 38px; font-size: 0.95rem; }
    .hero-stat-num { font-size: 1.48rem !important; }
    .hero-stat-plus { font-size: 1.08rem; }
    .hero-stat-label { font-size: 0.82rem; }
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('images/mrlunch/hero-bg.png');
    background-size: cover;
    background-position: center;
    opacity: 0.12;
}
.min-vh-85 { min-height: 85vh; }
.hero-title {
    font-size: 2rem;
    line-height: 1.25;
    color: #1a1a1a;
}
@media (min-width: 768px) {
    .hero-title { font-size: 2.5rem; }
}
@media (min-width: 992px) {
    .hero-title { font-size: 3rem; }
}
.hero-lead { color: #555; font-size: 1.1rem; }
.hero-img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
}

/* Hero Swiper slider – 3D: center sharp + sides blurred (reference) */
.hero-slider-wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    perspective: 1400px;
}
.hero-mrlunch:not(.hero-brand) { background: #fff !important; }
.hero-swiper { padding: 0.5rem 0 3rem; overflow: visible; }
.hero-swiper .swiper-wrapper { perspective: 1400px; }
.hero-swiper .swiper-slide {
    width: 85%;
    max-width: 420px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transition: filter 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
/* Side slides – blurred, smaller */
.hero-swiper .swiper-slide:not(.swiper-slide-active) {
    filter: blur(6px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.hero-swiper .swiper-slide:not(.swiper-slide-active) .hero-slide-img {
    opacity: 0.85;
}
/* Active slide – sharp, prominent, drop shadow */
.hero-swiper .swiper-slide-active {
    filter: none;
    box-shadow: 0 24px 60px rgba(0,0,0,0.15), 0 12px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
}
@media (min-width: 768px) {
    .hero-swiper .swiper-slide { width: 78%; max-width: 460px; }
    .hero-swiper .swiper-slide:not(.swiper-slide-active) { filter: blur(5px); }
}
@media (min-width: 992px) {
    .hero-swiper .swiper-slide { width: 72%; max-width: 480px; }
    .hero-swiper .swiper-slide:not(.swiper-slide-active) { filter: blur(4px); }
}
.hero-slide-img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
    .hero-slider-wrap { max-width: 580px; }
    .hero-slide-img { height: 380px; }
}
@media (min-width: 992px) {
    .hero-slider-wrap { max-width: 640px; }
    .hero-slide-img { height: 400px; }
}
/* Pagination – reference: inactive light pink, active = solid pink + outer halo */
.hero-swiper-pagination {
    position: relative !important;
    margin-top: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.hero-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(223, 19, 113, 0.3);
    opacity: 1;
    transition: all 0.3s ease;
}
.hero-swiper-pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: var(--lunch4you-pink);
    box-shadow: 0 0 0 8px rgba(223, 19, 113, 0.25);
    transform: scale(1);
}

/* Section backgrounds: first after hero = white, others = project cream */
.section-mrlunch.section-alt { background: #fff; }
.section-mrlunch { background: #fff; }

/* Alternating section backgrounds: white / light pink */
.section-bg-white { background: #fff !important; }
.section-bg-pink { background: #fdf2f7 !important; }

/* Step cards – modern 3-step flow */
.section-steps { background: #fff; }
.section-steps .container-wide { max-width: 1400px; }

/* Premium „So geht's“ – sfond me gradient / mesh */
.section-steps.section-steps-premium {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(ellipse 90% 70% at 95% 8%, rgba(233, 30, 129, 0.16) 0%, rgba(233, 30, 129, 0.04) 38%, transparent 58%),
        radial-gradient(ellipse 80% 65% at 0% 92%, rgba(56, 189, 248, 0.14) 0%, rgba(99, 102, 241, 0.05) 42%, transparent 58%),
        radial-gradient(ellipse 55% 48% at 50% 48%, rgba(52, 211, 153, 0.09) 0%, transparent 52%),
        radial-gradient(ellipse 50% 42% at 12% 28%, rgba(251, 146, 60, 0.1) 0%, transparent 50%),
        linear-gradient(168deg, #e6e9f1 0%, #f0f3f8 18%, #faf7fa 40%, #eef6fc 62%, #f5f7fb 82%, #f8f9fc 100%) !important;
}
.section-steps.section-steps-premium .container-wide {
    position: relative;
    z-index: 1;
}

/* Vijë ndarëse me gradient (jo kufi i ashpër) para seksionit tjetër */
.section-steps.section-steps-premium::after {
    content: '';
    display: block;
    top: 47px;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    height: 3px;
    margin: 4rem 0 0;
    border-radius: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(251, 146, 60, 0.3) 12%,
        rgba(233, 30, 129, 0.45) 34%,
        rgba(52, 211, 153, 0.35) 55%,
        rgba(56, 189, 248, 0.4) 78%,
        transparent 100%
    );
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
    .section-steps.section-steps-premium::after {
        margin-top: 5.5rem;
    }
}

.section-header-steps .section-title {
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    max-width: 34ch;
    margin-left: auto;
    margin-right: auto;
}
.section-badge-steps {
    font-weight: 700;
    letter-spacing: 0.14em;
    padding: 0.45rem 1.1rem;
    background: linear-gradient(135deg, rgba(223, 19, 113, 0.12), rgba(223, 19, 113, 0.06));
    border: 1px solid rgba(223, 19, 113, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.steps-progress {
    gap: 0;
    flex-wrap: wrap;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.steps-progress-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    min-width: 4.5rem;
}
.steps-progress-dot {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--lunch4you-pink);
    background: #fff;
    border: 2px solid rgba(223, 19, 113, 0.35);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.steps-progress-item.is-done .steps-progress-dot {
    background: linear-gradient(135deg, #df1371, #e91e8c);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
}
.steps-progress-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7280;
}
.steps-progress-line {
    flex: 1;
    min-width: 2rem;
    max-width: 5rem;
    height: 3px;
    margin: 0 0.35rem;
    margin-bottom: 1.5rem;
    align-self: center;
    border-radius: 3px;
    background: linear-gradient(90deg, rgba(223, 19, 113, 0.35), rgba(223, 19, 113, 0.12));
}

.steps-row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
/* Kolona flex që kartat me h-100 të mbushin lartësinë e njëjtë; butoni mbetet poshtë */
.steps-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.steps-row .step-card-mrlunch {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
}
.step-card-mrlunch {
    position: relative;
    min-height: 278px;
    padding: 1.35rem 1.6rem 0.85rem;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1), box-shadow 0.45s ease;
    box-shadow:
        0 22px 56px rgba(0, 0, 0, 0.11),
        0 8px 24px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.step-card-mrlunch:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 14px 32px rgba(0, 0, 0, 0.08),
        0 6px 14px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.step-card-shine {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    overflow: hidden;
}
@media (prefers-reduced-motion: no-preference) {
    .step-card-shine::after {
        content: '';
        position: absolute;
        top: -40%;
        left: -60%;
        width: 55%;
        height: 140%;
        background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.28) 48%, transparent 62%);
        transform: skewX(-12deg) translateX(-120%);
        transition: transform 0.85s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .step-card-mrlunch:hover .step-card-shine::after {
        transform: skewX(-12deg) translateX(280%);
    }
}
.step-connector {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, rgba(223, 19, 113, 0.4), rgba(223, 19, 113, 0.15));
    z-index: 3;
    transform: translateY(-50%);
}
.step-connector::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(223, 19, 113, 0.5);
    border-top: 2px solid rgba(223, 19, 113, 0.5);
    transform: translateY(-50%) rotate(45deg);
}
/* Connectors hidden on mobile via d-none d-md-block */
.step-card-bg {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    z-index: 0;
    transition: background 0.5s ease;
    pointer-events: none;
}
.step-card-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.15) 0%, transparent 40%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
}
.step-card-1 .step-card-bg {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 25%, #ea580c 60%, #dc2626 100%);
}
.step-card-1:hover .step-card-bg {
    background: linear-gradient(145deg, #fcd34d 0%, #fb923c 30%, #f97316 70%, #ef4444 100%);
}
.step-card-2 .step-card-bg {
    background: linear-gradient(135deg, #6ee7b7 0%, #34d399 30%, #10b981 60%, #059669 100%);
}
.step-card-2:hover .step-card-bg {
    background: linear-gradient(145deg, #a7f3d0 0%, #6ee7b7 35%, #34d399 70%, #10b981 100%);
}
.step-card-3 .step-card-bg {
    background: linear-gradient(135deg, #67e8f9 0%, #22d3ee 25%, #0ea5e9 55%, #6366f1 100%);
}
.step-card-3:hover .step-card-bg {
    background: linear-gradient(145deg, #a5f3fc 0%, #67e8f9 30%, #38bdf8 65%, #818cf8 100%);
}
.step-card-header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
}
.step-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.step-icon-circle {
    position: relative;
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.98);
    color: #df1371;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.38rem;
    z-index: 2;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(255, 255, 255, 0.35);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.step-card-mrlunch:hover .step-icon-circle {
    transform: scale(1.08) rotate(-4deg);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14), 0 0 0 3px rgba(255, 255, 255, 0.45);
}
.step-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.85rem;
    padding: 0.4rem 0.65rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #fff !important;
    letter-spacing: 0.06em;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-shadow: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}
.step-card-header .step-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff !important;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: -0.02em;
}
.step-card-inner {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.step-card-inner .step-cta {
    margin-top: auto;
    padding-top: 0.65rem;
    margin-bottom: 0;
}
.step-text {
    font-size: 0.95rem;
    line-height: 1.58;
    color: rgba(255, 255, 255, 0.98);
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.step-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.65rem 0;
    font-size: 0.72rem;
    line-height: 1.4;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}
.step-list li {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: rgba(255, 255, 255, 0.98);
    padding: 0.22rem 0.62rem;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: background 0.3s ease, transform 0.3s ease;
}
.step-card-mrlunch:hover .step-list li {
    background: rgba(255, 255, 255, 0.28);
}
.step-list li i {
    color: #fff;
    font-size: 0.78rem;
    flex-shrink: 0;
    opacity: 0.95;
}
.step-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.5rem 1.2rem;
    background: #fff;
    color: #df1371 !important;
    font-weight: 700;
    font-size: 0.88rem;
    border-radius: 100px;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    transition: background 0.35s ease, color 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}
.step-cta i {
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.35s ease;
}
.step-cta:hover {
    background: #1a1a1a;
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
}
.step-cta:hover i {
    transform: translateX(4px);
}
.step-cta:focus-visible {
    outline: 3px solid #df1371;
    outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
    .step-card-mrlunch,
    .step-card-mrlunch:hover,
    .step-icon-circle,
    .step-card-mrlunch:hover .step-icon-circle,
    .step-cta,
    .step-cta:hover,
    .step-cta i,
    .steps-progress-dot {
        transition: none;
    }
    .step-card-mrlunch:hover {
        transform: none;
    }
    .step-card-mrlunch:hover .step-icon-circle {
        transform: none;
    }
    .step-card-shine::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .step-card-mrlunch { min-height: 248px; padding: 1.15rem 1.2rem 0.75rem; }
    .step-card-inner .step-cta {
        margin-top: auto;
        align-self: stretch;
        width: 100%;
    }
}

/* About card */
.about-card-mrlunch { transition: box-shadow 0.3s, transform 0.3s; }
.about-card-mrlunch:hover {
    box-shadow: 0 20px 56px rgba(0,0,0,0.1) !important;
    transform: translateY(-2px);
}
/* ===== Vorteile Parallax – Full Width Background foto + text center ===== */
.about-vorteile-parallax {
    position: relative;
    width: 100%;
    min-height: 70vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-vorteile-parallax-bg {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    height: 140%;
    background-image: url('https://images.unsplash.com/photo-1544025162-d76694265947?w=1920&q=90');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
}
.about-vorteile-parallax-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 50%, rgba(170, 13, 86, 0.5) 100%);
    z-index: 0;
}
.about-vorteile-parallax-content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 4rem 1.5rem;
}
.about-vorteile-content {
    padding: 2rem 1.5rem;
}
.about-vorteile-content--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width: 768px) {
    .about-vorteile-content--center {
        padding: 2.5rem 2rem;
    }
}

/* Header */
.about-vorteile-title {
    display: inline-block;
    font-size: 1.65rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 1.5rem 0;
    line-height: 1.3;
    padding: 0.6rem 1.5rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 12px;
}
@media (min-width: 768px) {
    .about-vorteile-title {
        font-size: 2rem;
        padding: 0.75rem 1.5rem;
    }
}

/* Checklist */
.about-checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #2a2a2a;
}
.about-checklist--center {
    margin: 0 auto;
    display: grid;
    gap: 0.6rem;
    text-align: left;
    width: 100%;
}
@media (min-width: 576px) {
    .about-checklist--center {
        grid-template-columns: 1fr 1fr;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
        gap: 0.75rem;
    }
}
.about-checklist--center li {
    font-size: 1.1rem;
    line-height: 1.55;
    color: #fff;
    padding: 0.55rem 1.4rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}
@media (min-width: 768px) {
    .about-checklist--center li {
        font-size: 1.15rem;
    }
}
.about-checklist li i {
    flex-shrink: 0;
    margin-top: 0.25rem;
    font-size: 1.15rem;
    color: #198754;
}
.about-checklist--center li i {
    color: #a3d133;
    font-size: 1.25rem;
}
.about-checklist li span { flex: 1; }

/* Vorteile checklist items – scroll-in më i thellë (majtas/djathtas + pak lart + scale) */
@keyframes about-vorteile-item-in-left {
    from {
        opacity: 0;
        transform: translateX(calc(-1 * min(104px, 14vw))) translateY(28px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
@keyframes about-vorteile-item-in-right {
    from {
        opacity: 0;
        transform: translateX(min(104px, 14vw)) translateY(28px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) translateY(0) scale(1);
    }
}
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item {
    opacity: 0;
    border: 1px solid transparent;
    cursor: default;
    transition:
        transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.45s ease,
        background-color 0.45s ease,
        border-color 0.45s ease;
}
/* Gjendja para animacionit – përputhet me keyframe "from" */
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item:nth-child(odd) {
    transform: translateX(calc(-1 * min(104px, 14vw))) translateY(28px) scale(0.9);
}
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item:nth-child(even) {
    transform: translateX(min(104px, 14vw)) translateY(28px) scale(0.9);
}
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item i {
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.35s ease;
}
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(odd) {
    animation: about-vorteile-item-in-left 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(even) {
    animation: about-vorteile-item-in-right 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
/* Stagger më i gjatë që radha të lexohet më qartë */
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(1) { animation-delay: 0s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(2) { animation-delay: 0.14s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(3) { animation-delay: 0.28s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(4) { animation-delay: 0.42s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(5) { animation-delay: 0.56s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(6) { animation-delay: 0.7s; }
.about-vorteile-parallax.animate-on-scroll.visible .about-checklist--center li.about-vorteile-item:nth-child(7) { animation-delay: 0.84s; }
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item:hover {
    transform: translateY(-8px) scale(1.03);
    background: rgba(255, 255, 255, 0.42);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.about-vorteile-parallax .about-checklist--center li.about-vorteile-item:hover i {
    transform: scale(1.12);
    color: #c5e85a;
}
@media (prefers-reduced-motion: reduce) {
    .about-vorteile-parallax .about-checklist--center li.about-vorteile-item {
        opacity: 1;
        transform: none;
        animation: none !important;
        transition-duration: 0.01ms;
    }
    .about-vorteile-parallax .about-checklist--center li.about-vorteile-item:hover {
        transform: none;
    }
}

.about-vorteile-parallax .about-vorteile-badge {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    margin-bottom: 0.85rem;
    padding: 0.45rem 1.2rem;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
}

/* Über uns – kalim i butë nga seksioni i hapave (pa kufi gri të fortë) */
#about.section-mrlunch.section-alt {
    background-color: #fff;
    background-image: linear-gradient(180deg, #eceff4 0%, #f4f6fa 40%, #fafbfc 75%, #ffffff 100%);
    background-size: 100% 140px;
    background-repeat: no-repeat;
    background-position: top center;
}

/* About section – header flow */
#about .section-header .section-title { font-size: 1.9rem; }
@media (min-width: 768px) {
    #about .section-header .section-title { font-size: 2.15rem; }
}
#about .section-header .section-subtitle {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== About Cards – Bento Layout, Exciting UI/UX ===== */
.about-cards-wrap {
    position: relative;
}
#about .about-cards-wrap.container-wide {
    max-width: min(100%, 1320px);
}
.about-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .about-cards-grid {
        gap: 1.75rem;
    }
}
.about-cards-wrap::before {
    content: '';
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: calc(100% + 4rem);
    background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(223, 19, 113, 0.035) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

/* About cards: single column, full width of container */
.about-cards-bento {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .about-cards-bento {
        gap: 1.75rem;
    }
}
@media (min-width: 992px) {
    .about-cards-bento {
        gap: 2rem;
    }
}

/* Cards 02 + 03: 50% / 50% (Bootstrap 6+6) from tablet up */
.about-cards-pair-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
    min-width: 0;
}
@media (min-width: 768px) {
    .about-cards-pair-row {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }
}
@media (min-width: 992px) {
    .about-cards-pair-row {
        gap: 2rem;
    }
}
.about-cards-pair-row > .about-card {
    min-width: 0;
}
/* Base card */
.about-card {
    background: #fff;
    border-radius: 24px;
    padding: 0;
    border: none;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.about-card::before {
    display: none;
}
.about-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.05);
}
.about-card:hover::before {
    display: none;
}
@media (min-width: 992px) {
    .about-card-split-body {
        padding: 2.25rem 2rem 2.25rem 1.65rem;
    }
}

/* Card number badge */
.about-card-num {
    position: absolute;
    top: 1.25rem;
    right: 1.5rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(223, 19, 113, 0.08);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

/* Intro card – hero style, full width */
.about-intro-card {
    background: linear-gradient(135deg, #fff 0%, rgba(253, 245, 248, 0.5) 100%) !important;
}
.about-intro-card::before {
    display: none;
}
.about-intro-card:hover::before {
    display: none;
}

/* Header row (legacy) */
.about-card-header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

/* Foto dhe tekst 50% / 50% (si col-6 + col-6) */
.about-card-split {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 0;
    width: 100%;
    min-width: 0;
    min-height: 0;
}
.about-card:has(> .about-card-num) .about-card-split {
    padding-right: 0;
}
.about-card:has(> .about-card-num) .about-card-split-body {
    padding-right: 2.85rem;
}
.about-card-split-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem 1.75rem 1.35rem;
    position: relative;
    z-index: 1;
    user-select: text;
    -webkit-user-select: text;
}
.about-card-split-body > .about-card-title {
    flex: 0 0 auto;
    margin-bottom: 0.45rem;
}
.about-card-split-body > .about-card-lead {
    margin-bottom: 0.5rem;
}
.about-card-split-body > .about-card-text {
    margin-top: 0;
}
.about-card-split-body > .about-card-list {
    margin-top: 0.2rem;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .about-card-split {
        grid-template-columns: 1fr;
    }
    .about-card:has(> .about-card-num) .about-card-split-body {
        padding: 1.25rem 1.25rem 1.75rem;
        padding-right: 1.25rem;
    }
    .about-card-split .about-card-photo-wrap,
    .about-intro-card .about-card-split .about-card-photo-wrap {
        width: 100% !important;
        max-width: none !important;
        min-height: 12.5rem;
        aspect-ratio: 16 / 10;
        border-radius: 24px 24px 0 0;
    }
}

/* Photo fills left half of 50/50 grid */
.about-card-photo-wrap {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    border: none;
    box-shadow: none;
    background: #ececec;
    align-self: stretch;
    min-height: 13rem;
    border-radius: 24px 0 0 24px;
}
.about-card-split .about-card-photo-wrap {
    width: 100%;
    max-width: none;
    min-width: 0;
    aspect-ratio: auto;
}
.about-intro-card .about-card-split .about-card-photo-wrap {
    width: 100%;
    max-width: none;
    min-width: 0;
    min-height: 13rem;
}
/* Card with phone screenshot – better focal point */
.about-card-photo-wrap--phone img {
    object-fit: cover;
    object-position: center 35%;
}
.about-card-photo-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.about-card:hover .about-card-photo-wrap {
    transform: none;
    border: none;
    box-shadow: none;
}

/* Miniaturë e vogël kur nuk është në split (kompatibilitet) */
.about-card-header-row .about-card-photo-wrap {
    position: relative;
    width: 4.75rem;
    height: 4.75rem;
    flex: 0 0 4.75rem;
    aspect-ratio: 1;
}
.about-card-header-row .about-card-photo-wrap--intro {
    width: 7.25rem;
    height: 4.5rem;
    flex: 0 0 7.25rem;
    aspect-ratio: 16 / 10;
}

/* Legacy icon box (other layouts) */
.about-card-icon-wrap {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(223, 19, 113, 0.12), rgba(223, 19, 113, 0.06));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--lunch4you-primary);
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}
.about-card:hover .about-card-icon-wrap {
    transform: scale(1.08);
    background: linear-gradient(135deg, rgba(223, 19, 113, 0.18), rgba(223, 19, 113, 0.08));
}
.about-card-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--lunch4you-primary);
    margin: 0;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}
.about-card-lead {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--lunch4you-primary);
    margin: 0 0 0.75rem;
    line-height: 1.45;
}
.about-card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    flex: 1;
}
.about-intro-card .about-card-lead { display: block; }

/* Quality card */
.about-quality-card {
    background: #fff !important;
}

/* Feature cards – list */
.about-card-list {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0;
}
.about-card-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #2a2a2a;
}
.about-card-list li i {
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 1.1rem;
    color: var(--lunch4you-primary);
}

.highlight-box {
    border: 2px solid rgba(223, 19, 113, 0.2);
    background: rgba(223, 19, 113, 0.04);
}

.about-benefit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.about-benefit-list li {
    padding: 0.35rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.about-benefit-list li i { flex-shrink: 0; margin-top: 0.15rem; }

/* Why cards – Best UI/UX */
.section-why .why-cards-row {
    max-width: min(100%, 1320px);
    margin-left: auto;
    margin-right: auto;
}
.why-card {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-radius: 20px !important;
    padding: 2rem 1.75rem !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.why-card--split {
    padding: 0 !important;
    overflow: hidden;
    align-items: stretch;
}
@media (min-width: 992px) {
    .why-card:not(.why-card--split) { padding: 2.25rem 2rem !important; }
}
.why-card-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    min-height: 15rem;
}
.why-card-photo-wrap {
    position: relative;
    min-height: 14rem;
    background: #ececec;
    overflow: hidden;
}
.why-card--split .why-card-photo-wrap {
    border-radius: 20px 0 0 20px;
}
.why-card-photo-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.why-card-split-body {
    padding: 1.75rem 1.5rem;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
    user-select: text;
    -webkit-user-select: text;
}
.why-card--split .why-card-title {
    margin: 0;
}
.why-card--split .why-card-text {
    margin: 0;
}
@media (max-width: 575.98px) {
    .why-card-split {
        grid-template-columns: 1fr;
    }
    .why-card--split .why-card-photo-wrap {
        border-radius: 20px 20px 0 0;
        min-height: 11rem;
        aspect-ratio: 16 / 10;
    }
}
/* Tre kartat në një rresht: brenda secilës foto sipër, tekst poshtë (lexueshmëri) */
@media (min-width: 768px) {
    .section-why .why-cards-row .why-card-split {
        grid-template-columns: 1fr;
    }
    .section-why .why-cards-row .why-card--split .why-card-photo-wrap {
        border-radius: 20px 20px 0 0;
        min-height: 10rem;
        aspect-ratio: 16 / 10;
    }
}
@media (min-width: 992px) {
    .why-card-split-body {
        padding: 2rem 2.25rem;
    }
}
.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.12), 0 8px 24px rgba(0, 0, 0, 0.06) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}
.why-card-header-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    width: 100%;
}
.why-card-icon-wrap {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    background: rgba(223, 19, 113, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.3s ease;
}
.why-card:hover .why-card-icon-wrap {
    background: rgba(223, 19, 113, 0.12);
    transform: scale(1.05);
}
.why-card-icon-wrap .why-card-icon,
.why-card-icon-wrap img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.why-card-icon-wrap i {
    font-size: 1.4rem;
    color: var(--lunch4you-primary);
}
.why-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--lunch4you-dark);
    margin: 0;
    line-height: 1.35;
    flex: 1;
    min-width: 0;
}
.why-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--lunch4you-text-muted);
    margin: 0;
}

/* Passion cards – Foto oben, Text unten */
.passion-photo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
}
.passion-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.passion-card:hover .passion-photo {
    transform: scale(1.06);
}
.passion-card-body {
    padding: 1.5rem 1.25rem 2rem !important;
    user-select: text;
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .passion-card-body {
        padding: 2rem 2.25rem 2.5rem !important;
    }
}
.passion-card {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03) !important;
    border-radius: 24px !important;
    padding: 0 !important;
}
.passion-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.05) !important;
}

/* Testimonial cards */
.testimonial-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}
.testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}

/* Sustainability (Karten mit Foto oben – Schatten neutral) */
.sustainability-card {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.sustainability-card .card-body,
.sustainability-card .sustainability-card-body { background: #fff !important; }
.sustainability-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Team cards */
.team-card {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.3s;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03) !important;
}
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
}

/* Contact – exciting cards */
.section-contact { position: relative; overflow: hidden; }
.contact-bg-decor {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(223, 19, 113, 0.05) 0%, transparent 50%);
    pointer-events: none;
}
.contact-info-card {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0,0,0,0.12);
}
.contact-info-inner .col-md-6:first-child { display: flex; }
.contact-info-inner .contact-img-wrap {
    min-height: 280px;
    height: 100%;
}
@media (min-width: 768px) {
    .contact-info-inner .contact-img-wrap { min-height: 100%; border-radius: 0; }
    .contact-info-inner .col-md-6:first-child .contact-img-wrap { border-radius: 16px 0 0 16px; }
    .contact-info-inner .card-body { border-radius: 0 16px 16px 0; }
}
.contact-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.contact-img-wrap img {
    transition: transform 0.5s ease;
}
.contact-info-card:hover .contact-img-wrap img {
    transform: scale(1.05);
}
.contact-info-card .fw-bold { 
    color: #1a1a1a; 
    font-size: 1.2rem;
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 0.95rem;
    line-height: 1.5;
}
.contact-item i { 
    font-size: 1.2rem; 
    margin-top: 0.1rem; 
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}
.contact-item a { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-item a:hover { color: #2a2a2a; }

.contact-form-card {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
.contact-form-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(0,0,0,0.12);
}
.contact-form-card .form-control {
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0.75rem 1rem;
}
.contact-form-card .form-control:focus {
    border-radius: 14px;
    box-shadow: 0 0 0 3px rgba(223, 19, 113, 0.15) !important;
    border-color: rgba(223, 19, 113, 0.3) !important;
}
.contact-form-card textarea.form-control { min-height: 120px; }
.contact-form-card .btn-lunch4you { transition: transform 0.3s ease; }
.contact-form-card .btn-lunch4you:hover { transform: translateY(-2px); }

/* CTA section – clean, site colors */
.section-cta {
    background: var(--lunch4you-cream);
    color: var(--lunch4you-text);
}
.section-cta h2 { color: var(--lunch4you-dark); }
.section-cta .lead { color: var(--lunch4you-text-muted); }
.section-cta .btn-light:hover {
    background: #2a2a2a !important;
    color: white !important;
    border-color: var(--lunch4you-primary);
}

/* Footer - page-mrlunch (dark, improved) */
.page-mrlunch .site-footer {
    background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%) !important;
}
.page-mrlunch .site-footer .footer-link {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.2s;
}
.page-mrlunch .site-footer .footer-link:hover { color: white; }
.page-mrlunch .site-footer .footer-heading {
    color: rgba(255,255,255,0.95);
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.page-mrlunch .site-footer .footer-desc { color: rgba(255,255,255,0.65); }
.page-mrlunch .site-footer .footer-icon { color: var(--lunch4you-pink); }
.page-mrlunch .site-footer .footer-copyright { color: rgba(255,255,255,0.5); }
.page-mrlunch .site-footer .footer-divider { border-color: rgba(255,255,255,0.12); }
.page-mrlunch .site-footer::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--lunch4you-pink), transparent);
    opacity: 0.5;
}
.page-mrlunch .footer-logo { max-height: 52px; width: auto; }

/* Nav hover states - better tap targets */
.page-mrlunch .nav-link:hover { background: rgba(0, 0, 0, 0.06); }
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:hover { background-color: transparent; }

/* ==========================================================================
   Mr. Lunch – EXCITING UI/UX Enhancements
   ========================================================================== */

/* Typography - Outfit font */
.page-mrlunch { font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif; }

/* Header - Glassmorphism */
.page-mrlunch .site-header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(223, 19, 113, 0.08);
    transition: all 0.4s ease;
}
.page-mrlunch .site-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

/* Index home: Luma-style fixed nav over full-bleed hero – no white bar, video to top */
.page-index.page-mrlunch:not(.page-product-detail) .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1040;
    background: transparent !important;
    border-bottom: 1px solid transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease,
        backdrop-filter 0.35s ease, -webkit-backdrop-filter 0.35s ease;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0.22) 42%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 1;
    transition: opacity 0.35s ease;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom-color: rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled::after {
    opacity: 0;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header .navbar {
    position: relative;
    z-index: 1;
    background: transparent !important;
    --bs-navbar-bg: transparent;
}

/* Navigation: Hover-only (kein Radius, eine Linie unten nur bei Hover) */
.page-mrlunch .navbar-nav.nav-tabs-mrlunch {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-item {
    display: flex;
}
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: var(--bs-body-font-size, 1rem);
    padding: 0.5rem 1rem !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none;
    background-color: transparent !important;
    background-clip: padding-box;
    transition: color 0.2s ease, background-color 0.2s ease;
}
/* Unterstreichung: sanft von links, weiches Ease-out + leichter Verlauf */
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #c4186a 0%, #df1371 42%, #f06292 100%);
    border-radius: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0.92;
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition:
        transform 0.48s cubic-bezier(0.16, 1, 0.32, 1),
        opacity 0.35s ease;
}
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:hover::after,
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:focus-visible::after {
    transform: scaleX(1);
    opacity: 1;
}
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:not(:hover):not(:focus-visible)::after {
    transition:
        transform 0.32s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.22s ease;
}
.page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:focus-visible {
    outline: 2px solid var(--lunch4you-primary);
    outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
    .page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link::after {
        transition-duration: 0.01ms;
    }
    .page-mrlunch .navbar-nav.nav-tabs-mrlunch .nav-link:not(:hover):not(:focus-visible)::after {
        transition-duration: 0.01ms;
    }
}

/* Light nav on hero (not scrolled) */
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-brand,
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-brand .text-dark {
    color: rgba(255, 255, 255, 0.98) !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-brand .logo-img {
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.45));
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .nav-tabs-mrlunch .nav-link {
    color: rgba(255, 255, 255, 0.95) !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .nav-tabs-mrlunch .nav-link:hover,
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .nav-tabs-mrlunch .nav-link:focus-visible {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.14) !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .btn-outline-dark {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.88) !important;
    background: transparent !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .btn-outline-dark:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    color: #fff !important;
    border-color: #fff !important;
}
@media (max-width: 991.98px) {
    .page-index.page-mrlunch:not(.page-product-detail) .site-header:not(.scrolled) .navbar-collapse {
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 1rem;
        margin-top: 0.75rem;
        padding: 0.5rem 0.75rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
    .page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-collapse {
        background: rgba(255, 255, 255, 0.98);
        border-radius: 1rem;
        margin-top: 0.75rem;
        padding: 0.5rem 0.75rem;
        border: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    }
}
/* Scrolled: classic dark-on-light bar */
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-brand,
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-brand .text-dark {
    color: #1a1a1a !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-brand .logo-img {
    filter: none;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .nav-tabs-mrlunch .nav-link {
    color: #4a4a4a !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .nav-tabs-mrlunch .nav-link:hover,
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .nav-tabs-mrlunch .nav-link:focus-visible {
    color: #df1371 !important;
    background-color: rgba(223, 19, 113, 0.09) !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.18);
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .navbar-toggler-icon {
    filter: none;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .btn-outline-dark {
    color: #212529 !important;
    border-color: #212529 !important;
    background: transparent !important;
}
.page-index.page-mrlunch:not(.page-product-detail) .site-header.scrolled .btn-outline-dark:hover {
    background: #212529 !important;
    color: #fff !important;
    border-color: #212529 !important;
}

html:has(body.page-index.page-mrlunch:not(.page-product-detail)) {
    scroll-padding-top: 5.5rem;
}

.btn-nav-cta {
    background: linear-gradient(135deg, #df1371, #e91e7a) !important;
    color: white !important;
    border: none;
    box-shadow: 0 4px 15px rgba(223, 19, 113, 0.35);
    transition: all 0.3s ease !important;
}
.btn-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
    color: white !important;
}

/* Hero - Decorative shapes */
.hero-shapes { position: absolute; inset: 0; overflow: hidden; z-index: 1; pointer-events: none; }
.hero-shapes .shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.4;
    animation: shapeFloat 15s ease-in-out infinite;
}
.hero-shapes .shape-1 {
    width: 400px; height: 400px;
    background: linear-gradient(135deg, #df1371, #e91e7a);
    top: -100px; right: -50px;
    animation-delay: 0s;
}
.hero-shapes .shape-2 {
    width: 300px; height: 300px;
    background: linear-gradient(135deg, #aa0d56, #df1371);
    bottom: 20%; left: -80px;
    animation-delay: -5s;
}
.hero-shapes .shape-3 {
    width: 200px; height: 200px;
    background: rgba(223, 19, 113, 0.3);
    top: 50%; right: 15%;
    animation-delay: -10s;
}
@keyframes shapeFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

/* Gradient text */
.gradient-text {
    background: linear-gradient(135deg, #df1371, #aa0d56);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.gradient-text-animated {
    background: linear-gradient(90deg, #df1371, #e91e7a, #df1371, #aa0d56);
    background-size: 200% auto;
    animation: gradientTextShift 6s ease-in-out infinite;
}
@keyframes gradientTextShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

/* Hero image */
.hero-img-frame {
    position: relative;
    display: inline-block;
    animation: heroFloat 6s ease-in-out infinite;
}
.hero-img-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(223, 19, 113, 0.25) 0%, rgba(223, 19, 113, 0.05) 50%, transparent 70%);
    border-radius: 50%;
    animation: glowPulse 4s ease-in-out infinite;
}
.hero-img-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(105deg, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-20deg);
    animation: imgShine 6s ease-in-out infinite;
}
@keyframes imgShine {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}
@keyframes glowPulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}
.hero-img {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.15));
    border-radius: 24px;
    overflow: hidden;
}

/* Hero scroll indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    animation: scrollBounce 2s ease-in-out infinite;
    color: inherit;
    transition: opacity 0.3s;
}
.hero-scroll-indicator:hover { opacity: 0.8; }
@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}
.hero-scroll-mouse {
    width: 26px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
.hero-scroll-wheel {
    width: 4px;
    height: 8px;
    background: #df1371;
    border-radius: 2px;
    animation: wheelScroll 2s ease-in-out infinite;
}
@keyframes wheelScroll {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.3; transform: translateY(8px); }
}
.hero-reveal { animation: heroReveal 1.2s ease-out both; }
.hero-mrlunch-lead { animation: heroReveal 1.2s ease-out 0.2s both; opacity: 0; animation-fill-mode: forwards; }
.hero-btns { animation: heroReveal 1.2s ease-out 0.4s both; opacity: 0; animation-fill-mode: forwards; }
.hero-mrlunch-img-wrap { animation: heroReveal 1.2s ease-out 0.3s both; opacity: 0; animation-fill-mode: forwards; }
@keyframes heroReveal {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Hero buttons */
.btn-hero-cta {
    background: linear-gradient(135deg, #E91E81, #c4186a) !important;
    color: white !important;
    border: none;
    box-shadow: 0 8px 30px rgba(233, 30, 129, 0.4);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.btn-hero-cta:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    color: white !important;
}
.btn-hero-cta:hover i { transform: translateX(4px); }
.btn-hero-cta i { transition: transform 0.3s ease; }

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.95) !important;
    color: #333 !important;
    border: 2px solid rgba(233, 30, 129, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.4s ease !important;
}
.btn-hero-secondary:hover {
    background: white !important;
    border-color: #2a2a2a;
    color: #2a2a2a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.play-icon-wrap {
    width: 32px;
    height: 32px;
    background: rgba(233, 30, 129, 0.15);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #df1371;
    transition: all 0.3s ease;
}
.btn-hero-secondary:hover .play-icon-wrap {
    background: #2a2a2a;
    color: white;
}

/* Section badge – pill + hover glow */
.section-header .section-badge {
    position: relative;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
.section-header:hover .section-badge {
    background: rgba(223, 19, 113, 0.12) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

/* Cards - glow border on hover */
.why-card,
.passion-card,
.testimonial-card,
.team-card {
    position: relative;
    overflow: hidden;
}
.why-card::before,
.testimonial-card::before,
.team-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), transparent, rgba(0, 0, 0, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.testimonial-card::before { opacity: 1; }
.team-card::before { opacity: 1; }
.why-card::before {
    opacity: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08), transparent 50%, rgba(0, 0, 0, 0.06));
}
.why-card:hover::before,
.testimonial-card:hover::before,
.team-card:hover::before {
    opacity: 1;
}

/* Testimonials Slider */
.testimonials-slider-wrapper {
    padding: 0 3.5rem;
    position: relative;
    overflow: hidden;
}
@media (min-width: 768px) { .testimonials-slider-wrapper { padding: 0 4.5rem; } }
.testimonials-slider {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    touch-action: pan-x;
    cursor: grab;
}
.testimonials-slider:active { cursor: grabbing; }
.testimonials-slider.dragging { user-select: none; scroll-behavior: auto; }
.testimonials-slider::-webkit-scrollbar { display: none; }
.testimonials-slider-track {
    padding: 0.75rem 1rem;
    align-items: stretch;
    gap: 1.25rem;
}
.testimonial-slide {
    width: 340px;
    flex: 0 0 340px;
    min-width: 340px;
}
@media (min-width: 576px) {
    .testimonial-slide { width: 380px; flex: 0 0 380px; min-width: 380px; }
}
@media (min-width: 768px) {
    .testimonial-slide { width: 400px; flex: 0 0 400px; min-width: 400px; }
}
.testimonials-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #df1371;
    color: white;
    border: none;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.testimonials-slider-btn:hover { background: #2a2a2a; color: white; transform: translateY(-50%) scale(1.05); }
.testimonials-slider-prev { left: 0.5rem; }
.testimonials-slider-next { right: 0.5rem; }

/* Testimonial - modern card */
.testimonial-card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-left: 4px solid var(--lunch4you-primary) !important;
    border-radius: 20px !important;
    transition: border-color 0.3s ease, box-shadow 0.4s ease, transform 0.4s ease;
    max-height: 280px;
    padding: 1.5rem 1.5rem !important;
}
@media (min-width: 768px) {
    .testimonial-card { padding: 1.75rem 2rem !important; }
}
.testimonial-card:hover {
    border-left-color: var(--lunch4you-pink-dark) !important;
}
.testimonial-card .bi-quote { font-size: 1.5rem !important; margin-bottom: 0.5rem !important; }
.testimonial-text {
    font-size: 0.9rem;
    line-height: 1.55;
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Slider: noch dezenterer Schatten, kein ::before-Rand (wirkt sonst leicht rötlich neben dem Pink-Streifen) */
.testimonials-slider .testimonial-card::before {
    display: none !important;
}
.testimonials-slider .testimonial-card {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.035) !important;
}
.testimonials-slider .testimonial-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.035) !important;
}

/* Sustainability – exciting cards */
.section-sustainability { position: relative; overflow: hidden; }
.sustain-bg-decor {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 40% at 50% 100%, rgba(141, 195, 74, 0.05) 0%, transparent 60%),
                radial-gradient(ellipse 50% 30% at 20% 80%, rgba(253, 126, 20, 0.04) 0%, transparent 50%),
                radial-gradient(ellipse 50% 30% at 80% 80%, rgba(100, 116, 139, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.sustainability-photo-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #e8eaef 0%, #d1d5db 100%);
}
.sustainability-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.sustainability-card:hover .sustainability-photo {
    transform: scale(1.05);
}
.sustainability-photo-wrap .sustain-num {
    position: absolute;
    top: 0.65rem;
    right: 0.85rem;
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1;
    z-index: 2;
    color: #fff;
    opacity: 0.42;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
    pointer-events: none;
}
.sustainability-card-body {
    text-align: left;
    user-select: text;
    position: relative;
    z-index: 1;
}
.sustainability-card-body .sustain-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
    line-height: 1.3;
    color: var(--lunch4you-dark);
}
.sustain-text {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #555;
    margin: 0;
}

/* CTA section - clean, no animations */
.section-cta {
    background: linear-gradient(180deg, rgba(253, 245, 248, 0.6) 0%, #fff 100%);
    color: var(--lunch4you-text);
}
.section-cta h2 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .section-cta h2 { font-size: 2.5rem; }
}
.section-cta .lead { font-size: 1.15rem; line-height: 1.6; }
.btn-cta-glow {
    background: var(--lunch4you-pink) !important;
    color: white !important;
    border: none;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease !important;
}
.btn-cta-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background: #2a2a2a !important;
    color: white !important;
}
.btn-cta-glow:hover i { transform: translateX(4px); }
.btn-cta-glow i { transition: transform 0.3s ease; }

/* About card - image zoom on hover */
.about-card-mrlunch .about-card-img {
    overflow: hidden;
}
.about-card-mrlunch .about-card-img img {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.about-card-mrlunch:hover .about-card-img img {
    transform: scale(1.08);
}

/* Team section – exciting bento layout */
.section-team { position: relative; overflow: hidden; }
.team-bg-pattern {
    position: absolute; inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(223, 19, 113, 0.04) 0%, transparent 50%);
    pointer-events: none;
}
.team-bento {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}
@media (min-width: 992px) {
    .team-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
        gap: 1.75rem;
    }
}
.team-bento-featured { grid-column: 1 / -1; }

/* Horizontal featured card – CEO */
.team-card-horizontal {
    background: #fff;
    border: none !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}
.team-card-horizontal::before { display: none !important; }
.team-card-horizontal:hover {
    transform: translateY(-6px);
}
.team-card-horizontal-inner { align-items: stretch; min-height: 360px; }
.team-card-horizontal-inner .col-md-5 {
    display: flex;
}
.team-img-featured {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 360px;
    flex: 1;
}
@media (min-width: 768px) {
    .team-img-featured { min-height: 100%; }
}
.team-img-featured .team-badge,
.team-card-vertical .team-img-wrap .team-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    background: linear-gradient(135deg, #df1371, #aa0d56);
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.4rem 0.85rem;
    border-radius: 50px;
    z-index: 2;
}
.team-name-featured { font-size: 1.75rem; font-weight: 800; color: #1a1a1a; }
.team-card-horizontal .team-card-text { font-size: 0.95rem; line-height: 1.75; color: #555; }

/* Vertical team cards – Marie & Thomas */
.team-card-vertical {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: none !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease;
}
.team-card-vertical::before { display: none !important; }
.team-card-vertical:hover {
    transform: translateY(-4px);
}
.team-card-vertical .team-img-wrap {
    height: 360px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}
.team-card-vertical .team-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.team-role-badge {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.team-card-vertical .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.team-role-badge {
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}
.team-card-vertical .team-card-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: #555;
    flex: 1;
}

/* Team card - layout & text (show all text) */
.team-card { display: flex; flex-direction: column; height: 100%; }
.team-img-wrap {
    position: relative;
    overflow: hidden;
    height: 260px;
    flex-shrink: 0;
}
.team-card-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
    margin: 0;
    flex: 1;
    overflow: visible;
}
.team-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(223, 19, 113, 0.4) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.team-card:hover .team-img-wrap::after {
    opacity: 1;
}
.team-card .team-img-wrap img {
    transition: transform 0.5s ease;
}
.team-card:hover .team-img-wrap img {
    transform: scale(1.05);
}

/* Form inputs - focus glow */
.page-mrlunch .form-control:focus {
    box-shadow: 0 0 0 3px rgba(223, 19, 113, 0.2) !important;
}

/* Stats bar – modern cards */
.stats-bar {
    background: #fff;
    color: var(--lunch4you-text);
}
.stat-card {
    padding: 2.5rem 1.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.03);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease, border-color 0.3s ease;
}
.stat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.1), 0 8px 24px rgba(0, 0, 0, 0.05);
}
.stat-icon-wrap {
    width: 56px;
    height: 56px;
    background: rgba(223, 19, 113, 0.1);
    color: var(--lunch4you-pink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease;
}
.stat-card:hover .stat-icon-wrap {
    transform: scale(1.15);
    background: rgba(0, 0, 0, 0.08);
}
.stat-num-wrap {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
}
.stat-num {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
    color: var(--lunch4you-dark);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.stat-num.counted {
    animation: statPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes statPop {
    0% { transform: scale(1); }
    30% { transform: scale(1.08); }
    100% { transform: scale(1); }
}
.stat-plus {
    font-size: 1.5rem;
    font-weight: 700;
    margin-left: 0.1em;
    color: var(--lunch4you-pink);
}
.stat-label {
    font-size: 1rem;
    font-weight: 600;
    margin: 0.5rem 0 0;
    color: var(--lunch4you-text-muted);
    letter-spacing: 0.02em;
}
@media (min-width: 768px) {
    .stat-num { font-size: 2.35rem; }
    .stat-plus { font-size: 1.6rem; }
}
@media (min-width: 992px) {
    .stat-card { padding: 2.5rem 2rem; }
    .stat-num { font-size: 2.9rem; }
    .stat-plus { font-size: 1.85rem; }
    .stat-icon-wrap { width: 64px; height: 64px; font-size: 1.75rem; }
}

/* Testimonial stars */
.testimonial-stars { color: #f0b429; font-size: 0.9rem; display: flex; justify-content: flex-end; gap: 0.15rem; }

/* Footer social + legal */
.social-link-footer {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.social-link-footer:hover {
    background: white;
    color: #2a2a2a;
    transform: translateY(-2px);
}
.site-footer .social-link-footer {
    flex-shrink: 0;
}
.footer-legal-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: color 0.2s;
}
.footer-legal-link:hover { color: white; }

/* Floating CTA - mobile */
@media (max-width: 991px) {
    .floating-cta-wrap {
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        right: 1rem;
        z-index: 1000;
        padding: 0 1rem;
        pointer-events: none;
    }
    .floating-cta-wrap .btn {
        pointer-events: auto;
        animation: floatCtaPulse 3s ease-in-out infinite;
    }
    main { padding-bottom: 5rem; }
}
@keyframes floatCtaPulse {
    0%, 100% { box-shadow: 0 8px 30px rgba(223, 19, 113, 0.4); }
    50% { box-shadow: 0 12px 40px rgba(223, 19, 113, 0.5); }
}

/* Go to top button */
.btn-go-to-top {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--lunch4you-primary);
    color: white;
    border: none;
    box-shadow: 0 4px 20px rgba(223, 19, 113, 0.4);
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
}
.btn-go-to-top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.btn-go-to-top:hover {
    background: var(--lunch4you-pink-dark);
    color: white;
    box-shadow: 0 6px 24px rgba(223, 19, 113, 0.5);
}
.btn-go-to-top i {
    font-size: 1.25rem;
}
@media (max-width: 991px) {
    .btn-go-to-top {
        bottom: 5.5rem;
        right: 1rem;
        width: 44px;
        height: 44px;
    }
}

/* Anmelden button */
.btn-outline-dark { border-width: 2px; }

/* ==========================================================================
   Product Detail Page – Kohlroulade & Menu Items (Premium Design)
   ========================================================================== */
.page-product-detail .product-detail-breadcrumb {
    background: linear-gradient(90deg, #fff 0%, var(--lunch4you-cream) 100%);
    border-bottom: 1px solid rgba(223, 19, 113, 0.08);
}
.product-back-link {
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
}
.product-back-link:hover {
    color: var(--lunch4you-primary) !important;
    transform: translateX(-4px);
}

/* Hero - Premium with decorative background */
.product-detail-hero {
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fefbfc 30%, var(--lunch4you-cream) 100%);
    overflow: hidden;
}
.product-hero-bg-decor {
    position: absolute;
    top: -20%;
    right: -15%;
    width: 60%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(223, 19, 113, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
.product-hero-bg-decor::before {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -20%;
    width: 50%;
    height: 60%;
    background: radial-gradient(circle, rgba(223, 19, 113, 0.04) 0%, transparent 60%);
}

/* Image - Floating card with hover effect */
.product-detail-image-wrap {
    position: relative;
    border-radius: 24px;
    overflow: visible;
    aspect-ratio: 4/3;
    background: #f5f5f5;
}
.product-detail-image-wrap::before {
    content: '';
    position: absolute;
    inset: -8px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.08) 0%, transparent 50%);
    border-radius: 28px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.product-detail-image-wrap:hover::before { opacity: 1; }
.product-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.5s ease;
}
.product-detail-image-wrap:hover .product-image-inner {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.product-detail-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.product-detail-image-wrap:hover .product-detail-image {
    transform: scale(1.05);
}
.product-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,0.1) 100%);
    pointer-events: none;
}

/* Badges */
.product-detail-badge {
    position: absolute;
    color: white;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0.45rem 1rem;
    border-radius: 50px;
    text-transform: uppercase;
    z-index: 3;
    transition: transform 0.3s ease;
}
.product-detail-badge:hover { transform: scale(1.05); }
.product-badge-klassiker {
    top: 16px;
    left: 16px;
    background: linear-gradient(135deg, var(--lunch4you-primary) 0%, var(--lunch4you-pink-dark) 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}
.product-badge-bestseller {
    top: 16px;
    right: 16px;
    left: auto;
    background: linear-gradient(135deg, #198754 0%, #157347 100%);
    box-shadow: 0 4px 16px rgba(25, 135, 84, 0.4);
}

/* Quick tags */
.product-quick-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
.product-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--lunch4you-text-muted);
    background: rgba(223, 19, 113, 0.08);
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    border: 1px solid rgba(223, 19, 113, 0.12);
}
.product-tag i { color: var(--lunch4you-primary); font-size: 0.9rem; }

.product-detail-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem 0;
}
.product-detail-title {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--lunch4you-dark);
    margin-bottom: 0.5rem;
    line-height: 1.15;
    letter-spacing: -0.02em;
}
@media (min-width: 768px) {
    .product-detail-title { font-size: 2.75rem; }
}
.product-detail-subtitle {
    font-size: 1.15rem;
    color: var(--lunch4you-text-muted);
    margin-bottom: 1rem;
    line-height: 1.5;
}
.product-detail-description {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--lunch4you-text);
    margin-bottom: 1.5rem;
    flex: 1;
}
.product-detail-price-row {
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}
.product-detail-price {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.product-detail-price .price-val {
    font-size: 2rem;
    font-weight: 800;
    color: #198754;
    line-height: 1;
}
.product-detail-price .price-currency {
    font-size: 1.35rem;
    font-weight: 700;
    color: #198754;
}
.product-detail-price .price-vat {
    font-size: 0.8rem;
    color: var(--lunch4you-text-muted);
    margin-left: 0.5rem;
}
.product-cta-main {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.product-cta-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

/* Nutrition */
.product-detail-nutrition {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(223, 19, 113, 0.1);
}
.nutrition-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--lunch4you-text-muted);
    text-transform: uppercase;
}
.nutrition-badges-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.nutrition-badge-large {
    min-width: 76px;
    padding: 0.7rem 0.9rem;
    border-radius: 14px;
    background: linear-gradient(145deg, #f8f9fa 0%, #f1f3f4 100%);
    border: 1px solid rgba(223, 19, 113, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.nutrition-badge-large:hover {
    transform: translateY(-2px);
    border-color: rgba(223, 19, 113, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.nutrition-badge-large .val {
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--lunch4you-dark);
    line-height: 1.2;
}
.nutrition-badge-large .lbl {
    font-size: 0.55rem;
    margin-top: 0.2rem;
    color: var(--lunch4you-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Product Detail Tabs - Clean underline style */
.product-detail-tabs-card {
    background: #fff;
    border: 1px solid rgba(223, 19, 113, 0.1);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    overflow: hidden;
}
.product-tabs-wrapper {
    position: relative;
    padding: 0 1rem;
    background: linear-gradient(180deg, #fefbfc 0%, #fff 100%);
    border-bottom: 2px solid rgba(223, 19, 113, 0.08);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.product-tabs-wrapper::-webkit-scrollbar {
    display: none;
}
.product-detail-nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: min-content;
}
.product-detail-nav-tabs .nav-item {
    flex-shrink: 0;
}
.product-detail-nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--lunch4you-text-muted);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.product-detail-nav-tabs .nav-link:hover {
    color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.product-detail-nav-tabs .nav-link.active {
    color: var(--lunch4you-primary);
    border-bottom-color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.tab-icon {
    font-size: 1.15rem;
    opacity: 0.9;
}
.product-detail-nav-tabs .nav-link.active .tab-icon {
    color: var(--lunch4you-primary);
}
.tab-label {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
}
@media (min-width: 768px) {
    .product-detail-nav-tabs .nav-link {
        flex-direction: row;
        gap: 0.5rem;
        padding: 1rem 1.5rem;
    }
    .tab-icon { font-size: 1.1rem; }
    .tab-label { font-size: 0.85rem; }
}
.product-detail-tab-content {
    padding: 1.5rem 1.25rem;
}
@media (min-width: 768px) {
    .product-detail-tab-content { padding: 2rem 2rem; }
}
.tab-pane-inner {
    animation: tabFadeIn 0.35s ease;
}
@keyframes tabFadeIn {
    from { opacity: 0.7; }
    to { opacity: 1; }
}
.product-tab-text {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--lunch4you-text);
}

/* Info cards for Zusatzinformation */
.product-info-cards { margin-top: 0.5rem; }
.product-info-card {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: linear-gradient(145deg, #fefbfc 0%, #fff 100%);
    border: 1px solid rgba(223, 19, 113, 0.12);
    border-radius: 16px;
    transition: all 0.4s ease;
}
.product-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.12);
}
.product-info-card-icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(223, 19, 113, 0.12) 0%, rgba(223, 19, 113, 0.06) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: var(--lunch4you-primary);
}
.product-info-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--lunch4you-dark);
    margin-bottom: 0.5rem;
}
.product-info-card-text {
    font-size: 0.9rem;
    line-height: 1.65;
    color: var(--lunch4you-text-muted);
}

/* Nutrition table */
.product-nutrition-table-wrap {
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid rgba(223, 19, 113, 0.1);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.product-nutrition-table {
    margin: 0;
    min-width: 320px;
}
.product-nutrition-table th,
.product-nutrition-table td {
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-nutrition-table th {
    font-weight: 700;
    color: var(--lunch4you-dark);
    background: linear-gradient(180deg, rgba(223, 19, 113, 0.06) 0%, rgba(223, 19, 113, 0.02) 100%);
}
.product-nutrition-table tbody tr:last-child td { border-bottom: none; }
.product-nutrition-table td:first-child { color: var(--lunch4you-text-muted); }
.product-nutrition-table td:last-child { font-weight: 700; color: var(--lunch4you-dark); }

/* Sticky CTA - Mobile */
.product-sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(223, 19, 113, 0.1);
}
.product-sticky-cta-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
.product-sticky-price .price-val {
    font-size: 1.5rem;
    font-weight: 800;
    color: #198754;
}
.product-sticky-price .price-currency {
    font-size: 1rem;
    font-weight: 700;
    color: #198754;
}
.page-product-detail main { padding-bottom: 5rem; }
@media (min-width: 992px) {
    .page-product-detail main { padding-bottom: 0; }
}

/* ==========================================================================
   Auth Page – Login & Register with Tabs
   ========================================================================== */
.page-auth .auth-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #fff 0%, var(--lunch4you-cream) 100%);
}
.auth-bg-decor {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 50%;
    height: 60%;
    background: radial-gradient(ellipse at center, rgba(223, 19, 113, 0.06) 0%, transparent 70%);
    pointer-events: none;
}
.auth-card {
    background: #fff;
    border: 1px solid rgba(223, 19, 113, 0.1);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
}
.auth-card-header {
    background: linear-gradient(180deg, #fefbfc 0%, #fff 100%);
    border-bottom: 1px solid rgba(223, 19, 113, 0.08);
}
.auth-title {
    font-size: 1.5rem;
    color: var(--lunch4you-dark);
}
.auth-subtitle {
    font-size: 0.95rem;
}
.auth-tabs-wrapper {
    border-bottom: 2px solid rgba(223, 19, 113, 0.08);
    padding: 0 1rem;
}
.auth-nav-tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.auth-nav-tabs .nav-item {
    flex: 1;
}
.auth-nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--lunch4you-text-muted);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.25s ease;
    width: 100%;
}
.auth-nav-tabs .nav-link:hover {
    color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.auth-nav-tabs .nav-link.active {
    color: var(--lunch4you-primary);
    border-bottom-color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.auth-nav-tabs .tab-icon {
    font-size: 1.25rem;
}
.auth-tab-content {
    background: #fff;
}
.auth-split-right .auth-tab-content {
    padding-top: 0.25rem;
}
.auth-form .form-label.fw-600 { font-weight: 600; }
.auth-input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0.75rem 0;
    background: transparent;
}
.auth-input:focus,
.auth-input:focus-visible {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    outline: none;
}
.auth-link {
    color: var(--lunch4you-primary);
    text-decoration: none;
}
.auth-link:hover { color: var(--lunch4you-pink-dark); text-decoration: underline; }
.auth-register-intro {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--lunch4you-text-muted);
}
.auth-register-note {
    background: rgba(223, 19, 113, 0.06);
    border: 1px solid rgba(223, 19, 113, 0.12);
}
.auth-register-note a { font-weight: 600; }
.form-check-input:checked {
    background-color: var(--lunch4you-primary);
    border-color: var(--lunch4you-primary);
}
.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(223, 19, 113, 0.2);
}

/* Auth standalone - no header/footer, full-screen focus */
.page-auth-standalone .auth-section {
    min-height: 100vh;
    padding-top: 4rem;
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
}
.page-auth-standalone .auth-section .container {
    width: 100%;
}
.auth-back-link {
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lunch4you-text-muted);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(223, 19, 113, 0.1);
    z-index: 100;
    transition: all 0.3s ease;
}
.auth-back-link:hover {
    color: var(--lunch4you-primary);
    background: #fff;
    box-shadow: 0 6px 24px rgba(223, 19, 113, 0.15);
    transform: translateX(-2px);
}
.auth-back-link i { font-size: 1.1rem; }
.auth-logo-link { transition: opacity 0.3s ease; }
.auth-logo-link:hover { opacity: 0.85; }
.auth-logo { height: 56px; width: auto; display: block; }

/* ==========================================================================
   Auth Split Layout – PowerAdmin-style (Dark left / Light right)
   ========================================================================== */
.page-auth-split {
    min-height: 100vh;
    margin: 0;
    padding: 0;
}
.auth-split-wrapper {
    display: flex;
    min-height: 100vh;
}
@media (max-width: 991px) {
    .auth-split-wrapper { flex-direction: column; }
}

/* Left: Dark branding */
.auth-split-left {
    flex: 1;
    min-height: 100vh;
    background: linear-gradient(160deg, #1e1e1e 0%, #262326 35%, #2a2628 60%, #242123 85%, #1c1a1b 100%);
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
}
@media (max-width: 991px) {
    .auth-split-left {
        min-height: auto;
        padding: 2rem 1.5rem;
    }
}
.auth-split-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}
.auth-split-logo img {
    height: 48px;
    width: auto;
}
.auth-split-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
}
@media (max-width: 991px) {
    .auth-split-content { max-width: none; }
}
.auth-split-headline {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .auth-split-headline { font-size: 2.25rem; }
}
.auth-split-lead {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 2rem;
}
.auth-split-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.auth-split-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
}
.auth-feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    background: var(--lunch4you-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #fff;
}

/* Right: Light form */
.auth-split-right {
    flex: 1;
    min-height: 100vh;
    background: #fff;
    padding: 2rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 991px) {
    .auth-split-right {
        min-height: auto;
        padding: 2rem 1.5rem;
    }
}
.auth-split-right .auth-back-link {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    left: auto;
}
.auth-split-form-wrap {
    width: 100%;
    max-width: 420px;
}
.auth-form-header {
    margin-bottom: 1.5rem;
}
.auth-welcome-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}
.auth-welcome-sub {
    font-size: 0.95rem;
    color: var(--lunch4you-text-muted);
    margin: 0;
}
/* Auth tabs – same style as product detail page */
.auth-tabs-wrapper {
    border-bottom: 2px solid rgba(223, 19, 113, 0.08);
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
}
.auth-tabs {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.auth-tabs .nav-item {
    flex: 1;
}
.auth-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    padding: 1rem 1.25rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--lunch4you-text-muted);
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    width: 100%;
    transition: all 0.25s ease;
}
.auth-tabs .nav-link:hover {
    color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.auth-tabs .nav-link.active {
    color: var(--lunch4you-primary);
    border-bottom-color: var(--lunch4you-primary);
    background: rgba(223, 19, 113, 0.06);
}
.auth-tabs .tab-icon {
    font-size: 1.15rem;
    opacity: 0.9;
}
.auth-tabs .nav-link.active .tab-icon {
    color: var(--lunch4you-primary);
}
.auth-tabs .tab-label {
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}
@media (min-width: 576px) {
    .auth-tabs .nav-link {
        flex-direction: row;
        gap: 0.5rem;
        padding: 1rem 1.5rem;
    }
    .auth-tabs .tab-icon { font-size: 1.1rem; }
    .auth-tabs .tab-label { font-size: 0.9rem; }
}
.auth-split-right .auth-input,
.auth-split-right .form-control.auth-input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0.75rem 0;
    background: transparent;
}
.auth-split-right .auth-input:focus,
.auth-split-right .auth-input:focus-visible,
.auth-split-right .form-control.auth-input:focus,
.auth-split-right .form-control.auth-input:focus-visible {
    border: none !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Animated bottom border on focus */
.auth-input-wrap {
    position: relative;
}
.auth-input-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--lunch4you-primary);
    transition: width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.auth-input-wrap:focus-within::after {
    width: 100%;
}
.auth-password-wrap {
    position: relative;
}
.auth-password-wrap .auth-input {
    padding-right: 2.5rem;
}
.auth-password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: var(--lunch4you-text-muted);
    padding: 0.25rem;
    cursor: pointer;
    font-size: 1.1rem;
}
.auth-password-toggle:hover { color: var(--lunch4you-primary); }
.auth-footer-text {
    font-size: 0.9rem;
    color: var(--lunch4you-text-muted);
}
.auth-footer-link {
    background: none;
    border: none;
    color: var(--lunch4you-primary);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}
.auth-footer-link:hover { text-decoration: underline; }

/* ========== page-mrlunch (index) – animacione më të dukshme ========== */
@keyframes page-mrlunch-hero-stat-in {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.88);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@media (prefers-reduced-motion: no-preference) {
    .page-mrlunch .hero-stats-row .hero-stat-card {
        opacity: 0;
        animation: page-mrlunch-hero-stat-in 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    }
    .page-mrlunch .hero-stats-row .hero-stat-card:nth-child(1) { animation-delay: 0.45s; }
    .page-mrlunch .hero-stats-row .hero-stat-card:nth-child(2) { animation-delay: 0.62s; }
    .page-mrlunch .hero-stats-row .hero-stat-card:nth-child(3) { animation-delay: 0.79s; }
}
@media (hover: hover) and (pointer: fine) {
    .page-mrlunch .step-card-mrlunch:hover {
        transform: translateY(-16px) scale(1.03);
        box-shadow:
            0 32px 72px rgba(0, 0, 0, 0.16),
            0 14px 32px rgba(0, 0, 0, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.55);
    }
    .page-mrlunch .about-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
    }
    .page-mrlunch .about-card:hover .about-card-photo-wrap {
        transform: none;
    }
    .page-mrlunch .about-card:hover .about-card-icon-wrap {
        transform: scale(1.12) rotate(-4deg);
    }
    .page-mrlunch .why-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.12), 0 10px 24px rgba(0, 0, 0, 0.07) !important;
    }
    .page-mrlunch .why-card:hover .why-card-icon-wrap {
        transform: scale(1.1) rotate(4deg);
    }
    .page-mrlunch .passion-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.12), 0 10px 24px rgba(0, 0, 0, 0.06) !important;
    }
    .page-mrlunch .passion-photo {
        transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    .page-mrlunch .testimonial-card:hover {
        transform: translateY(-10px) scale(1.01);
        box-shadow: 0 26px 56px rgba(0, 0, 0, 0.11), 0 10px 24px rgba(0, 0, 0, 0.06) !important;
    }
    .page-mrlunch .testimonials-slider .testimonial-card:hover {
        transform: translateY(-2px) scale(1);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.035) !important;
    }
    .page-mrlunch .sustainability-card:hover {
        transform: translateY(-6px) scale(1);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.09), 0 4px 14px rgba(0, 0, 0, 0.05) !important;
    }
    .page-mrlunch .team-card:hover,
    .page-mrlunch .team-card-horizontal:hover,
    .page-mrlunch .team-card-vertical:hover {
        transform: translateY(-12px) scale(1.01);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.14), 0 12px 28px rgba(0, 0, 0, 0.07) !important;
    }
    .page-mrlunch .contact-info-card:hover {
        transform: translateY(-10px) scale(1.01);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.12), 0 10px 24px rgba(0, 0, 0, 0.07);
    }
    .page-mrlunch .contact-form-card:hover {
        transform: translateY(-10px) scale(1.008);
        box-shadow: 0 28px 64px rgba(0, 0, 0, 0.11), 0 10px 24px rgba(0, 0, 0, 0.06);
    }
    .page-mrlunch .hero-stat-card:hover {
        transform: translateY(-6px) scale(1.04);
        background: rgba(255, 255, 255, 0.52);
        box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
    }
    .page-mrlunch .hero-stat-card:hover .hero-stat-icon {
        background: rgba(255, 255, 255, 0.5);
    }
}
.page-mrlunch .section-cta .btn-cta-glow {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
    .page-mrlunch .section-cta .btn-cta-glow:hover {
        transform: translateY(-4px) scale(1.04);
        box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
    }
    .page-mrlunch .section-menu .menu-card:hover {
        transform: translateY(-10px) scale(1.015);
        box-shadow: 0 22px 52px rgba(0, 0, 0, 0.14), 0 10px 28px rgba(0, 0, 0, 0.08);
    }
}
