/* WordPress Titel & Breadcrumb AUSBLENDEN */
.page-id-21794 .entry-title,
.page-id-21794 .mh-breadcrumb,
.page-id-21794 .breadcrumb,
.page-id-21794 .yoast-breadcrumb,
.page-id-21794 nav[aria-label="Breadcrumb"],
.page-id-21794 .elementor-widget-theme-post-title,
.page-id-21794 .mh-content-header,
.page-id-21794 .mh-title-wrapper {
    display: none !important;
}

:root {
    --sp-accent: #9a1815;
    --sp-accent-hover: #7d1311;
    --sp-green: #22a352;
    --sp-green-hover: #1b8a44;
    --sp-dark: #1a1a1a;
    --sp-text: #333333;
    --sp-text-light: #666666;
    --sp-bg: #ffffff;
    --sp-bg-light: #f8f8f8;
    --sp-border: #e5e5e5;
}

.sp-page {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--sp-text);
    line-height: 1.7;
    background: var(--sp-bg);
}

.sp-page *,
.sp-page *::before,
.sp-page *::after {
    box-sizing: border-box;
}

.sp-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 4rem;
}

/* HERO */
.sp-hero {
    text-align: center;
    margin-bottom: 3rem;
}

.sp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--sp-accent);
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sp-badge svg { width: 18px; height: 18px; }

.sp-hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--sp-dark);
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.sp-hero-text {
    font-size: 1.1rem;
    color: var(--sp-text-light);
    max-width: 650px;
    margin: 0 auto;
}

/* GRID */
.sp-grid {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 3rem;
    align-items: start;
}

/* INFO */
.sp-info { 
    padding-top: 0.5rem; 
}
.sp-info-block { margin-bottom: 2.5rem; }
.sp-info-block h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 1rem 0;
}
.sp-info-block p {
    color: var(--sp-text-light);
    margin: 0 0 0.75rem 0;
}

/* Features */
.sp-features { list-style: none; margin: 0; padding: 0; }
.sp-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--sp-border);
}
.sp-features li:last-child { border-bottom: none; }
.sp-features svg {
    width: 20px; height: 20px;
    color: var(--sp-accent);
    flex-shrink: 0;
    margin-top: 2px;
}
.sp-features span { color: var(--sp-text); }

/* Usage Box */
.sp-usage {
    background: var(--sp-bg-light);
    border-radius: 12px;
    padding: 1.5rem;
}
.sp-usage h3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sp-usage-items { display: flex; flex-direction: column; gap: 0.5rem; }
.sp-usage-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--sp-text);
}
.sp-usage-item svg { width: 16px; height: 16px; color: var(--sp-accent); }

/* CARD - Sticky auf Desktop */
.sp-card {
    background: var(--sp-bg);
    border: 1px solid var(--sp-border);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    box-sizing: border-box;
    max-width: 100%;
}

/* Tabs - 3 Optionen */
.sp-tabs {
    display: flex;
    background: var(--sp-bg-light);
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 1.5rem;
    gap: 4px;
}
.sp-tab {
    flex: 1;
    padding: 0.7rem 0.5rem;
    border: none;
    background: transparent;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--sp-text-light);
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s;
    white-space: nowrap;
}
.sp-tab.selected {
    background: var(--sp-bg);
    color: var(--sp-dark);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.sp-tab:hover:not(.selected) { color: var(--sp-dark); }

/* Amounts */
.sp-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--sp-text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
    display: block;
}
.sp-amounts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    margin-bottom: 1rem;
}
.sp-amount-btn {
    padding: 1rem;
    border: 2px solid var(--sp-border);
    background: var(--sp-bg);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sp-dark);
    cursor: pointer;
    transition: all 0.2s;
}
.sp-amount-btn:hover {
    border-color: var(--sp-accent);
    background: rgba(154, 24, 21, 0.03);
}
.sp-amount-btn.selected {
    border-color: var(--sp-accent);
    background: rgba(154, 24, 21, 0.08);
    color: var(--sp-accent);
}

/* Subtitle unter Betrag (für jährlich) */
.sp-amount-btn .sp-amount-sub {
    display: block;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--sp-text-light);
    margin-top: 2px;
}
.sp-amount-btn.selected .sp-amount-sub {
    color: var(--sp-accent);
    opacity: 0.8;
}

/* Custom */
.sp-custom-wrapper { margin-bottom: 1.5rem; }
.sp-custom-btn {
    width: 100%;
    padding: 1rem;
    border: 2px solid var(--sp-border);
    background: var(--sp-bg);
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--sp-text);
    cursor: pointer;
    transition: all 0.2s;
    display: block;
}
.sp-custom-btn:hover { border-color: var(--sp-accent); color: var(--sp-accent); }
.sp-custom-btn.selected {
    border-color: var(--sp-accent);
    background: rgba(154, 24, 21, 0.08);
    color: var(--sp-accent);
}
.sp-custom-btn.hidden { display: none !important; }
.sp-custom-hint {
    display: none;
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    background: #fef9e7;
    border: 1px solid #f5d76e;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #856404;
    line-height: 1.5;
}
.sp-custom-hint.show { display: block; }

/* Submit - GRÜN */
.sp-submit {
    width: 100%;
    padding: 1.1rem 2rem;
    background: var(--sp-green);
    color: white;
    border: none;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 1.3;
}
.sp-submit:hover {
    background: var(--sp-green-hover);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(34, 163, 82, 0.35);
}
.sp-submit:disabled {
    background: var(--sp-green);
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}
.sp-submit svg { width: 20px; height: 20px; flex-shrink: 0; }

/* Security */
.sp-security {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sp-border);
}
.sp-security-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: var(--sp-text-light);
    margin-bottom: 1rem;
}
.sp-security-label svg { width: 14px; height: 14px; }
.sp-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.sp-payment-logo { height: 24px; width: auto; opacity: 0.7; }
.sp-note {
    margin-top: 1.25rem;
    padding: 1rem;
    background: var(--sp-bg-light);
    border-radius: 8px;
    font-size: 0.8rem;
    color: var(--sp-text-light);
    text-align: center;
}

/* MISSION */
.sp-mission {
    margin-top: 4rem;
    padding: 3rem 0;
    border-top: 1px solid var(--sp-border);
}
.sp-mission-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.sp-mission h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 1.5rem 0;
}
.sp-mission-lead {
    font-size: 1.15rem;
    color: var(--sp-text);
    margin: 0 0 2rem 0;
    line-height: 1.8;
}
.sp-mission-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
    text-align: left;
}
.sp-mission-col {
    padding: 1.5rem;
    background: var(--sp-bg-light);
    border-radius: 12px;
}
.sp-mission-col h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 0.75rem 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.sp-mission-col h3 svg { width: 20px; height: 20px; color: var(--sp-accent); }
.sp-mission-col p {
    font-size: 0.9rem;
    color: var(--sp-text-light);
    margin: 0;
    line-height: 1.6;
}

/* Stats */
.sp-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 2.5rem 0;
    padding: 2rem 0;
    border-top: 1px solid var(--sp-border);
    border-bottom: 1px solid var(--sp-border);
}
.sp-stat { text-align: center; }
.sp-stat-number {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sp-accent);
    line-height: 1;
}
.sp-stat-label {
    font-size: 0.85rem;
    color: var(--sp-text-light);
    margin-top: 0.5rem;
}

/* FAQ */
.sp-faq {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid var(--sp-border);
}

/* Personal Quote */
.sp-personal {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding: 1.5rem;
    background: var(--sp-bg-light);
    border-radius: 12px;
    margin-top: 1.5rem;
    border-left: 3px solid var(--sp-accent);
}
.sp-personal-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.sp-personal-content {
    flex: 1;
}
.sp-personal-quote {
    font-size: 0.95rem;
    color: var(--sp-text);
    font-style: italic;
    margin: 0 0 0.75rem 0;
    line-height: 1.6;
}
.sp-personal-name {
    font-weight: 600;
    color: var(--sp-dark);
    font-size: 0.9rem;
    margin: 0;
}
.sp-personal-title {
    font-size: 0.8rem;
    color: var(--sp-text-light);
    margin: 0.15rem 0 0 0;
}

.sp-faq h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 1.5rem 0;
    text-align: center;
}
.sp-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.sp-faq-item {
    padding: 1.25rem;
    background: var(--sp-bg-light);
    border-radius: 10px;
}
.sp-faq-item h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--sp-dark);
    margin: 0 0 0.5rem 0;
}
.sp-faq-item p {
    font-size: 0.9rem;
    color: var(--sp-text-light);
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .sp-grid {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
    }
    .sp-card {
        order: 1;
        max-width: 500px;
        margin: 0 auto;
        position: static;
        width: 100%;
    }
    .sp-info {
        order: 2;
        margin-top: 2rem;
    }
    .sp-mission-columns { grid-template-columns: 1fr; }
    .sp-stats { flex-wrap: wrap; gap: 2rem; }
}

@media (max-width: 700px) {
    .sp-faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
    .sp-hero h1 { font-size: 2rem; }
    .sp-card { 
        padding: 1.25rem; 
        margin-left: 0;
        margin-right: 0;
    }
    .sp-container { 
        padding: 1.5rem 1.25rem 3rem; 
    }
    .sp-mission h2 { font-size: 1.5rem; }
    .sp-stat-number { font-size: 2rem; }
    
    /* MOBILE: Tabs anpassen */
    .sp-tabs {
        padding: 3px;
        gap: 3px;
    }
    .sp-tab {
        padding: 0.6rem 0.4rem;
        font-size: 0.8rem;
    }
    
    /* MOBILE: Beträge */
    .sp-amounts {
        gap: 0.5rem;
    }
    .sp-amount-btn {
        padding: 0.85rem 0.5rem;
        font-size: 1rem;
    }
    .sp-amount-btn .sp-amount-sub {
        font-size: 0.7rem;
    }
    
    /* MOBILE: Submit Button */
    .sp-submit {
        padding: 1rem 1rem;
        font-size: 0.95rem;
    }
    
    /* MOBILE: Custom Button */
    .sp-custom-btn {
        padding: 0.85rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 400px) {
    .sp-card { 
        padding: 1rem; 
        border-radius: 12px;
    }
    .sp-container {
        padding: 1.25rem 1rem 2.5rem;
    }
    
    .sp-tab {
        padding: 0.55rem 0.3rem;
        font-size: 0.75rem;
    }
    
    .sp-amount-btn {
        padding: 0.75rem 0.4rem;
        font-size: 0.95rem;
    }
    
    .sp-submit {
        padding: 0.9rem 0.75rem;
        font-size: 0.9rem;
    }
    
    .sp-hero h1 {
        font-size: 1.75rem;
    }
    
    .sp-badge {
        font-size: 0.75rem;
        padding: 0.4rem 1rem;
    }
}

@media (max-width: 500px) {
    .sp-personal {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .sp-personal-img {
        width: 70px;
        height: 70px;
    }
}
