/* Öffentliche Startseite: klare Conversion-Fläche für Desktop und Mobile. */

.landing-hero {
    min-height: 620px;
    padding: 4.75rem 0 5.25rem;
    background-image:
        linear-gradient(90deg, rgba(10, 25, 16, 0.94) 0%, rgba(12, 38, 23, 0.84) 48%, rgba(8, 23, 14, 0.58) 100%),
        url('../img/menu-fisch-kartoffeln-gemuese.jpg');
    background-image:
        linear-gradient(90deg, rgba(10, 25, 16, 0.94) 0%, rgba(12, 38, 23, 0.84) 48%, rgba(8, 23, 14, 0.58) 100%),
        image-set(
            url('../img/menu-fisch-kartoffeln-gemuese.webp') type('image/webp'),
            url('../img/menu-fisch-kartoffeln-gemuese.jpg') type('image/jpeg')
        );
    background-position: center;
    background-size: cover;
}

.landing-hero-copy {
    max-width: 760px;
}

.landing-hero .hero-logo {
    width: 92px;
    height: 92px;
    max-height: none;
    flex: 0 0 auto;
    border: 3px solid rgba(255, 255, 255, 0.75);
}

.landing-hero-eyebrow,
.landing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.landing-hero-eyebrow {
    padding: 0.55rem 0.8rem;
    color: #f0fdf4;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    backdrop-filter: blur(8px);
}

.landing-hero h1 {
    max-width: 780px;
    font-size: clamp(2.75rem, 5vw, 4.65rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

.landing-hero .hero-subtitle {
    max-width: 700px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.08rem, 1.7vw, 1.3rem);
    line-height: 1.6;
}

.landing-hero .hero-trust {
    display: flex;
    justify-content: flex-start;
    color: rgba(255, 255, 255, 0.94);
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.landing-hero-actions .btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.landing-hero-card {
    color: #183226;
    padding: 1.75rem;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.landing-hero-card-label {
    display: inline-flex;
    padding: 0.35rem 0.65rem;
    color: #15713b;
    background: #dcfce7;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.landing-hero-card > p {
    color: #5f6f65;
    line-height: 1.55;
}

.landing-hero-prices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.landing-hero-prices > div {
    min-width: 0;
    padding: 0.8rem 0.55rem;
    text-align: center;
    background: #f5f7f5;
    border: 1px solid #e1e9e3;
    border-radius: 12px;
}

.landing-hero-prices span,
.landing-hero-prices strong {
    display: block;
}

.landing-hero-prices span {
    min-height: 2.2em;
    color: #68776d;
    font-size: 0.8rem;
    line-height: 1.1;
}

.landing-hero-prices strong {
    margin-top: 0.2rem;
    color: #15803d;
    font-family: 'Lora', Georgia, serif;
    font-size: 1.35rem;
}

/* Das Menue ist kein eigener Grundpreis, sondern ein Aufschlag auf jedes
   Tagesgericht - deshalb ueber die volle Breite abgesetzt statt als sechste
   Kachel, wo es wie ein eigener Preis aussaehe. */
.landing-hero-prices__menue {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    text-align: left !important;
    background: #fffaf0 !important;
    border-color: #f0dfba !important;
}

.landing-hero-prices__menue span {
    min-height: 0;
    text-align: left;
}

.landing-hero-prices__menue span small {
    display: block;
    font-size: 0.78rem;
    opacity: 0.85;
}

.landing-hero-prices__menue strong {
    margin-top: 0;
    color: #b57614;
    white-space: nowrap;
}

.landing-hero-delivery {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e9e4;
}

.landing-hero-delivery > i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background: #16a34a;
    border-radius: 50%;
    font-size: 1.1rem;
}

.landing-hero-delivery strong,
.landing-hero-delivery small {
    display: block;
}

.landing-hero-delivery small {
    color: #6b756e;
}

.landing-quickbar {
    position: relative;
    z-index: 2;
    margin-top: -34px;
}

.landing-quickbar .container {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3e9e4;
    border-radius: 18px;
    box-shadow: 0 16px 45px rgba(22, 70, 40, 0.12);
}

.landing-quickbar-item {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.25rem;
    border-right: 1px solid #e7ece8;
}

.landing-quickbar-item:last-child {
    border-right: 0;
}

.landing-quickbar-item > i {
    color: #16a34a;
    font-size: 1.45rem;
}

.landing-quickbar-item strong,
.landing-quickbar-item small {
    display: block;
}

.landing-quickbar-item strong {
    color: #273b30;
    line-height: 1.2;
}

.landing-quickbar-item small {
    margin-top: 0.2rem;
    color: #79847d;
}

.landing-today-section {
    padding-top: 5.5rem !important;
    background: linear-gradient(180deg, #fafcf9 0%, #f1f7f2 100%);
}

.landing-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.landing-section-heading h2 {
    margin-top: 0.45rem;
    font-size: clamp(1.8rem, 3vw, 2.35rem);
}

.landing-kicker {
    color: #15803d;
}

.landing-dish-card {
    min-height: 175px;
    display: flex;
    flex-direction: column;
    padding: 1.15rem;
    background: #fff;
    border: 1px solid #dfe8e1;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(25, 67, 40, 0.06);
}

.landing-dish-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.landing-dish-card-top > i {
    color: #aab7ad;
    font-size: 1.25rem;
}

.landing-dish-card h3 {
    line-height: 1.42;
}

.landing-weekend-section {
    background: #f2f8f3;
}

.landing-weekend-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #dce8df;
    border-radius: 16px;
}

.landing-weekend-card > i {
    color: #f59e0b;
    font-size: 2rem;
}

.landing-weekend-card > div {
    flex: 1;
}

.landing-price-grid .card {
    border: 1px solid #e2e8e3 !important;
    box-shadow: 0 10px 30px rgba(31, 60, 42, 0.07) !important;
}

.landing-price-grid .menu-type-dot {
    width: 13px;
    height: 13px;
}

.landing-swipe-hint,
.landing-mobile-action,
.landing-mobile-cta {
    display: none;
}

.landing-swipe-row:focus-visible {
    outline: 3px solid rgba(22, 163, 74, 0.32);
    outline-offset: 4px;
    border-radius: 12px;
}

.landing-steps-section .step-card {
    background: #fff;
    border: 1px solid #e5e9e6;
    border-radius: 16px;
}

.cta-section + .landing-mobile-cta,
.site-footer {
    margin-top: 0 !important;
}

@media (max-width: 1199.98px) {
    .navbar-public .navbar-collapse {
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        padding: 0.75rem 0 1rem;
    }

    .navbar-public .navbar-collapse .nav-link {
        min-height: 44px;
        display: flex;
        align-items: center;
        padding: 0.65rem 0.25rem;
        border-bottom: 1px solid #edf0ed;
    }

    .navbar-public .navbar-collapse .navbar-nav.align-items-center {
        align-items: stretch !important;
        padding-top: 0.65rem;
    }

    .navbar-public .navbar-collapse .btn {
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .landing-hero {
        min-height: 0;
        padding: 3.25rem 0 4.5rem;
        background-image:
            linear-gradient(180deg, rgba(8, 24, 14, 0.93) 0%, rgba(10, 33, 19, 0.86) 60%, rgba(8, 25, 15, 0.76) 100%),
            url('../img/menu-fisch-kartoffeln-gemuese.jpg');
        background-image:
            linear-gradient(180deg, rgba(8, 24, 14, 0.93) 0%, rgba(10, 33, 19, 0.86) 60%, rgba(8, 25, 15, 0.76) 100%),
            image-set(
                url('../img/menu-fisch-kartoffeln-gemuese.webp') type('image/webp'),
                url('../img/menu-fisch-kartoffeln-gemuese.jpg') type('image/jpeg')
            );
    }

    .landing-hero-card {
        max-width: 680px;
    }

    .landing-quickbar-item:nth-child(2) {
        border-right: 0;
    }

    .landing-quickbar-item:nth-child(-n+2) {
        border-bottom: 1px solid #e7ece8;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom));
    }

    .navbar-public .container {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .navbar-public .navbar-brand {
        max-width: calc(100% - 62px);
    }

    .navbar-public .navbar-brand span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .landing-hero {
        padding: 2rem 0 3.75rem;
    }

    .landing-hero-brand {
        margin-bottom: 1.25rem !important;
    }

    .landing-hero .hero-logo {
        width: 66px;
        height: 66px;
    }

    .landing-hero-eyebrow {
        padding: 0.45rem 0.6rem;
        font-size: 0.76rem;
        letter-spacing: 0.04em;
    }

    .landing-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.15rem) !important;
        line-height: 1.05;
    }

    .landing-hero .hero-subtitle {
        font-size: 1.04rem;
        line-height: 1.5;
    }

    .landing-hero .hero-trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.45rem;
        font-size: 0.86rem;
    }

    .landing-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .landing-hero-actions .btn {
        width: 100%;
    }

    .landing-hero-card {
        padding: 1.15rem;
        border-radius: 17px;
    }

    .landing-hero-card h2 {
        font-size: 1.38rem;
    }

    .landing-hero-card > p {
        margin-bottom: 1rem !important;
        font-size: 0.92rem;
    }

    .landing-hero-prices > div {
        padding: 0.65rem 0.35rem;
    }

    .landing-hero-prices strong {
        font-size: 1.12rem;
    }

    .landing-quickbar {
        margin-top: -22px;
        padding: 0 0.75rem;
    }

    .landing-quickbar .container {
        border-radius: 15px;
    }

    .landing-quickbar-item {
        min-height: 86px;
        align-items: flex-start;
        gap: 0.55rem;
        padding: 0.85rem 0.7rem;
    }

    .landing-quickbar-item > i {
        font-size: 1.15rem;
    }

    .landing-quickbar-item strong {
        font-size: 0.84rem;
    }

    .landing-quickbar-item small {
        font-size: 0.8rem;
        line-height: 1.25;
    }

    .landing-today-section {
        padding-top: 3.5rem !important;
    }

    .landing-section-heading {
        align-items: flex-start;
        margin-bottom: 0.8rem;
    }

    .landing-section-heading h2 {
        font-size: 1.75rem;
    }

    .landing-desktop-action {
        display: none;
    }

    .landing-mobile-action {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
    }

    .landing-swipe-hint {
        display: block;
        margin: 0 0 0.5rem;
        color: #738078;
        font-size: 0.78rem;
    }

    .landing-swipe-row {
        flex-wrap: nowrap;
        justify-content: flex-start !important;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
        padding: 0.25rem 0.75rem 0.9rem;
    }

    .landing-swipe-row::-webkit-scrollbar {
        display: none;
    }

    .landing-swipe-row > [class*='col-'] {
        flex: 0 0 84%;
        width: 84%;
        max-width: 84%;
        scroll-snap-align: start;
    }

    .landing-today-row > [class*='col-'] {
        flex-basis: 78%;
        width: 78%;
        max-width: 78%;
    }

    .landing-review-row > [class*='col-'] {
        flex-basis: 88%;
        width: 88%;
        max-width: 88%;
    }

    .landing-dish-card {
        min-height: 165px;
    }

    .landing-weekend-card {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 1rem;
    }

    .landing-weekend-card > div {
        width: calc(100% - 3rem);
    }

    .landing-weekend-card .btn {
        width: 100%;
    }

    .landing-price-grid .card-body {
        padding: 1.05rem 0.65rem !important;
    }

    .landing-price-grid h3 {
        min-height: 2.4em;
        font-size: 0.98rem;
    }

    .landing-price-grid .faq-price {
        font-size: 1.45rem;
    }

    .landing-price-grid small {
        font-size: 0.8rem;
        line-height: 1.25;
    }

    .landing-mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1035;
        display: grid;
        grid-template-columns: 1.35fr 1fr;
        gap: 0.55rem;
        padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, 0.97);
        border-top: 1px solid #dfe6e1;
        box-shadow: 0 -8px 28px rgba(24, 55, 34, 0.12);
        backdrop-filter: blur(12px);
    }

    .landing-mobile-cta .btn {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.4rem;
        padding: 0.55rem 0.75rem;
    }

    .whatsapp-fab {
        bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    }

    .cta-section .btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .landing-hero-eyebrow {
        max-width: 190px;
    }

    .landing-quickbar-item {
        padding: 0.75rem 0.5rem;
    }

    .landing-mobile-cta {
        grid-template-columns: 1.2fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-swipe-row {
        scroll-behavior: auto;
    }

    .landing-hero *,
    .landing-dish-card {
        transition: none !important;
    }
}

/* ==========================================================================
   Hinweisband auf die laufende Gerichte-Umfrage (Startseite)
   ========================================================================== */
.landing-poll-band {
    padding: 1.25rem 0 0;
}

.landing-poll-banner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: linear-gradient(135deg, #166534 0%, #15803d 100%);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 26px rgba(22, 101, 52, .22);
    transition: transform .18s ease, box-shadow .18s ease;
}

.landing-poll-banner:hover,
.landing-poll-banner:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(22, 101, 52, .3);
}

.landing-poll-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .18);
    font-size: 1.35rem;
}

.landing-poll-text {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    min-width: 0;
}

.landing-poll-text strong { font-size: 1.05rem; }
.landing-poll-text small { opacity: .88; }

.landing-poll-cta {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1rem;
    border-radius: 999px;
    background: #fff;
    color: #166534;
    font-weight: 700;
    white-space: nowrap;
}

@media (max-width: 575.98px) {
    /* Am Handy untereinander: nebeneinander wuerde der Text zerquetscht. */
    .landing-poll-banner {
        flex-wrap: wrap;
        gap: .75rem;
    }
    .landing-poll-text { flex-basis: calc(100% - 62px); }
    .landing-poll-cta {
        flex-basis: 100%;
        justify-content: center;
    }
}
