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

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

.header-top {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
}

.ad-label {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 12px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.header-editorial {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.container-narrow {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2a2a2a;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

.article-flow {
    padding: 48px 0 80px;
}

.article-title {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 32px;
    color: #1a1a1a;
}

.article-intro {
    margin-bottom: 48px;
}

.lead-text {
    font-size: 22px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 20px;
}

.article-intro p {
    font-size: 18px;
    margin-bottom: 16px;
}

.article-image {
    margin: 48px 0;
    background-color: #f5f5f5;
}

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

.article-image-medium {
    margin: 40px auto;
    max-width: 600px;
}

.article-body {
    font-size: 19px;
    line-height: 1.8;
}

.article-body h2 {
    font-size: 32px;
    margin-top: 56px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #1a1a1a;
}

.article-body p {
    margin-bottom: 24px;
}

.article-body ul {
    margin-bottom: 24px;
    padding-left: 28px;
}

.article-body li {
    margin-bottom: 12px;
}

.article-quote {
    margin: 48px 0;
    padding: 32px 40px;
    border-left: 4px solid #2a2a2a;
    background-color: #f9f9f9;
    font-style: italic;
    font-size: 22px;
}

.article-quote p {
    margin-bottom: 0;
}

.inline-cta {
    margin: 48px 0;
    padding: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.inline-cta p {
    margin-bottom: 16px;
}

.btn-inline {
    display: inline-block;
    padding: 12px 28px;
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    transition: background-color 0.2s;
}

.btn-inline:hover {
    background-color: #1a1a1a;
    cursor: pointer;
}

.services-embedded {
    margin: 48px 0;
}

.service-card-editorial {
    margin-bottom: 40px;
    padding: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

.service-card-editorial h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 600;
}

.service-card-editorial p {
    font-size: 17px;
    margin-bottom: 16px;
    color: #555;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.btn-select-service {
    padding: 12px 28px;
    background-color: #2a2a2a;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.form-section {
    margin: 56px 0;
    padding: 40px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.form-section.hidden {
    display: none;
}

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

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

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

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

.form-group textarea {
    resize: vertical;
}

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

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

.disclaimer-box {
    margin: 56px 0 32px;
    padding: 24px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.disclaimer-box small {
    font-size: 14px;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #ccc;
    padding: 56px 0 24px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 40px;
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 16px;
    font-size: 16px;
}

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

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

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

.footer-section a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

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

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2a2a2a;
    color: #fff;
    padding: 24px;
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

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

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

.btn-cookie,
.btn-cookie-secondary {
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.2s;
}

.btn-cookie {
    background-color: #fff;
    color: #2a2a2a;
}

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

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

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

.services-list-editorial {
    margin: 48px 0;
}

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

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

.service-image {
    margin-bottom: 32px;
    background-color: #f5f5f5;
}

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

.service-detail-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.service-detail-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.service-price-large {
    font-size: 32px;
    font-weight: 700;
    color: #2a2a2a;
    margin: 24px 0 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.services-cta-section {
    margin-top: 64px;
    padding: 40px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.services-cta-section h2 {
    margin-top: 0;
}

.contact-content {
    margin-top: 32px;
}

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

.contact-detail {
    margin-bottom: 32px;
}

.contact-detail h3 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

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

.contact-note {
    margin: 48px 0;
    padding: 32px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.contact-note h2 {
    margin-top: 0;
}

.contact-cta {
    margin-top: 48px;
    padding: 32px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    text-align: center;
}

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

.thanks-content {
    text-align: center;
    padding: 40px 0;
}

.thanks-service-info {
    margin: 40px 0;
    padding: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 18px;
}

.thanks-cta {
    margin-top: 48px;
}

.email-text {
    font-weight: 600;
}

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

.legal-content h2 {
    font-size: 28px;
    margin-top: 48px;
    margin-bottom: 20px;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 16px;
}

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

.legal-content ul {
    margin-bottom: 20px;
    padding-left: 32px;
}

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

@media (max-width: 768px) {
    .article-title {
        font-size: 32px;
    }

    .lead-text {
        font-size: 19px;
    }

    .article-body {
        font-size: 17px;
    }

    .article-body h2 {
        font-size: 26px;
    }

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

    .nav-links {
        gap: 16px;
    }

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

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

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

    .service-card-editorial {
        padding: 24px;
    }

    .form-section {
        padding: 24px;
    }
}