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

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

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    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;
    flex-wrap: wrap;
}

.brand-link {
    font-family: 'Arial', sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.ad-label {
    font-family: 'Arial', sans-serif;
    font-size: 0.75rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.3rem 0.8rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

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

.nav-links a {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.main-content {
    max-width: 100%;
    margin: 0 auto;
}

.hero-editorial {
    background-color: #ffffff;
    padding: 4rem 2rem;
}

.hero-narrow {
    max-width: 680px;
    margin: 0 auto 3rem;
    text-align: center;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 600;
}

.hero-lead {
    font-size: 1.25rem;
    color: #444;
    line-height: 1.7;
    margin-bottom: 0;
}

.hero-image {
    max-width: 900px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

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

.content-block {
    background-color: #ffffff;
    padding: 3.5rem 2rem;
}

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

.narrow-text h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 2rem;
}

.narrow-text h2:first-child {
    margin-top: 0;
}

.narrow-text h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    margin-top: 2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-text p {
    margin-bottom: 1.5rem;
}

.narrow-text ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.narrow-text li {
    margin-bottom: 0.8rem;
}

.visual-break {
    max-width: 800px;
    margin: 3rem auto;
    padding: 0 2rem;
    background-color: #f0f0f0;
}

.visual-break img {
    width: 100%;
    height: auto;
    display: block;
}

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

.inline-cta p {
    margin-bottom: 0;
    font-size: 1.15rem;
}

.insight-block {
    background-color: #fafafa;
    padding: 3.5rem 2rem;
}

.insight-image {
    max-width: 800px;
    margin: 2.5rem auto 0;
    background-color: #e8e8e8;
}

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

.testimonial-inline {
    background-color: #f5f5f5;
    padding: 3rem 2rem;
}

.testimonial-inline blockquote {
    max-width: 680px;
    margin: 0 auto;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
}

.testimonial-inline cite {
    display: block;
    margin-top: 1.5rem;
    font-style: normal;
    font-size: 0.95rem;
    color: #666;
}

.trust-block {
    background-color: #ffffff;
    padding: 3.5rem 2rem;
}

.stats-inline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem;
    background-color: #f8f8f8;
    border-left: 3px solid #0066cc;
}

.stat-number {
    font-family: 'Arial', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0066cc;
    display: block;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #555;
    display: block;
}

.programs-reveal {
    background-color: #fafafa;
    padding: 4rem 2rem;
}

.programs-grid {
    max-width: 900px;
    margin: 3rem auto 0;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.program-card {
    background-color: #ffffff;
    padding: 2.5rem;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.3s ease;
}

.program-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.program-card h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.program-card p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.program-features {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.program-features li {
    padding-left: 1.5rem;
    margin-bottom: 0.7rem;
    position: relative;
}

.program-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #0066cc;
    font-weight: bold;
}

.program-price {
    margin: 2rem 0 1.5rem;
    padding: 1.5rem;
    background-color: #f8f8f8;
    text-align: center;
}

.price-amount {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #0066cc;
}

.btn-select-program {
    width: 100%;
    padding: 1rem 2rem;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section {
    background-color: #ffffff;
    padding: 4rem 2rem;
    border-top: 2px solid #e0e0e0;
}

.contact-form {
    max-width: 600px;
    margin: 2rem auto 0;
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.form-row label {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #333;
    font-weight: 600;
}

.form-row input,
.form-row select {
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    font-family: 'Arial', sans-serif;
}

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

.program-selected {
    background-color: #e6f2ff;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-left: 3px solid #0066cc;
    font-family: 'Arial', sans-serif;
}

.btn-submit {
    width: 100%;
    padding: 1.2rem 2rem;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-block {
    background-color: #f5f5f5;
    padding: 2.5rem 2rem;
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #666;
}

.footer {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 3rem 2rem 1.5rem;
}

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

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

.footer-section h4 {
    font-family: 'Arial', sans-serif;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p {
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

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

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

.footer-section a {
    color: #cccccc;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-family: 'Arial', sans-serif;
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem 2rem;
    z-index: 2000;
    display: none;
}

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

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

.cookie-content p {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    margin: 0;
    flex: 1;
    line-height: 1.5;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

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

.btn-accept:hover {
    opacity: 0.9;
}

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

.btn-reject:hover {
    opacity: 0.8;
}

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

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.header-lead {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.7;
}

.cta-block {
    background-color: #e6f2ff;
    padding: 3rem 2rem;
    text-align: center;
}

.cta-block p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

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

.programs-detailed {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.program-detail-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 0;
    overflow: hidden;
}

.program-header {
    padding: 2rem;
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

.program-header h2 {
    font-family: 'Arial', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.program-meta {
    display: flex;
    gap: 1.5rem;
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    color: #666;
}

.program-meta span {
    padding: 0.4rem 0.9rem;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.program-body {
    padding: 2rem;
}

.program-body img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
    background-color: #e8e8e8;
}

.program-body h3 {
    font-family: 'Arial', sans-serif;
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.program-body ul {
    margin-bottom: 1.5rem;
}

.program-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f8f8;
}

.price-label {
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    color: #555;
}

.price-value {
    font-family: 'Arial', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    color: #0066cc;
}

.contact-info-section {
    padding: 3rem 2rem;
    background-color: #fafafa;
}

.contact-grid {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.contact-method {
    background-color: #ffffff;
    padding: 2rem;
    border-left: 4px solid #0066cc;
}

.contact-method h2 {
    font-family: 'Arial', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-method p {
    font-family: 'Arial', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.contact-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

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

.faq-item:last-child {
    border-bottom: none;
}

.thanks-page {
    background-color: #ffffff;
}

.thanks-content {
    padding: 4rem 2rem;
}

.thanks-lead {
    font-size: 1.3rem;
    color: #555;
    margin-bottom: 2.5rem;
}

.thanks-message h2 {
    font-size: 1.6rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

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

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

.thanks-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    background-color: transparent;
    color: #0066cc;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    border: 2px solid #0066cc;
    transition: all 0.3s ease;
}

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

.contact-reminder {
    background-color: #f8f8f8;
    padding: 2rem;
    margin-top: 3rem;
    border-left: 4px solid #0066cc;
}

.program-confirmation {
    font-family: 'Arial', sans-serif;
    background-color: #e6f2ff;
    padding: 1.2rem;
    margin: 2rem 0;
    border-left: 3px solid #0066cc;
}

.legal-page {
    background-color: #ffffff;
    padding: 2rem;
}

.legal-intro {
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 2rem;
    }

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

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

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

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

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

    .stat-number {
        font-size: 2rem;
    }

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

    .btn-secondary {
        text-align: center;
    }
}