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

html {
    font-size: 16px;
}

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

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.main-nav {
    padding: 1.2rem 0;
}

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

.brand-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f4f;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    font-family: 'Arial', sans-serif;
    transition: color 0.3s ease;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    font-family: 'Arial', sans-serif;
    border-left: 1px solid #ddd;
    padding-left: 2rem;
}

.editorial-content {
    background-color: #ffffff;
}

.story-flow {
    max-width: 100%;
}

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

.hero-image-container {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #d4d4d0;
}

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

.story-intro {
    max-width: 720px;
    margin: 0 auto;
    padding: 4rem 2rem 2rem;
}

.story-intro h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 400;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
}

.narrative-block {
    padding: 3rem 0;
}

.text-column {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem;
}

.text-column h2 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
    margin-top: 2.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.text-column h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #2a2a2a;
}

.text-column p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
}

.text-column ul,
.text-column ol {
    margin-bottom: 1.5rem;
    margin-left: 2rem;
}

.text-column li {
    margin-bottom: 0.7rem;
    font-size: 1.05rem;
}

.inline-image-wrapper {
    margin: 3rem 0;
}

.inline-image-wrapper img {
    width: 100%;
    height: auto;
    background-color: #e8e8e5;
}

.image-caption {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 0.7rem;
    text-align: center;
}

.pull-quote {
    margin: 3rem 0;
    padding: 2rem 3rem;
    border-left: 4px solid #2c5f4f;
    background-color: #f5f5f3;
}

.pull-quote blockquote {
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.6;
    color: #2a2a2a;
}

.visual-break {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 4rem 0;
    background-color: #d4d4d0;
}

.visual-break img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-inline {
    margin: 2.5rem 0;
    padding: 1.5rem 2rem;
    background-color: #f9f9f7;
    border-radius: 4px;
}

.text-link {
    color: #2c5f4f;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.text-link:hover {
    color: #1e4235;
}

.services-preview {
    padding: 4rem 2rem;
    background-color: #f5f5f3;
}

.services-preview h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.section-intro {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
    color: #4a4a4a;
}

.service-cards-editorial {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.service-card {
    background-color: #ffffff;
    flex: 1 1 calc(50% - 1rem);
    min-width: 300px;
    max-width: 550px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.service-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    background-color: #e8e8e5;
}

.service-card h3 {
    font-size: 1.4rem;
    margin: 1.5rem 1.5rem 1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.service-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 1.5rem 1rem;
    color: #4a4a4a;
}

.service-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f4f;
    margin: 1.5rem 1.5rem 1rem;
}

.select-service-btn {
    display: block;
    width: calc(100% - 3rem);
    margin: 1.5rem 1.5rem;
    padding: 0.9rem 1.5rem;
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonials-editorial {
    padding: 4rem 2rem;
    background-color: #fafaf8;
}

.testimonials-editorial h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 400;
}

.testimonial-box {
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 2rem 3rem;
    background-color: #ffffff;
    border-left: 4px solid #2c5f4f;
}

.testimonial-box p {
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #2a2a2a;
}

.testimonial-box cite {
    display: block;
    font-size: 0.95rem;
    font-style: normal;
    color: #777;
    margin-top: 1rem;
}

.cta-block-editorial {
    margin: 3rem 0;
    padding: 3rem;
    background-color: #2c5f4f;
    color: #ffffff;
    border-radius: 6px;
}

.cta-block-editorial h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #ffffff;
}

.cta-block-editorial p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #e8f4f1;
}

.btn-primary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #ffffff;
    color: #2c5f4f;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #f0f0f0;
}

.form-section {
    padding: 4rem 2rem;
    background-color: #f5f5f3;
}

.form-container {
    max-width: 680px;
    margin: 0 auto;
}

.form-container h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
    text-align: center;
}

.form-container > p {
    text-align: center;
    margin-bottom: 2.5rem;
    color: #4a4a4a;
}

.contact-form {
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 6px;
}

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

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #2a2a2a;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', serif;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #2c5f4f;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.site-footer {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 3rem 2rem 1rem;
}

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

.footer-section {
    flex: 1 1 250px;
}

.footer-section h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: 600;
}

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

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 1.5rem;
    background-color: #3a3a3a;
    border-radius: 4px;
}

.footer-disclaimer p {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #b0b0b0;
}

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 1.5rem 2rem;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 2rem;
}

.cookie-content p {
    flex: 1;
    font-size: 0.95rem;
    line-height: 1.5;
    font-family: 'Arial', sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 0.8rem 1.8rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.btn-accept:hover {
    background-color: #1e4235;
}

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

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

.about-hero .story-intro,
.services-hero .story-intro,
.contact-hero .story-intro {
    padding-top: 3rem;
}

.services-detailed {
    padding: 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-detail-block {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    align-items: center;
}

.service-detail-block.reverse {
    flex-direction: row-reverse;
}

.service-detail-content {
    flex: 1;
}

.service-detail-content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 400;
}

.service-detail-content h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.2rem;
    color: #4a4a4a;
}

.service-detail-content ul {
    margin: 1rem 0 1.5rem 2rem;
}

.service-detail-content li {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    line-height: 1.6;
}

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

.price-value {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c5f4f;
    margin-bottom: 0.5rem;
}

.price-note {
    font-size: 0.9rem;
    color: #666;
}

.service-detail-image {
    flex: 0 0 400px;
}

.service-detail-image img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    background-color: #e8e8e5;
}

.contact-info-section {
    padding: 3rem 2rem;
}

.contact-layout {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 3rem;
}

.contact-details {
    flex: 1;
}

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

.contact-item h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #2c5f4f;
}

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

.note-text {
    font-size: 0.95rem;
    color: #777;
    font-style: italic;
    margin-top: 0.5rem;
}

.contact-image-side {
    flex: 0 0 400px;
}

.contact-image-side img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 2rem;
    background-color: #e8e8e5;
}

.additional-info-box {
    background-color: #f5f5f3;
    padding: 2rem;
    border-radius: 6px;
}

.additional-info-box h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.additional-info-box p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.location-context {
    padding: 3rem 2rem;
    background-color: #fafaf8;
}

.project-list {
    list-style: disc;
    margin-left: 2rem;
}

.project-list li {
    margin-bottom: 1rem;
}

.thanks-section {
    padding: 4rem 2rem;
    background-color: #fafaf8;
}

.thanks-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.thanks-icon {
    margin-bottom: 2rem;
}

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

.thanks-message {
    margin-bottom: 3rem;
}

.thanks-message p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

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

.service-confirmation p {
    font-size: 1rem;
    color: #2c5f4f;
}

.thanks-next-steps {
    text-align: left;
    margin: 3rem 0;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 6px;
}

.thanks-next-steps h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

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

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

.thanks-actions {
    margin: 3rem 0;
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-secondary {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #e0e0e0;
    color: #2a2a2a;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 600;
    font-family: 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #d0d0d0;
}

.thanks-additional-info {
    text-align: left;
    margin-top: 3rem;
    padding: 2rem;
    background-color: #f5f5f3;
    border-radius: 6px;
}

.thanks-additional-info h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.thanks-additional-info p {
    font-size: 1.05rem;
    line-height: 1.7;
}

.related-content {
    padding: 3rem 2rem;
    background-color: #ffffff;
}

.related-content h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 400;
}

.related-links {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.related-card {
    flex: 1 1 250px;
    padding: 2rem;
    background-color: #f5f5f3;
    border-radius: 6px;
}

.related-card h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2c5f4f;
}

.related-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #4a4a4a;
}

.related-card a {
    color: #2c5f4f;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.related-card a:hover {
    color: #1e4235;
}

.legal-content {
    background-color: #fafaf8;
    padding: 3rem 2rem;
}

.legal-document {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 4rem;
    border-radius: 6px;
}

.legal-document h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    color: #1a1a1a;
}

.last-updated {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 3rem;
    font-style: italic;
}

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

.legal-section h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #2c5f4f;
}

.legal-section h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
    color: #2a2a2a;
}

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

.legal-section ul,
.legal-section ol {
    margin: 1rem 0 1.5rem 2rem;
}

.legal-section li {
    margin-bottom: 0.7rem;
    font-size: 1rem;
    line-height: 1.6;
}

.legal-section a {
    color: #2c5f4f;
    text-decoration: underline;
    transition: color 0.3s ease;
}

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

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

    .nav-links {
        flex-direction: column;
        gap: 0.8rem;
        text-align: center;
    }

    .ad-disclosure {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid #ddd;
        padding-top: 0.8rem;
    }

    .story-intro h1 {
        font-size: 2rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .service-cards-editorial {
        flex-direction: column;
    }

    .service-card {
        max-width: 100%;
    }

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

    .service-detail-image {
        flex: 1;
        width: 100%;
    }

    .contact-layout {
        flex-direction: column;
    }

    .contact-image-side {
        flex: 1;
        width: 100%;
    }

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

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

    .related-links {
        flex-direction: column;
    }

    .legal-document {
        padding: 2rem;
    }
}
