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

body {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
}

h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.4rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.3rem;
}

a {
    color: #0066cc;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #004999;
    text-decoration: underline;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
}

.cookie-content a {
    color: #66b3ff;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #0066cc;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #0052a3;
}

.btn-reject {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

.main-nav {
    position: sticky;
    top: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 1rem 2rem;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1a1a1a;
}

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #4a4a4a;
    text-decoration: none;
}

.nav-links a:hover {
    color: #0066cc;
    text-decoration: none;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.article-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 5rem 0 4rem 0;
    text-align: center;
}

.hero-text-narrow {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.article-hero h1 {
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-subtext {
    font-size: 1.3rem;
    line-height: 1.5;
    opacity: 0.95;
    font-style: italic;
}

.story-intro {
    padding: 4rem 0 2rem 0;
}

.intro-graf {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1.8rem;
}

.inline-cta-box {
    background-color: #f0f7ff;
    border-left: 4px solid #0066cc;
    padding: 1.5rem 2rem;
    margin: 2.5rem 0;
}

.inline-cta-box p {
    margin-bottom: 0.8rem;
}

.inline-link-cta {
    font-weight: 600;
    font-size: 1.05rem;
}

.problem-section,
.insight-section,
.trust-builder,
.benefit-reveal,
.story-transition,
.pricing-reveal,
.urgency-section,
.final-cta-section,
.story-outro,
.story-section,
.services-intro,
.faq-section,
.cta-section,
.contact-section,
.thanks-section {
    padding: 3rem 0;
}

.story-list {
    margin: 1.5rem 0 1.5rem 2rem;
    line-height: 1.9;
}

.story-list li {
    margin-bottom: 0.8rem;
}

.emphasis-text {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 1.8rem 0;
}

.story-image {
    margin: 3.5rem 0;
    width: 100%;
}

.story-image img {
    width: 100%;
    height: auto;
    display: block;
}

.story-image figcaption {
    font-size: 0.9rem;
    font-style: italic;
    color: #6a6a6a;
    text-align: center;
    margin-top: 0.8rem;
    padding: 0 1.5rem;
}

.story-quote {
    margin: 3rem 0;
    text-align: center;
}

.story-quote blockquote {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 1.6;
    color: #2a2a2a;
    padding: 0 2rem;
    position: relative;
}

.story-cta-button {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
}

.story-cta-button:hover {
    background-color: #0052a3;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,204,0.3);
}

.testimonial-inline {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 8px;
}

.testimonial-text {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    font-weight: 600;
    color: #5a5a5a;
}

.benefit-item {
    margin: 2.5rem 0;
    padding-left: 1.5rem;
    border-left: 3px solid #e0e0e0;
}

.benefit-item h3 {
    margin-top: 0;
    color: #0066cc;
}

.price-card {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 2.5rem;
    margin: 2rem 0;
    position: relative;
}

.price-card.featured {
    border-color: #0066cc;
    box-shadow: 0 8px 24px rgba(0,102,204,0.15);
}

.featured-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0066cc;
    color: #ffffff;
    padding: 0.4rem 1.2rem;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
}

.price-card h3 {
    margin-top: 0;
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
}

.price-description {
    margin-bottom: 1.5rem;
}

.course-includes {
    margin: 1.5rem 0 1.5rem 1.5rem;
    line-height: 1.8;
}

.course-includes li {
    margin-bottom: 0.6rem;
}

.price-tag {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #0066cc;
    margin: 1.5rem 0;
}

.price-save {
    font-size: 1rem;
    font-weight: 600;
    color: #28a745;
    margin-bottom: 1rem;
}

.price-cta {
    display: inline-block;
    background-color: #0066cc;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.price-cta:hover {
    background-color: #0052a3;
    text-decoration: none;
    transform: translateY(-2px);
}

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

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #0066cc;
}

.form-submit-btn {
    background-color: #0066cc;
    color: #ffffff;
    padding: 1rem 3rem;
    border: none;
    border-radius: 6px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit-btn:hover {
    background-color: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,102,204,0.3);
}

.signature {
    font-style: italic;
    color: #5a5a5a;
    margin-top: 2rem;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
    display: none;
}

.sticky-cta.show {
    display: block;
}

.sticky-cta-btn {
    background-color: #dc3545;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(220,53,69,0.4);
    transition: all 0.3s ease;
    display: inline-block;
}

.sticky-cta-btn:hover {
    background-color: #c82333;
    text-decoration: none;
    transform: scale(1.05);
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 3rem 2rem 2rem 2rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #b0b0b0;
    font-size: 0.9rem;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-copy {
    font-size: 0.85rem;
    color: #808080;
    margin-top: 1rem;
}

.page-header {
    background-color: #f0f0f0;
    padding: 4rem 0 3rem 0;
    text-align: center;
}

.page-intro {
    font-size: 1.2rem;
    color: #4a4a4a;
    margin-top: 1rem;
}

.contact-info {
    margin-top: 2rem;
}

.contact-item {
    margin: 2rem 0;
}

.contact-item h3 {
    margin-top: 0;
    color: #0066cc;
}

.contact-note {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.contact-faq {
    margin-top: 3rem;
}

.thanks-section {
    padding: 2rem 0 4rem 0;
}

.thanks-message {
    margin: 2rem 0;
}

.thanks-step {
    background-color: #f9f9f9;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    border-left: 4px solid #0066cc;
}

.thanks-step h3 {
    margin-top: 0;
    color: #0066cc;
    font-size: 1.2rem;
}

.thanks-next {
    margin: 3rem 0;
}

.thanks-cta {
    text-align: center;
    margin-top: 3rem;
}

.legal-page h2 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
}

.legal-page h3 {
    font-size: 1.2rem;
    color: #4a4a4a;
}

.legal-section ul {
    margin: 1rem 0 1.5rem 2rem;
    line-height: 1.8;
}

.legal-section li {
    margin-bottom: 0.6rem;
}

.faq-item {
    margin: 2rem 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
}

.faq-item h3 {
    margin-top: 0;
    color: #2a2a2a;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    .main-nav {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
    }

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

    .article-hero {
        padding: 3rem 0 2rem 0;
    }

    .article-hero h1 {
        font-size: 1.8rem;
    }

    .hero-subtext {
        font-size: 1.1rem;
    }

    .content-narrow {
        padding: 0 1rem;
    }

    .story-quote blockquote {
        font-size: 1.2rem;
        padding: 0 1rem;
    }

    .price-card {
        padding: 1.5rem;
    }

    .price-tag {
        font-size: 1.8rem;
    }

    .course-form {
        padding: 1.5rem;
    }

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

    .sticky-cta-btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }

    .footer-links {
        flex-direction: column;
        gap: 0.8rem;
    }

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .btn-accept,
    .btn-reject {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .content-narrow {
        max-width: 600px;
    }

    .article-hero h1 {
        font-size: 2.3rem;
    }
}
