* {
    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;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #ddd;
    font-family: Arial, sans-serif;
}

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

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

.brand {
    font-size: 22px;
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
}

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

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

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

.editorial-main {
    background-color: #fff;
    min-height: 80vh;
}

.editorial-content {
    max-width: 680px;
    margin: 0 auto;
    padding: 60px 30px 80px;
}

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

.editorial-header h1 {
    font-size: 42px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-weight: 600;
}

.editorial-lead {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.editorial-image {
    margin: 45px 0;
    background-color: #f5f5f5;
}

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

.editorial-image-small {
    margin: 35px auto;
    max-width: 520px;
}

.editorial-section {
    margin-bottom: 45px;
}

.editorial-section h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 22px;
    font-weight: 600;
}

.editorial-section h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #2a2a2a;
    margin-top: 30px;
    margin-bottom: 16px;
    font-weight: 600;
}

.editorial-section h4 {
    font-size: 19px;
    line-height: 1.4;
    color: #333;
    margin-top: 24px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.editorial-section p {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

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

.editorial-section li {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 10px;
}

.inline-cta {
    margin: 40px 0;
    padding: 25px 30px;
    background-color: #f8f8f8;
    border-left: 4px solid #1a1a1a;
}

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

.cta-text-link {
    color: #1a1a1a;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}

.cta-text-link:hover {
    color: #555;
}

.services-cards-inline {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-card-editorial {
    padding: 35px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

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

.service-card-editorial .price {
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.btn-select-service {
    padding: 14px 28px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: background-color 0.2s;
}

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

.testimonial-inline {
    margin: 35px 0;
    padding: 30px;
    background-color: #f5f5f5;
    border-left: 3px solid #666;
}

.testimonial-inline p {
    font-size: 19px;
    font-style: italic;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.testimonial-inline footer {
    font-size: 16px;
    color: #666;
    font-style: normal;
    font-family: Arial, sans-serif;
}

.form-section-inline {
    margin: 55px 0;
    padding: 45px 40px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.form-section-inline h2 {
    font-size: 30px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.form-section-inline p {
    font-size: 17px;
    margin-bottom: 30px;
    color: #444;
}

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

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2a2a2a;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #1a1a1a;
}

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

.btn-submit {
    padding: 15px 35px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    font-size: 17px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-weight: 600;
    transition: background-color 0.2s;
}

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

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

.disclaimer-text {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    font-family: Arial, sans-serif;
}

.services-detailed {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.service-detail-card {
    padding: 40px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
}

.service-detail-card h3 {
    font-size: 28px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.price-large {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    margin: 15px 0;
    font-family: Arial, sans-serif;
}

.service-intro {
    font-size: 18px;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.service-content {
    margin: 30px 0;
}

.contact-info-block {
    padding: 35px;
    background-color: #f8f8f8;
    border-left: 4px solid #333;
    margin: 35px 0;
}

.contact-info-block h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-info-block h3:first-child {
    margin-top: 0;
}

.contact-info-block p {
    font-size: 17px;
    line-height: 1.7;
    color: #333;
}

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

.process-list {
    margin-left: 25px;
}

.process-list li {
    margin-bottom: 18px;
}

.checklist-style {
    list-style: none;
    margin-left: 0;
}

.checklist-style li::before {
    content: "✓ ";
    color: #1a1a1a;
    font-weight: bold;
    margin-right: 8px;
}

.thanks-cta-block {
    padding: 35px;
    background-color: #f0f0f0;
    margin: 40px 0;
    text-align: center;
}

.thanks-cta-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.thanks-cta-block p {
    font-size: 17px;
    color: #444;
}

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

.legal-content h3 {
    font-size: 22px;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #ccc;
    padding: 50px 0 30px;
}

.footer-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

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

.footer-column h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
    font-family: Arial, sans-serif;
}

.footer-column p {
    font-size: 15px;
    line-height: 1.6;
    color: #aaa;
    font-family: Arial, sans-serif;
}

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

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

.footer-column a {
    color: #ccc;
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #fff;
}

.footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding: 25px 30px 0;
    border-top: 1px solid #444;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    color: #888;
    font-family: Arial, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 25px;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-family: Arial, sans-serif;
}

.cookie-content a {
    color: #fff;
    text-decoration: underline;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 25px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: background-color 0.2s;
}

.btn-cookie-accept {
    background-color: #fff;
    color: #1a1a1a;
}

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

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

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

@media (max-width: 768px) {
    .editorial-header h1 {
        font-size: 34px;
    }

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

    .editorial-section h2 {
        font-size: 28px;
    }

    .editorial-section h3 {
        font-size: 22px;
    }

    .editorial-section p,
    .editorial-section li {
        font-size: 17px;
    }

    .nav-links {
        gap: 18px;
    }

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

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

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

    .cookie-buttons {
        width: 100%;
    }

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

    .service-card-editorial,
    .service-detail-card,
    .form-section-inline {
        padding: 25px;
    }
}