:root {
    --care: #00aec7;
    --care-dark: #008fa2;
    --care-soft: #eaf9fb;
    --ink: #1b252b;
    --muted: #5d6a70;
    --line: #dce4e7;
    --surface: #f6f8f9;
    --white: #ffffff;
    --max: 1180px;
    --narrow: 860px;
    --radius: 6px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

img { max-width: 100%; }

a { color: inherit; }

button, input, textarea { font: inherit; }

.container {
    width: min(var(--max), calc(100% - 48px));
    margin-inline: auto;
}

.container.narrow { width: min(var(--narrow), calc(100% - 48px)); }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

h1, h2, h3 {
    font-family: "Exo", Arial, sans-serif;
    margin: 0;
    color: var(--ink);
}

h1 {
    font-size: clamp(2.7rem, 5vw, 4.9rem);
    line-height: 1.04;
    font-weight: 600;
    letter-spacing: -0.035em;
}

h2 {
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 1.12;
    font-weight: 600;
    letter-spacing: -0.025em;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
}

p { margin: 0 0 1.1rem; }

.eyebrow {
    margin: 0 0 14px;
    color: var(--care-dark);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.lead {
    max-width: 700px;
    margin-top: 26px;
    color: var(--muted);
    font-size: 1.18rem;
    line-height: 1.75;
}

.lead-small {
    margin-top: 22px;
    color: var(--muted);
    font-size: 1.05rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,.97);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-brand {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.site-brand img {
    display: block;
    width: 185px;
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.main-nav a,
.footer-links a,
.footer-contact a {
    text-decoration: none;
}

.main-nav a {
    color: #35434a;
    font-size: .92rem;
    font-weight: 600;
}

.main-nav a:hover,
.footer-links a:hover,
.footer-contact a:hover {
    color: var(--care-dark);
}

.nav-toggle { display: none; }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 21px;
    border: 1px solid transparent;
    border-radius: var(--radius);
    text-decoration: none;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: .18s ease;
}

.button-primary {
    color: var(--white);
    background: var(--care);
    border-color: var(--care);
}

.button-primary:hover {
    background: var(--care-dark);
    border-color: var(--care-dark);
}

.button-secondary {
    color: var(--ink);
    background: var(--white);
    border-color: #bcc8cd;
}

.button-secondary:hover {
    color: var(--care-dark);
    border-color: var(--care);
}

.button-light {
    color: var(--care-dark);
    background: var(--white);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero {
    padding: 88px 0 84px;
    overflow: hidden;
}

.hero-grid,
.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
}

.hero-copy { padding: 20px 0; }

.hero-visual,
.product-placeholder {
    min-height: 470px;
}

.hero-visual {
    overflow: hidden;
    background: var(--surface);
}

.hero-image {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: center;
}

.image-placeholder,
.product-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--surface);
    border: 1px solid var(--line);
    color: var(--muted);
}

.image-placeholder {
    min-height: 470px;
    position: relative;
}

.image-placeholder::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 8px;
    background: var(--care);
}

.image-placeholder span,
.product-placeholder span {
    font-family: "Exo", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
}

.image-placeholder small,
.product-placeholder small {
    margin-top: 4px;
}

.section { padding: 90px 0; }

.section-soft { background: var(--surface); }

.section-intro {
    max-width: 790px;
    margin-bottom: 52px;
}

.section-intro p:last-child {
    margin-top: 20px;
    color: var(--muted);
    font-size: 1.05rem;
}

.centered {
    margin-inline: auto;
    text-align: center;
}

.feature-grid {
    display: grid;
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

.feature-grid-3 { grid-template-columns: repeat(3, 1fr); }

.feature {
    min-height: 250px;
    padding: 34px;
    background: var(--white);
}

.feature-number {
    display: block;
    margin-bottom: 54px;
    color: var(--care);
    font-family: "Exo", sans-serif;
    font-weight: 700;
}

.feature h3 { margin-bottom: 12px; }
.feature p { color: var(--muted); }

.check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.check-list li {
    position: relative;
    padding: 13px 0 13px 32px;
    border-bottom: 1px solid var(--line);
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--care-dark);
    font-weight: 800;
}

.text-link {
    color: var(--care-dark);
    font-weight: 700;
    text-decoration: none;
}

.section-accent {
    color: var(--white);
    background: var(--care-dark);
}

.section-accent h2,
.section-accent h3,
.section-accent .eyebrow {
    color: var(--white);
}

.section-intro-light p:last-child { color: rgba(255,255,255,.82); }

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.35);
}

.step {
    padding: 34px 28px 8px 0;
}

.step + .step {
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.35);
}

.step > span {
    display: block;
    margin-bottom: 42px;
    font-family: "Exo", sans-serif;
    font-size: 2rem;
    font-weight: 600;
}

.step p {
    margin-top: 12px;
    color: rgba(255,255,255,.82);
}

.comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--line);
}

.comparison article { padding: 38px; }

.comparison article + article {
    background: var(--care-soft);
    border-left: 1px solid var(--line);
}

.comparison h3 { margin-bottom: 14px; }
.comparison p { color: var(--muted); }

.quiz {
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
}

.quiz-progress {
    height: 6px;
    background: #e4eaed;
}

.quiz-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--care);
    transition: width .2s ease;
}

.quiz-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 28px;
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: .8rem;
}

.quiz-content { padding: 36px 28px 40px; }

.quiz-label {
    color: var(--care-dark);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.quiz-content h3 {
    margin: 8px 0 28px;
    font-size: 1.45rem;
}

.quiz-actions {
    display: flex;
    gap: 10px;
}

.quiz-feedback,
.quiz-result {
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.quiz-feedback p,
.quiz-result p {
    margin-top: 8px;
    color: var(--muted);
}

.accordion {
    border-top: 1px solid var(--line);
}

.accordion details { border-bottom: 1px solid var(--line); }

.accordion summary {
    position: relative;
    padding: 24px 48px 24px 0;
    cursor: pointer;
    list-style: none;
    font-family: "Exo", sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
}

.accordion summary::-webkit-details-marker { display: none; }

.accordion summary::after {
    content: "+";
    position: absolute;
    right: 6px;
    top: 18px;
    color: var(--care-dark);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
}

.accordion details[open] summary::after { content: "−"; }

.accordion details > div {
    max-width: 760px;
    padding: 0 48px 22px 0;
    color: var(--muted);
}






.final-cta {
    color: var(--white);
    background: var(--care);
}

.final-cta h2,
.final-cta .eyebrow {
    color: var(--white);
}

.final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.final-cta-inner h2 { max-width: 760px; }

.site-footer {
    padding: 50px 0 28px;
    background: #202b30;
    color: #dce4e7;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr auto;
    gap: 40px;
}

.footer-company,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-company strong { color: var(--white); }

.footer-links {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.13);
    color: #9eabb1;
    font-size: .82rem;
}

.legal-hero {
    padding: 76px 0 58px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
    font-size: clamp(2.5rem, 4vw, 4rem);
}

.legal-content { padding: 70px 0 100px; }

.prose h2 {
    margin: 42px 0 14px;
    font-size: 1.45rem;
}

.prose h2:first-child { margin-top: 0; }

.prose p { color: var(--muted); }

.prose a { color: var(--care-dark); }

.legal-note {
    padding: 20px 22px;
    background: var(--care-soft);
    border-left: 4px solid var(--care);
}

@media (max-width: 1050px) {
    .main-nav { display: none; }
    .nav-toggle {
        width: 42px;
        height: 42px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 9px;
        background: transparent;
        border: 0;
        cursor: pointer;
    }
    .nav-toggle span:not(.sr-only) {
        width: 100%;
        height: 2px;
        display: block;
        background: var(--ink);
    }
    .main-nav.is-open {
        position: absolute;
        top: 78px;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px 24px 22px;
        background: var(--white);
        border-bottom: 1px solid var(--line);
    }
    .main-nav.is-open a {
        padding: 12px 0;
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    .container,
    .container.narrow { width: min(100% - 32px, var(--max)); }

    .header-inner { gap: 12px; }
    .site-brand img { width: 155px; }
    .header-cta { display: none; }

    .hero { padding: 60px 0; }

    .hero-grid,
    .split,
    .comparison,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid,
    .split { gap: 42px; }

    .hero-visual,
    .image-placeholder,
    .product-placeholder { min-height: 330px; }

    .hero-image { height: 330px; }

    .section { padding: 68px 0; }

    .feature-grid-3,
    .steps { grid-template-columns: 1fr; }

    .feature { min-height: 0; }

    .feature-number { margin-bottom: 28px; }

    .steps { border-top: 1px solid rgba(255,255,255,.35); }

    .step,
    .step + .step {
        padding: 26px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255,255,255,.35);
    }

    .step > span { margin-bottom: 20px; }

    .comparison article + article {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .final-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-links { margin-top: 6px; }
}

@media (max-width: 520px) {
    h1 { font-size: 2.55rem; }
    h2 { font-size: 2rem; }

    .button-row,
    .quiz-actions { flex-direction: column; }

    .button-row .button,
    .quiz-actions .button { width: 100%; }

    .quiz-meta { padding-inline: 20px; }
    .quiz-content { padding: 28px 20px 32px; }

    .footer-links { flex-direction: column; gap: 8px; }
}


/* Produktabbildung CAREprime */
.product-visual {
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
}

.product-image {
    display: block;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 820px) {
    .product-visual {
        min-height: 330px;
    }

    .product-image {
        max-width: 440px;
    }
}


/* Dezente Absenderkennung im Footer */
.footer-offer-label {
    color: #9eabb1;
    font-size: .78rem;
    line-height: 1.2;
}

.footer-care-logo {
    display: inline-flex;
    align-items: center;
    width: 130px;
    margin: 4px 0 6px;
}

.footer-care-logo img {
    display: block;
    width: 100%;
    height: auto;
}


@media (max-width: 820px) {
    .footer-care-logo {
        width: 115px;
    }
}

.quiz-content h3, .quiz-feedback p { white-space: pre-line; }


/* Schnell-Check – Feinschliff */
.quiz-actions {
    padding-bottom: 20px;
}

.quiz-result-label {
    margin: 0 0 4px;
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.quiz-result h3 {
    margin-top: 0;
}

.quiz-result-main p + p {
    margin-top: 18px;
}

.quiz-result-followup {
    margin: 14px 0 0;
    color: var(--muted);
    font-weight: 400;
}

.quiz-result-meta {
    margin: 22px 0 24px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    font-size: .78rem;
    line-height: 1.35;
}

@media (max-width: 620px) {
}


/* Schnell-Check – ausgewogenere Überschrift und Einleitung */
#schnellcheck .section-intro {
    max-width: 1040px;
}

#schnellcheck .section-intro h2 {
    max-width: none;
}

#schnellcheck .section-intro > p:last-child {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1000px) {
    #schnellcheck .section-intro h2 {
        white-space: nowrap;
    }
}

@media (max-width: 999px) {
    #schnellcheck .section-intro h2 {
        white-space: normal;
    }
}


/* =========================================================
   Gesamt-Feinschliff – korrigierte Version
   ========================================================= */

/* Hero auf größeren Displays etwas präsenter */
@media (min-width: 1100px) {
    .hero {
        padding-top: 82px;
        padding-bottom: 88px;
    }

    .hero-grid {
        gap: 64px;
    }

    .hero-visual,
    .hero-image {
        height: 500px;
        min-height: 500px;
    }
}

/* Früherkennungsargumente: weniger Tabellenoptik */
.section-why .feature-grid {
    gap: 16px;
    background: transparent;
    border: 0;
}

.section-why .feature {
    min-height: 230px;
    border: 1px solid var(--line);
    padding: 30px;
}

.section-why .feature-number {
    margin-bottom: 38px;
}

.section-why .feature h3 {
    margin-bottom: 10px;
}

/* Produktbereich: Bild und Text etwas ausgewogener */
@media (min-width: 960px) {
    .section-product .split {
        gap: 76px;
    }

    .section-product .product-visual {
        min-height: 500px;
    }

    .section-product .product-image {
        max-width: 540px;
    }
}

/* Vergleich Kassenangebot / Test zuhause etwas luftiger */
.section-coverage .comparison {
    gap: 16px;
    border: 0;
    background: transparent;
}

.section-coverage .comparison article {
    border: 1px solid var(--line);
    padding: 34px;
}

.section-coverage .comparison article + article {
    border-left: 1px solid var(--line);
    background: var(--care-soft);
}

/* Wissen: komfortablere Klick-/Touchflächen */
#wissen .accordion summary {
    min-height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
}

/* Abschlussbereich etwas stärker als Seitenabschluss */
.final-cta-emphasis {
    padding-top: 68px;
    padding-bottom: 68px;
}

/* Tablet */
@media (max-width: 959px) {
    .hero-grid,
    .section-product .split {
        gap: 42px;
    }

    .section-why .feature-grid {
        gap: 12px;
    }

    .section-why .feature {
        padding: 26px;
        min-height: 210px;
    }

    .section-product .product-visual {
        min-height: 390px;
    }

    .section-product .product-image {
        max-width: 450px;
    }

    .section-coverage .comparison {
        gap: 12px;
    }

    .section-coverage .comparison article {
        padding: 28px;
    }
}

/* Smartphone */
@media (max-width: 700px) {
    .hero {
        padding-top: 46px;
        padding-bottom: 56px;
    }

    .hero-grid,
    .section-product .split {
        gap: 32px;
    }

    .hero-visual {
        min-height: 0;
        height: auto;
    }

    .hero-image {
        min-height: 0;
        height: auto;
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .section-why .feature-grid {
        grid-template-columns: 1fr;
    }

    .section-why .feature {
        min-height: 0;
        padding: 24px 22px;
    }

    .section-why .feature-number {
        margin-bottom: 18px;
    }

    .section-product .product-visual {
        min-height: 0;
        padding: 8px 0;
    }

    .section-product .product-image {
        width: min(100%, 420px);
    }

    .section-coverage .comparison {
        grid-template-columns: 1fr;
    }

    .section-coverage .comparison article + article {
        border-left: 1px solid var(--line);
    }

    .steps {
        grid-template-columns: 1fr 1fr;
    }

    .step,
    .step + .step {
        border-left: 0;
        padding: 26px 20px;
        border-bottom: 1px solid rgba(255,255,255,.28);
    }

    .step:nth-child(odd) {
        border-right: 1px solid rgba(255,255,255,.28);
    }

    .final-cta-emphasis {
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

/* Sehr kleine Geräte */
@media (max-width: 480px) {
    .steps {
        grid-template-columns: 1fr;
    }

    .step,
    .step + .step,
    .step:nth-child(odd) {
        border-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #schnellcheck .section-intro h2 {
        white-space: normal;
    }

    .quiz-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .quiz-meta {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* =========================================================
   Feinschliff Version 17 – nur Optik, keine Textänderungen
   ========================================================= */

/* 01 / 02 / 03 etwas klarer lesbar */
.section-why .feature-number {
    font-size: .86rem;
    letter-spacing: .10em;
}

/* Vergleichsbereich: beide Seiten gleichwertiger behandeln */
.section-coverage .comparison {
    gap: 16px;
}

.section-coverage .comparison article,
.section-coverage .comparison article + article {
    background: var(--white);
    border: 1px solid var(--line);
    position: relative;
}

.section-coverage .comparison article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--care);
}

.section-coverage .comparison article + article {
    border-left: 1px solid var(--line);
}

/* Wissen: im Ausgangszustand ruhiger, Touch-Ziele komfortabel */
#wissen .accordion details:not([open]) > div {
    display: none;
}

#wissen .accordion summary {
    min-height: 62px;
}

/* Footer: etwas mehr Luft und bessere Lesbarkeit */
.site-footer {
    padding-top: 58px;
    padding-bottom: 32px;
}

.footer-grid {
    gap: 48px;
}

.footer-company,
.footer-contact {
    line-height: 1.55;
}

.footer-company {
    gap: 6px;
}

.footer-contact {
    gap: 6px;
}

.footer-links {
    gap: 20px;
}

.footer-bottom {
    margin-top: 42px;
    padding-top: 22px;
}

@media (max-width: 820px) {
    .site-footer {
        padding-top: 46px;
        padding-bottom: 28px;
    }

    .footer-grid {
        gap: 26px;
    }

    .footer-bottom {
        margin-top: 30px;
    }
}


/* Vollständige Absenderkennung */
.footer-company-name {
    display: block;
    font-size: .88rem;
    line-height: 1.35;
    font-weight: 600;
}
