
/* =========================================================
   EMPFEHLUNGEN
   ========================================================= */

.recommendations-page {
    background: #f8faf8;
    color: #172019;
}

.recommendations-page .site-header {
    background: rgba(255,255,255,.97);
}

.recommendations-page .main-nav a[aria-current="page"] {
    color: #1f7a4d;
    font-weight: 700;
}

.recommendations-narrow {
    max-width: 1040px;
}


/* Match the Empfehlungen hero's left edge to the Ratgeber hero.
   Only the top/hero section is widened; all content below stays centered. */
.recommendations-hero .recommendations-narrow {
    max-width: 1380px;
}

.recommendations-hero {
    padding: 54px 0 64px;
    background:
        radial-gradient(circle at 82% 18%, rgba(67,155,100,.12), transparent 30%),
        #fff;
    border-bottom: 1px solid #e5ece7;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 36px;
    color: #7b857e;
    font-size: .84rem;
}

.breadcrumbs a {
    color: #5f6b63;
    text-decoration: none;
}

.recommendations-hero h1 {
    max-width: 900px;
    margin: 14px 0 20px;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1.03;
    letter-spacing: -.045em;
}

.recommendations-hero h1 span {
    color: #277c50;
}

.recommendations-hero > .container > p {
    max-width: 820px;
    margin: 0;
    color: #58645c;
    font-size: 1.18rem;
    line-height: 1.75;
}

.hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 28px;
    color: #657169;
    font-size: .88rem;
    font-weight: 650;
}

.recommendations-intro {
    padding: 54px 0 22px;
}

.editorial-box {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr);
    gap: 46px;
    padding: 34px 38px;
    border: 1px solid #dfe8e1;
    border-radius: 24px;
    background: #fff;
}

.editorial-kicker {
    display: block;
    margin-bottom: 9px;
    color: #287b50;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.editorial-box h2 {
    margin: 0;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.editorial-box p {
    margin: 0;
    color: #627067;
    line-height: 1.75;
}

.picks-section {
    padding: 58px 0 88px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.section-heading h2 {
    margin: 9px 0 10px;
    font-size: clamp(2rem, 3.5vw, 3.15rem);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.section-heading p {
    margin: 0;
    color: #748078;
    line-height: 1.65;
}

.recommendation-list {
    display: grid;
    gap: 24px;
}

.recommendation-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce6df;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(31, 61, 42, .045);
}

.recommendation-card-featured {
    border-color: #bed7c5;
    box-shadow: 0 18px 46px rgba(31, 95, 57, .08);
}

.recommendation-rank {
    padding: 12px 22px;
    border-bottom: 1px solid #e4ebe6;
    background: #f3f8f5;
}

.recommendation-rank span {
    color: #287b50;
    font-size: .74rem;
    font-weight: 850;
    letter-spacing: .09em;
}

.recommendation-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
}

.recommendation-image {
    min-width: 0;
    padding: 32px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 50% 42%, rgba(62,145,92,.12), transparent 45%),
        #f7faf8;
    border-right: 1px solid #e4ebe6;
}

.recommendation-image img {
    display: block;
    width: 100%;
    max-width: 220px;
    max-height: 220px;
    object-fit: contain;
}

.recommendation-content {
    min-width: 0;
    padding: 32px 34px 34px;
}

.brand-label {
    margin-bottom: 6px;
    color: #287b50;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
}

.recommendation-content h3 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.recommendation-summary {
    max-width: 720px;
    margin: 0;
    color: #5d6961;
    line-height: 1.72;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 24px 0;
}

.spec-grid > div {
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid #e2e9e4;
    border-radius: 14px;
    background: #f8faf9;
}

.spec-grid span {
    display: block;
    margin-bottom: 4px;
    color: #7b867e;
    font-size: .73rem;
}

.spec-grid strong {
    display: block;
    color: #243129;
    font-size: .88rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.why-box {
    padding: 19px 21px;
    border-radius: 17px;
    background: #f0f7f2;
}

.why-box > strong {
    display: block;
    margin-bottom: 9px;
    color: #244c32;
}

.why-box ul {
    margin: 0;
    padding-left: 19px;
    color: #536159;
    line-height: 1.65;
}

.why-box li + li {
    margin-top: 4px;
}

.recommendation-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin-top: 24px;
}

.text-link {
    color: #306a49;
    font-size: .9rem;
    font-weight: 700;
    text-decoration: none;
}

.text-link:hover {
    text-decoration: underline;
}

.button-disabled {
    cursor: default;
    pointer-events: none;
    background: #e7ebe8;
    border-color: #e7ebe8;
    color: #737c76;
}

.finder-section {
    padding: 0 0 84px;
}

.finder-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) auto;
    gap: 36px;
    align-items: center;
    padding: 40px 42px;
    border-radius: 26px;
    background:
        radial-gradient(circle at 90% 10%, rgba(88,174,119,.15), transparent 34%),
        #173c28;
    color: #fff;
}

.finder-panel h2 {
    max-width: 700px;
    margin: 9px 0 12px;
    color: #fff;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.finder-panel p {
    max-width: 700px;
    margin: 0;
    color: rgba(255,255,255,.76);
    line-height: 1.7;
}

.finder-panel .eyebrow {
    color: #98d4ad;
}

.finder-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 190px;
}

.finder-actions .button {
    justify-content: center;
    text-align: center;
}

.finder-panel .button-secondary {
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.08);
    color: #fff;
}

.method-section {
    padding: 0 0 96px;
}

.method-grid {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.35fr);
    gap: 54px;
    padding-top: 52px;
    border-top: 1px solid #dfe7e1;
}

.method-grid h2 {
    margin: 9px 0 0;
    font-size: clamp(1.85rem, 3vw, 2.7rem);
    line-height: 1.1;
    letter-spacing: -.035em;
}

.method-copy p {
    margin: 0;
    color: #5d6961;
    line-height: 1.78;
}

.method-copy p + p {
    margin-top: 18px;
}

.affiliate-note {
    padding: 18px 20px;
    border: 1px solid #dce6df;
    border-radius: 16px;
    background: #fff;
    font-size: .93rem;
}

.affiliate-note a {
    color: #277c50;
    font-weight: 700;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
    .editorial-box,
    .method-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .recommendation-card-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .finder-panel {
        grid-template-columns: 1fr;
    }

    .finder-actions {
        flex-direction: row;
        min-width: 0;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
    .recommendations-page,
    .recommendations-page main,
    .recommendations-page section,
    .recommendations-page article,
    .recommendations-page .container {
        min-width: 0;
        max-width: 100%;
    }

    .recommendations-page {
        overflow-x: hidden;
    }

    .recommendations-hero {
        padding: 34px 0 42px;
    }

    .breadcrumbs {
        margin-bottom: 26px;
    }

    .recommendations-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.15rem);
    }

    .recommendations-hero > .container > p {
        font-size: 1.03rem;
    }

    .hero-notes {
        display: grid;
        gap: 8px;
        font-size: .83rem;
    }

    .recommendations-intro {
        padding: 32px 0 8px;
    }

    .editorial-box {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .picks-section {
        padding: 42px 0 62px;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .recommendation-list {
        gap: 18px;
    }

    .recommendation-card {
        width: 100%;
        max-width: 100%;
        border-radius: 21px;
    }

    .recommendation-rank {
        padding: 11px 16px;
    }

    .recommendation-rank span {
        font-size: .68rem;
    }

    .recommendation-card-grid {
        display: block;
        width: 100%;
    }

    .recommendation-image {
        width: 100%;
        box-sizing: border-box;
        padding: 25px;
        border-right: 0;
        border-bottom: 1px solid #e4ebe6;
    }

    .recommendation-image img {
        max-width: 180px;
        max-height: 180px;
    }

    .recommendation-content {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 24px 19px 26px;
    }

    .recommendation-content h3 {
        font-size: 2rem;
    }

    .recommendation-summary {
        overflow-wrap: anywhere;
    }

    .spec-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin: 20px 0;
    }

    .spec-grid > div {
        padding: 12px;
    }

    .spec-grid strong {
        font-size: .82rem;
    }

    .why-box {
        padding: 17px 18px;
    }

    .recommendation-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .recommendation-actions .button {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
    }

    .text-link {
        text-align: center;
    }

    .finder-section {
        padding-bottom: 62px;
    }

    .finder-panel {
        gap: 25px;
        padding: 30px 20px;
        border-radius: 22px;
    }

    .finder-actions {
        flex-direction: column;
        width: 100%;
    }

    .finder-actions .button {
        width: 100%;
        box-sizing: border-box;
    }

    .method-section {
        padding-bottom: 68px;
    }

    .method-grid {
        gap: 24px;
        padding-top: 38px;
    }
}

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


/* Product images intentionally removed from recommendation cards. */
.recommendation-card-grid {
    grid-template-columns: minmax(0, 1fr) !important;
}

.recommendation-content {
    width: 100%;
}
