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

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

.ad-notice {
    background-color: #f4f1ed;
    color: #666;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0ddd8;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e8e5e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #2c2c2c;
}

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

.hero-editorial {
    margin-bottom: 80px;
}

.hero-content-narrow {
    margin-bottom: 48px;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.25;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.hero-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 28px;
}

.hero-image-inline {
    margin: 48px 0;
}

.hero-image-inline img,
.inline-image-left img,
.inline-image-right img,
.inline-image-center img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #f0ede8;
}

.story-section,
.problem-section,
.insight-section,
.trust-section,
.testimonials-inline,
.reveal-section,
.final-cta,
.about-hero,
.values-section,
.impact-section,
.team-section,
.final-about,
.services-hero,
.services-intro,
.services-faq,
.contact-hero,
.contact-info-section,
.contact-additional,
.contact-cta,
.thanks-hero,
.thanks-testimonial {
    margin-bottom: 72px;
}

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

.narrow-text h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.narrow-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.narrow-text ul,
.narrow-text ol {
    margin-bottom: 24px;
    margin-left: 32px;
}

.narrow-text li {
    margin-bottom: 12px;
}

.inline-image-left {
    float: left;
    width: 48%;
    margin: 12px 32px 24px 0;
}

.inline-image-right {
    float: right;
    width: 48%;
    margin: 12px 0 24px 32px;
}

.inline-image-center {
    margin: 48px 0;
}

figcaption {
    font-size: 15px;
    color: #777;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}

.problem-list {
    list-style: none;
    margin-left: 0;
    padding-left: 24px;
}

.problem-list li {
    position: relative;
    margin-bottom: 18px;
    font-style: italic;
    color: #555;
}

.problem-list li:before {
    content: '"';
    position: absolute;
    left: -24px;
    font-size: 28px;
    color: #ccc;
}

.insight-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.insight-card {
    padding: 28px;
    background-color: #f9f7f4;
    border-left: 4px solid #9b8b7e;
}

.insight-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.insight-card p {
    margin-bottom: 0;
    font-size: 17px;
}

.testimonial {
    padding: 32px;
    background-color: #f4f1ed;
    border-left: 5px solid #b5a394;
    margin: 40px 0;
}

.testimonial p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 16px;
}

.testimonial cite {
    display: block;
    font-size: 16px;
    font-style: normal;
    color: #777;
    margin-top: 12px;
}

.programs-list {
    margin-top: 48px;
}

.program-item {
    margin-bottom: 64px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e8e5e0;
}

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

.program-item img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    background-color: #f0ede8;
}

.program-content h3 {
    font-size: 28px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.program-content p {
    margin-bottom: 16px;
}

.program-detail {
    font-size: 15px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.program-price {
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 16px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cta-select,
.cta-service,
.submit-btn {
    display: inline-block;
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
    margin-top: 16px;
    transition: background-color 0.3s ease;
}

.cta-select:hover,
.cta-service:hover,
.submit-btn:hover {
    background-color: #1a1a1a;
}

.form-section {
    margin-top: 64px;
    padding-top: 48px;
    border-top: 2px solid #e8e5e0;
}

.registration-form {
    max-width: 560px;
    margin: 40px auto 0;
}

.form-selected-service {
    padding: 20px;
    background-color: #f9f7f4;
    margin-bottom: 32px;
    font-size: 17px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #d0ccc7;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #9b8b7e;
}

.values-grid {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 40px;
}

.value-item {
    padding: 24px 0;
    border-bottom: 1px solid #e8e5e0;
}

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

.value-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.value-item p {
    font-size: 17px;
    color: #555;
}

.programs-detailed {
    margin-top: 48px;
}

.program-detail {
    margin-bottom: 72px;
}

.program-image {
    margin-bottom: 32px;
}

.program-image img {
    width: 100%;
    height: auto;
    background-color: #f0ede8;
}

.program-info h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.program-price-large {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.program-info h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.program-info ul {
    margin-left: 24px;
    margin-bottom: 20px;
}

.program-info li {
    margin-bottom: 10px;
}

.benefits-list {
    margin-left: 24px;
}

.faq-item {
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid #e8e5e0;
}

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.faq-item p {
    font-size: 17px;
    color: #555;
}

.contact-grid {
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin-top: 40px;
}

.contact-item {
    margin-bottom: 32px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-item p {
    font-size: 17px;
    color: #555;
    margin-bottom: 8px;
}

.email-display {
    font-weight: 600;
    color: #2c2c2c;
}

.contact-note {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.map-placeholder {
    padding: 80px 40px;
    background-color: #f4f1ed;
    text-align: center;
    margin-top: 20px;
}

.map-placeholder p {
    font-size: 18px;
    color: #666;
}

.map-note {
    font-size: 15px;
    color: #888;
    margin-top: 12px;
}

.locations-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}

.location-item {
    padding: 24px;
    background-color: #f9f7f4;
}

.location-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.location-item p {
    font-size: 16px;
    color: #555;
    margin-bottom: 8px;
}

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

.thanks-message {
    text-align: left;
    margin-top: 40px;
}

.service-confirmed {
    padding: 20px;
    background-color: #e8f4e8;
    margin: 32px 0;
    font-size: 18px;
    font-weight: 600;
    color: #2c5e2c;
}

.next-steps {
    margin-left: 28px;
    margin-top: 24px;
}

.next-steps li {
    margin-bottom: 20px;
}

.thanks-note {
    padding: 20px;
    background-color: #fff9e6;
    margin: 32px 0;
    border-left: 4px solid #e6c84f;
}

.thanks-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
    justify-content: center;
}

.btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    background-color: #f4f1ed;
    color: #2c2c2c;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #d0ccc7;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #e8e5e0;
}

.testimonial-large {
    padding: 40px;
    background-color: #f4f1ed;
    border-left: 6px solid #b5a394;
}

.testimonial-large p {
    font-size: 22px;
    font-style: italic;
    line-height: 1.7;
    color: #2c2c2c;
}

.testimonial-large cite {
    display: block;
    font-size: 17px;
    font-style: normal;
    color: #777;
    margin-top: 16px;
}

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

.legal-date {
    font-size: 15px;
    color: #777;
    margin-bottom: 32px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.legal-section p {
    margin-bottom: 16px;
}

.legal-section ul {
    margin-left: 28px;
    margin-bottom: 20px;
}

.legal-section li {
    margin-bottom: 10px;
}

.url-display {
    color: #555;
}

.main-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 56px 24px 40px;
    margin-top: 80px;
}

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

.footer-disclaimer {
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #444;
}

.footer-disclaimer p {
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
}

.footer-disclaimer strong {
    color: #ddd;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

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

.footer-info {
    text-align: center;
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 24px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

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

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

.cookie-btn {
    padding: 10px 24px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #4a4a4a;
    color: #fff;
}

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

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

.cookie-btn.reject:hover {
    background-color: #3a3a3a;
}

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

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

    .editorial-container {
        padding: 40px 20px;
    }

    .hero-editorial h1 {
        font-size: 32px;
    }

    .hero-lead {
        font-size: 19px;
    }

    .narrow-text h2 {
        font-size: 26px;
    }

    .inline-image-left,
    .inline-image-right {
        float: none;
        width: 100%;
        margin: 24px 0;
    }

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

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

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

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