﻿:root {
    --color-primary: #2d76ba;
    --color-primary-dark: #1f5f99;
    --color-primary-soft: #edf5fc;
    --color-secondary: #2d76ba;
    --color-accent: #f3bb0c;
    --color-accent-dark: #d6a100;
    --color-surface: #ffffff;
    --color-surface-soft: #f6fbfc;
    --color-surface-muted: #eef5f7;
    --color-border: rgba(45, 118, 186, 0.14);
    --color-text: #22313f;
    --color-text-soft: #5a6773;
    --color-topbar: #f5f8fb;
    --shadow-soft: 0 20px 60px rgba(45, 118, 186, 0.1);
    --shadow-card: 0 16px 40px rgba(45, 118, 186, 0.08);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --container-width: 1180px;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("./assets/fonts/poppins-v20-latin-regular.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("./assets/fonts/poppins-v20-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("./assets/fonts/poppins-v20-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("./assets/fonts/poppins-v20-latin-700.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

#main-content,
#warum-registrieren,
#zielgruppen,
#shop,
#faq {
    scroll-margin-top: 4.9rem;
}

body {
    margin: 0;
    font-family: "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--color-text);
    background: linear-gradient(180deg, #fbfdff 0%, #ffffff 30%, #fbfdff 100%);
    line-height: 1.65;
    overflow-x: hidden;
}

img,
svg {
    display: block;
    max-width: 100%;
}

a {
    color: var(--color-secondary);
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

a:hover {
    color: var(--color-primary-dark);
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -3rem;
    z-index: 1000;
    padding: 0.75rem 1rem;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: var(--shadow-card);
}

.skip-link:focus {
    top: 1rem;
}

.container {
    width: min(calc(100% - 2rem), var(--container-width));
    margin: 0 auto;
}

main,
.site-header,
.site-footer,
.hero,
.section,
.legal-page {
    width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 25;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(45, 118, 186, 0.09);
}

.site-header__inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 1rem;
    row-gap: 0;
    padding: 0.55rem 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    line-height: 0;
}

.brand__logo {
    width: 164px;
    height: auto;
}

.site-nav {
    margin-left: auto;
}

.site-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.28rem;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(45, 118, 186, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-primary);
    box-shadow: var(--shadow-card);
    cursor: pointer;
}

.site-nav-toggle__line {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 2px;
}

.site-nav ul,
.site-footer ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
}

.site-nav li {
    flex: 0 0 auto;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 500;
    white-space: nowrap;
}

.site-nav a:hover {
    color: var(--color-primary);
}

.site-nav__cta {
    padding: 0.8rem 1rem;
    border-radius: 999px;
    background: var(--color-primary-soft);
    color: var(--color-primary) !important;
}

@media (max-width: 1180px) {
    .brand__logo {
        width: 148px;
    }

    .site-nav ul {
        gap: 0.7rem;
    }

    .site-nav a {
        font-size: 0.94rem;
    }

    .site-nav__cta {
        padding: 0.72rem 0.92rem;
    }
}

.hero {
    position: relative;
    overflow: clip;
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(10px);
}

.hero::before {
    width: 340px;
    height: 340px;
    right: -90px;
    top: 20px;
    background: radial-gradient(circle, rgba(45, 118, 186, 0.18) 0%, rgba(45, 118, 186, 0) 70%);
}

.hero::after {
    width: 280px;
    height: 280px;
    left: -100px;
    bottom: 20px;
    background: radial-gradient(circle, rgba(243, 187, 12, 0.14) 0%, rgba(243, 187, 12, 0) 72%);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.65fr);
    gap: 1.25rem;
    align-items: center;
    padding: 2.15rem 0 3rem;
}

.hero__content {
    grid-column: 1 / -1;
}

.eyebrow {
    margin: 0 0 0.8rem;
    color: var(--color-primary);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.cta-panel h2 {
    margin: 0;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.012em;
}

.hero h1 {
    font-size: clamp(1.58rem, 2.75vw, 2.26rem);
    max-width: none;
}

.hero__lead,
.section-heading p,
.cta-panel p,
.info-card p,
.guide-card p,
.usp-card p,
.comparison-detail-card p,
.comparison-table-wrap,
.faq-list p,
.site-footer__disclaimer {
    color: var(--color-text-soft);
}

.hero__lead {
    margin: 1.2rem 0 0;
    max-width: none;
    font-size: 0.98rem;
}

.hero__aside {
    display: grid;
    gap: 1rem;
}

.hero__panel {
    display: grid;
    gap: 1rem;
}

.info-card__illustration {
    margin: 0.35rem 0 0.9rem;
    display: flex;
    justify-content: center;
}

.info-card__illustration img {
    width: 100%;
    max-width: 280px;
    height: auto;
}

.hero__actions {
    margin-top: 1.6rem;
}

.hero__details {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(260px, 30vw, 460px);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    margin-top: 1.4rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.82rem 1.28rem;
    border-radius: 999px;
    border: 0;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button--primary {
    color: #fff;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    box-shadow: 0 12px 24px rgba(45, 118, 186, 0.2);
}

.button--primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(45, 118, 186, 0.24);
}

.button--pulse {
    animation: pulseGlow 4.8s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%,
    100% {
        box-shadow: 0 12px 24px rgba(45, 118, 186, 0.2);
    }
    50% {
        box-shadow: 0 12px 24px rgba(45, 118, 186, 0.2), 0 0 0 6px rgba(45, 118, 186, 0.04);
    }
}

.hero__alternative {
    margin: 1rem 0 0;
    font-size: 0.93rem;
}

.hero__highlights {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.hero__highlights li {
    position: relative;
    padding-left: 1.75rem;
    font-weight: 500;
}

.hero__highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.48rem;
    width: 0.78rem;
    height: 0.78rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 100%);
}

.hero__illustration {
    width: 100%;
    max-width: none;
    justify-self: center;
    height: auto;
}

.info-card,
.guide-card,
.usp-card,
.cta-panel,
.faq-list details {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
}

.info-card {
    padding: 1.4rem;
    border-radius: var(--radius-lg);
}

.info-card--accent {
    background: linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
}

.info-card__label {
    display: inline-flex;
    margin-bottom: 0.75rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    background: var(--color-primary-soft);
    color: var(--color-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.info-card h2 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
}

.section {
    padding: 1.1rem 0 3.2rem;
}

.section--muted {
    background: linear-gradient(180deg, rgba(237, 245, 252, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.section--soft {
    padding-top: 0;
}

.section-heading {
    max-width: none;
    margin-bottom: 1.35rem;
}

.section-heading--centered {
    max-width: 760px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-heading h2 {
    font-size: clamp(1.4rem, 2.7vw, 1.92rem);
}

.comparison-table th,
.comparison-table td {
    text-align: left;
    vertical-align: top;
}

.guide-grid,
.usp-grid {
    display: grid;
    gap: 1rem;
}

.guide-accordion {
    border-radius: var(--radius-lg);
    border: 1px solid var(--color-border);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-card);
    overflow: hidden;
}

.guide-accordion summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    padding: 1rem 3.25rem 1rem 1.15rem;
    font-weight: 700;
    font-size: 1rem;
}

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

.guide-accordion summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 1.15rem;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-size: 1.25rem;
    line-height: 1;
}

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

.guide-accordion .guide-grid {
    padding: 0 1rem 1rem;
    border-top: 1px solid rgba(45, 118, 186, 0.08);
}

.law-highlight {
    margin-bottom: 0.95rem;
    padding: 1.1rem;
    border: 1px solid rgba(45, 118, 186, 0.16);
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 245, 252, 0.92) 100%);
    box-shadow: var(--shadow-card);
}

.law-highlight__label {
    display: inline-flex;
    margin-bottom: 0.65rem;
    padding: 0.32rem 0.7rem;
    border-radius: 999px;
    background: rgba(45, 118, 186, 0.1);
    color: var(--color-primary-dark);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.law-highlight h3 {
    margin: 0 0 0.5rem;
    font-size: clamp(1.15rem, 2.6vw, 1.45rem);
    line-height: 1.25;
}

.law-highlight p {
    margin: 0;
    color: var(--color-text-soft);
}

.law-highlight__panel {
    margin: 0.95rem 0 0.9rem;
    padding: 0.2rem 1rem 1rem;
    border: 1px solid rgba(45, 118, 186, 0.1);
    border-radius: calc(var(--radius-lg) - 4px);
    background: rgba(255, 255, 255, 0.82);
}

.law-highlight__quotes {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
}

.law-quote {
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
}

.law-quote--collapsible {
    padding: 0;
    overflow: hidden;
    border-top: 1px solid rgba(45, 118, 186, 0.1);
}

.law-quote--collapsible:first-child {
    border-top: 0;
}

.law-quote--collapsible summary,
.guide-accordion--inline summary,
.faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.48rem 0;
    min-height: 2.75rem;
    cursor: pointer;
    list-style: none;
    color: #2f4253;
    font-weight: 500;
    font-size: 0.92rem;
    line-height: 1.18;
}

.law-quote--collapsible summary:focus,
.law-quote--collapsible summary:focus-visible,
.guide-accordion--inline summary:focus,
.guide-accordion--inline summary:focus-visible,
.faq-list summary:focus,
.faq-list summary:focus-visible {
    outline: none;
}

.law-quote--collapsible summary::-webkit-details-marker,
.guide-accordion--inline summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
    display: none;
}

.law-quote__summary-title {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.faq-list summary {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.law-quote--collapsible summary::after,
.guide-accordion--inline summary::after,
.faq-list summary::after {
    content: "+";
    position: static;
    inset: auto;
    transform: none;
    flex: 0 0 auto;
    color: var(--color-primary);
    font-size: 0.88rem;
    line-height: 1;
    font-weight: 500;
}

.law-quote--collapsible[open] summary::after,
.guide-accordion--inline[open] summary::after,
.faq-list details[open] summary::after {
    content: "−";
}

.law-quote p {
    margin: 0;
    color: var(--color-text);
    font-weight: 400;
    line-height: 1.6;
}

.law-quote--collapsible > p {
    padding: 0 0 0.95rem;
    border-top: 0;
}

.law-quote cite,
.law-highlight__note {
    color: var(--color-text-soft);
    font-size: 0.92rem;
}

.law-quote cite {
    font-style: normal;
    font-weight: 600;
}

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

.guide-accordion--inline {
    margin-top: 0;
    border: 0;
    border-top: 1px solid rgba(45, 118, 186, 0.1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.law-quote--guide {
    margin-top: 0;
}

.guide-accordion--inline summary {
    padding: 0.48rem 0;
}

.guide-accordion--inline .guide-grid {
    padding: 0.9rem 0 0;
    border-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem 1.4rem;
}

.guide-accordion--inline .guide-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.guide-accordion--inline .guide-card h3 {
    margin-bottom: 0.32rem;
    font-size: 0.98rem;
}

.guide-card,
.usp-card {
    border-radius: var(--radius-lg);
    padding: 1.15rem;
}

.guide-card h3,
.usp-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
}

.audience-card h3,
.shop-copy-card h3 {
    margin: 0 0 0.55rem;
    font-size: 1.02rem;
}

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

.usp-card__icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(45, 118, 186, 0.1) 0%, rgba(243, 187, 12, 0.14) 100%);
}

.usp-card__icon svg {
    width: 28px;
    height: 28px;
    stroke: var(--color-primary);
    stroke-width: 1.8;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cta-panel {
    border-radius: var(--radius-xl);
    padding: 1.35rem;
    display: grid;
    gap: 0.95rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    background: linear-gradient(135deg, rgba(45, 118, 186, 0.96) 0%, rgba(31, 95, 153, 0.98) 100%);
}

.cta-panel .eyebrow,
.cta-panel h2,
.cta-panel p {
    color: #fff;
}

.cta-panel p {
    opacity: 0.92;
}

.cta-panel .button--primary {
    background: linear-gradient(135deg, #ffffff 0%, #e9f7fa 100%);
    color: var(--color-primary-dark);
    box-shadow: none;
}

.cta-panel .button--primary:hover {
    color: var(--color-primary-dark);
}

.faq-list {
    display: grid;
    gap: 0;
    border: 1px solid rgba(45, 118, 186, 0.1);
    border-radius: calc(var(--radius-lg) - 4px);
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.faq-list details {
    padding: 0 1rem;
    border: 0;
    border-top: 1px solid rgba(45, 118, 186, 0.1);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.faq-list details:first-child {
    border-top: 0;
}

.faq-list p {
    margin: 0;
    padding: 0 0 0.8rem;
}

.comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    background: rgba(255, 255, 255, 0.96);
}

.comparison-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(45, 118, 186, 0.1);
}

.comparison-table thead th {
    background: #f8fbff;
    color: var(--color-text);
    font-size: 0.95rem;
}

.comparison-table tbody th {
    width: 38%;
    font-size: 0.96rem;
    color: var(--color-text);
    background: rgba(248, 251, 255, 0.55);
}

.comparison-table__recommended {
    text-align: center !important;
    background: rgba(223, 244, 230, 0.72);
    box-shadow: inset 0 0 0 1px rgba(64, 153, 94, 0.18);
}

.comparison-table__recommended span {
    display: inline-flex;
    margin-left: 0.45rem;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(64, 153, 94, 0.12);
    color: #2f7d47;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.comparison-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 0.95rem;
}

.comparison-detail-block {
    padding: 0.15rem 0;
}

.comparison-detail-block h3 {
    margin: 0 0 0.6rem;
    font-size: 1.02rem;
}

.comparison-detail-block p {
    margin: 0;
}

.audience-grid,
.shop-grid {
    display: grid;
    gap: 1rem;
}

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

.audience-card,
.shop-copy-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    border-radius: var(--radius-lg);
    padding: 1.05rem;
}

.audience-card ul,
.shop-copy-card ul {
    margin: 0.65rem 0 0;
    padding-left: 1.15rem;
    color: var(--color-text-soft);
}

.audience-card li,
.shop-copy-card li {
    margin-bottom: 0.45rem;
}

.shop-grid {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
}

.shop-scroller-shell {
    position: relative;
    align-self: start;
    min-width: 0;
}

.shop-panel {
    border: 1px solid rgba(45, 118, 186, 0.16);
    border-radius: 1.15rem;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(247,250,255,1) 100%);
    box-shadow: 0 14px 28px rgba(45,118,186,0.08);
    padding: 1rem;
    min-width: 0;
}

.shop-panel__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem;
    padding-bottom: 0;
    margin-bottom: 0.45rem;
    border-bottom: 0;
    min-width: 0;
}

.shop-panel__header h3 {
    margin: 0;
    font-size: 1.05rem;
}

.shop-panel__link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0.3rem 0.15rem;
    white-space: nowrap;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--color-text-soft);
}

.shop-panel__note {
    margin: 0.85rem 0 0;
    color: var(--color-text-soft);
    font-size: 0.88rem;
}

.shop-scroller-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
    min-width: 0;
    margin-left: auto;
}

.shop-scroller-button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-primary);
    box-shadow: 0 8px 18px rgba(45, 118, 186, 0.08);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
}

.shop-scroller-button:hover {
    background: var(--color-primary-soft);
    box-shadow: 0 10px 20px rgba(45, 118, 186, 0.1);
}

.shop-scroller {
    display: flex;
    gap: 0.9rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    border-radius: 1rem;
    border: 0;
    box-shadow: none;
    background: transparent;
    padding: 0.15rem 0.05rem 0.4rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.shop-scroller::-webkit-scrollbar {
    display: none;
}

.shop-product-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: clamp(240px, 32vw, 280px);
    min-width: clamp(240px, 32vw, 280px);
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(37, 99, 235, 0.1);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 7px 16px rgba(15, 23, 42, 0.045);
    scroll-snap-align: start;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.shop-product-card--wide {
    width: clamp(260px, 36vw, 320px);
    min-width: clamp(260px, 36vw, 320px);
}

.shop-product-card:hover,
.shop-product-card:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.075);
    border-color: rgba(45, 118, 186, 0.18);
    outline: none;
}

.shop-product-card__image {
    width: 116px;
    height: 116px;
    object-fit: contain;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    flex: 0 0 auto;
}

.shop-product-card__image--card {
    width: 150px;
    height: 96px;
}

.shop-product-card__copy {
    min-width: 0;
}

.shop-product-card__copy h4 {
    margin: 0 0 0.15rem;
    font-size: 0.98rem;
    line-height: 1.2;
}

.shop-product-card__copy p {
    margin: 0;
    color: #64748b;
    font-size: 0.86rem;
    line-height: 1.3;
}

.shop-preview[hidden] {
    display: none;
}

.shop-preview {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.shop-preview__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(21, 34, 51, 0.62);
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.shop-preview__dialog {
    position: relative;
    width: min(100%, 720px);
    max-height: min(88vh, 920px);
    overflow: auto;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 1.4rem;
    background: rgba(250, 252, 255, 0.98);
    box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
}

.shop-preview__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(45, 118, 186, 0.16);
    border-radius: 999px;
    background: #fff;
    color: var(--color-primary);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.shop-preview__figure {
    margin: 0;
    display: grid;
    gap: 1rem;
}

.shop-preview__image-wrap {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(45, 118, 186, 0.12);
    background: linear-gradient(180deg, #ffffff 0%, #f3f8fd 100%);
}

.shop-preview__image {
    width: 100%;
    max-height: 68vh;
    object-fit: contain;
    background: #fff;
}

.shop-preview__caption {
    padding: 0 0.25rem 0.15rem;
}

.shop-preview__caption strong {
    display: block;
    font-size: 1.05rem;
}

.shop-preview__caption span {
    display: block;
    margin-top: 0.25rem;
    color: var(--color-text-soft);
}

.site-footer {
    padding: 1.6rem 0 2.2rem;
    border-top: 1px solid rgba(45, 118, 186, 0.08);
    background: #fcfeff;
}

.site-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer__disclaimer {
    max-width: 760px;
    margin: 0;
    font-size: 0.95rem;
}

.legal-page {
    padding: 2rem 0 4rem;
}

.legal-card {
    max-width: 860px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--color-border);
    box-shadow: var(--shadow-card);
    border-radius: var(--radius-xl);
    padding: 1.5rem;
}

.legal-card h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    line-height: 1.18;
}

.legal-card h2 {
    margin: 1.5rem 0 0.5rem;
    font-size: 1.05rem;
    line-height: 1.35;
}

.legal-card p,
.legal-card li {
    color: var(--color-text-soft);
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .hero__grid,
    .guide-grid,
    .usp-grid,
    .comparison-detail-grid,
    .cta-panel,
    .audience-grid,
    .shop-grid,
    .law-highlight__quotes {
        grid-template-columns: 1fr;
    }

    .guide-accordion--inline .guide-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding-top: 0.5rem;
    }

    .hero__details {
        grid-template-columns: minmax(0, 1fr) clamp(160px, 28vw, 240px);
        gap: 1rem;
        align-items: start;
    }

    .hero__illustration {
        max-width: 240px;
    }

    .site-header__inner {
        min-height: 62px;
        align-items: center;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 0.85rem;
        row-gap: 0;
        padding: 0.35rem 0;
    }

    .site-nav-toggle {
        display: inline-flex;
        margin-left: auto;
    }

    .site-nav {
        margin-left: 0;
        flex: 0 0 100%;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: max-height 180ms ease, opacity 160ms ease, visibility 160ms ease;
    }

    .site-nav[data-open="true"] {
        max-height: 24rem;
        opacity: 1;
        visibility: visible;
        margin-top: 0.45rem;
    }

    .site-nav ul {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 0.22rem;
        padding: 0.7rem 0 0.1rem;
        border-top: 1px solid rgba(45, 118, 186, 0.1);
    }

    .site-nav li {
        width: auto;
    }

    .site-nav a {
        min-height: 0;
        padding: 0.08rem 0;
        background: transparent;
        border-radius: 0;
        font-size: 0.96rem;
        justify-content: flex-end;
        text-align: right;
    }

    .site-nav a.site-nav__cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        margin-top: 0.3rem;
        padding: 0.7rem 1rem;
        min-height: 42px;
        border-radius: 999px;
        background-color: var(--color-primary);
        background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
        color: #fff !important;
        font-weight: 700;
        letter-spacing: 0.01em;
        line-height: 1;
        white-space: nowrap;
        border: 1px solid rgba(255, 255, 255, 0.28);
        box-shadow: 0 12px 26px rgba(45, 118, 186, 0.24);
    }

    .site-nav li:has(.site-nav__cta) {
        order: -1;
        margin-top: 0;
        margin-bottom: 0.35rem;
    }

    .cta-panel__action {
        width: 100%;
    }

    .cta-panel__action .button {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer ul {
        gap: 0.75rem 1rem;
    }

    .comparison-table-wrap {
        margin-right: -0.15rem;
        margin-left: -0.15rem;
        border-radius: 1rem;
    }

    .comparison-table {
        min-width: 0;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table th,
    .comparison-table td {
        display: block;
        width: 100%;
    }

    .comparison-table tbody {
        padding: 0.25rem;
    }

    .comparison-table tr {
        overflow: hidden;
        margin-bottom: 0.55rem;
        border: 1px solid rgba(45, 118, 186, 0.1);
        border-radius: 0.85rem;
        background: #fff;
        box-shadow: 0 8px 18px rgba(45, 118, 186, 0.07);
    }

    .comparison-table tr:last-child {
        margin-bottom: 0;
    }

    .comparison-table tbody th,
    .comparison-table tbody td {
        border-bottom: 1px solid rgba(45, 118, 186, 0.08);
    }

    .comparison-table tbody tr > *:last-child {
        border-bottom: 0;
    }

    .comparison-table tbody th {
        width: 100%;
        padding: 0.72rem 0.82rem 0.62rem;
        font-size: 0.9rem;
        line-height: 1.28;
        background: #f8fbff;
    }

    .comparison-table tbody td {
        padding: 0.56rem 0.82rem;
        font-size: 0.84rem;
        line-height: 1.35;
    }

    .comparison-table tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.18rem;
        color: var(--color-text-soft);
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .comparison-table tbody td.comparison-table__recommended {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        text-align: center !important;
    }

    .comparison-table tbody td.comparison-table__recommended::before {
        display: inline;
        margin-bottom: 0;
    }

    .container {
        width: min(calc(100% - 3.2rem), var(--container-width));
    }

    .hero__grid {
        gap: 0.9rem;
        padding: 0.55rem 0 1.6rem;
    }

    .site-header__inner {
        min-height: 60px;
        padding: 0.45rem 0;
    }

    .brand__logo {
        width: 138px;
    }

    .site-nav-toggle {
        width: 40px;
        height: 40px;
        gap: 4px;
        border-width: 1px;
    }

    .site-nav-toggle__line {
        width: 16px;
        height: 2px;
        flex-basis: 2px;
    }

    .hero__details {
        grid-template-columns: 1fr;
        gap: 0.75rem;
        margin-top: 1rem;
    }

    .hero__illustration {
        justify-self: center;
        width: min(100%, 250px);
        max-width: 250px;
    }

    .section {
        padding: 1rem 0 2.45rem;
    }

    .eyebrow {
        margin-bottom: 0.55rem;
        font-size: 0.75rem;
    }

    .hero h1,
    .section-heading h2,
    .cta-panel h2 {
        line-height: 1.1;
    }

    .hero__lead,
    .section-heading p,
    .cta-panel p,
    .guide-card p,
    .usp-card p,
    .comparison-detail-block p,
    .faq-list p,
    .law-highlight p,
    .audience-card li,
    .shop-copy-card li,
    .legal-card p,
    .legal-card li {
        font-size: 0.93rem;
        line-height: 1.52;
    }

    .hero__lead {
        margin-top: 0.8rem;
    }

    .hero__highlights {
        gap: 0.65rem;
    }

    .hero__highlights li {
        padding-left: 1.5rem;
        font-size: 0.94rem;
        line-height: 1.42;
    }

    .hero__highlights li::before {
        top: 0.42rem;
        width: 0.65rem;
        height: 0.65rem;
    }

    .button {
        min-height: 44px;
        padding: 0.72rem 1.02rem;
        font-size: 0.95rem;
    }

    .section-heading {
        margin-bottom: 1.25rem;
    }

    .guide-card,
    .usp-card,
    .info-card,
    .cta-panel,
    .faq-list details,
    .law-highlight,
    .legal-card {
        padding: 1rem;
    }

    .guide-grid,
    .usp-grid,
    .comparison-detail-grid,
    .audience-grid,
    .shop-grid,
    .faq-list,
    .law-highlight__quotes {
        gap: 0.8rem;
    }

    .law-highlight {
        margin-bottom: 0.9rem;
        padding: 0.72rem;
    }

    .law-highlight__label {
        margin-bottom: 0.32rem;
        padding: 0.28rem 0.58rem;
        font-size: 0.72rem;
    }

    .law-highlight h3 {
        margin-bottom: 0.2rem;
        font-size: clamp(1.02rem, 4.6vw, 1.2rem);
    }

    .law-highlight__quotes {
        margin: 0.22rem 0 0.12rem;
    }

    .law-highlight__panel {
        margin: 0.35rem 0 0.28rem;
        padding: 0 0.58rem 0.38rem;
    }

    .law-quote:not(.law-quote--collapsible) {
        padding: 0.82rem;
    }

    .law-quote--collapsible summary {
        padding: 0.3rem 0;
    }

    .law-quote--collapsible summary,
    .guide-accordion--inline summary,
    .faq-list summary {
        gap: 0.65rem;
        min-height: 2.15rem;
        font-size: 0.8rem;
        line-height: 1.12;
    }

    .law-quote--collapsible summary::after,
    .guide-accordion--inline summary::after,
    .faq-list summary::after {
        font-size: 0.8rem;
    }

    .law-quote--collapsible > p {
        padding: 0 0 0.42rem;
        font-size: 0.86rem;
        line-height: 1.4;
    }

    .law-quote p {
        margin-bottom: 0.45rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .law-quote cite,
    .law-highlight__note,
    .shop-product-card__copy p {
        font-size: 0.84rem;
    }

    .guide-accordion--inline summary {
        padding: 0.3rem 0;
    }

    .faq-list details {
        padding: 0 0.88rem;
    }

    .guide-accordion--inline .guide-grid {
        padding-top: 0.42rem;
        gap: 0.58rem;
    }

    .shop-panel {
        padding: 0.78rem;
    }

    .shop-panel__header {
        display: grid;
        grid-template-columns: auto auto minmax(0, 1fr);
        align-items: center;
        gap: 0.6rem;
    }

    .shop-scroller-controls {
        display: contents;
        margin-left: 0;
    }

    .shop-panel__link {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 40px;
        padding: 0.6rem 0.9rem;
        margin-left: auto;
        background: var(--color-primary-soft);
        font-size: 0.96rem;
    }

    .shop-scroller {
        gap: 0.45rem;
        padding: 0.08rem 0.02rem 0.28rem;
    }

    .shop-product-card,
    .shop-product-card--wide {
        width: min(50vw, 156px);
        min-width: min(50vw, 156px);
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
        padding: 0.52rem;
    }

    .shop-product-card--wide {
        width: min(54vw, 170px);
        min-width: min(54vw, 170px);
    }

    .shop-product-card__image,
    .shop-product-card__image--card {
        width: 78%;
        margin: 0 auto;
        height: auto;
    }

    .shop-product-card__image {
        aspect-ratio: 1 / 1;
    }

    .shop-product-card__image--card {
        aspect-ratio: 25 / 16;
        object-fit: contain;
    }

    .shop-product-card__copy {
        text-align: center;
    }

    .shop-product-card__copy h4 {
        font-size: 0.84rem;
    }

    .shop-product-card__copy p {
        font-size: 0.74rem;
    }

    .shop-panel__link,
    .site-nav__cta,
    .button {
        max-width: 100%;
    }

    .faq-list summary,
    .guide-card h3,
    .usp-card h3,
    .audience-card h3,
    .shop-copy-card h3,
    .comparison-detail-block h3,
    .shop-panel__header h3 {
        font-size: 0.96rem;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(calc(100% - 2.25rem), var(--container-width));
    }

    .hero h1 {
        max-width: none;
        font-size: clamp(1.34rem, 5.6vw, 1.82rem);
    }

    #main-content,
    #warum-registrieren,
    #zielgruppen,
    #shop,
    #faq {
        scroll-margin-top: 4.35rem;
    }

    .hero__details {
        gap: 0.6rem;
    }

    .hero__highlights li {
        padding-left: 1.35rem;
        font-size: 0.9rem;
    }

    .hero__illustration {
        width: min(82vw, 230px);
        max-width: 230px;
    }

    .brand__logo {
        width: 126px;
    }

    .site-header__inner {
        min-height: 58px;
        padding: 0.42rem 0;
    }

    .site-nav ul {
        gap: 0.18rem;
        padding-top: 0.65rem;
    }

    .site-nav a {
        font-size: 0.92rem;
    }

    .site-nav a.site-nav__cta {
        padding: 0.66rem 0.92rem;
        font-size: 0.92rem;
    }

    .shop-panel__header h3 {
        font-size: 0.98rem;
    }

    .section {
        padding: 0.9rem 0 2rem;
    }

    .section-heading {
        margin-bottom: 1rem;
    }

    .section-heading h2,
    .cta-panel h2 {
        font-size: clamp(1.18rem, 4.8vw, 1.45rem);
    }

    .section-heading p,
    .hero__lead,
    .cta-panel p,
    .guide-card p,
    .usp-card p,
    .comparison-detail-block p,
    .faq-list p,
    .law-highlight p,
    .audience-card li,
    .shop-copy-card li,
    .legal-card p,
    .legal-card li {
        font-size: 0.89rem;
        line-height: 1.46;
    }

    .guide-card,
    .usp-card,
    .info-card,
    .cta-panel,
    .faq-list details,
    .law-highlight,
    .legal-card,
    .audience-card,
    .shop-copy-card {
        padding: 1rem;
    }

    .law-highlight__label {
        font-size: 0.68rem;
    }

    .law-highlight h3 {
        font-size: clamp(0.98rem, 4.5vw, 1.12rem);
    }

    .law-highlight__panel {
        margin: 0.3rem 0 0.24rem;
        padding: 0 0.52rem 0.34rem;
    }

    .law-quote:not(.law-quote--collapsible) {
        padding: 0.74rem;
    }

    .law-highlight__quotes {
        gap: 0.22rem;
        margin: 0.2rem 0 0.12rem;
    }

    .law-quote--collapsible summary,
    .guide-accordion--inline summary,
    .faq-list summary {
        gap: 0.55rem;
        padding: 0.14rem 0;
        min-height: 1.9rem;
        font-size: 0.74rem;
        line-height: 1.06;
    }

    .faq-list summary {
        font-size: 0.96rem;
        font-weight: 700;
        line-height: 1.22;
    }

    .law-quote--collapsible summary::after,
    .guide-accordion--inline summary::after,
    .faq-list summary::after {
        font-size: 0.72rem;
    }

    .law-quote--collapsible > p {
        padding: 0 0 0.34rem;
        font-size: 0.8rem;
        line-height: 1.34;
    }

    .law-quote p {
        font-size: 0.88rem;
    }

    .guide-accordion--inline summary {
        padding-top: 0.14rem;
    }

    .faq-list details {
        padding: 0 0.95rem;
    }

    .guide-accordion--inline .guide-card h3 {
        font-size: 0.9rem;
    }

    .comparison-table tbody {
        padding: 0.18rem;
    }

    .comparison-table tbody th {
        padding: 0.62rem 0.72rem 0.54rem;
        font-size: 0.84rem;
    }

    .comparison-table tbody td {
        padding: 0.48rem 0.72rem;
        font-size: 0.8rem;
    }

    .comparison-table tbody td::before {
        font-size: 0.64rem;
    }

    .comparison-table tbody td.comparison-table__recommended {
        gap: 0.35rem;
    }

    .comparison-table tbody td.comparison-table__recommended::before {
        display: inline;
        margin-bottom: 0;
    }

    .shop-panel__header {
        gap: 0.45rem;
    }

    .site-nav-toggle {
        width: 36px;
        height: 36px;
        gap: 4px;
    }

    .site-nav-toggle__line {
        width: 14px;
        height: 2px;
        flex-basis: 2px;
    }

    .shop-product-card,
    .shop-product-card--wide {
        width: min(46vw, 144px);
        min-width: min(46vw, 144px);
    }

    .shop-product-card--wide {
        width: min(50vw, 156px);
        min-width: min(50vw, 156px);
    }

    .shop-product-card__image,
    .shop-product-card__image--card {
        width: 72%;
    }

    .shop-copy-card {
        margin-top: 0;
    }

    .hero__actions .button,
    .cta-panel__action .button {
        width: 100%;
    }

    .shop-panel__link {
        padding: 0.52rem 0.78rem;
        min-height: 36px;
        justify-content: center;
        font-size: 0.88rem;
        white-space: nowrap;
    }

    .shop-scroller-button {
        width: 36px;
        height: 36px;
        font-size: 1.05rem;
    }

    .shop-preview {
        padding: 0.75rem;
    }

    .shop-preview__dialog {
        padding: 0.75rem;
        border-radius: 1.1rem;
    }

    .shop-preview__close {
        top: 0.55rem;
        right: 0.55rem;
        width: 36px;
        height: 36px;
        font-size: 1.15rem;
    }

    .shop-preview__caption strong {
        font-size: 0.98rem;
    }

    .site-footer ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .legal-page {
        padding: 1rem 0 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
