/*
Theme Name: Schulden Landing Retro
Description: Retro Zeitungs-Advertorial Landingpage
Author: Kanzlei Scuric
Version: 1.0
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-color: #fff;
    line-height: 1.65;
    color: #111;
}

.anzeige-strip {
    background: #ffeb3b;
    padding: 6px 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    border-bottom: 2px solid #000;
}

.container {
    max-width: 1100px;   /* vorher 680px */
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;     /* bisschen Abstand links/rechts */
    background: white;
}

/* DROP-CAP ÜBERALL AUSSCHALTEN */
.article-body p::first-letter {
    font-size: inherit !important;
    float: none !important;
    margin: 0 !important;
    font-weight: inherit !important;
}

/* DROP-CAP NUR WENN DIE KLASSE dropcap-on VERWENDET WIRD */
.dropcap-on::first-letter {
    font-size: 62px !important;
    float: left !important;
    margin: 0 8px 0 0 !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}

.header-section {
    padding: 25px 15px 15px;
    border-bottom: 3px solid #000;
}

.category-label {
    display: inline-block;
    background: #e60000;
    color: white;
    padding: 3px 10px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 18px;
    color: #000;
    letter-spacing: -0.5px;
}

.lead-text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #333;
    font-weight: 400;
}

.meta-line {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.meta-line strong {
    color: #000;
}

.benefits-box {
    background: #f5f5f5;
    border: 2px solid #000;
    padding: 20px;
    margin: 25px 15px;
}

.benefits-box h3 {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #e60000;
}

.benefits-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.benefits-list li {
    padding: 8px 0 8px 30px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    position: relative;
    font-weight: 500;
    color: #111;
}

.benefits-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #00a651;
    font-weight: 900;
    font-size: 20px;
}

.article-body {
    padding: 30px 15px;
}

.article-body p {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.article-body p:first-of-type::first-letter {
    font-size: 62px;
    line-height: 1;
    float: left;
    margin: 0 8px 0 0;
    font-weight: 700;
    color: #000;
}

.article-body strong {
    font-weight: 700;
    color: #000;
}

.article-body h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin: 45px 0 20px;
    color: #000;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.article-body h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin: 35px 0 15px;
    color: #000;
}

.article-body ul {
    margin: 20px 0 25px 25px;
    padding: 0;
}

.article-body ul li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.red-box {
    background: #ffe6e6;
    border-left: 5px solid #e60000;
    padding: 25px;
    margin: 30px 0;
}

.red-box h4 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #e60000;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.red-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.red-box strong {
    display: block;
    font-size: 19px;
    margin-bottom: 8px;
    color: #000;
}

.testimonial-section {
    background: #f9f9f9;
    padding: 35px 15px;
    margin: 40px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.testimonial-section h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.testimonial {
    background: white;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #e60000;
}

.stars {
    color: #ffa500;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    font-style: italic;
}

.highlight-box {
    background: #fffbea;
    border: 3px solid #000;
    padding: 25px;
    margin: 30px 0;
}

.highlight-box h3 {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
}

.step-number {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 50%;
}

.process-item {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.6;
}

.process-item strong {
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
}

.warning-banner {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    margin: 25px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.checklist-section {
    background: #e8f5e9;
    border: 3px solid #2e7d32;
    padding: 25px;
    margin: 30px 0;
}

.checklist-section h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 15px;
    color: #2e7d32;
    text-transform: uppercase;
}

.check-item {
    padding: 8px 0 8px 30px;
    font-size: 17px;
    position: relative;
    line-height: 1.5;
}

.check-item.yes::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: 900;
    font-size: 22px;
}

.check-item.no::before {
    content: "✗";
    position: absolute;
    left: 0;
    color: #c62828;
    font-weight: 900;
    font-size: 22px;
}

.cta-mega-section {
    background: #e60000;
    padding: 50px 20px;
    margin: 50px 0 0;
    text-align: center;
    border-top: 5px solid #000;
}

.cta-mega-section h2 {
    font-family: Arial, sans-serif;
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cta-mega-section p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-button-wrapper {
    background: #fff;
    padding: 8px;
    display: inline-block;
    border: 4px solid #000;
    box-shadow: 8px 8px 0 rgba(0,0,0,0.2);
}

.cta-button {
    display: block;
    background: #ffeb3b;
    color: #000;
    padding: 22px 60px;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 3px solid #000;
    transition: all 0.2s ease;
}

.cta-button:hover {
    background: #fff;
    transform: translate(4px, 4px);
}

.trust-line {
    margin-top: 25px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
}

.faq-section {
    padding: 40px 15px;
    background: #f5f5f5;
}

.faq-section h2 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.faq-item {
    background: white;
    padding: 20px;
    margin-bottom: 12px;
    border-left: 5px solid #e60000;
}

.faq-q {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin-bottom: 10px;
}

.faq-a {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.footer-section {
    background: #1a1a1a;
    padding: 30px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.footer-links {
    margin-bottom: 15px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin: 0 12px;
    font-weight: 700;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-copy {
    font-size: 12px;
    color: #999;
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    .lead-text {
        font-size: 18px;
    }

    .article-body p {
        font-size: 17px;
    }

    .article-body h2 {
        font-size: 26px;
    }

    .cta-mega-section h2 {
        font-size: 28px;
    }

    .cta-button {
        font-size: 18px;
        padding: 18px 40px;
    }
}
