* {
    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: #fefefe;
}

.ad-disclosure {
    background-color: #f8f4f0;
    padding: 8px 20px;
    text-align: center;
    border-bottom: 1px solid #e0d8d0;
}

.ad-disclosure span {
    font-size: 13px;
    color: #6b6b6b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

.nav-brand {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #1a3a1b;
}

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

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

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

.editorial-container {
    width: 100%;
}

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

.hero-image-wrapper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #e8e4df;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.hero-text-narrow h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 48px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #4a4a4a;
    font-style: italic;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 30px;
}

.content-narrow h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}

.content-narrow h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2c2c2c;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-narrow p {
    margin-bottom: 22px;
}

.inline-image {
    margin: 45px 0;
    width: 100%;
    background-color: #f5f2ed;
}

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

.visual-break {
    width: 100%;
    margin: 60px 0;
    background-color: #e8e4df;
}

.visual-break img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.service-cards-editorial {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card {
    background-color: #fafaf8;
    border: 1px solid #e5e1db;
    padding: 35px;
    transition: box-shadow 0.3s;
}

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

.service-card h3 {
    font-size: 24px;
    color: #1a3a1b;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-card p {
    margin-bottom: 15px;
}

.service-price {
    font-size: 28px;
    color: #2c5f2d;
    font-weight: 700;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-service {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-service:hover {
    background-color: #1f4520;
}

.btn-service-page {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin-top: 20px;
}

.btn-service-page:hover {
    background-color: #1f4520;
}

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.link-subtle {
    color: #2c5f2d;
    text-decoration: none;
    font-size: 19px;
    border-bottom: 1px solid #2c5f2d;
    transition: opacity 0.2s;
}

.link-subtle:hover {
    opacity: 0.7;
}

.testimonials-editorial {
    background-color: #f5f2ed;
    padding: 60px 0;
    margin: 60px 0;
}

.testimonial {
    margin: 40px 0;
    padding: 30px;
    border-left: 4px solid #2c5f2d;
    background-color: #fefefe;
}

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

.testimonial cite {
    font-size: 16px;
    color: #6b6b6b;
    font-style: normal;
}

.form-section-editorial {
    background-color: #fafaf8;
    padding: 60px 0;
    margin: 60px 0;
}

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

.form-group {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #d0ccc5;
    font-size: 16px;
    font-family: Georgia, 'Times New Roman', serif;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

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

.btn-submit {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin-top: 20px;
}

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

.disclaimer {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6;
    padding: 25px;
    background-color: #faf9f7;
    border: 1px solid #e5e1db;
    margin: 40px 0;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 40px 30px;
    margin-top: 80px;
}

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

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

.footer-section h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

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

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

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

.footer-section ul li a:hover {
    color: #ffffff;
}

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

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

.page-hero {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 44px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 15px;
    font-weight: 700;
}

.list-styled {
    margin: 20px 0 20px 30px;
}

.list-styled li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.section-divider {
    width: 60px;
    height: 3px;
    background-color: #2c5f2d;
    margin: 50px 0;
}

.service-price-detail {
    font-size: 26px;
    color: #2c5f2d;
    font-weight: 700;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.cta-section-editorial {
    background-color: #fafaf8;
    padding: 40px;
    margin: 60px 0;
    border-left: 4px solid #2c5f2d;
}

.cta-section-editorial h3 {
    font-size: 26px;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-section-editorial p {
    margin-bottom: 25px;
}

.btn-cta {
    display: inline-block;
    background-color: #2c5f2d;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.btn-cta:hover {
    background-color: #1f4520;
}

.contact-layout {
    margin-top: 40px;
}

.contact-info h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.contact-block {
    margin: 35px 0;
}

.contact-block h3 {
    font-size: 20px;
    color: #1a3a1b;
    margin-bottom: 10px;
}

.note-small {
    font-size: 15px;
    color: #6b6b6b;
    margin-top: 8px;
}

.thanks-content {
    padding: 60px 0;
}

.thanks-icon {
    text-align: center;
    margin-bottom: 30px;
}

.thanks-content h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 40px;
    color: #1a3a1b;
    text-align: center;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 20px;
    text-align: center;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.thanks-details {
    margin-top: 40px;
}

.thanks-details h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.thanks-steps {
    margin: 20px 0 20px 30px;
}

.thanks-steps li {
    margin-bottom: 15px;
    line-height: 1.6;
}

.thanks-links {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thanks-footer {
    margin: 40px 0;
    padding: 25px;
    background-color: #fafaf8;
    text-align: center;
}

.btn-back {
    display: inline-block;
    background-color: #2c5f2d;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin-top: 30px;
}

.btn-back:hover {
    background-color: #1f4520;
}

.legal-intro {
    font-size: 15px;
    color: #6b6b6b;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.legal-content h2 {
    font-size: 26px;
    color: #1a3a1b;
    margin-top: 40px;
    margin-bottom: 15px;
}

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

.legal-content p {
    margin-bottom: 18px;
}

.legal-content a {
    color: #2c5f2d;
    text-decoration: underline;
}

.legal-content a:hover {
    text-decoration: none;
}

.legal-footer {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #e5e1db;
    text-align: center;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 20px;
    flex-wrap: wrap;
}

.cookie-content p {
    flex: 1;
    min-width: 250px;
    font-size: 15px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
}

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

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

.btn-accept {
    background-color: #2c5f2d;
    color: #ffffff;
}

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

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

.btn-reject:hover {
    opacity: 0.8;
}

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

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

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

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

    .content-narrow {
        padding: 30px 20px;
    }

    .content-narrow h2 {
        font-size: 28px;
    }

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

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

    .cookie-actions {
        justify-content: center;
    }
}