/* === Bewerten-Landingpage – Section-Design (Namespace .bw-) === */
    .bewerten main.content.bewerten-page { max-width: none !important; padding: 0 !important; flex-grow: 1 !important; }
    .bw-container { max-width: 1100px; padding: 0 0 0 80px; margin: 0; box-sizing: border-box; }
    @media (max-width: 768px) { .bw-container { padding: 0 20px; } }
    .bw-page h1, .bw-page h2, .bw-page h3 { color: #1a2b3c; }

    /* Hero */
    .bw-hero { background: linear-gradient(135deg, #fffaf0 0%, #fff 45%, #eef5fb 100%); border-bottom: 1px solid #f0e3c0; padding: 56px 0 54px; margin-bottom: 12px; }
    .bw-hero-grid { display: grid; grid-template-columns: 1fr 190px; gap: 40px; align-items: center; }
    .bw-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #f0d98a; border-radius: 30px; padding: 6px 16px; font-size: 0.9rem; font-weight: 600; color: #1a2b3c; box-shadow: 0 2px 8px rgba(245,179,1,0.12); margin-bottom: 18px; }
    .bw-eyebrow .bw-eyebrow-stars { color: #f5b301; }
    .bw-hero h1 { font-size: 2.5rem; font-weight: 800; letter-spacing: -0.025em; line-height: 1.15; margin: 0 0 14px; color: #0d2137; }
    .bw-hero-sub { font-size: 1.12rem; line-height: 1.65; color: #475569; max-width: 700px; margin: 0 0 26px; }
    .bw-cta { display: inline-flex; align-items: center; gap: 9px; background: #0d5a93; color: #fff; font-weight: 600; font-size: 1.05rem; padding: 14px 30px; border-radius: 8px; text-decoration: none; box-shadow: 0 4px 14px rgba(13,90,147,0.25); transition: background .2s, transform .15s, box-shadow .2s; }
    .bw-cta:hover { background: #094a7a; color: #fff; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(13,90,147,0.3); text-decoration: none; }
    .bw-hero-visual { text-align: center; }
    .bw-hero-visual .bw-big-rating { font-size: 3.4rem; font-weight: 800; color: #0d2137; line-height: 1; }
    .bw-hero-visual .bw-big-stars { color: #f5b301; font-size: 1.9rem; letter-spacing: 3px; margin: 8px 0 4px; }
    .bw-hero-visual .bw-big-sub { font-size: 0.92rem; color: #64748b; }

    .bw-section { padding: 48px 0; }
    .bw-section h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 6px; }
    .bw-section .bw-lead { color: #64748b; font-size: 1.02rem; line-height: 1.6; margin: 0 0 28px; max-width: 660px; }

    /* Zwei-Wege-Funnel */
    .bw-paths { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
    .bw-path { border-radius: 16px; padding: 28px 26px; border: 1px solid #e6eef4; background: #fff; }
    .bw-path--good { border-color: #bfe6cf; background: linear-gradient(160deg, #f0faf4 0%, #fff 70%); }
    .bw-path--issue { border-color: #e6eef4; }
    .bw-path-ico { width: 30px; height: 30px; padding: 12px; box-sizing: content-box; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; margin-bottom: 14px; }
    .bw-path--good .bw-path-ico { background: #e7f6ee; color: #1e7d52; }
    .bw-path--issue .bw-path-ico { background: #eef5fb; color: #0d5a93; }
    .bw-path h3 { font-size: 1.2rem; font-weight: 700; margin: 0 0 8px; }
    .bw-path p { color: #475569; line-height: 1.6; margin: 0 0 18px; }
    .bw-path-btns { display: flex; flex-wrap: wrap; gap: 10px; }
    .bw-btn { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; font-size: 0.95rem; padding: 11px 20px; border-radius: 8px; text-decoration: none; transition: transform .15s, box-shadow .2s, background .2s; }
    .bw-btn-green { background: #1e7d52; color: #fff; box-shadow: 0 4px 12px rgba(30,125,82,0.22); }
    .bw-btn-green:hover { background: #18653f; color: #fff; transform: translateY(-2px); text-decoration: none; }
    .bw-btn-ghost { background: #fff; color: #0d5a93; border: 1px solid #c7ddf0; }
    .bw-btn-ghost:hover { background: #eef5fb; color: #0d5a93; transform: translateY(-2px); text-decoration: none; }

    /* Plattformen */
    .bw-platforms { background: #f7fafd; border-top: 1px solid #e9eff5; border-bottom: 1px solid #e9eff5; }
    .bw-plat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .bw-plat { display: flex; flex-direction: column; background: #fff; border: 1px solid #e1ecf6; border-radius: 16px; padding: 26px 26px 24px; box-shadow: 0 2px 8px rgba(13,33,55,0.04); transition: transform .18s, box-shadow .22s, border-color .2s; }
    .bw-plat:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(13,90,147,0.12); border-color: #b9d6ef; }
    .bw-plat-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
    .bw-plat-logo { width: 48px; height: 48px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; }
    .bw-plat-logo svg { display: block; }
    .bw-plat-logo.is-sw { background: #ecf6ff; }
    .bw-plat-logo.is-google { background: #fff; border: 1px solid #eef2f6; }
    .bw-plat-logo.is-trustpilot { background: #eafaf3; color: #00b67a; }
    .bw-plat-name { font-weight: 700; font-size: 1.15rem; color: #0d2137; }
    .bw-plat-rating { font-size: 0.9rem; color: #64748b; }
    .bw-plat-rating strong { color: #1a2b3c; }
    .bw-plat-rating .bw-mini-stars { color: #f5b301; }
    .bw-plat .bw-btn { margin-top: auto; align-self: flex-start; }
    .bw-plat-foot { color: #94a3b8; font-size: 0.84rem; margin: 22px 0 0; }

    @media (max-width: 860px) {
        .bw-hero-grid { grid-template-columns: 1fr; gap: 28px; }
        .bw-hero-visual { order: -1; text-align: left; }
        .bw-hero h1 { font-size: 1.9rem; }
        .bw-paths, .bw-plat-grid { grid-template-columns: 1fr; }
    }
