/* ================================
   DatenAufstand - Stylesheet
   datenaufstand.de
   ================================ */

/* Self-Hosted Webfont: Source Sans 3 (DSGVO-konform) */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/source-sans-3-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/source-sans-3-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/source-sans-3-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/source-sans-3-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/source-sans-3-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('fonts/source-sans-3-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ================================
   Design Tokens
   ================================ */
:root {
    /* BSW Farbpalette */
    --color-primary: #D4145A;
    --color-primary-light: #E8621A;
    --color-primary-dark: #B01048;

    /* BSW Gradient (Magenta → Orange) */
    --gradient-bsw: linear-gradient(135deg, #D4145A 0%, #E8621A 100%);
    --gradient-bsw-horizontal: linear-gradient(90deg, #D4145A 0%, #E8621A 100%);
    --gradient-bsw-text: linear-gradient(90deg, #D4145A, #E8621A);

    /* Ampelfarben */
    --color-traffic-red: #E53E3E;
    --color-traffic-yellow: #ECC94B;
    --color-traffic-green: #48BB78;

    /* Semantische Farben */
    --color-success: #48BB78;
    --color-warning: #ECC94B;
    --color-danger: #E53E3E;
    --color-info: #4299E1;

    /* Neutrale Farben (aus Prompt) */
    --color-background: #FFFFFF;
    --color-surface: #F5F5F5;
    --color-text: #2A2A3A;
    --color-text-light: #666677;
    --color-border: #E2E8F0;
    --color-border-light: #EDF2F7;

    /* Plattform-Farben */
    --color-tiktok: #000000;
    --color-instagram: #E4405F;
    --color-facebook: #1877F2;
    --color-youtube: #FF0000;
    --color-x: #000000;
    --color-discord: #5865F2;
    --color-snapchat: #FFFC00;
    --color-whatsapp: #25D366;
    --color-linkedin: #0A66C2;
    --color-telegram: #26A5E4;

    /* Typografie */
    --font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    --font-size-4xl: 2.5rem;
    --font-size-5xl: 3.5rem;

    /* Spacing */
    --spacing-xs: 0.25rem;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 3rem;
    --spacing-3xl: 4rem;

    /* Border Radius */
    --radius-sm: 0.25rem;
    --radius-md: 0.5rem;
    --radius-lg: 1rem;
    --radius-xl: 1.5rem;
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px rgba(0,0,0,0.07);
    --shadow-lg: 0 10px 15px rgba(0,0,0,0.1);
    --shadow-xl: 0 20px 25px rgba(0,0,0,0.12);

    /* Transitions */
    --transition-fast: 150ms ease;
    --transition-normal: 300ms ease;
}

/* ================================
   Reset & Base
   ================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-family);
    font-size: var(--font-size-base);
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-background);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color var(--transition-fast);
}
a:hover {
    color: var(--color-primary-light);
    text-decoration: underline;
}

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

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

h1, h2, h3, h4 {
    line-height: 1.2;
    font-weight: 700;
    color: var(--color-text);
}

h1 { font-size: var(--font-size-4xl); }
h2 { font-size: var(--font-size-3xl); }
h3 { font-size: var(--font-size-2xl); }
h4 { font-size: var(--font-size-xl); }

/* ================================
   Layout
   ================================ */
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

.section {
    padding: var(--spacing-3xl) 0;
}

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

/* ================================
   Header
   ================================ */
.header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--color-background);
    border-bottom: 3px solid transparent;
    border-image: var(--gradient-bsw-horizontal) 1;
    box-shadow: var(--shadow-sm);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-md) var(--spacing-lg);
    max-width: 1120px;
    margin: 0 auto;
}

.header__logo {
    font-size: var(--font-size-xl);
    font-weight: 700;
    background: var(--gradient-bsw-text);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}
.header__logo:hover {
    text-decoration: none;
    opacity: 0.9;
}

.header__nav {
    display: flex;
    gap: var(--spacing-lg);
    align-items: center;
}

.header__nav a {
    color: var(--color-text);
    font-weight: 600;
    font-size: var(--font-size-sm);
    transition: color var(--transition-fast);
}
.header__nav a:hover {
    color: var(--color-primary);
    text-decoration: none;
}

.header__mobile-toggle {
    display: none;
    font-size: var(--font-size-2xl);
    padding: var(--spacing-xs);
    color: var(--color-text);
}

/* ================================
   Hero
   ================================ */
.hero {
    background: var(--gradient-bsw);
    color: white;
    padding: var(--spacing-3xl) 0 calc(var(--spacing-3xl) + 1rem);
    text-align: center;
}

.hero__supline {
    font-size: var(--font-size-lg);
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: var(--spacing-lg);
}

.hero__headline {
    color: white;
    font-size: clamp(2rem, 6vw, 3.5rem);
    margin-bottom: var(--spacing-lg);
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.hero__roulette {
    display: inline-block;
    min-width: 200px;
    position: relative;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding-bottom: 2px;
    transition: opacity 0.3s ease;
}

.hero__roulette.fade-out {
    opacity: 0;
}

.hero__fact {
    font-size: var(--font-size-lg);
    opacity: 0.9;
    max-width: 560px;
    margin: 0 auto var(--spacing-xl);
    line-height: 1.5;
    min-height: 1.5em;
    transition: opacity 0.3s ease;
}

.hero__fact.fade-out {
    opacity: 0;
}

.hero__ticker {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    margin-bottom: var(--spacing-lg);
    font-size: var(--font-size-sm);
    opacity: 0.85;
}

.hero__ticker-label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: var(--font-size-xs);
}

.hero__ticker-value {
    font-size: var(--font-size-2xl);
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.hero__hashtag {
    font-size: var(--font-size-sm);
    opacity: 0.7;
    margin-top: var(--spacing-md);
}

/* Daten-Grid (Was sie über dich wissen) */
.data-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
}

.data-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    border-top: 4px solid transparent;
    transition: transform var(--transition-normal), box-shadow var(--transition-normal);
}

.data-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.data-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: var(--spacing-md);
}

.data-card__name {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-sm);
}

.data-card__list {
    list-style: none;
    padding: 0;
}

.data-card__list li {
    padding: var(--spacing-xs) 0;
    border-bottom: 1px solid var(--color-border);
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
    position: relative;
    padding-left: 1.25rem;
}

.data-card__list li:last-child {
    border-bottom: none;
}

.data-card__list li::before {
    content: '\2022';
    color: var(--color-primary);
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* ================================
   Buttons
   ================================ */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md) var(--spacing-xl);
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: var(--font-size-base);
    transition: all var(--transition-fast);
    text-decoration: none;
    line-height: 1;
}

.btn--primary {
    background: var(--gradient-bsw);
    color: white;
    box-shadow: var(--shadow-md);
}
.btn--primary:hover {
    opacity: 0.9;
    box-shadow: var(--shadow-lg);
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

.btn--white {
    background: white;
    color: var(--color-primary);
    box-shadow: var(--shadow-md);
}
.btn--white:hover {
    background: #F7F7F7;
    transform: translateY(-1px);
    color: var(--color-primary);
    text-decoration: none;
}

.btn--outline {
    background: transparent;
    color: var(--color-primary);
    border: 2px solid var(--color-primary);
}
.btn--outline:hover {
    background: var(--color-primary);
    color: white;
    text-decoration: none;
}

.btn--secondary {
    background: var(--color-surface);
    color: var(--color-text);
    border: 1px solid var(--color-border);
}
.btn--secondary:hover {
    background: var(--color-border-light);
    text-decoration: none;
}

.btn--sm {
    padding: var(--spacing-sm) var(--spacing-md);
    font-size: var(--font-size-sm);
}

.btn--lg {
    padding: var(--spacing-lg) var(--spacing-2xl);
    font-size: var(--font-size-lg);
}

.btn--block {
    width: 100%;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

/* ================================
   Cards
   ================================ */
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-xl);
}

.card {
    background: var(--color-background);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    box-shadow: var(--shadow-md);
    transition: all var(--transition-normal);
    border: 1px solid var(--color-border-light);
}
.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-2px);
}

.card__icon {
    font-size: 2.5rem;
    margin-bottom: var(--spacing-md);
}

.card__title {
    font-size: var(--font-size-xl);
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.card__text {
    color: var(--color-text-light);
    font-size: var(--font-size-base);
    line-height: 1.6;
}

/* ================================
   Platform Cards (Wizard)
   ================================ */
.platform-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: var(--spacing-md);
}

.platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-lg) var(--spacing-md);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: all var(--transition-fast);
    background: var(--color-background);
    position: relative;
    user-select: none;
}

.platform-card:hover {
    border-color: var(--color-text-light);
    box-shadow: var(--shadow-md);
}

.platform-card.selected {
    border-color: var(--color-primary);
    background: rgba(212, 20, 90, 0.04);
    box-shadow: 0 0 0 3px rgba(212, 20, 90, 0.15);
}

.platform-card__icon {
    width: 48px;
    height: 48px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xl);
    font-weight: 700;
    color: white;
    flex-shrink: 0;
}

.platform-card__name {
    font-weight: 600;
    font-size: var(--font-size-sm);
    text-align: center;
}

.platform-card__parent {
    font-size: var(--font-size-xs);
    color: var(--color-text-light);
    text-align: center;
}

.platform-card__check {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    border-radius: var(--radius-full);
    background: var(--color-primary);
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.platform-card.selected .platform-card__check {
    display: flex;
}

/* ================================
   Wizard
   ================================ */
.wizard {
    max-width: 800px;
    margin: 0 auto;
}

.wizard__progress {
    display: flex;
    justify-content: center;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-2xl);
}

.wizard__step-indicator {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
}

.wizard__step-indicator.active {
    color: var(--color-primary);
    font-weight: 600;
}

.wizard__step-indicator.completed {
    color: var(--color-success);
}

.wizard__step-dot {
    width: 32px;
    height: 32px;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--font-size-sm);
    border: 2px solid var(--color-border);
    background: var(--color-background);
    color: var(--color-text-light);
    transition: all var(--transition-fast);
}

.wizard__step-indicator.active .wizard__step-dot {
    background: var(--gradient-bsw);
    color: white;
    border-color: transparent;
}

.wizard__step-indicator.completed .wizard__step-dot {
    background: var(--color-success);
    color: white;
    border-color: transparent;
}

.wizard__step-line {
    width: 40px;
    height: 2px;
    background: var(--color-border);
}

.wizard__step-indicator.completed + .wizard__step-line {
    background: var(--color-success);
}

.wizard__panel {
    display: none;
}
.wizard__panel.active {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.wizard__nav {
    display: flex;
    justify-content: space-between;
    margin-top: var(--spacing-2xl);
    gap: var(--spacing-md);
}

/* ================================
   Forms
   ================================ */
.form-group {
    margin-bottom: var(--spacing-lg);
}

.form-label {
    display: block;
    font-weight: 600;
    margin-bottom: var(--spacing-sm);
    font-size: var(--font-size-sm);
}

.form-input {
    width: 100%;
    padding: var(--spacing-md);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    transition: border-color var(--transition-fast);
    background: var(--color-background);
    color: var(--color-text);
}
.form-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(212, 20, 90, 0.1);
}

.form-input.error {
    border-color: var(--color-danger);
}

.form-hint {
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
    margin-top: var(--spacing-xs);
}

.form-error {
    font-size: var(--font-size-sm);
    color: var(--color-danger);
    margin-top: var(--spacing-xs);
    display: none;
}

.form-input.error + .form-error,
.form-input.error ~ .form-error {
    display: block;
}

.form-select {
    width: 100%;
    padding: var(--spacing-md);
    border: 2px solid var(--color-border);
    border-radius: var(--radius-md);
    font-size: var(--font-size-base);
    background: var(--color-background);
    color: var(--color-text);
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666677' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}
.form-select:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(212, 20, 90, 0.1);
}

/* Toggle Switch */
.toggle-group {
    display: flex;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    padding: 4px;
    gap: 4px;
}

.toggle-btn {
    flex: 1;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: var(--font-size-sm);
    text-align: center;
    transition: all var(--transition-fast);
    color: var(--color-text-light);
    background: transparent;
}

.toggle-btn.active {
    background: var(--color-background);
    color: var(--color-primary);
    box-shadow: var(--shadow-sm);
}

/* ================================
   FAQ Accordion
   ================================ */
.faq-item {
    border-bottom: 1px solid var(--color-border);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-lg) 0;
    font-size: var(--font-size-lg);
    font-weight: 600;
    color: var(--color-text);
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    transition: color var(--transition-fast);
}
.faq-question:hover {
    color: var(--color-primary);
}

.faq-question__icon {
    font-size: var(--font-size-xl);
    transition: transform var(--transition-fast);
    flex-shrink: 0;
    margin-left: var(--spacing-md);
}

.faq-item.open .faq-question__icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal);
}

.faq-item.open .faq-answer {
    max-height: 500px;
}

.faq-answer__inner {
    padding-bottom: var(--spacing-lg);
    color: var(--color-text-light);
    line-height: 1.7;
}

/* ================================
   Ampel (Traffic Light)
   ================================ */
.ampel {
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: var(--radius-full);
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.ampel--green {
    background: rgba(72, 187, 120, 0.15);
    color: #276749;
}

.ampel--yellow {
    background: rgba(236, 201, 75, 0.2);
    color: #975A16;
}

.ampel--red {
    background: rgba(229, 62, 62, 0.15);
    color: #C53030;
}

.ampel__dot {
    width: 12px;
    height: 12px;
    border-radius: var(--radius-full);
}

.ampel--green .ampel__dot { background: var(--color-traffic-green); }
.ampel--yellow .ampel__dot { background: var(--color-traffic-yellow); }
.ampel--red .ampel__dot { background: var(--color-traffic-red); }

/* ================================
   Accordion (Vorschau)
   ================================ */
.accordion-item {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-md);
    overflow: hidden;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--spacing-md) var(--spacing-lg);
    background: var(--color-surface);
    cursor: pointer;
    font-weight: 600;
    transition: background var(--transition-fast);
}
.accordion-header:hover {
    background: var(--color-border-light);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-normal);
}

.accordion-item.open .accordion-body {
    max-height: 2000px;
}

.accordion-body__inner {
    padding: var(--spacing-lg);
}

/* ================================
   Email Preview
   ================================ */
.email-preview {
    background: var(--color-surface);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg);
    font-family: monospace;
    font-size: var(--font-size-sm);
    line-height: 1.6;
    white-space: pre-wrap;
    word-break: break-word;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid var(--color-border);
}

.email-actions {
    display: flex;
    gap: var(--spacing-sm);
    margin-top: var(--spacing-md);
    flex-wrap: wrap;
}

/* ================================
   Checklist
   ================================ */
.checklist {
    list-style: none;
}

.checklist__item {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--color-border-light);
}

.checklist__item label {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    cursor: pointer;
    flex: 1;
    font-size: var(--font-size-base);
}

.checklist__item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--color-primary);
    flex-shrink: 0;
}

/* ================================
   Notification Banner
   ================================ */
.notification {
    position: fixed;
    top: 70px;
    right: var(--spacing-lg);
    padding: var(--spacing-md) var(--spacing-lg);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    z-index: 200;
    max-width: 400px;
    animation: slideIn 0.3s ease;
    font-size: var(--font-size-sm);
}

.notification--success {
    background: #F0FFF4;
    color: #276749;
    border: 1px solid #C6F6D5;
}

.notification--warning {
    background: #FFFFF0;
    color: #975A16;
    border: 1px solid #FEFCBF;
}

.notification--error {
    background: #FFF5F5;
    color: #C53030;
    border: 1px solid #FED7D7;
}

@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

/* ================================
   Frist-Banner
   ================================ */
.frist-banner {
    background: linear-gradient(135deg, #FFFFF0, #FEFCBF);
    border: 1px solid #ECC94B;
    border-radius: var(--radius-lg);
    padding: var(--spacing-lg);
    margin-bottom: var(--spacing-xl);
}

.frist-banner--urgent {
    background: linear-gradient(135deg, #FFF5F5, #FED7D7);
    border-color: #E53E3E;
}

.frist-banner__title {
    font-weight: 700;
    margin-bottom: var(--spacing-xs);
}

.frist-banner__text {
    font-size: var(--font-size-sm);
    color: var(--color-text-light);
}

/* ================================
   Confetti
   ================================ */
.confetti-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

/* ================================
   Footer
   ================================ */
.footer {
    background: var(--color-text);
    color: rgba(255,255,255,0.8);
    padding: var(--spacing-2xl) 0;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-lg);
}

.footer__brand {
    font-weight: 700;
    font-size: var(--font-size-lg);
    color: white;
}

.footer__links {
    display: flex;
    gap: var(--spacing-lg);
}

.footer__links a {
    color: rgba(255,255,255,0.7);
    font-size: var(--font-size-sm);
}
.footer__links a:hover {
    color: white;
    text-decoration: none;
}

.footer__copy {
    width: 100%;
    text-align: center;
    font-size: var(--font-size-xs);
    color: rgba(255,255,255,0.5);
    margin-top: var(--spacing-lg);
    padding-top: var(--spacing-lg);
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ================================
   Datenschutz-Hinweis Box
   ================================ */
.privacy-box {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-md);
    background: #F0FFF4;
    border: 1px solid #C6F6D5;
    border-radius: var(--radius-md);
    padding: var(--spacing-md) var(--spacing-lg);
    font-size: var(--font-size-sm);
    color: #276749;
}

.privacy-box__icon {
    font-size: var(--font-size-xl);
    flex-shrink: 0;
}

/* ================================
   Aufstandsbericht PNG Canvas
   ================================ */
.bericht-canvas-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

#bericht-canvas {
    width: 100%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
}

/* ================================
   Info Page Styles
   ================================ */
.page-content {
    max-width: 720px;
    margin: 0 auto;
    padding: var(--spacing-2xl) var(--spacing-lg);
}

.page-content h1 {
    margin-bottom: var(--spacing-xl);
}

.page-content h2 {
    margin-top: var(--spacing-2xl);
    margin-bottom: var(--spacing-md);
    font-size: var(--font-size-2xl);
}

.page-content p {
    margin-bottom: var(--spacing-md);
    line-height: 1.7;
    color: var(--color-text-light);
}

.page-content ul, .page-content ol {
    margin-bottom: var(--spacing-md);
    padding-left: var(--spacing-xl);
    color: var(--color-text-light);
}

.page-content li {
    margin-bottom: var(--spacing-sm);
    line-height: 1.6;
}

/* ================================
   BSW Kontext Box
   ================================ */
.bsw-box {
    background: linear-gradient(135deg, rgba(212,20,90,0.05), rgba(232,98,26,0.05));
    border-left: 4px solid var(--color-primary);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    padding: var(--spacing-xl);
    margin: var(--spacing-xl) 0;
}

.bsw-box__title {
    font-size: var(--font-size-lg);
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.bsw-box__text {
    color: var(--color-text-light);
    line-height: 1.7;
}

/* Scroll-Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* EOF */
