* {
    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;
}

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

a:hover {
    color: #0d3a6b;
}

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

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

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

.nav-brand {
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a5490;
}

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

.nav-links a {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

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

.editorial-main {
    background-color: #ffffff;
}

.editorial-article {
    max-width: 740px;
    margin: 0 auto;
    padding: 40px 30px 80px;
}

.article-hero {
    margin: 0 -30px 50px;
    position: relative;
}

.article-hero img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #ffffff;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
}

.article-hero-small {
    margin: 0 -30px 40px;
    position: relative;
}

.article-hero-small img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.hero-title-inline {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a5490;
}

.article-content {
    color: #3a3a3a;
}

.lead-paragraph {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #1a1a1a;
}

.article-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a5490;
}

.article-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content ul,
.article-content ol {
    margin-bottom: 25px;
    padding-left: 30px;
}

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

.inline-image-section {
    margin: 45px 0;
}

.inline-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.editorial-quote {
    font-size: 26px;
    font-style: italic;
    line-height: 1.5;
    margin: 45px 0;
    padding: 30px 40px;
    border-left: 4px solid #1a5490;
    background-color: #f8f8f8;
    color: #2c2c2c;
}

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

.btn-cta-text {
    font-size: 20px;
    color: #1a5490;
    font-weight: 600;
    border-bottom: 2px solid #1a5490;
    padding-bottom: 3px;
    transition: all 0.3s ease;
}

.btn-cta-text:hover {
    color: #0d3a6b;
    border-color: #0d3a6b;
}

.insight-box {
    background-color: #fffbf0;
    border: 2px solid #f0d090;
    padding: 30px;
    margin: 40px 0;
    border-radius: 4px;
}

.insight-box h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #c57a10;
}

.insight-box p {
    margin-bottom: 0;
}

.testimonial-inline {
    background-color: #f4f7fa;
    padding: 35px 40px;
    margin: 45px 0;
    border-left: 5px solid #1a5490;
}

.testimonial-content p {
    font-size: 20px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonial-content cite {
    font-size: 16px;
    font-style: normal;
    color: #666;
}

.services-preview {
    margin: 50px 0;
}

.services-preview h3 {
    font-size: 28px;
    margin-bottom: 30px;
    color: #1a5490;
}

.service-card-editorial {
    background-color: #f9f9f9;
    padding: 30px;
    margin-bottom: 25px;
    border-left: 4px solid #1a5490;
    transition: transform 0.3s ease;
}

.service-card-editorial:hover {
    transform: translateX(5px);
}

.service-card-editorial h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.service-card-editorial p {
    margin-bottom: 15px;
    font-size: 17px;
}

.price-reveal {
    font-size: 24px;
    font-weight: 700;
    color: #1a5490;
    margin-top: 10px;
}

.form-container {
    background-color: #f4f7fa;
    padding: 50px 40px;
    margin: 60px 0;
    border-radius: 4px;
}

.form-container h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a5490;
}

.form-container p {
    margin-bottom: 30px;
    font-size: 18px;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 15px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    background-color: #1a5490;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

.disclaimer-section {
    margin: 50px 0;
    padding: 25px;
    background-color: #f0f0f0;
    border-left: 3px solid #999;
}

.disclaimer-text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.references-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-top: 2px solid #ddd;
}

.references-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.references-list {
    font-size: 15px;
    line-height: 1.8;
}

.references-list li {
    margin-bottom: 12px;
}

.article-list {
    list-style: disc;
    padding-left: 30px;
}

.services-detailed {
    margin: 40px 0;
}

.service-block {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

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

.service-image {
    flex: 0 0 350px;
}

.service-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: #e8e8e8;
}

.service-text {
    flex: 1;
}

.service-text h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 15px;
}

.service-text p {
    margin-bottom: 15px;
    font-size: 17px;
}

.service-price {
    font-size: 26px;
    font-weight: 700;
    color: #1a5490;
    margin: 20px 0;
}

.btn-service {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #1a5490;
    color: #ffffff;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

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

.contact-info-section {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.contact-block h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #1a5490;
}

.contact-block p {
    margin-bottom: 10px;
}

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

.contact-additional {
    margin-top: 40px;
}

.thanks-container {
    text-align: center;
    padding: 60px 30px;
}

.thanks-icon {
    font-size: 80px;
    color: #4caf50;
    margin-bottom: 30px;
}

.thanks-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1a5490;
}

.thanks-content {
    max-width: 600px;
    margin: 0 auto;
}

.thanks-message {
    font-size: 20px;
    margin-bottom: 30px;
    color: #3a3a3a;
}

.service-selected {
    background-color: #e8f4f8;
    padding: 20px;
    margin: 30px 0;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #1a5490;
}

.next-steps {
    margin: 40px 0;
    text-align: left;
}

.next-steps h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #1a5490;
}

.steps-list {
    list-style: decimal;
    padding-left: 25px;
    text-align: left;
}

.steps-list li {
    margin-bottom: 15px;
    font-size: 17px;
}

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

.btn-primary,
.btn-secondary {
    display: inline-block;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #1a5490;
    color: #ffffff;
}

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

.btn-secondary {
    background-color: #f4f4f4;
    color: #2c2c2c;
    border: 1px solid #ccc;
}

.btn-secondary:hover {
    background-color: #e8e8e8;
}

.thanks-tip {
    background-color: #fffbf0;
    padding: 25px;
    margin-top: 40px;
    border-radius: 4px;
    text-align: left;
}

.thanks-tip h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #c57a10;
}

.thanks-tip p {
    margin-bottom: 10px;
}

.legal-page {
    max-width: 900px;
}

.legal-page h1 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #1a5490;
}

.legal-intro {
    font-size: 15px;
    color: #666;
    margin-bottom: 40px;
}

.legal-content h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #2c2c2c;
}

.legal-content h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #2c2c2c;
}

.legal-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

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

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

.footer-editorial {
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 50px 30px 20px;
}

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

.footer-column {
    flex: 1;
}

.footer-column h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

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

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

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

.footer-column ul li a {
    font-size: 15px;
    color: #cccccc;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid #444;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    color: #ffffff;
    padding: 20px;
    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;
}

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

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

.btn-cookie,
.btn-cookie-outline {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-cookie {
    background-color: #1a5490;
    color: #ffffff;
    border: none;
}

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

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

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

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

    .nav-links {
        gap: 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .lead-paragraph {
        font-size: 20px;
    }

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

    .editorial-quote {
        font-size: 20px;
        padding: 20px;
    }

    .service-block {
        flex-direction: column;
        gap: 25px;
    }

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

    .service-image {
        flex: 1;
        width: 100%;
    }

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

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

    .cookie-buttons {
        justify-content: center;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }
}
