/* =========================================================
   Gartenparadies Heek – Gartenbedarf
   ========================================================= */

.gartenbedarf-page {
    background: #f7faf5;
    color: #17351f;
}

.gartenbedarf-hero {
    min-height: 310px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-size: cover;
    background-position: center;
}

.gartenbedarf-hero-inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 58px 25px;
}

.gartenbedarf-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.gartenbedarf-hero h1 {
    font-family: Georgia, serif;
    font-size: 58px;
    line-height: 1.15;
    margin: 0 0 18px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0,0,0,.7);
}

.gartenbedarf-hero p {
    max-width: 720px;
    font-size: 22px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    text-shadow: 1px 1px 6px rgba(0,0,0,.7);
}

.gartenbedarf-content {
    max-width: 1180px;
    margin: 55px auto 72px;
    padding: 0 25px;
}

.gartenbedarf-actions-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.gartenbedarf-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #ffffff;
    color: #2f5d34;
    border: 2px solid #2f5d34;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    transition: all .2s ease;
}

.gartenbedarf-back-btn:hover {
    background: #2f5d34;
    color: #ffffff;
    transform: translateY(-2px);
}

.gartenbedarf-intro,
.gartenbedarf-box {
    background: #ffffff;
    padding: 34px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    margin-bottom: 42px;
    line-height: 1.75;
    border-left: 7px solid #2f5d34;
}

.gartenbedarf-intro h2,
.gartenbedarf-box h2,
.gartenbedarf-section-title {
    margin: 0 0 14px;
    color: #17351f;
    font-family: Georgia, serif;
}

.gartenbedarf-intro h2,
.gartenbedarf-box h2 {
    color: #2f5d34;
    font-size: 30px;
}

.gartenbedarf-intro p,
.gartenbedarf-box p {
    color: #4a554d;
    font-size: 17px;
    margin: 0 0 12px;
}

.gartenbedarf-section-title {
    font-size: 32px;
    margin-bottom: 24px;
}

.gartenbedarf-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 28px;
}

.gartenbedarf-card {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
    text-decoration: none;
    color: inherit;
}

.gartenbedarf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 34px rgba(0,0,0,.12);
}

.gartenbedarf-card-image {
    height: 210px;
    background-size: cover;
    background-position: center;
    background-color: #eef5ee;
}

.gartenbedarf-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #eef5ee;
}

.gartenbedarf-card-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gartenbedarf-icon-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #eef5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.gartenbedarf-icon-circle i {
    font-size: 28px;
    color: #2f5d34;
}

.gartenbedarf-card h2 {
    color: #2f5d34;
    margin: 0 0 12px;
    font-size: 23px;
}

.gartenbedarf-card p {
    color: #4a554d;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.gartenbedarf-count,
.gartenbedarf-price {
    margin-top: 18px;
    background: #f4fff4;
    border-left: 6px solid #2f5d34;
    padding: 12px 13px;
    border-radius: 10px;
    color: #2f5d34;
    font-weight: 800;
    font-size: 14px;
    line-height: 1.45;
}

.gartenbedarf-price strong {
    color: #17351f;
}

.gartenbedarf-price span {
    color: #17351f;
}

.gartenbedarf-status {
    margin-top: 12px;
    font-weight: 800;
    color: #208020;
}

.gartenbedarf-card-actions {
    display: flex;
    gap: 10px;
    padding: 0 25px 25px;
    flex-wrap: wrap;
}

.gartenbedarf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #2f5d34;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 18px;
    border-radius: 999px;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    transition: all .2s ease;
    font-size: 16px;
}

.gartenbedarf-btn:hover {
    background: #244927;
    transform: translateY(-2px);
}

.gartenbedarf-btn.light {
    background: #ffffff;
    color: #2f5d34;
    border: 2px solid #2f5d34;
}

.gartenbedarf-btn.light:hover {
    background: #2f5d34;
    color: #ffffff;
}

.gartenbedarf-btn.whatsapp {
    background: #25d366;
    color: #ffffff;
}

.gartenbedarf-btn:disabled {
    background: #a8afa6;
    color: #ffffff;
    cursor: not-allowed;
    opacity: .75;
}

.gartenbedarf-btn:disabled:hover {
    background: #a8afa6;
    transform: none;
}

.gartenbedarf-empty {
    background: #ffffff;
    padding: 28px;
    border-radius: 18px;
    color: #5b655b;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    line-height: 1.6;
}

.gartenbedarf-detail-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.gartenbedarf-info-box {
    background: #f4fff4;
    border-left: 7px solid #2f5d34;
    padding: 18px;
    border-radius: 18px;
    margin-bottom: 30px;
}

.gartenbedarf-info-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 14px;
    align-items: stretch;
}

.gartenbedarf-price-box,
.gartenbedarf-meta-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    min-height: 150px;
}

.gartenbedarf-price-box h3 {
    margin: 0 0 12px;
    color: #2f5d34;
    font-size: 18px;
}

.gartenbedarf-price-stack {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gartenbedarf-netto {
    color: #777;
    font-size: 15px;
    line-height: 1.35;
}

.gartenbedarf-brutto {
    font-size: 28px;
    font-weight: 800;
    color: #2f5d34;
    line-height: 1.12;
}

.gartenbedarf-einheit {
    color: #667066;
    font-size: 15px;
}

.gartenbedarf-meta-card {
    line-height: 1.45;
    color: #4a554d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.gartenbedarf-lichttraum-logo {
    display: block;
    max-width: 190px;
    width: 100%;
    height: auto;
    margin: 0 auto 14px auto;
}

.gartenbedarf-detail-card h2 {
    color: #2f5d34;
    font-family: Georgia, serif;
}

.gartenbedarf-detail-card p,
.gartenbedarf-detail-card li {
    line-height: 1.8;
}

.gartenbedarf-button-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.gartenbedarf-notice {
    border-radius: 14px;
    padding: 15px 18px;
    margin-bottom: 24px;
    font-weight: 800;
}

.gartenbedarf-notice.success {
    background: #e8f7ea;
    color: #1f6b2d;
    border: 1px solid #bfe7c5;
}

.gartenbedarf-notice.error {
    background: #fff1f1;
    color: #9b1c1c;
    border: 1px solid #ffcaca;
}

.gartenbedarf-form-box {
    margin-top: 35px;
    background: #f7faf5;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #dbe8d6;
}

.gartenbedarf-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.gartenbedarf-field {
    margin-bottom: 15px;
}

.gartenbedarf-field label {
    display: block;
    font-weight: 800;
    margin-bottom: 6px;
    color: #17351f;
}

.gartenbedarf-field input,
.gartenbedarf-field textarea {
    width: 100%;
    border: 1px solid #cfdccd;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    box-sizing: border-box;
}

.gartenbedarf-field textarea {
    min-height: 120px;
    resize: vertical;
}

.gartenbedarf-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
    margin: 15px 0;
}

.gartenbedarf-check input {
    width: auto;
    margin-top: 5px;
}

.gartenbedarf-check a {
    color: #2f5d34;
    font-weight: 800;
}

.gartenbedarf-pflicht {
    font-size: 14px;
    color: #667066;
    line-height: 1.5;
    margin: 8px 0 18px;
}

@media(max-width: 900px) {
    .gartenbedarf-info-grid,
    .gartenbedarf-form-row {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 768px) {
    .gartenbedarf-hero {
        min-height: 310px;
    }

    .gartenbedarf-hero h1 {
        font-size: 40px;
    }

    .gartenbedarf-hero p {
        font-size: 18px;
    }

    .gartenbedarf-content {
        margin: 35px auto 54px;
        padding: 0 18px;
    }

    .gartenbedarf-intro,
    .gartenbedarf-box,
    .gartenbedarf-detail-card,
    .gartenbedarf-form-box {
        padding: 26px;
    }

    .gartenbedarf-section-title {
        font-size: 27px;
    }

    .gartenbedarf-card-actions,
    .gartenbedarf-button-row,
    .gartenbedarf-actions-top {
        flex-direction: column;
    }

    .gartenbedarf-btn,
    .gartenbedarf-back-btn {
        width: 100%;
        box-sizing: border-box;
    }
}