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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fdfbf7;
    padding-top: 50px;
}

.ad-notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f4f1ea;
    color: #666;
    text-align: center;
    padding: 8px 15px;
    font-size: 0.75rem;
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
}

.nav-editorial {
    background-color: #fff;
    border-bottom: 1px solid #e8e5df;
    padding: 20px 0;
    position: sticky;
    top: 50px;
    z-index: 999;
}

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

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

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

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

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

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

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

.article-hero.simple {
    margin-bottom: 40px;
}

.hero-image-container {
    width: 100%;
    margin-bottom: 40px;
    background-color: #e8e5df;
    overflow: hidden;
    border-radius: 3px;
}

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

.article-header-text h1 {
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 600;
}

.article-lead {
    font-size: 1.25rem;
    color: #666;
    line-height: 1.6;
    font-style: italic;
}

.article-body {
    font-size: 1.125rem;
}

.text-block {
    margin-bottom: 45px;
}

.text-block h2 {
    font-size: 1.85rem;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #2c2c2c;
    font-weight: 600;
}

.text-block h3 {
    font-size: 1.35rem;
    margin-bottom: 18px;
    margin-top: 30px;
    color: #3a3a3a;
    font-weight: 600;
}

.text-block h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #4a4a4a;
    font-weight: 600;
}

.text-block p {
    margin-bottom: 20px;
}

.text-block .opening {
    font-size: 1.3rem;
    line-height: 1.65;
    color: #3a3a3a;
    margin-bottom: 30px;
}

.text-block ul,
.text-block ol {
    margin-left: 25px;
    margin-bottom: 25px;
}

.text-block li {
    margin-bottom: 12px;
}

.ingredients-list li,
.principles-list li {
    margin-bottom: 18px;
}

.reference {
    color: #2c5f4f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.reference:hover {
    color: #1e4a3c;
    text-decoration: underline;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f9f7f3;
    padding: 25px;
    border-radius: 3px;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
    object-fit: cover;
    background-color: #e8e5df;
}

.image-caption {
    margin-top: 15px;
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    text-align: center;
}

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

.cta-link {
    color: #2c5f4f;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    display: inline-block;
}

.cta-link:hover {
    color: #1e4a3c;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 35px;
    background-color: #f4f1ea;
    border-left: 4px solid #2c5f4f;
    border-radius: 3px;
}

.testimonial-inline blockquote {
    font-style: italic;
}

.testimonial-inline p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.testimonial-inline footer {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
    margin-top: 10px;
}

.services-editorial {
    margin: 50px 0;
}

.service-card {
    margin-bottom: 60px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e5df;
}

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

.service-image {
    width: 100%;
    margin-bottom: 30px;
    background-color: #e8e5df;
    overflow: hidden;
    border-radius: 3px;
}

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

.service-content h3 {
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

.service-content p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.service-content ul {
    margin-left: 25px;
    margin-bottom: 25px;
}

.service-content li {
    margin-bottom: 10px;
}

.service-price {
    font-size: 1.75rem;
    color: #2c5f4f;
    font-weight: 600;
    margin: 30px 0 20px;
}

.select-service {
    background-color: #2c5f4f;
    color: #fff;
    border: none;
    padding: 15px 35px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.select-service:hover {
    background-color: #1e4a3c;
}

.order-form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #f4f1ea;
    border-radius: 3px;
}

.order-form-section h3 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    color: #2c2c2c;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    color: #4a4a4a;
    margin-bottom: 8px;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    font-size: 1rem;
    font-family: 'Georgia', serif;
    border: 1px solid #d0ccc3;
    border-radius: 3px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

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

.form-group input[readonly] {
    background-color: #f9f7f3;
    color: #666;
}

.submit-button {
    background-color: #2c5f4f;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 1.05rem;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    align-self: flex-start;
}

.submit-button:hover {
    background-color: #1e4a3c;
}

.disclaimer-box {
    background-color: #fff3cd;
    border: 1px solid #f0e6a8;
    border-left: 4px solid #d4a532;
    padding: 25px;
    border-radius: 3px;
    margin: 40px 0;
}

.disclaimer-box h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
    color: #8a6d1f;
}

.disclaimer-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #6a5416;
}

.references-section {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e8e5df;
}

.references-section h3 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #2c2c2c;
}

.references-list {
    margin-left: 25px;
}

.references-list li {
    margin-bottom: 18px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.references-list a {
    color: #2c5f4f;
    text-decoration: none;
    transition: color 0.3s ease;
}

.references-list a:hover {
    color: #1e4a3c;
    text-decoration: underline;
}

.contact-layout {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.contact-info-block,
.contact-content-block {
    width: 100%;
}

.contact-detail {
    margin-bottom: 35px;
}

.contact-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.contact-detail p {
    line-height: 1.7;
    color: #4a4a4a;
}

.contact-detail .note {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-item h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #2c5f4f;
}

.faq-item p {
    line-height: 1.7;
    color: #4a4a4a;
}

.thanks-container {
    text-align: center;
    max-width: 600px;
    margin: 60px auto;
}

.thanks-icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.thanks-container h1 {
    font-size: 2.25rem;
    margin-bottom: 20px;
    color: #2c5f4f;
}

.thanks-content {
    text-align: left;
}

.thanks-lead {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 40px;
    text-align: center;
}

.order-summary {
    background-color: #f4f1ea;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.order-summary h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.order-summary p {
    font-size: 1.05rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.next-steps {
    margin-bottom: 40px;
}

.next-steps h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.next-steps ol {
    margin-left: 25px;
}

.next-steps li {
    margin-bottom: 15px;
    line-height: 1.7;
}

.thanks-info {
    background-color: #f9f7f3;
    padding: 25px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.thanks-info h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.thanks-info p {
    line-height: 1.7;
    margin-bottom: 15px;
}

.thanks-cta {
    text-align: center;
    margin-top: 40px;
}

.back-button {
    display: inline-block;
    background-color: #2c5f4f;
    color: #fff;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 3px;
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.back-button:hover {
    background-color: #1e4a3c;
}

.legal-page .text-block {
    margin-bottom: 35px;
}

.legal-page h2 {
    font-size: 1.65rem;
    margin-top: 40px;
    margin-bottom: 20px;
}

.legal-page h3 {
    font-size: 1.25rem;
    margin-top: 25px;
    margin-bottom: 15px;
}

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

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

.site-footer {
    background-color: #2c2c2c;
    color: #ddd;
    padding: 50px 30px 30px;
    margin-top: 80px;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 18px;
    font-weight: 600;
}

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 25px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    min-width: 250px;
}

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

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #2c5f4f;
    color: #fff;
}

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

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

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

@media (max-width: 768px) {
    body {
        padding-top: 45px;
    }

    .ad-notice {
        font-size: 0.7rem;
        padding: 6px 10px;
    }

    .nav-editorial {
        top: 45px;
        padding: 15px 0;
    }

    .nav-container {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }

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

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

    .editorial-content {
        padding: 30px 20px 60px;
    }

    .article-header-text h1 {
        font-size: 2rem;
    }

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

    .article-body {
        font-size: 1rem;
    }

    .text-block h2 {
        font-size: 1.5rem;
    }

    .text-block h3 {
        font-size: 1.2rem;
    }

    .text-block .opening {
        font-size: 1.15rem;
    }

    .service-content h3 {
        font-size: 1.5rem;
    }

    .service-price {
        font-size: 1.5rem;
    }

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

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

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
}