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

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

.ad-disclosure {
    background-color: #f4f1ed;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0ddd8;
}

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

.nav-brand {
    font-size: 18px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

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

.hero-image-container {
    width: 100%;
    margin-bottom: 30px;
    background-color: #e8e6e1;
    overflow: hidden;
}

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

.article-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.lead-text {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.story-intro p {
    margin-bottom: 20px;
    font-size: 18px;
}

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

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

.image-caption {
    padding: 15px 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

section {
    margin-bottom: 50px;
}

h2 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.3;
}

h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

p {
    margin-bottom: 20px;
    font-size: 18px;
}

blockquote {
    margin: 40px 0;
    padding: 30px;
    background-color: #f9f8f6;
    border-left: 4px solid #8b7355;
    font-size: 19px;
    font-style: italic;
    color: #3a3a3a;
}

blockquote cite {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    font-style: normal;
    color: #666;
}

.testimonial-inline {
    margin: 50px 0;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #e5e3df;
}

.testimonial-inline p {
    font-size: 19px;
    font-style: italic;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.testimonial-inline cite {
    display: block;
    font-size: 15px;
    font-style: normal;
    color: #666;
}

.service-presentation {
    margin: 60px 0;
}

.service-card {
    background-color: #fff;
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #e5e3df;
    position: relative;
}

.service-card.featured {
    border: 2px solid #8b7355;
    background-color: #fafaf8;
}

.popular-label {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #8b7355;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card h3 {
    margin-bottom: 15px;
}

.service-card ul {
    list-style: none;
    margin: 20px 0;
}

.service-card ul li {
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
}

.service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #8b7355;
    font-weight: bold;
}

.price-reveal {
    font-size: 36px;
    font-weight: 700;
    color: #8b7355;
    margin: 25px 0 20px;
}

.cta-button {
    background-color: #2c2c2c;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.cta-button:hover {
    background-color: #1a1a1a;
}

.comparison-block {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.comparison-column {
    flex: 1;
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e3df;
}

.comparison-column h3 {
    margin-bottom: 20px;
    color: #2c2c2c;
}

.comparison-column ul {
    list-style: none;
}

.comparison-column ul li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
}

.scientific-backing a {
    color: #8b7355;
    text-decoration: none;
    border-bottom: 1px dotted #8b7355;
}

.scientific-backing a:hover {
    border-bottom-style: solid;
}

.form-section {
    margin: 60px 0;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e5e3df;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: inherit;
}

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

.submit-button {
    background-color: #8b7355;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #6f5c44;
}

.disclaimer-section {
    margin: 50px 0;
    padding: 25px;
    background-color: #f9f8f6;
    border-left: 3px solid #8b7355;
}

.disclaimer-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.references-section {
    margin: 40px 0;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.references-list {
    list-style-position: inside;
    font-size: 14px;
}

.references-list li {
    margin-bottom: 10px;
}

.references-list a {
    color: #8b7355;
    text-decoration: none;
}

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

.site-footer {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 50px 40px 20px;
}

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
}

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

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #444;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 20px;
    display: none;
    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;
    gap: 20px;
}

.cookie-content p {
    margin: 0;
    font-size: 14px;
}

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

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

.cookie-accept,
.cookie-reject {
    padding: 10px 25px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.cookie-accept {
    background-color: #8b7355;
    color: #fff;
}

.cookie-accept:hover {
    opacity: 0.9;
}

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

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

@media (max-width: 768px) {
    .article-hero h1 {
        font-size: 32px;
    }

    .lead-text {
        font-size: 18px;
    }

    .comparison-block {
        flex-direction: column;
    }

    .nav-links {
        gap: 15px;
    }

    .nav-links a {
        font-size: 13px;
    }

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

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

    .editorial-content {
        padding: 30px 15px;
    }
}

.thanks-page {
    max-width: 600px;
    margin: 100px auto;
    padding: 60px 40px;
    background-color: #fff;
    border: 1px solid #e5e3df;
    text-align: center;
}

.thanks-page h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #8b7355;
}

.thanks-page p {
    font-size: 18px;
    margin-bottom: 15px;
}

.thanks-page .back-link {
    display: inline-block;
    margin-top: 30px;
    color: #8b7355;
    text-decoration: none;
    border-bottom: 1px solid #8b7355;
}

.thanks-page .back-link:hover {
    color: #6f5c44;
    border-bottom-color: #6f5c44;
}

.contact-page {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px;
}

.contact-info {
    background-color: #fff;
    padding: 40px;
    border: 1px solid #e5e3df;
    margin-bottom: 30px;
}

.contact-info h2 {
    margin-bottom: 25px;
}

.info-item {
    margin-bottom: 20px;
}

.info-item h3 {
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
    font-weight: 400;
}

.info-item p {
    font-size: 18px;
    color: #2c2c2c;
    margin: 0;
}

.legal-page {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

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

.legal-page p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.legal-page ul {
    margin: 20px 0 20px 30px;
}

.legal-page ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
}

.about-content {
    max-width: 800px;
    margin: 60px auto;
    padding: 40px;
}

.about-content h1 {
    font-size: 42px;
    margin-bottom: 30px;
}

.about-content h2 {
    font-size: 28px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.about-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-image {
    width: 100%;
    margin: 40px 0;
    background-color: #e8e6e1;
}

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