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

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

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

.nav-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 1.2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
}

.brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a5f4f;
    letter-spacing: 0.5px;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    background-color: #f5f5f5;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-menu a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 0.9rem;
    transition: color 0.2s;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.nav-menu a:hover {
    color: #1a5f4f;
}

.editorial-container {
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.editorial-header {
    margin-bottom: 2.5rem;
    text-align: center;
}

.editorial-header h1 {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 700;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
    margin-top: 1rem;
}

.editorial-image {
    margin: 3rem 0;
    background-color: #e8e8e8;
}

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

.editorial-image-inline {
    margin: 2rem 0;
    background-color: #e8e8e8;
}

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

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

.editorial-section h2 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
}

.editorial-section h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 1.5rem 0 0.8rem;
    color: #2c2c2c;
    font-weight: 600;
}

.editorial-section p {
    font-size: 1.1rem;
    margin-bottom: 1.3rem;
    color: #3a3a3a;
}

.editorial-section ul,
.editorial-section ol {
    margin: 1.5rem 0 1.5rem 2rem;
    font-size: 1.1rem;
    color: #3a3a3a;
}

.editorial-section li {
    margin-bottom: 0.8rem;
}

.editorial-quote {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    border-left: 4px solid #1a5f4f;
    background-color: #f9f9f7;
    font-style: italic;
}

.editorial-quote p {
    font-size: 1.25rem;
    color: #2c2c2c;
    margin: 0;
}

.inline-cta {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #e8f3f0;
    text-align: center;
    border-radius: 4px;
}

.inline-cta p {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

.cta-link {
    display: inline-block;
    padding: 0.8rem 2rem;
    background-color: #1a5f4f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #145242;
}

.testimonial-inline {
    margin: 2.5rem 0;
    padding: 1.8rem;
    background-color: #f5f5f3;
    border-radius: 4px;
}

.testimonial-text {
    font-size: 1.15rem;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.services-editorial {
    margin: 2rem 0;
}

.service-item {
    margin: 2.5rem 0;
    padding: 1.8rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #1a5f4f;
}

.service-item p {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
}

.service-price {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a5f4f;
    margin: 1rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.service-price-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a5f4f;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-select-service {
    padding: 0.7rem 1.5rem;
    background-color: #ffffff;
    color: #1a5f4f;
    border: 2px solid #1a5f4f;
    border-radius: 3px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-select-service:hover {
    background-color: #1a5f4f;
    color: #ffffff;
}

.btn-select-service.selected {
    background-color: #1a5f4f;
    color: #ffffff;
}

.editorial-form {
    margin: 2rem 0;
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

.form-group label {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #2c2c2c;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    padding: 0.9rem 2.5rem;
    background-color: #1a5f4f;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-size: 1.05rem;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

.disclaimer-section {
    margin: 3rem 0;
    padding: 1.5rem;
    background-color: #fff9e6;
    border-left: 3px solid #f0ad4e;
    border-radius: 3px;
}

.disclaimer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    color: #8a6d3b;
}

.disclaimer-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555;
}

.references-section {
    margin: 3rem 0;
    padding: 1.5rem;
    background-color: #f9f9f7;
    border-top: 1px solid #e0e0e0;
}

.references-section h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2c2c2c;
}

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

.references-list li {
    font-size: 0.95rem;
    margin-bottom: 0.8rem;
}

.references-list a {
    color: #1a5f4f;
    text-decoration: none;
}

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

.contact-info,
.hours-info {
    margin: 1.5rem 0;
    padding: 1.5rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.contact-info p,
.hours-info p {
    font-size: 1.05rem;
    margin-bottom: 0.8rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.preparation-list,
.resource-links {
    margin: 1.5rem 0;
}

.resource-links a {
    color: #1a5f4f;
    text-decoration: none;
}

.resource-links a:hover {
    text-decoration: underline;
}

.legal-page ul {
    margin: 1rem 0 1rem 2rem;
}

.legal-page li {
    margin-bottom: 0.6rem;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.cookies-table th,
.cookies-table td {
    padding: 0.8rem;
    text-align: left;
    border: 1px solid #ddd;
}

.cookies-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    color: #2c2c2c;
}

.cookies-table td {
    font-size: 0.95rem;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 3rem 2rem 1.5rem;
    margin-top: 5rem;
}

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

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

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.footer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
}

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

.footer-section ul li {
    margin-bottom: 0.6rem;
}

.footer-section a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

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

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

.btn-cookie,
.btn-cookie-reject {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 3px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-cookie {
    background-color: #1a5f4f;
    color: #ffffff;
}

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

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

.btn-cookie-reject:hover {
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
    .editorial-header h1 {
        font-size: 2rem;
    }

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

    .editorial-container {
        padding: 0 1.5rem;
        margin: 2rem auto;
    }

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

    .editorial-section p,
    .editorial-section ul,
    .editorial-section ol {
        font-size: 1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .nav-menu {
        gap: 1rem;
    }

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

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

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