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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #1a1a1a;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

.editorial-container {
    max-width: 780px;
    margin: 0 auto;
    padding: 60px 30px;
}

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

.hero-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
    background-color: #f5f5f5;
    overflow: hidden;
}

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

.hero-text-narrow {
    max-width: 680px;
    margin: 0 auto;
}

.editorial-hero-small {
    margin-bottom: 50px;
    padding-top: 20px;
}

.editorial-hero h1,
.editorial-hero-small h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.lead {
    font-size: 20px;
    line-height: 1.5;
    color: #3a3a3a;
    margin-bottom: 20px;
}

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

.editorial-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: #2a2a2a;
}

.editorial-text h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.editorial-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 35px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.editorial-text ul,
.editorial-text ol {
    margin: 24px 0;
    padding-left: 30px;
}

.editorial-text li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
    color: #2a2a2a;
}

.editorial-text strong {
    font-weight: 600;
    color: #0a0a0a;
}

.inline-image-section {
    margin: 45px 0;
    background-color: #fafafa;
    padding: 20px;
}

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

.image-caption {
    font-size: 15px;
    color: #666;
    font-style: italic;
    text-align: center;
}

.editorial-visual-break {
    margin: 60px -30px;
    background-color: #f5f5f5;
}

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

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

.btn-text-link {
    display: inline-block;
    font-size: 18px;
    color: #0066cc;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 2px solid #0066cc;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.btn-text-link:hover {
    color: #004999;
    border-color: #004999;
}

.citation {
    color: #0066cc;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.citation:hover {
    color: #004999;
    text-decoration: underline;
}

.services-cards-editorial {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 45px 0;
}

.service-card {
    background-color: #fafafa;
    padding: 30px;
    transition: background-color 0.3s ease;
}

.service-card:hover {
    background-color: #f5f5f5;
}

.service-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    margin-bottom: 20px;
    background-color: #e8e8e8;
}

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

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 12px;
}

.service-card .price {
    font-size: 20px;
    font-weight: 700;
    color: #0066cc;
    margin-top: 15px;
}

.editorial-form {
    background-color: #fafafa;
    padding: 40px;
    margin: 40px 0;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    font-family: inherit;
}

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

.btn-submit {
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    padding: 14px 35px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.disclaimer-section {
    background-color: #fef9f0;
    padding: 30px;
    margin: 50px 0;
}

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

.editorial-references {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.editorial-references h3 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.references-list {
    list-style: decimal;
    padding-left: 25px;
}

.references-list li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #4a4a4a;
}

.references-list a {
    color: #0066cc;
    text-decoration: none;
}

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

.services-detail-section {
    margin: 50px 0;
}

.service-detail {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

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

.service-detail-image {
    flex: 1;
    min-width: 300px;
    background-color: #f5f5f5;
}

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

.service-detail-content {
    flex: 1;
    min-width: 300px;
    padding: 20px 0;
}

.service-detail-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.service-detail-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.service-price {
    font-size: 22px;
    font-weight: 700;
    color: #0066cc;
    margin-top: 20px;
}

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

.contact-info-block {
    margin-bottom: 45px;
}

.contact-info-block h2 {
    font-size: 24px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #0a0a0a;
}

.contact-info-block p {
    font-size: 17px;
    line-height: 1.6;
    color: #2a2a2a;
}

.email-display {
    font-weight: 600;
    color: #0066cc;
}

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

.thanks-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
}

.thanks-content {
    max-width: 680px;
    text-align: center;
}

.thanks-content h1 {
    font-size: 38px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #0a0a0a;
}

.thanks-details {
    margin: 35px 0;
}

.thanks-details p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #2a2a2a;
}

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

.btn-primary {
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #004999;
}

.btn-secondary {
    background-color: transparent;
    color: #0066cc;
    text-decoration: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: 2px solid #0066cc;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
    background-color: #0066cc;
    color: #ffffff;
}

.legal-page .editorial-text {
    max-width: 780px;
}

.legal-updated {
    font-size: 15px;
    color: #666;
    font-style: italic;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #0a0a0a;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.legal-content ul,
.legal-content ol {
    margin: 20px 0;
    padding-left: 25px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #2a2a2a;
}

.legal-content a {
    color: #0066cc;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.footer {
    background-color: #1a1a1a;
    color: #d0d0d0;
    padding: 50px 30px 20px;
    margin-top: 80px;
}

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

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

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

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-section ul li a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 25px 30px;
    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;
    flex-wrap: wrap;
}

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

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

.btn-cookie {
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-cookie.accept {
    background-color: #0066cc;
    color: #ffffff;
}

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

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

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

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

    .nav-links {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .editorial-hero h1,
    .editorial-hero-small h1 {
        font-size: 32px;
    }

    .lead {
        font-size: 18px;
    }

    .editorial-text p {
        font-size: 17px;
    }

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

    .editorial-text h3 {
        font-size: 20px;
    }

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

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

    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    .thanks-actions {
        flex-direction: column;
    }

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