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

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

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #1a5490;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #0d3a6d;
}

/* Navigation - Floating Style */
.nav-floating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a5490;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    color: #555;
    font-weight: 500;
}

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

/* Hero Editorial */
.hero-editorial {
    margin-top: 4rem;
    padding: 3rem 0;
}

.hero-image-wrap {
    max-width: 900px;
    margin: 0 auto 2rem;
    padding: 0 2rem;
}

.hero-image-wrap img {
    width: 100%;
    border-radius: 4px;
}

.hero-content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-content-narrow h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-text {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Content Narrow - Main Editorial Style */
.content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
}

article.page-content {
    margin-top: 5rem;
    padding: 2rem 0;
}

section {
    margin-bottom: 4rem;
}

.content-narrow h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin: 3rem 0 1.5rem;
    color: #1a1a1a;
}

.content-narrow h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1rem;
    color: #333;
}

.content-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.15rem;
    line-height: 1.8;
}

.emphasis-text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a5490;
    margin: 2rem 0;
    line-height: 1.6;
}

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

.inline-image-full {
    margin: 3rem 0;
    width: 100%;
}

/* Story Sections */
.story-intro {
    padding: 3rem 0;
    background: #fff;
}

.problem-amplification {
    padding: 3rem 0;
    background: #f7f7f7;
}

.turning-point {
    padding: 3rem 0;
    background: #fff;
}

.method-explanation {
    padding: 3rem 0;
    background: #fff9f0;
}

.social-proof {
    padding: 3rem 0;
    background: #fff;
}

.urgency-soft {
    padding: 3rem 0;
    background: #f0f7ff;
}

.courses-reveal {
    padding: 4rem 0;
    background: #fff;
}

.final-push {
    padding: 3rem 0;
    background: #2c2c2c;
    color: #fff;
}

.final-push h2 {
    color: #fff;
}

.final-push p {
    color: #e0e0e0;
}

/* Quotes */
.insight-quote {
    font-size: 1.3rem;
    font-style: italic;
    margin: 3rem 0;
    padding: 2rem;
    background: #f9f9f9;
    border-left: 4px solid #1a5490;
    line-height: 1.7;
}

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

/* Inline CTA */
.inline-cta-soft {
    padding: 2rem 0;
    text-align: center;
}

.cta-whisper {
    font-size: 1.2rem;
    color: #555;
}

.text-link-arrow {
    color: #1a5490;
    font-weight: 600;
    border-bottom: 2px solid #1a5490;
}

.text-link-arrow:hover {
    border-bottom-color: #0d3a6d;
}

/* Method Reveal */
.method-reveal {
    background: #fff;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.method-steps {
    margin: 2rem 0;
}

.step {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
    border-left: 3px solid #1a5490;
}

.step h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #1a5490;
}

.step p {
    font-size: 1.1rem;
    line-height: 1.7;
}

/* Testimonials */
.testimonial-inline {
    padding: 3rem 0;
    background: #1a5490;
    color: #fff;
    margin: 3rem 0;
}

.testimonial-text {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #fff;
}

.testimonial-author {
    font-size: 1.1rem;
    color: #d0e0f0;
}

.testimonials-grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.testimonial-card {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 4px;
    border-left: 3px solid #1a5490;
}

.testimonial-card p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #333;
}

.testimonial-card .author {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

/* Course Options */
.section-intro {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 3rem;
}

.course-option {
    background: #fff;
    padding: 2.5rem;
    margin-bottom: 3rem;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    position: relative;
}

.course-option.featured {
    border-color: #1a5490;
    background: #f0f7ff;
}

.badge {
    position: absolute;
    top: -12px;
    right: 2rem;
    background: #1a5490;
    color: #fff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    border-radius: 20px;
}

.course-option h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.course-description {
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
    color: #333;
    line-height: 1.7;
}

.course-features {
    list-style: none;
    margin: 1.5rem 0;
}

.course-features li {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.05rem;
}

.course-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a5490;
    font-weight: bold;
}

.course-price {
    font-size: 2rem;
    font-weight: 700;
    color: #1a5490;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.select-course,
.select-course-btn {
    background: #1a5490;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background 0.3s ease;
}

.select-course:hover,
.select-course-btn:hover {
    background: #0d3a6d;
}

/* CTA Buttons */
.cta-inline-button,
.cta-button {
    display: inline-block;
    background: #1a5490;
    color: #fff;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    transition: background 0.3s ease;
}

.cta-inline-button:hover,
.cta-button:hover {
    background: #0d3a6d;
}

.cta-final-button {
    display: inline-block;
    background: #fff;
    color: #1a5490;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background 0.3s ease;
}

.cta-final-button:hover {
    background: #f0f0f0;
}

.cta-button-secondary {
    display: inline-block;
    background: transparent;
    color: #1a5490;
    border: 2px solid #1a5490;
    padding: 0.9rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background: #1a5490;
    color: #fff;
}

.urgency-text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.closing-question {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 2rem 0;
    color: #fff;
}

/* Forms */
.form-section {
    padding: 4rem 0;
    background: #f7f7f7;
}

.form-intro {
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 2rem;
}

.enrollment-form {
    background: #fff;
    padding: 2.5rem;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

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

.form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #333;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: border-color 0.3s ease;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a5490;
}

.form-group input[readonly] {
    background: #f0f0f0;
    cursor: not-allowed;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: normal;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 0.3rem;
    cursor: pointer;
}

.submit-button {
    background: #1a5490;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: background 0.3s ease;
    width: 100%;
}

.submit-button:hover {
    background: #0d3a6d;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a5490;
    padding: 1rem 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: none;
}

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

.sticky-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-text {
    font-size: 1.1rem;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
}

.sticky-button {
    background: #fff;
    color: #1a5490;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.sticky-button:hover {
    background: #f0f0f0;
}

/* Footer */
.site-footer {
    background: #2c2c2c;
    color: #ccc;
    padding: 3rem 0 1.5rem;
}

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

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

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

.footer-section ul li a {
    color: #ccc;
    font-size: 0.95rem;
}

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

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

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c2c2c;
    padding: 1.5rem 0;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: none;
}

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

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

.cookie-content p {
    color: #fff;
    font-size: 0.95rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: #1a5490;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #0d3a6d;
}

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

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

/* Thanks Page */
.thanks-content {
    text-align: center;
    padding: 3rem 0;
}

.success-icon {
    font-size: 4rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.thanks-info {
    text-align: left;
    margin: 2rem 0;
}

.next-steps {
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.next-steps li {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.next-steps ul {
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

.next-steps ul li {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.selected-course-info {
    background: #f0f7ff;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.course-selected {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a5490;
}

.thanks-note {
    background: #fff9e6;
    padding: 1.5rem;
    border-left: 4px solid #ffc107;
    margin: 2rem 0;
}

.thanks-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.testimonial-box {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
    border-left: 4px solid #1a5490;
}

/* Contact Page */
.contact-info-section {
    margin: 3rem 0;
}

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

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

.info-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 0.5rem;
}

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

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

.faq-item h3 {
    font-size: 1.2rem;
    color: #1a5490;
    margin-bottom: 0.5rem;
}

.contact-cta {
    background: #f0f7ff;
    padding: 2rem;
    border-radius: 4px;
    text-align: center;
    margin: 3rem 0;
}

/* About Page Specific */
.styled-list {
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.styled-list li {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.feature-highlight {
    background: #f0f7ff;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #1a5490;
    border-radius: 4px;
}

.feature-highlight h3 {
    font-size: 1.3rem;
    color: #1a5490;
    margin-bottom: 0.5rem;
}

.cta-box {
    background: #1a5490;
    color: #fff;
    padding: 2rem;
    border-radius: 4px;
    text-align: center;
    margin: 3rem 0;
}

.cta-box p {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #fff;
}

/* Services Page Specific */
.course-detail-card {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.course-detail-card.featured-card {
    border-color: #1a5490;
    background: #f0f7ff;
}

.price-display {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a5490;
    margin: 1rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.program-list {
    padding-left: 1rem;
    margin: 1.5rem 0;
}

.program-list li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.course-details {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.course-details p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.comparison-note {
    background: #fff9e6;
    padding: 2rem;
    border-radius: 4px;
    text-align: center;
    margin: 3rem 0;
}

.comparison-note h3 {
    font-size: 1.5rem;
    color: #1a5490;
    margin-bottom: 1rem;
}

/* Modal */
.enrollment-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.modal-content {
    position: relative;
    max-width: 600px;
    margin: 3rem auto;
    background: #fff;
    padding: 2.5rem;
    border-radius: 4px;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10001;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.modal-close:hover {
    color: #333;
}

/* Legal Pages */
.legal-page {
    line-height: 1.7;
}

.update-date {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

.legal-page section {
    margin-bottom: 2.5rem;
}

.legal-page h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a5490;
}

.legal-page h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #333;
}

.legal-page ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.legal-page ul li {
    margin-bottom: 0.5rem;
}

.legal-subsection {
    margin: 1.5rem 0;
    padding-left: 1rem;
}

.cookie-type {
    background: #f9f9f9;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-left: 4px solid #1a5490;
    border-radius: 4px;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookies-table thead {
    background: #f0f0f0;
}

.cookies-table th,
.cookies-table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #ddd;
}

.cookies-table th {
    font-weight: 600;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 1rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

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

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

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

    .content-narrow h2 {
        font-size: 1.6rem;
    }

    .content-narrow p {
        font-size: 1.05rem;
    }

    .emphasis-text {
        font-size: 1.2rem;
    }

    .course-option,
    .course-detail-card {
        padding: 1.5rem;
    }

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

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

    .cookie-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .sticky-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

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

    .modal-content {
        margin: 1rem;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-content-narrow h1 {
        font-size: 1.5rem;
    }

    .nav-links {
        display: none;
    }

    .course-price,
    .price-display {
        font-size: 1.8rem;
    }
}