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

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

.ad-disclosure {
    background: #f0f0f0;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.header-editorial {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

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

.brand-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1a1a1a;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #444;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2563eb;
}

.editorial-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
}

.story-content {
    background: transparent;
}

.hero-story {
    margin-bottom: 50px;
}

.hero-text-narrow {
    text-align: center;
    margin-bottom: 40px;
}

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

.subtitle {
    font-size: 1.3rem;
    color: #666;
    font-weight: 300;
    line-height: 1.5;
}

.hero-image-inline {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 4px;
}

.narrow-text {
    font-size: 1.1rem;
    line-height: 1.8;
}

.narrow-text p {
    margin-bottom: 24px;
}

.narrow-text h2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.narrow-text h3 {
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #2c2c2c;
    font-weight: 600;
}

.narrow-text h4 {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 35px 0;
    border-radius: 4px;
}

.intro-narrative,
.problem-section,
.insight-section,
.approach-section,
.trust-section,
.benefits-section,
.philosophy-section,
.team-section,
.impact-section,
.values-section,
.community-section,
.service-detail-section,
.enrolment-section,
.faq-section,
.contact-info-section,
.contact-details-section,
.visit-section,
.online-option-section,
.response-section,
.confirmation-section,
.next-steps-section,
.preparation-section,
.questions-section,
.additional-resources-section,
.final-thanks,
.legal-content {
    margin-bottom: 40px;
}

.cta-inline,
.cta-section-editorial,
.cta-about,
.cta-contact,
.final-cta {
    margin: 50px 0;
    padding: 30px 0;
}

.cta-link {
    display: inline-block;
    color: #2563eb;
    font-size: 1.15rem;
    text-decoration: none;
    border-bottom: 2px solid #2563eb;
    padding-bottom: 4px;
    transition: all 0.3s ease;
}

.cta-link:hover {
    color: #1d4ed8;
    border-bottom-color: #1d4ed8;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background: #f8f8f8;
    border-left: 4px solid #2563eb;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
}

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

blockquote {
    margin: 30px 0;
    padding: 25px;
    background: #f8f8f8;
    border-left: 4px solid #2563eb;
}

.services-preview {
    margin-top: 60px;
}

.service-card-editorial {
    margin: 40px 0;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.service-card-editorial h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 12px;
    line-height: 1.7;
}

.price,
.service-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #2563eb;
    margin-top: 20px;
}

.form-section-editorial {
    margin: 50px 0;
}

.enrollment-form {
    background: #fff;
    padding: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
}

.btn-submit {
    background: #2563eb;
    color: #fff;
    padding: 14px 35px;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-submit:hover {
    background: #1d4ed8;
}

.disclaimer-section {
    margin: 50px 0;
    padding: 25px;
    background: #fff9e6;
    border: 1px solid #f0e68c;
    border-radius: 4px;
}

.disclaimer {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.service-detail-card {
    margin: 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.service-detail-card:last-child {
    border-bottom: none;
}

.service-age {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    font-style: italic;
}

.faq-item {
    margin-bottom: 35px;
}

.contact-detail-block {
    margin: 35px 0;
    padding: 25px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.note {
    font-size: 0.95rem;
    color: #666;
    margin-top: 10px;
}

.step-block {
    margin: 30px 0;
}

.service-confirmation {
    margin: 25px 0;
    padding: 20px;
    background: #e8f4f8;
    border-radius: 4px;
    font-weight: 500;
}

.resource-links {
    list-style: none;
    margin-top: 20px;
}

.resource-links li {
    margin: 12px 0;
}

.resource-links a {
    color: #2563eb;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.resource-links a:hover {
    border-bottom-color: #2563eb;
}

.legal-content ul,
.legal-content ol {
    margin: 20px 0 20px 30px;
}

.legal-content li {
    margin: 10px 0;
}

.footer-editorial {
    background: #1a1a1a;
    color: #ccc;
    padding: 50px 20px 20px;
    margin-top: 80px;
}

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

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

.footer-section h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section h4 {
    font-size: 1rem;
    margin-bottom: 12px;
    color: #fff;
}

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

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

.footer-section ul li {
    margin: 8px 0;
}

.footer-section a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.footer-references ol {
    margin-left: 20px;
    font-size: 0.9rem;
}

.footer-references li {
    margin: 8px 0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 30px auto 0;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    font-size: 0.9rem;
}

.sticky-cta {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
}

.sticky-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #fff;
    padding: 20px;
    z-index: 10000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
}

.cookie-actions {
    display: flex;
    gap: 15px;
}

.btn-accept,
.btn-reject {
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.btn-accept {
    background: #2563eb;
    color: #fff;
}

.btn-accept:hover {
    background: #1d4ed8;
}

.btn-reject {
    background: #666;
    color: #fff;
}

.btn-reject:hover {
    background: #555;
}

@media (max-width: 768px) {
    .nav-editorial {
        flex-direction: column;
        padding: 15px 20px;
        gap: 15px;
    }

    .nav-links {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .editorial-container {
        padding: 30px 15px;
    }

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

    .subtitle {
        font-size: 1.1rem;
    }

    .narrow-text {
        font-size: 1rem;
    }

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

    .narrow-text h3 {
        font-size: 1.3rem;
    }

    .enrollment-form {
        padding: 25px;
    }

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

    .sticky-cta {
        bottom: 15px;
        right: 15px;
    }

    .sticky-btn {
        padding: 12px 22px;
        font-size: 0.9rem;
    }

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

    .cookie-actions {
        width: 100%;
        justify-content: center;
    }
}