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

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

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

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

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d5a3d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.ad-disclosure {
    font-size: 0.75rem;
    color: #666;
    padding: 0.25rem 0.75rem;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.editorial-container {
    max-width: 1400px;
    margin: 0 auto;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 2rem;
}

.hero-editorial {
    position: relative;
    margin-bottom: 4rem;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e8efe8;
}

.hero-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-text-overlay {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2.5rem 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hero-text-overlay h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #555;
    font-style: italic;
}

.editorial-intro {
    padding: 4rem 0 3rem;
}

.lead-paragraph {
    font-size: 1.35rem;
    line-height: 1.65;
    color: #1a1a1a;
    margin-bottom: 2rem;
}

.editorial-intro p,
.content-narrow p,
.editorial-story p {
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
    color: #333;
}

.editorial-intro h2,
.content-narrow h2 {
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
    color: #1a1a1a;
    line-height: 1.3;
}

.editorial-intro h3,
.content-narrow h3 {
    font-size: 1.5rem;
    margin: 2.5rem 0 1rem;
    color: #2d5a3d;
    font-weight: 600;
}

.inline-image-block {
    margin: 3rem 0;
    background-color: #f9f9f9;
    padding: 0;
}

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

.image-caption {
    font-size: 0.9rem;
    color: #666;
    font-style: italic;
    padding: 1rem 1.5rem;
    background-color: #f9f9f9;
}

.insight-list {
    list-style: none;
    margin: 2rem 0;
    padding-left: 0;
}

.insight-list li {
    padding: 1rem 0 1rem 2.5rem;
    position: relative;
    border-left: 3px solid #2d5a3d;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}

.insight-list li::before {
    content: '→';
    position: absolute;
    left: 1rem;
    color: #2d5a3d;
    font-weight: bold;
}

.cta-inline {
    margin: 3rem 0;
    text-align: center;
}

.cta-link {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #2d5a3d;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    transition: background-color 0.2s;
}

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

.cta-link-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #f5f5f5;
    color: #2d5a3d;
    text-decoration: none;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 4px;
    transition: background-color 0.2s;
    margin-left: 1rem;
}

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

.problem-amplification {
    background-color: #fafafa;
    padding: 4rem 0;
    margin: 4rem 0;
}

.insight-section {
    padding: 4rem 0;
}

.quote-block {
    margin: 3rem 0;
    padding: 2rem 3rem;
    background-color: #f0f5f0;
    border-left: 4px solid #2d5a3d;
}

.quote-block blockquote {
    font-size: 1.3rem;
    font-style: italic;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.quote-block cite {
    font-size: 1rem;
    color: #666;
    font-style: normal;
}

.trust-building {
    background-color: #ffffff;
    padding: 4rem 0;
}

.services-editorial {
    background-color: #f9f9f9;
    padding: 4rem 0;
    margin: 4rem 0;
}

.service-card {
    background-color: #ffffff;
    padding: 2.5rem;
    margin-bottom: 2rem;
    border: 1px solid #e0e0e0;
}

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

.service-card p {
    margin-bottom: 1.5rem;
    color: #444;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
}

.service-price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d5a3d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.select-service-btn {
    padding: 0.875rem 2rem;
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.testimonials-editorial {
    padding: 4rem 0;
}

.testimonial {
    background-color: #f9f9f9;
    padding: 2.5rem;
    margin: 2rem 0;
    border-left: 3px solid #2d5a3d;
}

.testimonial p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 1rem;
    font-style: italic;
}

.testimonial cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.form-editorial {
    background-color: #ffffff;
    padding: 4rem 0;
    margin: 4rem 0;
}

.editorial-form {
    max-width: 600px;
    margin: 2rem auto 0;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.submit-btn {
    width: 100%;
    padding: 1rem;
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

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

.scientific-references {
    background-color: #fafafa;
    padding: 4rem 0;
    margin: 4rem 0 0;
}

.reference-intro {
    margin-bottom: 2rem;
    font-size: 1.05rem;
}

.reference-list {
    list-style: none;
    counter-reset: reference-counter;
    padding-left: 0;
}

.reference-list li {
    counter-increment: reference-counter;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.6;
}

.reference-list li::before {
    content: "[" counter(reference-counter) "]";
    position: absolute;
    left: 0;
    font-weight: bold;
    color: #2d5a3d;
}

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

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

.disclaimer-section {
    background-color: #fff9e6;
    padding: 3rem 0;
    margin: 3rem 0 0;
    border-top: 2px solid #f0e6c6;
    border-bottom: 2px solid #f0e6c6;
}

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

.main-footer {
    background-color: #1a1a1a;
    color: #f0f0f0;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

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

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

.footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

.footer-section a {
    color: #ccc;
    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: 1.5rem 2rem 0;
    border-top: 1px solid #333;
    text-align: center;
}

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

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

.cookie-banner.active {
    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;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

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

.cookie-btn {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: opacity 0.2s;
}

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

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

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

.page-header {
    background-color: #f9f9f9;
    padding: 4rem 0 3rem;
    margin-bottom: 3rem;
}

.page-header h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.header-intro {
    font-size: 1.25rem;
    color: #555;
    font-style: italic;
}

.about-story {
    padding: 2rem 0 4rem;
}

.services-page {
    padding: 2rem 0 4rem;
}

.service-card-full {
    background-color: #ffffff;
    margin-bottom: 3rem;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.service-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #f0f5f0;
}

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

.service-details {
    padding: 2.5rem;
}

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

.service-details ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.service-details ul li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    color: #444;
}

.service-price-large {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2d5a3d;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.services-cta {
    background-color: #f0f5f0;
    padding: 3rem;
    text-align: center;
    margin-top: 3rem;
}

.services-cta h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.services-cta p {
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #555;
}

.contact-page {
    padding: 2rem 0 4rem;
}

.contact-info-block {
    background-color: #f9f9f9;
    padding: 3rem;
    margin-bottom: 2rem;
}

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

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

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

.contact-note {
    background-color: #fff9e6;
    padding: 2rem;
    border-left: 4px solid #f0e6c6;
}

.contact-note p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.thanks-page {
    padding: 4rem 0;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
}

.thanks-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.thanks-message {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.service-confirmation {
    background-color: #f0f5f0;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.service-confirmation p {
    font-size: 1.1rem;
    color: #2d5a3d;
    margin: 0;
}

.next-steps {
    text-align: left;
    max-width: 600px;
    margin: 3rem auto;
    background-color: #f9f9f9;
    padding: 2rem;
}

.next-steps h2 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
}

.next-steps ol {
    padding-left: 1.5rem;
}

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

.thanks-cta {
    margin-top: 3rem;
}

.legal-page {
    padding: 2rem 0 4rem;
}

.legal-intro {
    font-size: 0.95rem;
    color: #777;
    font-style: italic;
    margin-bottom: 3rem;
}

.legal-section {
    margin-bottom: 3rem;
}

.legal-section h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #2d5a3d;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #333;
}

.legal-section p {
    margin-bottom: 1rem;
    color: #444;
    line-height: 1.7;
}

.legal-section ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-section ul li {
    margin-bottom: 0.75rem;
    color: #444;
    line-height: 1.6;
}

.legal-section a {
    color: #2d5a3d;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #1f4029;
}

@media (max-width: 768px) {
    .nav-container {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-text-overlay h1 {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .content-narrow {
        padding: 0 1.5rem;
    }

    .service-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .cookie-content {
        flex-direction: column;
        gap: 1rem;
    }

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

    .cookie-btn {
        width: 100%;
    }

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

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

    .cta-link-secondary {
        margin-left: 0;
        margin-top: 1rem;
    }
}