/* ============================================================
   GLOBAL BASE
   ============================================================ */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
                 Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    background: #F5F6EE;
    color: #2F3B28;
}

/* ============================================================
   HEADER – LOGO
   ============================================================ */
.header-center {
    text-align: center;
    padding: 30px 0 10px;
}

.logo-start {
    width: 220px;
    max-width: 80%;
    opacity: 0.95;
}

/* ============================================================
   START / FRAGE
   ============================================================ */
.start-container {
    max-width: 820px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    text-align: center;
}

.start-title {
    font-size: 2rem;
    margin-top: 5px;
}

.start-subline {
    font-size: 1.15rem;
    color: #4B5A44;
    margin-bottom: 50px;
}

/* ============================================================
   BUTTONS – HAUPTAKTION
   ============================================================ */
.btn-frage,
.btn-frage-large,
.btn-primary-large {
    background: #6A8F4E;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 700;
    transition: 0.25s;
}

.btn-frage {
    padding: 14px 24px;
    border-radius: 12px;
    font-size: 1rem;
}

.btn-frage-large {
    padding: 12px 30px;
    border-radius: 14px;
    font-size: 1.15rem;
    box-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

.btn-primary-large {
    padding: 10px 22px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 14px;
}

.btn-frage:hover,
.btn-frage-large:hover,
.btn-primary-large:hover {
    background: #5B7E45;
}

/* ============================================================
   WEGE – CONTAINER
   ============================================================ */
.wege-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    text-align: center;
}

.wege-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.wege-subheadline {
    margin-top: 20px;
}

.wege-text-top {
    max-width: 720px;
    margin: 0 auto 40px;
    line-height: 1.55;
}

.wege-text-bottom {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* ============================================================
   FRAGE-BOX (START & ERGEBNIS)
   ============================================================ */
.frage-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 22px;
    max-width: 720px;
    margin: 25px auto;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.frage-label {
    font-size: 0.9rem;
    color: #6A8F4E;
    margin-bottom: 4px;
}

.frage-content {
    font-size: 1.05rem;
}

/* ERGEBNIS – HERVORGEHOBENE FRAGE */
.frage-box-highlight {
    margin: 30px auto 50px;
}

.frage-content-large {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
}

/* ============================================================
   WEGE – GRID (2x2)
   ============================================================ */
.wege-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
    justify-items: center;
}

@media (max-width: 720px) {
    .wege-grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   WEG- & ERGEBNIS-KARTEN
   ============================================================ */
.weg-card {
    background: #ffffff;
    padding: 28px 26px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.08);
    text-decoration: none;
    color: #2F3B28;
    text-align: center;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    transition: 0.25s;
}

.weg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}

.weg-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

/* ERGEBNIS – GLEICH HOHE BOXEN */
.ergebnis-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

/* ============================================================
   DEAKTIVIERTER WEG
   ============================================================ */
.weg-card.weg-disabled {
    background-color: #D0E5D3;
    color: #6A8F4E;
    opacity: 0.55;
    pointer-events: none;
    box-shadow: none;
    cursor: default;
}

/* ============================================================
   BAUM-KARTEN (JAHRESZEITEN)
   ============================================================ */
.tree-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 26px;
    margin-top: 40px;
}

.tree-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    text-align: center;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    transition: 0.25s;
}

.tree-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0,0,0,0.10);
}

.tree-icon {
    width: 64px;
    height: auto;
    margin-bottom: 12px;
    opacity: 0.95;
}

.tree-card h3 {
    color: #6A8F4E;
    font-size: 1.25rem;
}

.tree-card p {
    color: #4B5A44;
    line-height: 1.55;
}

/* ============================================================
   ERGEBNIS – NEUSTART
   ============================================================ */
.restart-box {
    text-align: center;
    margin: 60px 0 20px;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    text-align: center;
    padding: 30px 0 20px;
    color: #707E65;
    font-size: 0.95rem;
}
/* ERGEBNIS – KARTEN-INHALT STRUKTURIEREN */
.ergebnis-card h3 {
    min-height: 48px;
}

.ergebnis-richtung {
    margin: 12px 0 18px;
    font-size: 0.95rem;
    color: #6A8F4E;
}

.ergebnis-card a {
    margin-top: auto;
}
/* ============================================================
   MODAL – MEHR ERFAHREN
   ============================================================ */
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 999;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #ffffff;
    max-width: 680px;
    width: 90%;
    padding: 30px 34px;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    position: relative;
    animation: fadeIn 0.3s ease;
}

.modal-content h2 {
    margin-top: 0;
    color: #6A8F4E;
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 1.6rem;
    background: none;
    border: none;
    cursor: pointer;
    color: #6A8F4E;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}
/* ============================================================
   BUTTON – SEKUNDÄR (MEHR ERFAHREN)
   ============================================================ */
.btn-secondary {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 22px;
    border-radius: 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #6A8F4E;
    background: transparent;
    border: 2px solid #6A8F4E;
    text-decoration: none;
    transition: 0.25s;
}

.btn-secondary:hover {
    background: #6A8F4E;
    color: #ffffff;
    transform: translateY(-1px);
}
/* ============================================================
   ERGEBNIS-KARTEN – FEINJUSTIERUNG
   ============================================================ */
.ergebnis-card {
    min-height: 320px;
}

.ergebnis-card h3 {
    min-height: 56px;   /* fängt unterschiedliche Titel-Längen ab */
}

.ergebnis-richtung {
    margin: 14px 0 18px;
    font-size: 0.95rem;
    color: #6A8F4E;
}
.ergebnis-card {
    padding-top: 34px;
}
/* ============================================================
   ERGEBNIS – 1 x 4 GRID
   ============================================================ */
.ergebnis-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 40px;
}

/* Tablet */
@media (max-width: 1100px) {
    .ergebnis-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 640px) {
    .ergebnis-grid {
        grid-template-columns: 1fr;
    }
}

/* Karten-Feinschliff */
.ergebnis-card {
    min-height: 340px;
    padding: 34px 28px;
}

.ergebnis-card h3 {
    min-height: 56px;
}

.ergebnis-richtung {
    margin: 16px 0 20px;
    font-size: 0.95rem;
    color: #6A8F4E;
}
/* ============================================================
   PRODUKTBEREICH – ERGEBNIS
   ============================================================ */
.produkt-section {
    margin-top: 70px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.produkt-title {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.produkt-subline {
    max-width: 640px;
    margin: 0 auto 40px;
    color: #4B5A44;
    line-height: 1.55;
}

.produkt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

/* Tablet */
@media (max-width: 1100px) {
    .produkt-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 640px) {
    .produkt-grid {
        grid-template-columns: 1fr;
    }
}

.produkt-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 26px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
    text-align: center;
}

.produkt-img {
    width: 120px;
    margin-bottom: 16px;
}

.produkt-card h4 {
    margin-bottom: 8px;
}

.produkt-card p {
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.btn-produkt {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 14px;
    background: #6A8F4E;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s;
}

.btn-produkt:hover {
    background: #5B7E45;
}

