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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

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

.container-narrow {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

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

.nav-editorial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.nav-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    font-family: 'Arial', sans-serif;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.nav-links a {
    color: #4a4a4a;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
    font-family: 'Arial', sans-serif;
}

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

.ad-disclosure {
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
    padding: 0.25rem 0.5rem;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.editorial-main {
    padding: 3rem 0;
}

.hero-editorial {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.hero-editorial h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #1a1a1a;
    font-weight: 400;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 2rem;
}

.hero-image {
    margin: 2rem 0;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.content-section {
    margin-bottom: 3rem;
}

.content-section h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.3;
}

.content-section h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    color: #2c2c2c;
    font-weight: 600;
}

.content-section p {
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
}

.editorial-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.editorial-list li {
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
}

.inline-cta {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f0f7ff;
    border-left: 4px solid #0066cc;
}

.inline-cta p {
    margin: 0;
    font-size: 1.1rem;
}

.text-link {
    color: #0066cc;
    text-decoration: underline;
    transition: color 0.2s;
}

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

.img-right {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 3rem 0;
}

.img-right .text-block {
    flex: 1;
}

.img-right .img-block {
    flex: 1;
}

.img-right .img-block img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.inline-image-full {
    margin: 3rem 0;
}

.inline-image-full img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.testimonial-inline {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f9f9f9;
    border-left: 3px solid #666;
}

.testimonial-inline blockquote {
    margin: 0;
}

.testimonial-inline p {
    font-size: 1.15rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
}

.testimonial-inline cite {
    font-size: 0.95rem;
    color: #666;
    font-style: normal;
}

.steps-editorial {
    margin: 2rem 0;
}

.step {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.step:last-child {
    border-bottom: none;
}

.step h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    color: #0066cc;
}

.services-editorial {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-card {
    padding: 2rem;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-card h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.service-card p {
    margin-bottom: 1rem;
}

.service-card .price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0066cc;
    margin: 1.5rem 0;
    font-family: 'Arial', sans-serif;
}

.btn-service {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
}

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

.services-detailed {
    margin: 2rem 0;
}

.service-detail {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px solid #e0e0e0;
}

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

.service-detail h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.service-image {
    margin: 1.5rem 0;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-info ul {
    margin: 1rem 0 1.5rem 1.5rem;
}

.service-info li {
    margin-bottom: 0.5rem;
}

.price-large {
    font-size: 2.25rem;
    font-weight: 700;
    color: #0066cc;
    margin: 2rem 0;
    font-family: 'Arial', sans-serif;
}

.form-section-editorial {
    margin: 3rem 0;
    padding: 2.5rem;
    background-color: #f5f9fc;
    border-radius: 4px;
}

.contact-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #2c2c2c;
    font-family: 'Arial', sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.2s;
}

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

.btn-submit {
    padding: 1rem 2rem;
    background-color: #0066cc;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

.btn-primary {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
    font-weight: 600;
}

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

.cta-section-editorial {
    margin: 4rem 0;
    padding: 3rem 2rem;
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
}

.cta-section-editorial h2 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.cta-section-editorial p {
    color: #cccccc;
    margin-bottom: 2rem;
}

.disclaimer-section {
    padding: 1.5rem;
    background-color: #fff8e1;
    border-left: 4px solid #ffa000;
    margin: 3rem 0;
}

.disclaimer {
    font-size: 0.95rem;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookie-table th,
.cookie-table td {
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    text-align: left;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
}

.thanks-hero {
    text-align: center;
    padding: 3rem 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

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

.cookie-buttons {
    display: flex;
    gap: 1rem;
}

.btn-accept,
.btn-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: background-color 0.2s;
    font-family: 'Arial', sans-serif;
}

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

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

.btn-reject {
    background-color: #666666;
    color: #ffffff;
}

.btn-reject:hover {
    background-color: #4a4a4a;
}

.footer-main {
    background-color: #1a1a1a;
    color: #cccccc;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-column h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-family: 'Arial', sans-serif;
}

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

.footer-column ul li {
    margin-bottom: 0.5rem;
}

.footer-column ul li a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

@media (min-width: 768px) {
    .nav-editorial {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .hero-editorial h1 {
        font-size: 3rem;
    }

    .img-right {
        flex-direction: row;
        gap: 2.5rem;
    }

    .cookie-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .cookie-content p {
        text-align: left;
        flex: 1;
    }

    .footer-content {
        flex-direction: row;
        gap: 4rem;
    }
}

@media (min-width: 1024px) {
    .hero-editorial h1 {
        font-size: 3.25rem;
    }

    .services-editorial {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .service-card {
        flex: 1 1 calc(50% - 1rem);
    }
}