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

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

h1, h2, h3, h4 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

p {
    margin-bottom: 1.2rem;
}

a {
    color: #1a5490;
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: #0d3a6b;
}

ul {
    margin-bottom: 1.2rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ad-disclosure {
    background-color: #f0f0f0;
    padding: 0.5rem 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #666;
    border-bottom: 1px solid #ddd;
}

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

.nav-minimal {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nav-brand a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a5490;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.nav-links a {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    color: #333;
    transition: color 0.2s;
}

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

.editorial-flow {
    background-color: #fff;
}

.hero-editorial {
    padding: 4rem 2rem 3rem;
    background-color: #fff;
}

.hero-content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.lead-text {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #555;
}

.hero-image-inline {
    max-width: 720px;
    margin: 3rem auto;
    background-color: #f5f5f5;
}

.hero-image-inline img {
    width: 100%;
    object-fit: cover;
}

.content-section-editorial {
    padding: 3rem 2rem;
}

.content-narrow {
    max-width: 720px;
    margin: 0 auto;
}

.visual-break {
    width: 100%;
    margin: 3rem 0;
    background-color: #f0f0f0;
}

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

.insight-box {
    background-color: #f9f6f1;
    border-left: 4px solid #d4a574;
    padding: 2rem;
    margin: 2.5rem 0;
}

.insight-text {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.6;
    margin: 0;
    color: #4a4a4a;
}

.testimonials-inline {
    padding: 3rem 2rem;
    background-color: #fafafa;
}

.testimonial-editorial {
    max-width: 720px;
    margin: 2rem auto;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.testimonial-editorial p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    font-style: italic;
}

.testimonial-editorial footer {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #777;
    font-style: normal;
}

.highlight-section {
    background-color: #f7f7f7;
}

.service-inline {
    margin: 3rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.price-inline {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a5490;
    margin: 1rem 0;
}

.cta-inline {
    display: inline-block;
    padding: 0.9rem 2rem;
    background-color: #1a5490;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-inline:hover {
    background-color: #0d3a6b;
}

.form-section-editorial {
    padding: 4rem 2rem;
    background-color: #fff;
}

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

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    font-size: 1rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border: 1px solid #ccc;
    background-color: #fff;
}

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

.btn-submit {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #1a5490;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.disclaimer-section {
    padding: 2rem;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
}

.disclaimer-text {
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #666;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #ccc;
    padding: 3rem 2rem 1.5rem;
}

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

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

.footer-column h4 {
    color: #fff;
    margin-bottom: 1rem;
}

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

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

.footer-column a {
    color: #ccc;
    font-size: 0.95rem;
    transition: color 0.2s;
}

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

.footer-column p {
    font-size: 0.9rem;
    line-height: 1.6;
}

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #fff;
    padding: 1.5rem 2rem;
    display: none;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 0.95rem;
}

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

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

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

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

.btn-reject {
    background-color: #555;
    color: #fff;
}

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

.service-detailed {
    margin: 3rem 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-image {
    margin-bottom: 2rem;
    background-color: #f5f5f5;
}

.service-image img {
    width: 100%;
    object-fit: cover;
}

.service-price {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a5490;
    margin: 1.5rem 0;
}

.cta-service {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: #1a5490;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-service:hover {
    background-color: #0d3a6b;
}

.cta-link {
    display: inline-block;
    margin: 0.5rem 1rem 0.5rem 0;
    padding: 0.8rem 1.8rem;
    background-color: #1a5490;
    color: #fff;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.cta-link:hover {
    background-color: #0d3a6b;
}

.contact-info-block {
    margin: 2rem 0;
}

.contact-item {
    margin: 2rem 0;
}

.contact-item h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.contact-item p {
    color: #555;
}

.legal-content h2 {
    margin-top: 3rem;
}

.legal-content h3 {
    margin-top: 2rem;
}

.thanks-hero {
    background-color: #f7f7f7;
}

.thanks-info {
    padding: 1.5rem;
    background-color: #e8f4f8;
    border-left: 4px solid #1a5490;
    margin: 2rem 0;
}

.next-steps {
    margin: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

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

    .nav-links {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .hero-editorial {
        padding: 2rem 1rem;
    }

    .content-section-editorial {
        padding: 2rem 1rem;
    }

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

    .footer-content {
        flex-direction: column;
    }
}