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

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

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

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e8e6e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.editorial-content {
    max-width: 1400px;
    margin: 0 auto;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 30px 80px;
}

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

.hero-image-container {
    width: 100%;
    margin-bottom: 40px;
    background-color: #e8e6e0;
}

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

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

.hero-text-narrow h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 30px;
    font-weight: 300;
}

.story-section {
    margin-top: 40px;
}

.drop-cap::first-letter {
    font-size: 68px;
    line-height: 1;
    float: left;
    margin: 5px 10px 0 0;
    color: #1a1a1a;
}

.narrow-column p {
    font-size: 19px;
    margin-bottom: 28px;
    color: #2c2c2c;
}

.narrow-column h2 {
    font-size: 32px;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.narrow-column h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.narrow-column h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.inline-cta-text {
    margin: 35px 0;
    padding: 20px;
    background-color: #f9f8f4;
    border-left: 4px solid #6b8e7f;
}

.text-link {
    font-size: 19px;
    color: #3d6856;
    text-decoration: none;
    border-bottom: 2px solid #6b8e7f;
    padding-bottom: 2px;
    transition: color 0.2s;
}

.text-link:hover {
    color: #2a4a3a;
}

.inline-image {
    margin: 45px 0;
    background-color: #e8e6e0;
}

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

.testimonial-inline {
    margin: 40px 0;
    padding: 30px 35px;
    background-color: #f4f1ea;
    border-left: 3px solid #c8bfa8;
    font-size: 20px;
    font-style: italic;
    color: #3a3a3a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    color: #6a6a6a;
}

.services-cards-inline {
    margin: 50px 0;
}

.service-card-editorial {
    margin-bottom: 55px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e0ddd3;
}

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

.service-card-editorial h3,
.service-card-editorial h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 20px;
    color: #1a1a1a;
}

.service-card-editorial p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.price-tag {
    font-size: 24px;
    font-weight: 600;
    color: #3d6856;
    margin: 25px 0 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-select-service {
    background-color: #6b8e7f;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.btn-select-service:hover {
    background-color: #527063;
}

.form-section-editorial {
    margin: 60px 0;
    padding: 45px 35px;
    background-color: #f9f8f4;
    border: 1px solid #e0ddd3;
}

.form-section-editorial h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 30px;
}

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

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

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

.form-group textarea {
    resize: vertical;
    font-family: inherit;
}

.btn-submit-editorial {
    background-color: #3d6856;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    cursor: pointer;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.btn-submit-editorial:hover {
    background-color: #2a4a3a;
}

.cta-section-bottom {
    margin: 60px 0;
    padding: 50px 40px;
    background-color: #3d6856;
    color: #fff;
    text-align: center;
}

.cta-section-bottom h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 18px;
    color: #fff;
}

.cta-section-bottom p {
    font-size: 19px;
    margin-bottom: 30px;
    color: #e8e6e0;
}

.btn-cta-bottom {
    display: inline-block;
    background-color: #fff;
    color: #3d6856;
    padding: 15px 35px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.btn-cta-bottom:hover {
    background-color: #f4f1ea;
}

.disclaimer-section {
    margin: 55px 0;
    padding: 30px;
    background-color: #fef9f3;
    border: 1px solid #e8ddc8;
}

.disclaimer-section h4 {
    margin-top: 0;
}

.disclaimer-section p {
    font-size: 16px;
    color: #5a5a5a;
}

.references-section {
    margin: 50px 0;
    padding: 35px;
    background-color: #f4f1ea;
    border-top: 3px solid #c8bfa8;
}

.references-section h4 {
    margin-top: 0;
    font-size: 22px;
}

.references-section ol {
    margin-left: 20px;
    font-size: 16px;
}

.references-section li {
    margin-bottom: 12px;
    color: #4a4a4a;
}

.references-section a {
    color: #3d6856;
    text-decoration: none;
    border-bottom: 1px solid #6b8e7f;
}

.references-section a:hover {
    color: #2a4a3a;
}

.main-footer {
    background-color: #2c2c2c;
    color: #c0c0c0;
    padding: 50px 30px 30px;
}

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

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

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 18px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-column li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #c0c0c0;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 30px;
    z-index: 1000;
    border-top: 2px solid #6b8e7f;
    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: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.btn-cookie-accept {
    background-color: #6b8e7f;
    color: #fff;
}

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

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

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

.contact-info-section {
    margin: 45px 0;
    padding: 35px;
    background-color: #f9f8f4;
    border-left: 4px solid #6b8e7f;
}

.contact-info-section h2 {
    margin-top: 30px;
    font-size: 24px;
}

.contact-info-section h2:first-child {
    margin-top: 0;
}

.contact-info-section p {
    font-size: 18px;
    color: #3a3a3a;
}

.note-text {
    font-size: 16px;
    color: #6a6a6a;
    font-style: italic;
}

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

.thanks-icon {
    font-size: 80px;
    color: #6b8e7f;
    margin-bottom: 30px;
}

.thanks-info-box {
    margin: 45px 0;
    padding: 35px;
    background-color: #f9f8f4;
    border: 1px solid #e0ddd3;
    text-align: left;
}

.service-selected-info {
    font-size: 18px;
    color: #3d6856;
    font-weight: 600;
    margin-top: 20px;
}

.thanks-actions {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-secondary-link {
    display: inline-block;
    background-color: transparent;
    color: #3d6856;
    padding: 15px 35px;
    font-size: 17px;
    text-decoration: none;
    border: 2px solid #6b8e7f;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.2s;
}

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

.legal-page h2 {
    margin-top: 45px;
}

.legal-page h3 {
    margin-top: 30px;
}

.legal-page ul,
.legal-page ol {
    margin-left: 30px;
    margin-bottom: 25px;
}

.legal-page li {
    margin-bottom: 10px;
    font-size: 18px;
}

.last-updated {
    font-size: 16px;
    color: #888;
    font-style: italic;
    margin-bottom: 35px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .nav-links {
        flex-direction: column;
        gap: 15px;
    }

    .narrow-column {
        padding: 40px 20px;
    }

    .hero-text-narrow {
        padding: 0 20px;
    }

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

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

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

    .narrow-column p {
        font-size: 17px;
    }

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

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

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

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