/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background: #ffffff;
    overflow-x: hidden;
}

/* Editorial Story Archetype - Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a252f;
}

h1 {
    font-size: 2.5rem;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

h4 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1e40af;
}

em {
    font-style: italic;
    font-weight: 500;
}

strong {
    font-weight: 600;
}

/* Navigation - Minimal Style */
.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 5%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a252f;
}

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

.nav-links a {
    color: #4b5563;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1a252f;
}

/* Editorial Container - Narrow Centered Layout */
.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Hero Editorial Style */
.hero-editorial {
    padding: 4rem 0;
    background: linear-gradient(to bottom, #f9fafb 0%, #ffffff 100%);
}

.hero-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.lead-text {
    font-size: 1.375rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 2rem;
}

.hero-image {
    margin: 3rem 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
}

.hero-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* Story Sections */
.story-section {
    padding: 4rem 0;
}

.story-section p {
    font-size: 1.125rem;
    margin-bottom: 1.75rem;
}

/* Inline Images */
.inline-image {
    margin: 3rem 0;
}

.inline-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.inline-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
    font-style: italic;
}

/* Callout and Insight Blocks */
.insight-block {
    padding: 3rem 0;
    background: #f0f9ff;
}

.callout-box {
    max-width: 680px;
    margin: 0 auto;
    padding: 2.5rem 5%;
    background: #ffffff;
    border-left: 4px solid #2563eb;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.callout-box h2 {
    margin-top: 0;
    color: #1e40af;
}

/* Problem Amplification Section */
.problem-amplification {
    padding: 4rem 0;
    background: #fef3c7;
}

.impact-list {
    list-style: none;
    margin: 2rem 0;
}

.impact-list li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
}

.impact-list li:before {
    content: "×";
    position: absolute;
    left: 0;
    color: #dc2626;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Inline CTAs */
.cta-inline {
    text-align: center;
    padding: 3rem 0;
}

.btn-text-cta {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2563eb;
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid #2563eb;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-text-cta:hover {
    background: #2563eb;
    color: #ffffff;
}

/* Methodology and Trust Building */
.methodology-reveal {
    padding: 4rem 0;
}

.trust-building {
    padding: 4rem 0;
    background: #f9fafb;
}

/* Principle Cards */
.principle-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.principle-card {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.principle-card h4 {
    margin-top: 0;
    color: #1e40af;
}

/* Testimonials Editorial Style */
.testimonials-editorial {
    padding: 4rem 0;
    background: #1f2937;
    color: #ffffff;
}

.testimonial-quote {
    font-size: 1.25rem;
    line-height: 1.7;
    font-style: italic;
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-quote:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.testimonial-quote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 1rem;
    color: #9ca3af;
}

/* Benefits Grid */
.benefits-reveal {
    padding: 4rem 0;
}

.benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.benefit-item {
    padding: 1.5rem;
    border-left: 3px solid #10b981;
    background: #f0fdf4;
}

.benefit-item strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #065f46;
}

/* CTA Section Blocks */
.cta-section-block {
    padding: 4rem 0;
    background: #1e40af;
    text-align: center;
}

.cta-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
}

.cta-content h3 {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn-large {
    display: inline-block;
    padding: 1.25rem 3rem;
    background: #ffffff;
    color: #1e40af;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-large:hover {
    background: #f0f9ff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #2563eb;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.btn-secondary {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #6b7280;
    color: #ffffff;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-secondary:hover {
    background: #4b5563;
}

.btn-outline {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: transparent;
    color: #2563eb;
    font-weight: 600;
    border: 2px solid #2563eb;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-outline:hover {
    background: #2563eb;
    color: #ffffff;
}

/* Courses Preview Editorial */
.courses-preview {
    padding: 4rem 0;
}

.course-list-editorial {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
}

.course-item-editorial {
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.course-item-editorial h4 {
    margin-top: 0;
    font-size: 1.75rem;
    color: #1e40af;
}

.course-detail {
    color: #6b7280;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.price-reveal {
    font-size: 2rem;
    font-weight: 700;
    color: #059669;
    margin: 1.5rem 0;
}

/* Urgency Section */
.urgency-section {
    padding: 4rem 0;
    background: #fef2f2;
}

/* Final CTA Editorial */
.final-cta-editorial {
    padding: 3rem 0;
}

.cta-box-editorial {
    max-width: 680px;
    margin: 0 auto;
    padding: 3rem 5%;
    background: #f0f9ff;
    border-radius: 8px;
    text-align: center;
}

/* Form Section Editorial */
.form-section-editorial {
    padding: 4rem 0;
    background: #f9fafb;
}

.editorial-form {
    max-width: 600px;
    margin: 2rem auto 0;
    padding: 0 5%;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-submit {
    width: 100%;
    padding: 1.125rem;
    background: #2563eb;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(37, 99, 235, 0.3);
}

/* Closing Section */
.closing-section {
    padding: 4rem 0;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 90;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    pointer-events: none;
}

.sticky-cta.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.pulse-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #dc2626;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.4);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 16px rgba(220, 38, 38, 0.4);
    }
    50% {
        box-shadow: 0 4px 24px rgba(220, 38, 38, 0.6);
    }
}

.pulse-btn:hover {
    background: #b91c1c;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1f2937;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: transform 0.4s ease;
}

.cookie-banner.hidden {
    transform: translateY(100%);
}

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

/* Footer */
.footer {
    background: #1f2937;
    color: #ffffff;
    padding: 3rem 5% 1.5rem;
}

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

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.footer-section p {
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

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

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

.footer-section ul li a {
    color: #9ca3af;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ffffff;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid #374151;
    text-align: center;
    color: #9ca3af;
}

/* Page Header */
.page-header {
    padding: 4rem 0 2rem;
    background: linear-gradient(to bottom, #f9fafb 0%, #ffffff 100%);
    text-align: center;
}

/* Services Specific Styles */
.services-intro {
    padding: 3rem 0;
}

.services-listing {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding: 2rem 0;
}

.service-card-full {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 5%;
}

.service-content {
    padding: 2.5rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.service-content h2 {
    margin-top: 0;
    color: #1e40af;
}

.service-description {
    font-size: 1.125rem;
    color: #4b5563;
    margin-bottom: 2rem;
}

.service-details {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9fafb;
    border-radius: 6px;
}

.service-details p {
    margin-bottom: 0.75rem;
}

.service-features {
    margin: 2rem 0;
}

.service-features h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features ul li {
    padding: 0.5rem 0;
    padding-left: 1.75rem;
    position: relative;
}

.service-features ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 700;
}

.service-pricing {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-large {
    font-size: 2.5rem;
    font-weight: 700;
    color: #059669;
}

.services-footer {
    padding: 4rem 0;
    background: #f9fafb;
}

.included-features {
    list-style: none;
    margin-top: 2rem;
}

.included-features li {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
    font-size: 1.125rem;
}

.included-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-size: 1.5rem;
    font-weight: 700;
}

/* Contact Page Styles */
.contact-section {
    padding: 3rem 0;
}

.contact-grid {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

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

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

.contact-item h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #1e40af;
}

.contact-item p {
    margin-bottom: 0.5rem;
}

.response-time {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f0f9ff;
    border-left: 3px solid #2563eb;
    border-radius: 4px;
}

.contact-cta {
    flex: 1;
    min-width: 300px;
}

.cta-box-contact {
    padding: 2rem;
    background: #f0f9ff;
    border-radius: 8px;
    margin-bottom: 2rem;
}

.additional-links h3 {
    margin-bottom: 1rem;
}

.additional-links ul {
    list-style: none;
}

.additional-links ul li {
    margin-bottom: 0.75rem;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 0;
    background: #f9fafb;
}

.faq-item {
    margin-bottom: 2.5rem;
}

.faq-item h3 {
    font-size: 1.25rem;
    color: #1e40af;
    margin-bottom: 0.75rem;
}

/* Thanks Page Styles */
.thanks-section {
    padding: 4rem 0;
}

.thanks-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
}

.thanks-content h1 {
    text-align: center;
    margin-bottom: 1rem;
}

.thanks-content .lead-text {
    text-align: center;
    margin-bottom: 3rem;
}

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

.steps-list {
    list-style: none;
    counter-reset: step-counter;
    margin-top: 2rem;
}

.steps-list li {
    counter-increment: step-counter;
    margin-bottom: 2rem;
    padding-left: 3rem;
    position: relative;
}

.steps-list li:before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    background: #2563eb;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.steps-list li strong {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    color: #1e40af;
}

.selected-course-info {
    padding: 2rem;
    background: #f0fdf4;
    border: 2px solid #10b981;
    border-radius: 8px;
    text-align: center;
    margin: 2rem 0;
}

.selected-course-info h3 {
    color: #065f46;
    margin-bottom: 1rem;
}

.course-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #059669;
    margin-bottom: 1rem;
}

.preparation-tips {
    margin: 3rem 0;
    padding: 2rem;
    background: #f9fafb;
    border-radius: 8px;
}

.preparation-tips ul {
    margin-top: 1rem;
    padding-left: 1.5rem;
}

.preparation-tips ul li {
    margin-bottom: 0.75rem;
}

.contact-info-thanks {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f0f9ff;
    border-left: 3px solid #2563eb;
    text-align: center;
}

.thanks-cta {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 3rem;
    flex-wrap: wrap;
}

/* Legal Content Styles */
.legal-content {
    padding: 3rem 0;
}

.legal-content h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.legal-content h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.legal-content h3 {
    font-size: 1.25rem;
    margin-top: 2rem;
    color: #1e40af;
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-content ul li {
    margin-bottom: 0.75rem;
}

.legal-content p + ul {
    margin-top: 1rem;
}

/* Philosophy and Values Sections */
.philosophy-section {
    padding: 3rem 0;
}

.values-section {
    padding: 4rem 0;
    background: #f9fafb;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2rem;
}

.value-item {
    padding: 2rem;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

.value-item h4 {
    margin-top: 0;
    color: #1e40af;
}

.impact-section {
    padding: 4rem 0;
    background: #f0f9ff;
}

/* Responsive Design */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .hero-editorial h1 {
        font-size: 2rem;
    }

    .lead-text {
        font-size: 1.125rem;
    }

    .nav-minimal {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 5%;
    }

    .nav-links {
        gap: 1rem;
    }

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

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .contact-grid {
        flex-direction: column;
    }

    .service-pricing {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }

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

    .pulse-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .thanks-cta {
        flex-direction: column;
    }

    .thanks-cta .btn-secondary,
    .thanks-cta .btn-outline {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 769px) {
    .principle-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .principle-card {
        flex: 1;
        min-width: 250px;
    }

    .benefits-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .benefit-item {
        flex: 1;
        min-width: 280px;
    }

    .values-grid {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .value-item {
        flex: 1;
        min-width: 280px;
    }
}