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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background: #fefefe;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.cookie-actions {
    display: flex;
    gap: 0.75rem;
}

.btn-cookie,
.btn-cookie-alt {
    padding: 0.6rem 1.5rem;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-cookie {
    background: #4a90e2;
    color: #fff;
}

.btn-cookie:hover {
    background: #357abd;
}

.btn-cookie-alt {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-cookie-alt:hover {
    background: #333;
}

.editorial-header {
    padding: 2rem 1.5rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.nav-minimal {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-links a {
    color: #2c2c2c;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #4a90e2;
}

.editorial-main {
    max-width: 750px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.hero-editorial {
    margin-bottom: 4rem;
}

.hero-content-narrow {
    text-align: left;
}

.headline-primary {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

.intro-lead {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2.5rem;
}

.hero-image-inline {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-top: 2rem;
}

.story-section,
.insight-section,
.benefits-reveal,
.trust-section,
.form-section,
.urgency-section,
.final-push {
    margin-bottom: 4rem;
}

.content-narrow {
    max-width: 650px;
    margin: 0 auto;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a1a1a;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.cta-inline {
    display: inline-block;
    color: #4a90e2;
    text-decoration: underline;
    font-size: 1.1rem;
    margin-top: 0.5rem;
    transition: color 0.3s;
}

.cta-inline:hover {
    color: #357abd;
}

.cta-inline-strong {
    display: inline-block;
    color: #d9534f;
    text-decoration: underline;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 0.5rem;
}

.visual-break {
    margin: 5rem 0;
}

.image-caption-block {
    text-align: center;
}

.content-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.caption-text {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.testimonial-inline {
    display: block;
    margin: 2.5rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-left: 4px solid #4a90e2;
    font-style: italic;
    font-size: 1.1rem;
}

cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
}

.cta-section-mid {
    margin: 5rem 0;
}

.cta-card-centered {
    background: #f0f7ff;
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 8px;
}

.cta-card-centered h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.btn-primary-large {
    display: inline-block;
    background: #4a90e2;
    color: #fff;
    padding: 1rem 2.5rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1rem;
    transition: background 0.3s;
}

.btn-primary-large:hover {
    background: #357abd;
}

.benefit-block {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e5e5;
}

.benefit-block:last-child {
    border-bottom: none;
}

.price-reveal {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c7a2e;
    margin: 1rem 0;
}

.cta-benefit {
    display: inline-block;
    color: #4a90e2;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.contact-form {
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 8px;
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
    color: #2c2c2c;
}

input[type="text"],
input[type="email"],
input[type="number"],
select {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.btn-submit {
    width: 100%;
    background: #4a90e2;
    color: #fff;
    padding: 1rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-submit:hover {
    background: #357abd;
}

.footer-editorial {
    background: #1a1a1a;
    color: #fff;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-column h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #4a90e2;
}

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #333;
    color: #999;
    font-size: 0.9rem;
}

.sticky-cta {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
}

.btn-sticky {
    display: block;
    background: #d9534f;
    color: #fff;
    padding: 0.9rem 1.8rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s;
}

.btn-sticky:hover {
    background: #c9302c;
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
    .headline-primary {
        font-size: 2rem;
    }

    .intro-lead {
        font-size: 1.1rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .nav-links {
        gap: 1rem;
        font-size: 0.9rem;
    }

    .editorial-main {
        padding: 2rem 1rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .btn-sticky {
        padding: 0.75rem 1.4rem;
        font-size: 0.9rem;
    }

    .footer-content {
        flex-direction: column;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}

blockquote {
    quotes: '"' '"' ''' ''';
}

blockquote::before {
    content: open-quote;
}

blockquote::after {
    content: close-quote;
}
