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

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

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

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

.logo {
    font-size: 1.4rem;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.ad-notice {
    font-size: 0.75rem;
    color: #888;
    border: 1px solid #ddd;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
    background-color: #f5f5f5;
}

.editorial-content {
    max-width: 100%;
    background-color: #ffffff;
}

.hero-editorial {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    background-color: #2c2c2c;
}

.hero-editorial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 720px;
    padding: 2rem;
    text-align: center;
}

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

.hero-intro {
    font-size: 1.2rem;
    color: #f0f0f0;
    line-height: 1.6;
}

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

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

.content-narrow h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
    line-height: 1.3;
    color: #1a1a1a;
}

.content-narrow h3 {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.content-narrow h4 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.content-narrow p {
    margin-bottom: 1.4rem;
    font-size: 1.05rem;
    color: #3a3a3a;
}

.content-narrow ul {
    margin-bottom: 1.4rem;
    margin-left: 1.5rem;
}

.content-narrow li {
    margin-bottom: 0.6rem;
    font-size: 1.05rem;
    color: #3a3a3a;
}

.inline-image-container {
    margin: 3rem 0;
    background-color: #f5f5f5;
}

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

.image-caption {
    padding: 1rem 1.5rem;
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    text-align: center;
    background-color: #f5f5f5;
}

.story-block {
    background-color: #f9f9f9;
    padding: 3rem 0;
    margin: 3rem 0;
}

.story-block img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    object-fit: cover;
    background-color: #e0e0e0;
}

.editorial-quote {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
    color: #2c2c2c;
    border-left: 4px solid #4a4a4a;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
}

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

.btn-editorial {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-editorial:hover {
    background-color: #1a1a1a;
}

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

.insight-section img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    object-fit: cover;
    background-color: #e0e0e0;
}

.research-highlight {
    background-color: #f0f4f7;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 3px solid #5a7a8f;
}

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

.citation {
    color: #2c5f7a;
    text-decoration: none;
    font-weight: 600;
}

.citation:hover {
    text-decoration: underline;
}

.trust-block {
    background-color: #ffffff;
    padding: 3rem 0;
}

.trust-block img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    object-fit: cover;
    background-color: #e0e0e0;
}

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.8rem;
    background-color: #fafafa;
    border-left: 3px solid #d0d0d0;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2c2c2c;
    font-style: italic;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    text-align: right;
}

.programs-reveal {
    background-color: #f9f9f9;
    padding: 3rem 0;
}

.program-card {
    margin-bottom: 3rem;
    background-color: #ffffff;
    overflow: hidden;
}

.program-card img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background-color: #e0e0e0;
}

.program-info {
    padding: 2rem;
}

.program-info h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.program-info p {
    font-size: 1.05rem;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.program-features {
    list-style-type: none;
    margin: 1.5rem 0;
    padding: 0;
}

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

.program-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4a4a4a;
}

.program-price {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a1a1a;
    margin: 1.5rem 0;
}

.select-service {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1rem;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #1a1a1a;
}

.form-section {
    background-color: #ffffff;
    padding: 3rem 0;
}

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

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

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

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 0.9rem;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

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

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

.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    font-size: 1.1rem;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.closing-section {
    background-color: #f0f0f0;
    padding: 3rem 0;
}

.references-section {
    background-color: #fafafa;
    padding: 2.5rem 0;
}

.reference-list {
    margin-left: 1.5rem;
}

.reference-list li {
    margin-bottom: 1rem;
}

.reference-list a {
    color: #2c5f7a;
    text-decoration: none;
}

.reference-list a:hover {
    text-decoration: underline;
}

.disclaimer-section {
    background-color: #fff9e6;
    padding: 2rem 0;
}

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

.footer-editorial {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 2.5rem 2rem;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

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

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

.footer-email {
    font-size: 0.95rem;
    margin-bottom: 1rem;
    color: #b0b0b0;
}

.footer-copy {
    font-size: 0.85rem;
    color: #909090;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem 2rem;
    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;
    flex-wrap: wrap;
    gap: 1.5rem;
}

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

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.btn-cookie-accept {
    background-color: #4a7a5a;
    color: #ffffff;
}

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

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

.btn-cookie-reject:hover {
    opacity: 0.9;
}

.legal-page .content-narrow {
    padding: 3rem 2rem;
}

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

.updated-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 2rem;
}

.about-intro img,
.philosophy img,
.team-values img,
.story-behind img {
    width: 100%;
    height: auto;
    margin: 2rem 0;
    object-fit: cover;
    background-color: #e0e0e0;
}

.principle-block {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 3px solid #4a4a4a;
}

.cta-about,
.cta-services {
    text-align: center;
    margin-top: 3rem;
}

.services-intro {
    padding-bottom: 2rem;
}

.faq-section {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
}

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

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

.contact-intro {
    padding-bottom: 1rem;
}

.contact-details {
    padding-top: 1rem;
}

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

.contact-block h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.contact-note {
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

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

.thanks-details {
    background-color: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    text-align: left;
}

.thanks-details ul {
    margin-left: 1.5rem;
}

.thanks-note {
    font-style: italic;
    color: #666;
}

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

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

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

    .hero-intro {
        font-size: 1rem;
    }

    .content-narrow {
        padding: 2rem 1.5rem;
    }

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

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

    .editorial-quote {
        font-size: 1.1rem;
    }

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

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

    .btn-cookie-accept,
    .btn-cookie-reject {
        width: 100%;
    }
}
