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

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

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: #3a7d44;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #2a5d34;
}

.nav-minimal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: -0.5px;
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #2a2a2a;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: #2a2a2a;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-links a:hover {
    color: #3a7d44;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

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

.hero-editorial {
    padding: 4rem 0 3rem;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1.5rem;
    margin-bottom: 3rem;
}

.hero-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.hero-image-editorial {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.hero-image-editorial img {
    width: 100%;
    border-radius: 4px;
}

.content-section {
    padding: 3rem 0;
}

.content-section h2 {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.content-section h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 400;
}

.content-section p {
    margin-bottom: 1.5rem;
}

.content-section ul {
    margin-bottom: 1.5rem;
    margin-left: 2rem;
}

.content-section li {
    margin-bottom: 0.75rem;
}

.inline-image {
    margin: 2.5rem 0;
}

.inline-image img {
    width: 100%;
    border-radius: 4px;
}

.inline-image figcaption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #6a6a6a;
    font-style: italic;
    text-align: center;
}

.inline-cta-section {
    padding: 3rem 0;
}

.cta-box-editorial {
    max-width: 680px;
    margin: 0 auto;
    padding: 2.5rem;
    background-color: #f8f9f7;
    border-left: 4px solid #3a7d44;
    text-align: center;
}

.cta-box-editorial h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.btn-inline {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #3a7d44;
    color: #fff;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-inline:hover {
    background-color: #2a5d34;
    color: #fff;
}

.services-section-editorial {
    padding: 4rem 0;
    background-color: #fafaf8;
}

.services-grid-editorial {
    max-width: 900px;
    margin: 3rem auto 0;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-card-editorial {
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.service-card-editorial h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.service-card-editorial p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.service-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3a7d44;
    margin: 1.5rem 0;
}

.btn-select-service {
    display: inline-block;
    padding: 0.75rem 1.75rem;
    background-color: #3a7d44;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.btn-select-service.selected {
    background-color: #2a5d34;
}

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    background-color: #f8f9f7;
    border-left: 3px solid #3a7d44;
    font-style: italic;
}

.testimonial-inline p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.testimonial-inline cite {
    font-style: normal;
    font-size: 0.95rem;
    color: #6a6a6a;
}

.form-section-editorial {
    padding: 4rem 0;
    background-color: #fafaf8;
}

.form-editorial {
    max-width: 600px;
    margin: 2rem auto 0;
    padding: 0 1.5rem;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    background-color: #fff;
}

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

.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #3a7d44;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.text-link-cta {
    color: #3a7d44;
    font-weight: 600;
    border-bottom: 2px solid #3a7d44;
    padding-bottom: 2px;
}

.text-link-cta:hover {
    color: #2a5d34;
    border-bottom-color: #2a5d34;
}

.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 90;
}

.btn-sticky {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #3a7d44;
    color: #fff;
    border-radius: 50px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.btn-sticky:hover {
    background-color: #2a5d34;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.footer-minimal {
    background-color: #2a2a2a;
    color: #d5d5d5;
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
}

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

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

.footer-links a {
    color: #d5d5d5;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-copy {
    font-size: 0.9rem;
    color: #9a9a9a;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

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

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-cookie-accept {
    background-color: #3a7d44;
    color: #fff;
}

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

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

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

.page-header-editorial {
    padding: 3rem 0 2rem;
}

.page-header-editorial h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #1a1a1a;
}

.cta-section-editorial {
    padding: 3rem 0;
    text-align: center;
}

.cta-section-editorial h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.cta-section-editorial p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #3a7d44;
    color: #fff;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #2a5d34;
    color: #fff;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    color: #3a7d44;
    border: 2px solid #3a7d44;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1.05rem;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #3a7d44;
    color: #fff;
}

.services-detail-section {
    padding: 2rem 0;
}

.service-detail-card {
    background-color: #fff;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.service-detail-card h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #1a1a1a;
}

.service-price-large {
    font-size: 1.6rem;
    font-weight: 600;
    color: #3a7d44;
    margin: 1rem 0 1.5rem;
}

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

.contact-info-block h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.contact-info-block p {
    line-height: 1.8;
}

.contact-note {
    font-size: 0.95rem;
    color: #6a6a6a;
    font-style: italic;
    margin-top: 0.5rem;
}

.thanks-section {
    padding: 4rem 0;
    text-align: center;
}

.thanks-section h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
    color: #3a7d44;
}

.thanks-details {
    background-color: #f8f9f7;
    padding: 1.5rem;
    border-radius: 4px;
    margin: 2rem 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .nav-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        padding: 1rem 2rem;
        gap: 1rem;
        border-bottom: 1px solid #e5e5e5;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

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

    .lead-text {
        font-size: 1.1rem;
    }

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

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

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

    .sticky-cta {
        bottom: 1rem;
        right: 1rem;
    }

    .btn-sticky {
        padding: 0.85rem 1.5rem;
        font-size: 0.95rem;
    }

    .services-grid-editorial {
        padding: 0 1rem;
    }

    .service-detail-card {
        padding: 1.5rem;
    }

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