/* ============================================================================
   ALLGÄU WAGYU - LIEFERUNG & VERSAND
   Eigenständiges Stylesheet für templates/public/footer/lieferung.html
   Basierend auf dem "Sinniko"-Versandkonzept, übertragen ins
   bestehende Gold/Schwarz-Designsystem (Bootstrap 5 + Font Awesome).
   ============================================================================ */

.lf-page {
    --lf-black: #1a1a1a;
    --lf-gold: #d4af37;
    --lf-gold-soft: rgba(212, 175, 55, 0.12);
    --lf-cream: #f8f5ee;
    --lf-border: #e8e0d4;
    --lf-text: #4a4035;
    --lf-text-muted: #6c757d;

    color: var(--lf-text);
    overflow-x: hidden;
}

.lf-page img:not(.lf-option-logo) {
    background-color: var(--lf-border);
}
.lf-option-card-head img {
    background: transparent !important;
}

/* ----------------------------------------------------------------------
   Allgemeines
   ---------------------------------------------------------------------- */

.lf-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--lf-gold);
    margin-bottom: 0.75rem;
}

.lf-section {
    padding: 4.5rem 0;
}

.lf-section.bg-cream {
    background: var(--lf-cream);
}

.lf-section.bg-dark {
    background: var(--lf-black);
    color: rgba(255, 255, 255, 0.7);
}

.lf-section.bg-dark h2,
.lf-section.bg-dark h3 {
    color: #fff;
}

.lf-section h2 {
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--lf-black);
    margin-bottom: 1rem;
}

.lf-section .lf-lead {
    max-width: 680px;
    color: var(--lf-text-muted);
}

.lf-section.bg-dark .lf-lead {
    color: rgba(255, 255, 255, 0.6);
}

/* ----------------------------------------------------------------------
   Hero
   ---------------------------------------------------------------------- */

.lf-hero {
    background: var(--lf-cream);
    padding: 3.5rem 0 4.5rem;
}

.lf-hero h1 {
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--lf-black);
}

.lf-hero .lf-lead {
    max-width: 480px;
}

.lf-hero-image-wrap {
    position: relative;
}

.lf-hero-image {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.lf-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lf-hero-badge {
    position: absolute;
    bottom: -1.25rem;
    left: -1rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.25rem;
    max-width: 230px;
}

.lf-hero-badge .lf-eyebrow {
    margin-bottom: 0.2rem;
}

.lf-hero-badge p {
    margin: 0;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--lf-black);
    line-height: 1.4;
}

/* ----------------------------------------------------------------------
   Trust-Bar
   ---------------------------------------------------------------------- */

.lf-trustbar {
    background: var(--lf-black);
    padding: 1.75rem 0;
}

.lf-trustbar .lf-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.92rem;
}

.lf-trustbar .lf-trust-item i {
    color: var(--lf-gold);
    font-size: 1.25rem;
    width: 1.6rem;
    text-align: center;
    flex-shrink: 0;
}

/* ----------------------------------------------------------------------
   Versandrhythmus / Schritt-Karten
   ---------------------------------------------------------------------- */

.lf-step-card {
    border-radius: 1.5rem;
    padding: 2rem;
    height: 100%;
    border: 1px solid var(--lf-border);
    background: #fff;
}

.lf-step-card.dark {
    background: var(--lf-black);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.65);
}

.lf-step-card.dark h3 {
    color: #fff;
}

.lf-step-card h3 {
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: var(--lf-black);
}

.lf-step-card p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ----------------------------------------------------------------------
   Versandoptionen (DPD / GO! / Selbstabholung)
   ---------------------------------------------------------------------- */

.lf-option-card {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--lf-border);
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lf-option-card.dark {
    background: var(--lf-black);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.65);
}

.lf-option-card.dark h3 {
    color: #fff;
}

.lf-option-card-head {
    padding: 1.75rem;
    border-bottom: 1px solid var(--lf-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lf-option-card.dark .lf-option-card-head {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.lf-option-card-body {
    padding: 1.75rem;
    flex: 1;
}

.lf-option-card h3 {
    font-weight: 700;
    margin: 0;
    color: var(--lf-black);
}

.lf-option-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.06em;
    border-radius: 0.5rem;
    padding: 0.5rem 0.9rem;
    font-size: 0.95rem;
    flex-shrink: 0;
    white-space: nowrap;
}

.lf-option-badge.dpd {
    background: var(--lf-cream);
    color: var(--lf-black);
    border: 1px solid var(--lf-border);
}

.lf-option-badge.go {
    background: var(--lf-gold);
    color: var(--lf-black);
}

/* Logo-Boxen für DPD / GO! im Options-Header */
.lf-option-logo-box {
    background: var(--lf-cream);
    border: 1px solid var(--lf-border);
    border-radius: 0.6rem;
    padding: 0.5rem 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 88px;
}

.lf-option-logo-box.on-dark {
    background: #fff;
    border-color: transparent;
}

.lf-option-logo {
    height: 28px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    display: block;
}

.lf-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lf-check-list li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.92rem;
}

.lf-check-list i {
    color: var(--lf-gold);
    margin-top: 0.2rem;
    flex-shrink: 0;
}

/* ----------------------------------------------------------------------
   Preisstaffelung
   ---------------------------------------------------------------------- */

.lf-tier {
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid var(--lf-border);
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lf-tier.dark {
    background: var(--lf-black);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}

.lf-tier.dark .lf-tier-price,
.lf-tier.dark .lf-eyebrow {
    color: #fff;
}

.lf-tier .lf-eyebrow {
    margin-bottom: 0;
}

.lf-tier-price {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: var(--lf-black);
}

.lf-tier-note {
    color: var(--lf-gold);
    font-weight: 700;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.lf-tier-hint {
    background: var(--lf-cream);
    border: 1px solid var(--lf-border);
    border-radius: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 0.92rem;
    color: var(--lf-text-muted);
    max-width: 760px;
}

.lf-tier-hint strong {
    color: var(--lf-black);
}

/* ----------------------------------------------------------------------
   Verpackungssystem
   ---------------------------------------------------------------------- */

.lf-pack-step {
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--lf-border);
    background: #fff;
}

.lf-pack-step .lf-pack-img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.lf-pack-step .lf-pack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lf-pack-step-body {
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.lf-pack-step-number {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--lf-border);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.lf-pack-step-body h3 {
    font-weight: 700;
    color: var(--lf-black);
    margin-bottom: 0.5rem;
}

.lf-pack-step-body p {
    margin: 0;
    color: var(--lf-text-muted);
}

/* Kühlmedium Box */
.lf-cooling-box {
    background: var(--lf-black);
    border-radius: 1.5rem;
    padding: 2.25rem;
    color: rgba(255, 255, 255, 0.65);
}

.lf-cooling-box .lf-pack-step-number {
    color: rgba(255, 255, 255, 0.12);
}

.lf-cooling-box h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lf-cooling-sub {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1rem;
    padding: 1.25rem;
    height: 100%;
}

.lf-cooling-sub .lf-eyebrow {
    color: var(--lf-gold);
}

.lf-cooling-sub p {
    color: #fff;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* ----------------------------------------------------------------------
   paperfloc Feature-Liste
   ---------------------------------------------------------------------- */

.lf-feature-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: var(--lf-cream);
    border: 1px solid var(--lf-border);
    border-radius: 1rem;
    padding: 1.25rem;
}

.lf-feature-item i {
    color: var(--lf-gold);
    margin-top: 0.2rem;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.lf-feature-item strong {
    display: block;
    color: var(--lf-black);
    font-size: 0.95rem;
}

.lf-feature-item p {
    margin: 0.25rem 0 0;
    font-size: 0.88rem;
    color: var(--lf-text-muted);
    line-height: 1.6;
}

.lf-paperfloc-img {
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    border: 1px solid var(--lf-border);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.lf-paperfloc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lf-pouch-img {
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 3 / 1;
    border: 1px solid var(--lf-border);
    background: #fff;
}

.lf-pouch-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1.5rem;
    display: block;
}

.lf-pouch-caption {
    margin-top: 1.25rem;
    font-size: 0.9rem;
    color: var(--lf-text-muted);
    font-style: italic;
    text-align: center;
}

/* ----------------------------------------------------------------------
   Frischware / Tiefkühlware
   ---------------------------------------------------------------------- */

.lf-type-card {
    border-radius: 1.5rem;
    padding: 2.25rem;
    height: 100%;
}

.lf-type-card.cream {
    background: var(--lf-cream);
    border: 1px solid var(--lf-border);
}

.lf-type-card.dark {
    background: var(--lf-black);
    color: rgba(255, 255, 255, 0.65);
}

.lf-type-card.dark h3 {
    color: #fff;
}

.lf-type-card h3 {
    font-weight: 700;
    color: var(--lf-black);
    margin-bottom: 0.75rem;
}

.lf-dot-list {
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lf-dot-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
}

.lf-dot-list .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lf-gold);
    flex-shrink: 0;
    display: inline-block;
}

/* ----------------------------------------------------------------------
   Versandkosten - Kostenpositionen + Zitat-Box
   ---------------------------------------------------------------------- */

.lf-cost-item {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    background: #fff;
    border: 1px solid var(--lf-border);
    border-radius: 1rem;
    padding: 1.5rem;
    height: 100%;
}

.lf-cost-num {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--lf-gold);
    width: 2.2rem;
    flex-shrink: 0;
}

.lf-cost-item strong {
    display: block;
    color: var(--lf-black);
    font-size: 0.95rem;
    margin-bottom: 0.2rem;
}

.lf-cost-item p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--lf-text-muted);
    line-height: 1.6;
}

.lf-quote-box {
    background: var(--lf-black);
    border-radius: 1.5rem;
    padding: 2.5rem;
    color: rgba(255, 255, 255, 0.6);
}

.lf-quote-img {
    border-radius: 1rem;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.lf-quote-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lf-quote-box blockquote {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 1rem;
}

.lf-quote-box .lf-quote-eyebrow {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lf-quote-box p.lf-quote-text {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ----------------------------------------------------------------------
   FAQ - Vanilla JS Akkordeon
   ---------------------------------------------------------------------- */

.lf-faq {
    max-width: 780px;
    margin: 0 auto;
}

.lf-faq-item {
    border: 1px solid var(--lf-border);
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0.75rem;
}

.lf-faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    font-weight: 700;
    font-size: 1rem;
    color: var(--lf-black);
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.lf-faq-question:hover {
    background: var(--lf-cream);
}

.lf-faq-question .lf-faq-icon {
    color: var(--lf-gold);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: 0.2rem;
    font-size: 0.95rem;
}

.lf-faq-item.open .lf-faq-question .lf-faq-icon {
    transform: rotate(135deg);
}

.lf-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.lf-faq-item.open .lf-faq-answer {
    max-height: 600px;
}

.lf-faq-answer p {
    padding: 0 1.5rem 1.25rem;
    margin: 0;
    color: var(--lf-text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

/* ----------------------------------------------------------------------
   Final CTA
   ---------------------------------------------------------------------- */

.lf-cta {
    background: var(--lf-black);
    border-radius: 1.75rem;
    overflow: hidden;
}

.lf-cta-img {
    aspect-ratio: 4 / 3;
    min-height: 220px;
}

.lf-cta-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lf-cta-body {
    padding: 2.5rem;
    color: rgba(255, 255, 255, 0.65);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lf-cta-body h2 {
    color: #fff;
}

.lf-cta-body .btn-gold {
    background: var(--lf-gold);
    color: var(--lf-black);
    border: none;
    font-weight: 700;
    border-radius: 50px;
    padding: 0.85rem 2rem;
    align-self: flex-start;
    transition: all 0.25s ease;
}

.lf-cta-body .btn-gold:hover {
    background: #fff;
    color: var(--lf-black);
    transform: translateY(-2px);
}

/* ----------------------------------------------------------------------
   Buttons (Hero)
   ---------------------------------------------------------------------- */

.lf-btn-dark {
    background: var(--lf-black);
    color: #fff;
    border: 1px solid var(--lf-black);
    border-radius: 50px;
    padding: 0.85rem 2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.lf-btn-dark:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.lf-btn-outline {
    background: transparent;
    color: var(--lf-black);
    border: 1px solid var(--lf-black);
    border-radius: 50px;
    padding: 0.85rem 2rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.lf-btn-outline:hover {
    background: var(--lf-black);
    color: #fff;
    transform: translateY(-2px);
}

/* ----------------------------------------------------------------------
   Mobile-Anpassungen
   ---------------------------------------------------------------------- */

@media (max-width: 991.98px) {
    .lf-trustbar .row > div {
        margin-bottom: 0.75rem;
    }

    .lf-trustbar .row > div:last-child {
        margin-bottom: 0;
    }
}

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

    .lf-hero {
        padding: 2.5rem 0 3.5rem;
        text-align: center;
    }

    .lf-hero .lf-lead {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .lf-hero-badge {
        position: static;
        margin-top: 1.25rem;
        max-width: 100%;
        display: inline-block;
        text-align: left;
    }

    .lf-cooling-box,
    .lf-cta-body,
    .lf-quote-box,
    .lf-option-card-head,
    .lf-option-card-body,
    .lf-pack-step-body {
        padding: 1.5rem;
    }

    .lf-tier-price {
        font-size: 2.4rem;
    }

    .lf-quote-box blockquote {
        font-size: 1.25rem;
    }
}
