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

:root {
    --primary-color: #2c3e50;
    --secondary-color: #e74c3c;
    --accent-color: #3498db;
    --text-dark: #2c3e50;
    --text-light: #7f8c8d;
    --bg-light: #ecf0f1;
    --bg-white: #ffffff;
    --border-color: #bdc3c7;
    --success-color: #27ae60;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: var(--text-dark);
    background-color: var(--bg-white);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 5%;
    background-color: var(--bg-white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

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

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: var(--accent-color);
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--primary-color);
}

.main-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 5%;
}

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

.hero-kicker {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--secondary-color);
    margin-bottom: 1rem;
    font-weight: 600;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-weight: 700;
}

.hero-intro {
    font-size: 1.25rem;
    color: var(--text-light);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.hero-image, .section-image, .full-width-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
}

h2 {
    font-size: 1.9rem;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
    font-weight: 700;
}

h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--text-dark);
    font-weight: 600;
}

.story-section p, .insight-block p, .transformation-story p,
.trust-builder p, .problem-amplification p, .benefits-reveal p {
    margin-bottom: 1.2rem;
    font-size: 1.1rem;
    line-height: 1.8;
}

.opener {
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 1.5rem;
}

.inline-cta {
    text-align: center;
    margin: 3rem 0;
}

.cta-link, .cta-link-secondary {
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    color: var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    padding-bottom: 3px;
    transition: all 0.3s;
}

.cta-link:hover, .cta-link-secondary:hover {
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.cta-link-secondary {
    color: var(--text-light);
    border-color: var(--text-light);
    font-size: 1rem;
}

.highlight-box {
    background-color: var(--bg-light);
    padding: 1.8rem;
    border-left: 4px solid var(--secondary-color);
    margin: 2rem 0;
    border-radius: 4px;
}

.highlight-box p {
    margin-bottom: 0;
}

.method-points {
    margin-top: 2rem;
}

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

.method-item h3 {
    margin-top: 0;
    color: var(--primary-color);
}

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

.testimonial-inline blockquote {
    font-size: 1.2rem;
    font-style: italic;
    color: var(--text-dark);
    line-height: 1.7;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1rem;
    font-size: 1rem;
    font-style: normal;
    color: var(--text-light);
}

.spacer-visual {
    margin: 4rem 0;
}

.benefits-list {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.benefits-list li {
    padding-left: 2rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.7;
}

.benefits-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--success-color);
    font-weight: bold;
    font-size: 1.3rem;
}

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

.testimonial-card {
    background-color: var(--bg-white);
    padding: 1.5rem;
    border: 1px solid var(--border-color);
    border-radius: 8px;
}

.testimonial-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 0.8rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: var(--text-light);
    font-style: italic;
}

.courses-section {
    margin: 3rem 0;
}

.courses-intro {
    font-size: 1.15rem;
    color: var(--text-light);
    margin-bottom: 2.5rem;
}

.course-block {
    background-color: var(--bg-white);
    padding: 2rem;
    margin-bottom: 2.5rem;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    position: relative;
}

.course-block h3 {
    margin-top: 0;
    color: var(--primary-color);
    font-size: 1.6rem;
}

.course-details {
    display: flex;
    gap: 2rem;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    color: var(--text-light);
}

.course-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 1.5rem 0;
}

.select-course-btn {
    background-color: var(--accent-color);
    color: var(--bg-white);
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
}

.select-course-btn:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);
}

.urgency-section {
    background-color: #fff5f5;
    padding: 2rem;
    border-left: 4px solid var(--secondary-color);
    margin: 3rem 0;
    border-radius: 4px;
}

.cta-block-main {
    text-align: center;
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 3rem 2rem;
    margin: 4rem 0;
    border-radius: 8px;
}

.cta-block-main h2 {
    color: var(--bg-white);
    margin-top: 0;
}

.cta-block-main p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.cta-button-large, .cta-button {
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--bg-white);
    padding: 1rem 2.5rem;
    font-size: 1.15rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s;
}

.cta-button-large:hover, .cta-button:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.form-section {
    background-color: var(--bg-light);
    padding: 2.5rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.registration-form {
    margin-top: 2rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
}

.form-hint {
    font-size: 0.9rem;
    color: var(--text-light);
    margin-top: 0.3rem;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin-top: 0.3rem;
}

.checkbox-group label {
    margin-bottom: 0;
    font-weight: 400;
}

.submit-btn {
    background-color: var(--success-color);
    color: var(--bg-white);
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    background-color: #229954;
    transform: translateY(-2px);
}

.final-reassurance {
    margin: 3rem 0;
}

.steps-list {
    margin-top: 2rem;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    color: var(--bg-white);
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

.step-item p {
    margin: 0;
    padding-top: 0.5rem;
}

.final-cta {
    text-align: center;
    margin: 4rem 0;
}

.final-message {
    font-size: 1.25rem;
    color: var(--text-dark);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.footer {
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 3rem 5%;
    margin-top: 5rem;
}

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

.footer-brand h3 {
    color: var(--bg-white);
    margin-top: 0;
}

.footer-brand p {
    color: rgba(255,255,255,0.8);
}

.footer-links {
    display: flex;
    gap: 4rem;
}

.footer-column h4 {
    color: var(--bg-white);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-column a {
    display: block;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

.footer-column a:hover {
    color: var(--bg-white);
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    color: rgba(255,255,255,0.7);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 1.5rem 5%;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
}

.cookie-content a {
    color: var(--bg-white);
    text-decoration: underline;
}

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

.btn-accept, .btn-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-accept {
    background-color: var(--success-color);
    color: var(--bg-white);
}

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

.btn-reject {
    background-color: transparent;
    color: var(--bg-white);
    border: 2px solid var(--bg-white);
}

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

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

.sticky-cta-btn {
    display: block;
    background-color: var(--secondary-color);
    color: var(--bg-white);
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: all 0.3s;
}

.sticky-cta-btn:hover {
    background-color: #c0392b;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.page-header {
    margin-bottom: 3rem;
}

.header-intro {
    font-size: 1.2rem;
    color: var(--text-light);
    line-height: 1.7;
}

.thanks-page {
    text-align: center;
}

.thanks-container {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    background-color: var(--success-color);
    color: var(--bg-white);
    font-size: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
}

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

.course-selected {
    font-weight: 600;
    color: var(--accent-color);
    font-size: 1.1rem;
    margin-top: 1rem;
}

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

.timeline-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.timeline-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    color: var(--bg-white);
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}

.timeline-content h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.thanks-cta {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.legal-page {
    max-width: 900px;
}

.legal-updated {
    color: var(--text-light);
    font-style: italic;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section ul {
    margin-left: 2rem;
    margin-top: 1rem;
}

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

.contact-info-section {
    margin: 3rem 0;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-method h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

.contact-value {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent-color);
    margin: 1rem 0;
}

.contact-value a {
    color: var(--accent-color);
    text-decoration: none;
}

.contact-value a:hover {
    text-decoration: underline;
}

.contact-note {
    font-size: 0.95rem;
    color: var(--text-light);
    font-style: italic;
}

.hours-list {
    line-height: 1.8;
}

.faq-preview, .faq-section {
    margin: 3rem 0;
}

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

.faq-item h3 {
    margin-top: 0;
    color: var(--primary-color);
}

.contact-cta {
    text-align: center;
    background-color: var(--bg-light);
    padding: 3rem 2rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.courses-overview {
    margin: 2rem 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.course-meta {
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
    flex-wrap: wrap;
}

.meta-item {
    color: var(--text-light);
    font-size: 0.95rem;
}

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

.course-includes h3 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.course-includes ul {
    margin-left: 1.5rem;
}

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

.course-pricing {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0;
}

.price-label {
    font-weight: 600;
    color: var(--text-dark);
}

.price-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--secondary-color);
}

.price-strike {
    font-size: 1.2rem;
    text-decoration: line-through;
    color: var(--text-light);
}

.price-save {
    color: var(--success-color);
    font-weight: 600;
}

.price-note {
    font-size: 0.95rem;
    color: var(--success-color);
    font-weight: 600;
}

.highlight-course {
    border: 3px solid var(--accent-color);
    position: relative;
}

.course-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: var(--accent-color);
    color: var(--bg-white);
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

.how-it-works {
    margin: 4rem 0;
    background-color: var(--bg-light);
    padding: 2.5rem;
    border-radius: 8px;
}

.process-steps {
    margin-top: 2rem;
}

.process-step {
    margin-bottom: 2rem;
}

.process-step h3 {
    margin-top: 0;
    color: var(--primary-color);
}

.philosophy-section, .team-section, .approach-section, .mission-section {
    margin: 3rem 0;
}

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

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

.cookie-table th,
.cookie-table td {
    padding: 0.8rem;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
}

.cookie-table th {
    background-color: var(--bg-light);
    font-weight: 600;
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background-color: var(--bg-white);
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-toggle {
        display: block;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .main-content {
        padding: 2rem 5%;
    }

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

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

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

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

    .course-details, .course-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .course-pricing {
        flex-wrap: wrap;
    }

    .cookie-table {
        font-size: 0.9rem;
    }
}