* {
    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: #f4f1ea;
    color: #5a5a5a;
    text-align: center;
    padding: 8px 15px;
    font-size: 12px;
    border-bottom: 1px solid #e0ddd3;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e6e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.brand {
    font-size: 22px;
    font-weight: 600;
    color: #2d5a3d;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.inline-image-section {
    margin: 50px 0;
    background-color: #f4f1ea;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
}

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

.image-caption {
    padding: 20px 25px;
    font-size: 15px;
    font-style: italic;
    color: #6a6a6a;
}

.problem-amplification {
    margin: 50px 0;
}

.problem-amplification h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

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

.services-preview h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.service-card-inline {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8e6e0;
}

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

.service-card-inline h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2d5a3d;
}

.service-card-inline p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #4a4a4a;
}

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

.cta-inline {
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

.testimonials-inline {
    margin: 60px 0;
}

.testimonials-inline h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

blockquote {
    border-left: 4px solid #2d5a3d;
    padding-left: 25px;
    margin: 30px 0;
    font-style: italic;
}

blockquote p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

cite {
    font-size: 15px;
    color: #6a6a6a;
    font-style: normal;
}

.why-us {
    margin: 50px 0;
}

.why-us h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.why-us a {
    color: #2d5a3d;
    text-decoration: none;
}

.why-us a:hover {
    text-decoration: underline;
}

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

.form-section h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.form-section > p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #4a4a4a;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0cdc3;
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    background-color: #ffffff;
}

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

.submit-btn {
    background-color: #2d5a3d;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 17px;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.disclaimer {
    margin: 60px 0 40px 0;
    padding: 25px;
    background-color: #fef9f1;
    border: 1px solid #e8e0d0;
    border-radius: 3px;
}

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

.footer {
    background-color: #2c3e38;
    color: #d4d8d6;
    padding: 50px 30px 20px 30px;
}

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

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

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer-section p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-section a {
    color: #d4d8d6;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

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

.references li {
    margin-bottom: 8px;
    font-size: 13px;
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #3d4f47;
    text-align: center;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2d5a3d;
    padding: 20px 30px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 14px;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 24px;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

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

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

.cookie-reject {
    background-color: #e8e6e0;
    color: #4a4a4a;
}

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

.email-text {
    color: #2d5a3d;
    font-weight: 500;
}

.team-philosophy,
.values-section,
.expertise-areas,
.network-section,
.process-section {
    margin: 50px 0;
}

.team-philosophy h2,
.values-section h2,
.expertise-areas h2,
.network-section h2,
.process-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.team-philosophy p,
.values-section p,
.expertise-areas p,
.network-section p,
.process-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.value-block {
    margin-bottom: 30px;
}

.value-block h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2d5a3d;
}

.value-block p {
    font-size: 17px;
    color: #4a4a4a;
}

.cta-about,
.cta-services {
    margin: 60px 0;
    text-align: center;
    padding: 40px;
    background-color: #f4f1ea;
    border-radius: 3px;
}

.cta-about h2,
.cta-services h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cta-about p,
.cta-services p {
    font-size: 17px;
    margin-bottom: 25px;
    color: #4a4a4a;
}

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

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

.cta-button-secondary {
    display: inline-block;
    background-color: #e8e6e0;
    color: #2d5a3d;
    padding: 14px 32px;
    font-size: 17px;
    border-radius: 3px;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.cta-button-secondary:hover {
    background-color: #d0cdc3;
}

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

.service-detail-block {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

.service-detail-block .service-image {
    flex: 1;
    background-color: #e8e6e0;
    border-radius: 3px;
    overflow: hidden;
}

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

.service-detail-block .service-text {
    flex: 1;
}

.service-detail-block h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-detail-block p {
    font-size: 17px;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.service-price {
    font-size: 18px;
    color: #2d5a3d;
}

.process-steps {
    margin-top: 30px;
}

.process-step {
    margin-bottom: 25px;
}

.process-step h3 {
    font-size: 19px;
    margin-bottom: 8px;
    color: #2d5a3d;
}

.process-step p {
    font-size: 16px;
    color: #4a4a4a;
}

.contact-info-section {
    display: flex;
    gap: 50px;
    margin: 40px 0;
    align-items: flex-start;
}

.contact-details {
    flex: 1;
}

.contact-image {
    flex: 1;
    background-color: #e8e6e0;
    border-radius: 3px;
    overflow: hidden;
}

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

.contact-item {
    margin-bottom: 30px;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #2d5a3d;
}

.contact-item p {
    font-size: 17px;
    color: #4a4a4a;
    line-height: 1.6;
}

.response-info,
.location-section,
.meeting-info {
    margin: 50px 0;
}

.response-info h2,
.location-section h2,
.meeting-info h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.response-info p,
.location-section p,
.meeting-info p {
    font-size: 18px;
    margin-bottom: 20px;
}

.thanks-container {
    text-align: center;
    padding: 40px 20px;
}

.thanks-icon {
    margin: 0 auto 30px auto;
}

.thanks-container h1 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

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

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

.thanks-next-steps {
    margin: 50px 0;
    text-align: left;
}

.thanks-next-steps h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #1a1a1a;
}

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

.thanks-next-steps li {
    font-size: 17px;
    margin-bottom: 12px;
    color: #4a4a4a;
}

.thanks-actions {
    margin: 40px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.legal-page {
    max-width: 900px;
}

.legal-page h1 {
    font-size: 38px;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 20px;
    color: #2d5a3d;
}

.legal-section p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #4a4a4a;
    line-height: 1.7;
}

.legal-section ul,
.legal-section ol {
    margin: 15px 0;
    padding-left: 30px;
}

.legal-section li {
    font-size: 16px;
    margin-bottom: 8px;
    color: #4a4a4a;
}

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

.legal-section a:hover {
    text-decoration: underline;
}

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

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

    .editorial-content {
        padding: 40px 20px;
    }

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

    .lead {
        font-size: 18px;
    }

    .story-intro p {
        font-size: 17px;
    }

    .service-detail-block {
        flex-direction: column;
    }

    .contact-info-section {
        flex-direction: column;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: space-between;
    }

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

    .thanks-actions .cta-button,
    .thanks-actions .cta-button-secondary {
        width: 100%;
    }
}