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

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

.ad-disclosure {
    background-color: #f4f1ed;
    color: #6b6b6b;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-bottom: 1px solid #e0ddd8;
}

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

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

.nav-brand a {
    color: #2d5a3d;
    text-decoration: none;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.2s;
}

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

.nav-links a.active {
    color: #2d5a3d;
    font-weight: 500;
}

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

.narrow-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 680px;
    padding: 0 24px;
}

.hero-text-overlay h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 16px;
    text-shadow: 0 2px 12px rgba(0,0,0,0.4);
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}

.story-intro {
    margin-top: 60px;
    margin-bottom: 50px;
}

.story-lead {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 32px;
    color: #1a1a1a;
}

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

.inline-image-block {
    margin: 50px 0;
}

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

.image-caption {
    font-size: 15px;
    color: #6b6b6b;
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}

.problem-amplification,
.insight-reveal,
.services-editorial,
.testimonials-editorial,
.form-section,
.disclaimer-section,
.references-section {
    margin: 70px auto;
}

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

h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 32px;
    color: #2a2a2a;
}

p {
    margin-bottom: 20px;
}

.reference-link {
    color: #2d5a3d;
    text-decoration: none;
    font-weight: 500;
}

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

.editorial-quote {
    border-left: 4px solid #2d5a3d;
    padding-left: 28px;
    margin: 40px 0;
    font-size: 20px;
    font-style: italic;
    color: #3a3a3a;
}

.editorial-quote cite {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    color: #6b6b6b;
}

.insight-image-wrapper {
    margin: 40px 0;
}

.insight-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e5e0;
    object-fit: cover;
}

.cta-inline-block {
    background-color: #f4f1ed;
    padding: 40px 32px;
    text-align: center;
    margin: 60px auto;
    max-width: 680px;
}

.cta-inline-text {
    font-size: 22px;
    margin-bottom: 24px;
    color: #2a2a2a;
}

.cta-button-inline {
    display: inline-block;
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.cta-button-inline:hover {
    background-color: #234a30;
}

.services-intro {
    font-size: 18px;
    margin-bottom: 40px;
}

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

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

.service-image-small {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 24px;
    background-color: #e8e5e0;
}

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

.service-content h3 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 16px;
}

.service-duration {
    font-size: 15px;
    color: #6b6b6b;
    margin-top: 16px;
    margin-bottom: 8px;
}

.service-price {
    font-size: 32px;
    font-weight: 600;
    color: #2d5a3d;
    margin-bottom: 20px;
}

.select-service-btn {
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 12px;
}

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

.testimonial-block {
    margin: 40px 0;
    padding-left: 28px;
    border-left: 3px solid #d4d0ca;
}

.testimonial-block p {
    font-size: 19px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.testimonial-block cite {
    font-size: 15px;
    color: #6b6b6b;
    font-style: normal;
}

.form-intro {
    font-size: 17px;
    margin-bottom: 32px;
}

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

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

.form-group label {
    display: block;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin-bottom: 8px;
    color: #3a3a3a;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border: 1px solid #d4d0ca;
    background-color: #ffffff;
}

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

.form-group input[readonly] {
    background-color: #f4f1ed;
    color: #6b6b6b;
}

.form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 24px 0;
}

.form-consent input[type="checkbox"] {
    margin-top: 4px;
    cursor: pointer;
}

.form-consent label {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    cursor: pointer;
}

.form-consent a {
    color: #2d5a3d;
}

.form-submit-btn {
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 12px;
}

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

.disclaimer-section {
    background-color: #f9f8f6;
    padding: 32px 24px;
    margin-top: 60px;
}

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

.references-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

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

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

.references-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

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

.site-footer {
    background-color: #2a2a2a;
    color: #c4c4c4;
    padding: 60px 40px 30px;
    margin-top: 80px;
}

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

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
}

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

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

.footer-column a {
    color: #c4c4c4;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

.footer-bottom {
    text-align: center;
    border-top: 1px solid #444;
    padding-top: 24px;
}

.footer-bottom p {
    font-size: 13px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 24px 32px;
    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: 24px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    min-width: 300px;
}

.cookie-content a {
    color: #8bc5a0;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

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

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

.page-header {
    margin-top: 60px;
    margin-bottom: 50px;
}

.page-header h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.header-intro {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 1.6;
}

.about-content,
.contact-content {
    margin-top: 40px;
}

.about-image-block,
.contact-image {
    margin: 50px 0;
}

.about-image-block img,
.contact-image img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #e8e5e0;
    object-fit: cover;
}

.cta-section {
    background-color: #f4f1ed;
    padding: 50px 32px;
    text-align: center;
    margin: 60px auto;
}

.cta-button-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2d5a3d;
    border: 2px solid #2d5a3d;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.2s;
}

.cta-button-secondary:hover {
    background-color: #2d5a3d;
    color: #ffffff;
}

.services-detailed {
    margin-top: 50px;
}

.service-detail-block {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
}

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

.service-detail-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 32px;
    background-color: #e8e5e0;
}

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

.service-price-large {
    font-size: 36px;
    font-weight: 600;
    color: #2d5a3d;
    margin-bottom: 24px;
}

.service-detail-content ul {
    padding-left: 24px;
    margin: 20px 0;
}

.service-detail-content ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.service-cta-btn {
    display: inline-block;
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
    margin-top: 20px;
}

.service-cta-btn:hover {
    background-color: #234a30;
}

.services-faq {
    margin-top: 70px;
    padding-top: 50px;
    border-top: 2px solid #e8e8e8;
}

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

.faq-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 0;
}

.faq-item p {
    font-size: 17px;
    line-height: 1.6;
}

.contact-info-block {
    margin-bottom: 40px;
}

.contact-note {
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1.6;
}

.email-display {
    font-size: 18px;
    color: #2d5a3d;
    font-weight: 500;
}

.contact-map-placeholder {
    margin-top: 60px;
    padding: 40px 24px;
    background-color: #f4f1ed;
    text-align: center;
}

.map-note {
    font-size: 16px;
    color: #5a5a5a;
}

.thanks-content {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

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

.thanks-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 20px;
    margin-bottom: 40px;
    color: #4a4a4a;
}

.thanks-details {
    background-color: #f4f1ed;
    padding: 24px 28px;
    margin: 40px 0;
    text-align: left;
}

.thanks-details p {
    font-size: 17px;
    margin: 0;
}

.thanks-info-block {
    margin: 40px 0;
    text-align: left;
}

.thanks-info-block h2 {
    font-size: 26px;
    margin-bottom: 16px;
}

.thanks-info-block ul {
    padding-left: 24px;
}

.thanks-info-block ul li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.button-primary {
    display: inline-block;
    background-color: #2d5a3d;
    color: #ffffff;
    padding: 14px 32px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.button-primary:hover {
    background-color: #234a30;
}

.button-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2d5a3d;
    border: 2px solid #2d5a3d;
    padding: 12px 32px;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.2s;
}

.button-secondary:hover {
    background-color: #2d5a3d;
    color: #ffffff;
}

.legal-page {
    margin-bottom: 60px;
}

.legal-updated {
    font-size: 14px;
    color: #6b6b6b;
}

.legal-content {
    margin-top: 40px;
    font-size: 16px;
}

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

.legal-content h3 {
    font-size: 22px;
    margin-top: 28px;
    margin-bottom: 14px;
}

.legal-content ul,
.legal-content ol {
    padding-left: 28px;
    margin: 20px 0;
}

.legal-content ul li,
.legal-content ol li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 28px 0;
}

.cookies-table th,
.cookies-table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d4d0ca;
}

.cookies-table th {
    background-color: #f4f1ed;
    font-weight: 600;
    font-size: 15px;
}

.cookies-table td {
    font-size: 14px;
}

@media (max-width: 768px) {
    .minimal-nav {
        padding: 16px 20px;
        flex-direction: column;
        gap: 16px;
    }

    .nav-links {
        gap: 20px;
    }

    .hero-text-overlay h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 17px;
    }

    .story-lead {
        font-size: 19px;
    }

    h2 {
        font-size: 28px;
    }

    .page-header h1 {
        font-size: 34px;
    }

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

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

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

    .service-detail-image {
        height: 300px;
    }
}