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

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

.ad-disclosure {
    background-color: #f8f9fa;
    color: #6c757d;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.75rem;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #dee2e6;
}

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d5a3d;
    font-family: 'Arial', sans-serif;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    text-decoration: none;
    color: #495057;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

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

.editorial-hero {
    margin-bottom: 3rem;
}

.hero-image-wrapper {
    margin-bottom: 2rem;
    background-color: #f1f3f5;
    border-radius: 4px;
    overflow: hidden;
}

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

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

.page-header {
    margin-bottom: 3rem;
}

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

.legal-update {
    color: #6c757d;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
}

.editorial-intro {
    margin-bottom: 3rem;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.editorial-intro p,
.problem-amplification p,
.solution-reveal p,
.trust-building p,
.content-block p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #34495e;
}

.inline-image {
    width: 100%;
    height: auto;
    margin: 2.5rem 0;
    border-radius: 4px;
    background-color: #f1f3f5;
}

.problem-amplification,
.solution-reveal,
.trust-building,
.testimonials-inline,
.services-reveal,
.content-block,
.values-section,
.cta-section {
    margin-bottom: 3rem;
}

.problem-amplification h2,
.solution-reveal h2,
.trust-building h2,
.services-reveal h2,
.content-block h2,
.values-section h2,
.cta-section h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.insight-box,
.ingredient-highlight {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #2d5a3d;
}

.insight-box h3,
.ingredient-highlight h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
    color: #2d5a3d;
    font-weight: 600;
}

.insight-box p,
.ingredient-highlight p {
    font-size: 1rem;
    margin-bottom: 0;
}

.citation {
    color: #2d5a3d;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9em;
}

.citation:hover {
    text-decoration: underline;
}

.cta-inline {
    margin: 2.5rem 0;
    text-align: left;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #2d5a3d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    transition: background-color 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #234a31;
}

.btn-secondary {
    background-color: #6c757d;
    margin-left: 1rem;
}

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

.testimonial {
    border-left: 4px solid #2d5a3d;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #495057;
}

.testimonial p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.testimonial-author {
    display: block;
    margin-top: 0.75rem;
    font-style: normal;
    font-weight: 600;
    color: #2d5a3d;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
}

.service-cards {
    margin: 2rem 0;
}

.service-card {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

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

.service-card img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    background-color: #f1f3f5;
}

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

.service-card p {
    font-size: 1.05rem;
    color: #495057;
    margin-bottom: 1rem;
}

.service-card .price {
    font-size: 1.8rem;
    color: #2d5a3d;
    font-weight: 600;
    margin: 1.5rem 0;
    font-family: 'Arial', sans-serif;
}

.select-service {
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 0.85rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

.select-service:hover {
    background-color: #234a31;
}

.form-section {
    margin: 4rem 0;
    padding: 2.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.form-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.editorial-form {
    max-width: 500px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    color: #495057;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
}

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

.btn-submit {
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 0.9rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    margin: 3rem 0;
    padding: 1.5rem;
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
}

.disclaimer {
    font-size: 0.9rem;
    color: #856404;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

.references-section {
    margin: 3rem 0 4rem;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

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

.references-list {
    list-style-position: outside;
    padding-left: 1.5rem;
}

.references-list li {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.references-list a {
    color: #2d5a3d;
    text-decoration: none;
}

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

.site-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 2rem 1.5rem;
    margin-top: 4rem;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-family: 'Arial', sans-serif;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    font-family: 'Arial', sans-serif;
}

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

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

.footer-section ul li a {
    color: #ecf0f1;
    text-decoration: none;
    font-size: 0.9rem;
    font-family: 'Arial', sans-serif;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #34495e;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #95a5a6;
    font-family: 'Arial', sans-serif;
}

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

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    color: #495057;
    margin: 0;
}

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

.btn-accept,
.btn-reject {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.btn-accept:hover {
    background-color: #234a31;
}

.btn-reject {
    background-color: #6c757d;
    color: #ffffff;
}

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

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

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #e9ecef;
}

.service-detail:last-of-type {
    border-bottom: none;
}

.service-detail img {
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    background-color: #f1f3f5;
}

.service-detail h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.ingredient-list {
    background-color: #f8f9fa;
    padding: 1.5rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.ingredient-list h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
    color: #2d5a3d;
}

.ingredient-list ul {
    list-style-position: outside;
    padding-left: 1.5rem;
}

.ingredient-list li {
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.service-price {
    font-size: 2rem;
    color: #2d5a3d;
    font-weight: 600;
    margin: 1.5rem 0;
    font-family: 'Arial', sans-serif;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.contact-item {
    margin-bottom: 2rem;
}

.contact-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: #2d5a3d;
    font-weight: 600;
}

.contact-item p {
    font-size: 1.05rem;
    color: #495057;
    line-height: 1.6;
}

.contact-additional h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-additional h3 {
    font-size: 1.4rem;
    margin: 2rem 0 1rem;
    color: #2d5a3d;
}

.faq-item {
    margin-bottom: 2rem;
}

.faq-item h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #2c3e50;
    font-weight: 600;
}

.faq-item p {
    font-size: 1.05rem;
    color: #495057;
}

.thanks-content {
    text-align: center;
    padding: 3rem 0;
}

.thanks-content h1 {
    font-size: 2.5rem;
    color: #2d5a3d;
    margin-bottom: 1.5rem;
}

.thanks-details {
    margin: 3rem 0;
    text-align: left;
}

.thanks-details h2 {
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    color: #1a1a1a;
}

.next-steps {
    list-style-position: outside;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
}

.next-steps li {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

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

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

.legal-content h2 {
    font-size: 1.6rem;
    margin: 2.5rem 0 1rem;
    color: #1a1a1a;
}

.legal-content h3 {
    font-size: 1.3rem;
    margin: 2rem 0 0.75rem;
    color: #2d5a3d;
}

.legal-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #495057;
}

.legal-content ul,
.legal-content ol {
    margin: 1rem 0 1.5rem 1.5rem;
}

.legal-content li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.legal-content a {
    color: #2d5a3d;
    text-decoration: none;
}

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

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookies-table th,
.cookies-table td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #dee2e6;
    font-size: 0.95rem;
}

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

.value-item {
    margin-bottom: 2rem;
}

.value-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #2d5a3d;
}

.value-item p {
    font-size: 1.05rem;
    color: #495057;
}

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

    .page-header h1 {
        font-size: 1.8rem;
    }

    .nav-links {
        gap: 1rem;
    }

    .nav-links a {
        font-size: 0.85rem;
    }

    .editorial-container {
        padding: 2rem 1rem;
    }

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

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

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

    .btn-secondary {
        margin-left: 0;
        margin-top: 0.5rem;
    }

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