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

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

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

.cookie-banner.show {
    display: flex;
    justify-content: center;
}

.cookie-content {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

.btn-accept,
.btn-reject {
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-accept {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #3d6849;
}

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

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

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

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

.ad-disclosure {
    background-color: #f5f5f5;
    color: #666;
    font-size: 11px;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nav-editorial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.nav-brand {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

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

.article-hero {
    position: relative;
    margin-bottom: 40px;
    background-color: #1a1a1a;
}

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

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    padding: 60px 40px 40px;
    color: #ffffff;
}

.article-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.article-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.95;
    font-style: italic;
}

.article-content {
    padding: 0 20px;
}

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

.article-content p {
    margin-bottom: 24px;
    font-size: 18px;
}

.article-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #1a1a1a;
}

.inline-image-section {
    margin: 48px 0;
    background-color: #f8f8f8;
    padding: 0;
}

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

.image-caption {
    padding: 16px 20px;
    font-size: 14px;
    font-style: italic;
    color: #666;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
}

.article-quote {
    margin: 40px 0;
    padding: 24px 32px;
    border-left: 4px solid #4a7c59;
    background-color: #f9f9f9;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
    color: #2c2c2c;
}

.service-highlight-inline {
    background-color: #e8f4ed;
    padding: 32px;
    margin: 48px 0;
    border-radius: 4px;
}

.service-highlight-inline h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-highlight-inline p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4a4a4a;
}

.cta-inline {
    display: inline-block;
    padding: 12px 28px;
    background-color: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.cta-inline:hover {
    background-color: #3d6849;
}

.stat-highlight {
    margin: 40px 0;
    padding: 32px;
    background-color: #f0f0f0;
    text-align: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number {
    font-size: 56px;
    font-weight: 700;
    color: #4a7c59;
    line-height: 1;
}

.stat-label {
    font-size: 15px;
    color: #4a4a4a;
    max-width: 400px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.stat-label a {
    color: #4a7c59;
    text-decoration: none;
}

.stat-label a:hover {
    text-decoration: underline;
}

.services-inline {
    margin: 64px 0;
    padding: 48px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.services-inline h2 {
    margin-top: 0;
    text-align: center;
    margin-bottom: 48px;
}

.service-card {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 48px;
    border-bottom: 1px solid #f0f0f0;
}

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

.service-icon {
    width: 100%;
    background-color: #f5f5f5;
}

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

.service-details h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.service-details p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.service-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.price-amount {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.price-unit {
    font-size: 14px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-select-service {
    padding: 14px 32px;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    align-self: flex-start;
}

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

.form-section {
    margin: 64px 0;
    padding: 48px 32px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

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

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

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.btn-submit {
    padding: 16px 40px;
    background-color: #4a7c59;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    align-self: flex-start;
}

.btn-submit:hover {
    background-color: #3d6849;
}

.testimonials-section {
    margin: 64px 0;
}

.testimonials-section h2 {
    margin-bottom: 40px;
}

.testimonial {
    margin-bottom: 40px;
    padding: 32px;
    background-color: #f5f5f5;
    border-left: 3px solid #4a7c59;
}

.testimonial-text {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #3a3a3a;
}

.testimonial-author {
    font-size: 15px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
}

.closing-cta {
    margin: 64px 0;
    padding: 48px;
    background-color: #2c2c2c;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
}

.closing-cta h3 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #ffffff;
}

.closing-cta p {
    font-size: 18px;
    margin-bottom: 28px;
    color: #e0e0e0;
}

.btn-cta-primary {
    display: inline-block;
    padding: 16px 40px;
    background-color: #4a7c59;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

.btn-cta-primary:hover {
    background-color: #3d6849;
}

.disclaimer-section {
    margin: 48px 0;
    padding: 24px 28px;
    background-color: #fff8e1;
    border-left: 4px solid #f9a825;
    border-radius: 4px;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.disclaimer-text strong {
    color: #2c2c2c;
}

.references-section {
    margin: 48px 0;
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.references-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.references-list a {
    color: #4a7c59;
    text-decoration: none;
}

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

.footer-editorial {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 60px 20px 24px;
}

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

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

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

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

.footer-links {
    list-style: none;
}

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

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

.footer-bottom p {
    font-size: 13px;
    color: #999;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@media (max-width: 768px) {
    .nav-links {
        gap: 20px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .article-title {
        font-size: 36px;
    }

    .article-subtitle {
        font-size: 18px;
    }

    .hero-overlay {
        padding: 40px 24px 24px;
    }

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

    .lead-paragraph {
        font-size: 20px;
    }

    .article-content p {
        font-size: 17px;
    }

    .article-quote {
        font-size: 20px;
        padding: 20px 24px;
    }

    .service-highlight-inline {
        padding: 24px;
    }

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

    .closing-cta {
        padding: 32px 24px;
    }

    .closing-cta h3 {
        font-size: 26px;
    }

    .footer-content {
        flex-direction: column;
        gap: 32px;
    }
}
