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

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

.editorial-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    color: #2c3e50;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: #3498db;
}

.ad-disclosure {
    font-size: 0.8rem;
    color: #7f8c8d;
    padding: 0.3rem 0.7rem;
    background-color: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.editorial-content {
    background-color: #ffffff;
}

.hero-editorial {
    padding: 4rem 2rem 3rem;
    max-width: 900px;
    margin: 0 auto;
}

.hero-text-narrow {
    margin-bottom: 2.5rem;
}

.hero-text-narrow h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
}

.hero-image {
    margin: 2rem 0;
    border-radius: 6px;
    overflow: hidden;
}

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

.story-section {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.narrow-column {
    max-width: 700px;
    margin: 0 auto;
}

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

.narrow-column h2 {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-top: 3rem;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-column h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.inline-image {
    margin: 2.5rem 0;
    border-radius: 6px;
    overflow: hidden;
}

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

.inline-image figcaption {
    margin-top: 0.7rem;
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    text-align: center;
}

.inline-cta {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-left: 4px solid #3498db;
}

.cta-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: color 0.2s;
}

.cta-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

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

.editorial-list li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

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

.testimonial-inline blockquote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2c3e50;
}

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

.insight-box {
    margin: 2.5rem 0;
    padding: 1.8rem;
    background-color: #ecf7fd;
    border-radius: 6px;
    border: 1px solid #d4e9f7;
}

.insight-box h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #2980b9;
}

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

.services-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 2rem;
    transition: box-shadow 0.3s;
}

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

.service-card img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1.2rem;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    margin-top: 0;
}

.service-card p {
    margin-bottom: 1rem;
    color: #555;
    line-height: 1.7;
}

.service-details {
    margin: 1.2rem 0;
    padding-left: 1.5rem;
}

.service-details li {
    margin-bottom: 0.5rem;
    color: #555;
    font-size: 0.95rem;
}

.duration {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 1.2rem;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #e8e8e8;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
}

.select-service {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 0.9rem 1.8rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.select-service:hover {
    background-color: #2980b9;
}

.enrollment-section {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    text-align: center;
}

.enrollment-section h3 {
    margin-top: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.enrollment-form-section {
    padding: 3rem 2rem;
    background-color: #f8f9fa;
    margin-top: 3rem;
}

.selected-course-display {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    color: #2c3e50;
}

.enrollment-form {
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.submit-btn {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    width: 100%;
    margin-top: 1rem;
}

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

.page-header {
    padding: 4rem 2rem 2rem;
    background-color: #f8f9fa;
}

.policy-date {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 0.5rem;
}

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

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

.contact-info-block {
    margin: 2rem 0;
}

.contact-detail {
    margin-bottom: 2.5rem;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 6px;
}

.contact-detail h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #2c3e50;
}

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

.detail-note {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-top: 0.8rem;
}

.thanks-page {
    padding: 4rem 2rem;
    text-align: center;
}

.thanks-page h1 {
    color: #27ae60;
    margin-bottom: 1rem;
}

.confirmation-details {
    margin: 2.5rem 0;
    text-align: left;
}

.confirmation-list {
    margin: 1.5rem 0 1.5rem 2rem;
}

.confirmation-list li {
    margin-bottom: 0.7rem;
}

.next-steps {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    text-align: left;
}

.next-steps h2 {
    margin-top: 0;
}

.support-info {
    margin: 3rem 0;
    text-align: left;
}

.return-nav {
    margin-top: 3rem;
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.return-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.return-link:hover {
    color: #2980b9;
    text-decoration: underline;
}

.editorial-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

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

.footer-main {
    margin-bottom: 2rem;
}

.footer-main p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

.disclaimer {
    font-size: 0.85rem;
    color: #bdc3c7;
    line-height: 1.6;
    margin-top: 1.5rem;
}

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

.footer-links a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

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

.footer-legal {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #34495e;
    font-size: 0.85rem;
    color: #bdc3c7;
}

.footer-legal p {
    margin-bottom: 0.5rem;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #7f8c8d;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #6c7a7d;
}

.cookie-link {
    color: #3498db;
    text-decoration: none;
    font-size: 0.9rem;
}

.cookie-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

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

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

    .narrow-column h2 {
        font-size: 1.5rem;
    }

    .service-meta {
        flex-direction: column;
        gap: 1rem;
        align-items: stretch;
    }

    .select-service {
        width: 100%;
    }

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

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

    .cookie-btn {
        width: 100%;
    }

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

    .return-nav {
        flex-direction: column;
    }
}