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

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

.ad-disclosure {
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a472a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

.editorial-header {
    margin-bottom: 50px;
    text-align: left;
}

.editorial-header.small {
    margin-bottom: 40px;
}

.header-image-wrapper {
    margin: 0 -20px 40px;
    background-color: #e8f5e9;
}

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

.editorial-header h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #1a472a;
    font-weight: 700;
}

.header-subtitle {
    font-size: 20px;
    color: #546e7a;
    line-height: 1.6;
    font-style: italic;
}

.editorial-intro {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.8;
}

.editorial-intro p {
    margin-bottom: 24px;
}

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

.editorial-content h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 24px;
    margin-top: 50px;
    color: #1a472a;
}

.editorial-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 30px;
    color: #2d6a4f;
}

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

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

.editorial-content li {
    margin-bottom: 12px;
}

.inline-image-section {
    margin: 60px 0;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
    background-color: #e8f5e9;
    object-fit: cover;
}

.image-caption {
    font-size: 15px;
    color: #78909c;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.inline-cta {
    background-color: #f1f8f4;
    padding: 40px;
    margin: 60px 0;
    border-left: 4px solid #2d6a4f;
}

.inline-cta h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #1a472a;
}

.inline-cta p {
    margin-bottom: 20px;
    font-size: 18px;
}

.cta-link {
    display: inline-block;
    padding: 14px 30px;
    background-color: #2d6a4f;
    color: #fff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-link:hover {
    background-color: #1a472a;
}

.service-inline-list {
    margin: 40px 0;
}

.service-inline-item {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-inline-item img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    background-color: #e8f5e9;
    object-fit: cover;
}

.service-inline-item h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #1a472a;
}

.service-inline-item p {
    margin-bottom: 16px;
    font-size: 18px;
}

.price-inline {
    font-weight: 600;
    color: #2d6a4f;
    font-size: 19px;
    margin-top: 20px;
}

.testimonial-inline {
    margin: 60px 0;
    padding: 40px;
    background-color: #fff;
    border-left: 4px solid #81c784;
}

.testimonial-inline blockquote {
    font-size: 20px;
    line-height: 1.7;
    font-style: italic;
    color: #37474f;
}

.testimonial-inline footer {
    margin-top: 20px;
    font-size: 16px;
    color: #78909c;
    font-style: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-form-section {
    margin: 70px 0;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.editorial-form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a472a;
}

.editorial-form-section > p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #546e7a;
}

.editorial-form {
    max-width: 600px;
}

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

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

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

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

.form-submit {
    padding: 14px 40px;
    background-color: #2d6a4f;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s;
}

.form-submit:hover {
    background-color: #1a472a;
}

.editorial-disclaimer {
    margin: 60px 0;
    padding: 30px;
    background-color: #fff3e0;
    border-left: 4px solid #ff9800;
}

.editorial-disclaimer h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #e65100;
}

.editorial-disclaimer p {
    font-size: 15px;
    line-height: 1.6;
    color: #5d4037;
}

.editorial-footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

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

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

.footer-copy {
    text-align: center;
    font-size: 14px;
    color: #90a4ae;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #263238;
    color: #fff;
    padding: 20px;
    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: 30px;
}

.cookie-content p {
    font-size: 15px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    flex: 1;
}

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

.cookie-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: opacity 0.3s;
}

.cookie-btn.accept {
    background-color: #4caf50;
    color: #fff;
}

.cookie-btn.accept:hover {
    opacity: 0.9;
}

.cookie-btn.reject {
    background-color: #757575;
    color: #fff;
}

.cookie-btn.reject:hover {
    opacity: 0.9;
}

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

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

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

.service-detail-image {
    flex: 0 0 300px;
    background-color: #e8f5e9;
}

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

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

.service-detail-content h2 {
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 0;
    color: #1a472a;
}

.service-detail-content p {
    margin-bottom: 14px;
    font-size: 17px;
}

.service-price {
    margin-top: 20px;
    color: #2d6a4f;
    font-size: 18px;
}

.editorial-cta-section {
    margin: 70px 0;
    padding: 50px;
    background-color: #e8f5e9;
    text-align: center;
}

.editorial-cta-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    color: #1a472a;
}

.editorial-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #546e7a;
}

.cta-button {
    display: inline-block;
    padding: 14px 40px;
    background-color: #2d6a4f;
    color: #fff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #1a472a;
}

.cta-button.secondary {
    background-color: #546e7a;
    margin-left: 12px;
}

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

.contact-content {
    margin: 40px 0;
}

.contact-info-block {
    margin-bottom: 50px;
    padding: 40px;
    background-color: #f1f8f4;
    border-left: 4px solid #2d6a4f;
}

.contact-info-block h2 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a472a;
}

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

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2d6a4f;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.contact-note {
    font-size: 15px;
    color: #78909c;
    font-style: italic;
    margin-top: 8px;
}

.contact-text {
    margin-bottom: 50px;
}

.contact-text h2 {
    font-size: 28px;
    margin-bottom: 20px;
    color: #1a472a;
}

.contact-text p {
    margin-bottom: 16px;
    font-size: 18px;
}

.contact-text a {
    color: #2d6a4f;
    text-decoration: underline;
}

.contact-text a:hover {
    color: #1a472a;
}

.contact-map-placeholder {
    margin: 50px 0;
}

.contact-map-placeholder img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 12px;
    background-color: #e8f5e9;
    object-fit: cover;
}

.thanks-content {
    text-align: center;
    padding: 60px 20px;
}

.thanks-icon {
    font-size: 80px;
    color: #4caf50;
    margin-bottom: 30px;
}

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

.thanks-message {
    font-size: 19px;
    margin-bottom: 40px;
    color: #546e7a;
}

.thanks-service-info {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #e8f5e9;
    border-radius: 4px;
}

.thanks-service-info p {
    font-size: 17px;
    color: #2c3e50;
}

.thanks-next-steps {
    margin: 50px auto;
    max-width: 600px;
    text-align: left;
}

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

.thanks-next-steps ol {
    list-style-position: inside;
    font-size: 17px;
}

.thanks-next-steps li {
    margin-bottom: 16px;
    line-height: 1.6;
}

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

.legal-page .editorial-header {
    margin-bottom: 40px;
}

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

.legal-content h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1a472a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
    color: #2d6a4f;
}

.legal-content p {
    margin-bottom: 16px;
    line-height: 1.7;
}

.legal-content ul {
    margin-left: 30px;
    margin-bottom: 16px;
}

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

.legal-updated {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-style: italic;
    color: #78909c;
}

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

    .nav-links {
        gap: 16px;
    }

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

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

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

    .editorial-content h2 {
        font-size: 26px;
    }

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

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

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

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

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

    .contact-info-block {
        padding: 30px 20px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}
