* {
    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;
}

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

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

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

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

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

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

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

.editorial-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 60px 20px 80px;
}

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

.hero-image-container {
    width: 100%;
    margin-bottom: 30px;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.editorial-content {
    font-size: 19px;
    line-height: 1.8;
}

.editorial-content h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 30px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.editorial-content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #2c2c2c;
}

.opening-statement {
    font-size: 23px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: 400;
}

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

.inline-image-block {
    margin: 40px 0;
    background-color: #e8e8e8;
    overflow: hidden;
}

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

.editorial-list {
    margin: 25px 0 25px 35px;
    list-style-type: disc;
}

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

.services-preview {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e0e0e0;
}

.service-cards-editorial {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 30px;
}

.service-card-editorial h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.service-card-editorial p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #444;
}

.price-tag {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.cta-select {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-select:hover {
    background-color: #234a24;
}

.form-section-editorial {
    margin-top: 50px;
    padding: 40px;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
}

.form-section-editorial h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 30px;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.form-group input[readonly] {
    background-color: #e8e8e8;
    color: #555;
}

.submit-btn {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.closing-section {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 2px solid #e0e0e0;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 20px;
    margin-top: 80px;
}

.footer-content {
    max-width: 760px;
    margin: 0 auto;
}

.footer-section {
    margin-bottom: 35px;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #a0a0a0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

.footer-contact {
    font-size: 14px;
    line-height: 1.8;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.footer-contact p {
    margin-bottom: 5px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #2c5f2d;
    padding: 20px;
    display: none;
    z-index: 1000;
}

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

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

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

.cookie-content a {
    color: #2c5f2d;
}

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

.cookie-accept,
.cookie-reject {
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.2s;
}

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

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

.cookie-reject {
    background-color: #e0e0e0;
    color: #2c2c2c;
}

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

.contact-info-block {
    margin-top: 30px;
}

.contact-info-block h2 {
    margin-top: 40px;
}

.services-detailed {
    margin-top: 40px;
}

.service-detail-block {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.service-detail-header h2 {
    margin: 0;
    flex: 1;
    min-width: 250px;
}

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

.cta-service {
    background-color: #2c5f2d;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.2s;
}

.cta-service:hover {
    background-color: #234a24;
}

.legal-content ul {
    margin: 20px 0 20px 35px;
    list-style-type: disc;
}

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

.thanks-content {
    text-align: center;
}

.thanks-message {
    margin-top: 40px;
}

.thanks-message h2 {
    text-align: left;
}

.thanks-message ul {
    text-align: left;
}

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

.btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    background-color: #2c5f2d;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.2s;
}

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

@media (max-width: 768px) {
    .editorial-content {
        font-size: 17px;
    }

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

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

    .opening-statement {
        font-size: 19px;
    }

    .nav-links {
        gap: 15px;
    }

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

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

    .cookie-buttons {
        justify-content: center;
    }

    .service-detail-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: center;
    }

    .btn-secondary {
        width: 100%;
        text-align: center;
    }
}