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

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

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e0;
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-brand {
    font-size: 24px;
    font-weight: 600;
    color: #2c5f4f;
    letter-spacing: -0.5px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

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

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

.ad-disclosure {
    font-size: 12px;
    color: #666;
    padding: 4px 10px;
    background-color: #f5f5f0;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.editorial-main {
    background-color: #fafaf8;
}

.editorial-content {
    max-width: 100%;
}

.hero-editorial {
    position: relative;
    margin-bottom: 60px;
    background-color: #e8e8e0;
}

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

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

.hero-text-overlay {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
    max-width: 800px;
    padding: 0 20px;
}

.hero-text-overlay h1 {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-text-overlay p {
    font-size: 20px;
    line-height: 1.6;
}

.content-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-header {
    text-align: center;
    padding: 80px 20px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.page-header h1 {
    font-size: 48px;
    color: #2c5f4f;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-header .subtitle {
    font-size: 20px;
    color: #666;
    font-style: italic;
}

.intro-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 30px;
    font-weight: 400;
}

.content-narrow h2 {
    font-size: 32px;
    color: #2c5f4f;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.content-narrow h3 {
    font-size: 24px;
    color: #2c5f4f;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-narrow p {
    margin-bottom: 20px;
}

.content-narrow ul,
.content-narrow ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.content-narrow li {
    margin-bottom: 10px;
}

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

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    background-color: #f0f0e8;
    margin: 0;
}

.testimonial-block {
    margin: 50px 0;
    padding: 40px;
    background-color: #f5f5f0;
    border-left: 4px solid #2c5f4f;
}

.testimonial-block blockquote {
    margin: 0;
}

.testimonial-block p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 15px;
}

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

.cta-inline {
    margin: 40px 0;
    text-align: center;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 32px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    border: none;
    cursor: pointer;
    font-weight: 500;
}

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

.btn-primary:hover {
    background-color: #234a3d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 95, 79, 0.3);
}

.btn-secondary {
    background-color: transparent;
    color: #2c5f4f;
    border: 2px solid #2c5f4f;
}

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

.final-cta-section {
    margin: 60px 0;
    padding: 50px;
    background-color: #e8ebe8;
    text-align: center;
}

.final-cta-section h3 {
    font-size: 28px;
    color: #2c5f4f;
    margin-bottom: 15px;
}

.final-cta-section p {
    font-size: 18px;
    margin-bottom: 25px;
}

.disclaimer-section {
    margin: 60px 0 40px;
    padding: 30px;
    background-color: #fff9e6;
    border: 1px solid #e5d9b0;
    border-radius: 4px;
}

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

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

.service-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e0;
}

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

.service-content h2 {
    margin-top: 0;
}

.service-pricing {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 25px 0 20px;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2c5f4f;
}

.price-detail {
    font-size: 16px;
    color: #666;
}

.btn-select-service {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2c5f4f;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.btn-select-service:hover {
    background-color: #234a3d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 95, 79, 0.3);
}

.form-section {
    margin: 60px 0;
    padding: 50px;
    background-color: #f5f5f0;
    border-radius: 4px;
    display: none;
}

.form-section.active {
    display: block;
}

.form-section h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0c8;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: #ffffff;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #2c5f4f;
    box-shadow: 0 0 0 3px rgba(44, 95, 79, 0.1);
}

.form-group input[readonly] {
    background-color: #f0f0e8;
    color: #666;
}

.service-notes {
    margin: 50px 0;
    padding: 30px;
    background-color: #f0f0e8;
    border-radius: 4px;
}

.service-notes h3 {
    margin-top: 0;
}

.contact-info-block {
    margin: 50px 0;
}

.contact-detail {
    margin-bottom: 40px;
}

.contact-detail h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.contact-approach {
    margin: 50px 0;
    padding: 40px;
    background-color: #f5f5f0;
}

.location-context {
    margin: 50px 0;
}

.contact-cta {
    margin: 60px 0;
    padding: 50px;
    background-color: #e8ebe8;
    text-align: center;
}

.contact-email-display {
    font-size: 22px;
    font-weight: 600;
    color: #2c5f4f;
    margin-top: 15px;
}

.thanks-page {
    text-align: center;
    padding: 80px 20px;
}

.thanks-icon {
    margin-bottom: 30px;
}

.thanks-page h1 {
    font-size: 42px;
    color: #2c5f4f;
    margin-bottom: 20px;
}

.thanks-lead {
    font-size: 20px;
    margin-bottom: 40px;
}

.thanks-details,
.thanks-info,
.thanks-contact {
    margin: 40px 0;
    text-align: left;
}

.thanks-info ul {
    margin-top: 20px;
}

.thanks-cta {
    margin-top: 50px;
}

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

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

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

.legal-content a {
    color: #2c5f4f;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #234a3d;
}

.legal-content strong {
    font-weight: 600;
}

.footer {
    background-color: #2a3a35;
    color: #d0d0c8;
    padding: 60px 0 20px;
    margin-top: 80px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
    color: #d0d0c8;
    margin-bottom: 10px;
}

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

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

.footer-column ul li a {
    color: #d0d0c8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #a0a0a0;
}

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

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    transition: all 0.3s ease;
}

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

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

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

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

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

    .nav-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

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

    .hero-text-overlay p {
        font-size: 18px;
    }

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

    .content-narrow h2 {
        font-size: 28px;
    }

    .testimonial-block {
        padding: 25px;
    }

    .final-cta-section {
        padding: 30px 20px;
    }

    .form-section {
        padding: 30px 20px;
    }

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

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

    .cookie-actions {
        width: 100%;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        flex: 1;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }

    .hero-image-wrapper {
        height: 400px;
    }

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

    .hero-text-overlay p {
        font-size: 16px;
    }

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

    .price {
        font-size: 26px;
    }
}