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

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

.ad-notice {
    background-color: #f4f1ea;
    color: #666;
    text-align: center;
    padding: 8px;
    font-size: 0.85rem;
    border-bottom: 1px solid #e0ddd5;
}

.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e6df;
}

.nav-brand {
    font-size: 1.4rem;
    font-weight: 600;
    color: #3a5a40;
    letter-spacing: 0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s;
}

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

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

.hero-editorial {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-image-wrap {
    width: 100%;
    height: 100%;
    background-color: #d4d8d4;
}

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    width: 90%;
    max-width: 700px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.hero-text-overlay h1 {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 300;
}

.editorial-intro {
    padding: 80px 20px;
}

.narrow-column {
    max-width: 680px;
    margin: 0 auto;
}

.dropcap::first-letter {
    font-size: 4.5rem;
    font-weight: 700;
    float: left;
    line-height: 0.9;
    margin-right: 10px;
    color: #3a5a40;
}

.editorial-intro p {
    margin-bottom: 22px;
    font-size: 1.1rem;
    color: #3a3a3a;
}

.editorial-intro h2 {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 25px;
    color: #2a2a2a;
    font-weight: 500;
}

.inline-image-block {
    margin: 50px 0;
    background-color: #f9f8f5;
    padding: 0;
}

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

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

.reference-link {
    color: #3a5a40;
    text-decoration: none;
    font-weight: 600;
}

.reference-link:hover {
    text-decoration: underline;
}

.inline-cta {
    display: inline-block;
    background-color: #3a5a40;
    color: #ffffff;
    padding: 14px 32px;
    margin: 30px 0;
    text-decoration: none;
    border-radius: 3px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.inline-cta:hover {
    background-color: #2d4731;
}

.testimonial-inline {
    margin: 40px 0;
    padding: 30px;
    background-color: #f4f1ea;
    border-left: 4px solid #3a5a40;
    font-style: italic;
    font-size: 1.05rem;
    color: #444;
}

.benefit-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 50px 0;
}

.benefit-card {
    padding: 30px;
    background-color: #f9f8f5;
    border-radius: 4px;
}

.benefit-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: #3a5a40;
}

.benefit-card p {
    font-size: 1rem;
    margin: 0;
    color: #555;
}

.services-embedded {
    margin: 60px 0;
}

.service-editorial {
    margin-bottom: 70px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-visual {
    width: 100%;
    background-color: #e8e6df;
}

.service-visual img {
    width: 100%;
    height: auto;
    display: block;
}

.service-content h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #2a2a2a;
}

.service-content p {
    margin-bottom: 20px;
    font-size: 1.05rem;
    color: #4a4a4a;
}

.price-tag {
    font-size: 2rem;
    font-weight: 700;
    color: #3a5a40;
    margin-bottom: 20px;
}

.select-service-btn {
    background-color: #3a5a40;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
}

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

.form-section {
    padding: 80px 20px;
    background-color: #f4f1ea;
}

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

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #3a3a3a;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d0cdc5;
    border-radius: 3px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #ffffff;
}

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

.form-group input[readonly] {
    background-color: #f9f8f5;
    color: #888;
}

.submit-btn {
    background-color: #3a5a40;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 1.1rem;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
    width: 100%;
}

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

.disclaimer-text {
    margin-top: 40px;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.6;
    padding: 20px;
    background-color: #e8e6df;
    border-radius: 3px;
}

.scientific-references {
    padding: 60px 20px;
    background-color: #ffffff;
}

.scientific-references h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    color: #2a2a2a;
}

.references-list {
    padding-left: 20px;
}

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

.references-list a {
    color: #3a5a40;
    text-decoration: none;
}

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

.site-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 40px 30px;
}

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

.footer-section h4 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.footer-section a {
    display: block;
    color: #b0b0b0;
    text-decoration: none;
    margin-bottom: 8px;
    transition: color 0.3s;
}

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

.footer-section p {
    color: #b0b0b0;
    font-size: 0.95rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #3a3a3a;
    font-size: 0.9rem;
}

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

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #a8dadc;
}

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

.cookie-btn {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.cookie-btn.accept {
    background-color: #3a5a40;
    color: #ffffff;
}

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

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

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

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

    .subtitle {
        font-size: 1rem;
    }

    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }

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

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