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

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

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

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

.container-wide {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-minimal {
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.nav-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 24px;
    font-weight: bold;
    color: #1a4d7a;
}

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

.nav-inline a {
    text-decoration: none;
    color: #2a2a2a;
    font-size: 16px;
    transition: color 0.3s;
}

.nav-inline a:hover {
    color: #1a4d7a;
}

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

.hero-editorial {
    padding: 80px 0 60px;
}

.hero-editorial h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: normal;
}

.lead-text {
    font-size: 20px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 40px;
}

.hero-image-wrapper {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.content-section {
    padding: 60px 0;
}

.content-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: normal;
    color: #1a1a1a;
}

.content-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.bg-light {
    background-color: #fafafa;
}

.bg-dark {
    background-color: #1a4d7a;
    color: #ffffff;
}

.bg-dark h2,
.bg-dark p {
    color: #ffffff;
}

.inline-cta-section {
    padding: 50px 0;
}

.cta-inline-block {
    border-left: 4px solid #1a4d7a;
    padding-left: 30px;
    margin: 40px 0;
}

.cta-inline-block h3 {
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: normal;
}

.btn-text-link {
    color: #1a4d7a;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #1a4d7a;
    padding-bottom: 2px;
    transition: opacity 0.3s;
}

.btn-text-link:hover {
    opacity: 0.7;
}

.inline-image-block {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.services-pricing-section {
    padding: 70px 0;
}

.section-intro {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    font-style: italic;
}

.services-editorial-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

.service-item h3 {
    font-size: 26px;
    margin-bottom: 12px;
    color: #1a4d7a;
    font-weight: normal;
}

.service-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.price-tag {
    font-size: 28px;
    color: #1a4d7a;
    font-weight: bold;
}

.form-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.form-section h2 {
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: normal;
}

.form-section p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
}

.editorial-form {
    max-width: 100%;
}

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

.form-group label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2a2a2a;
}

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

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

.btn-primary {
    background-color: #1a4d7a;
    color: #ffffff;
    padding: 14px 40px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: background-color 0.3s;
}

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

.btn-secondary {
    background-color: #ffffff;
    color: #1a4d7a;
    padding: 14px 40px;
    font-size: 18px;
    border: 2px solid #ffffff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

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

.trust-section {
    padding: 70px 0;
}

.trust-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: normal;
}

.testimonial-inline {
    margin: 30px 0;
    padding-left: 30px;
    border-left: 3px solid #1a4d7a;
}

.testimonial-inline p {
    font-size: 19px;
    line-height: 1.7;
    color: #3a3a3a;
    font-style: italic;
    margin-bottom: 12px;
}

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

.final-cta-section {
    padding: 80px 0;
    text-align: center;
}

.final-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}

.final-cta-section p {
    font-size: 20px;
    margin-bottom: 30px;
}

.footer-editorial {
    background-color: #2a2a2a;
    color: #d0d0d0;
    padding: 60px 0 30px;
}

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

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

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

.footer-column p {
    font-size: 14px;
    line-height: 1.6;
}

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

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

.footer-column a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

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

.footer-bottom {
    border-top: 1px solid #444;
    padding-top: 30px;
    text-align: center;
}

.disclaimer {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    display: none;
    z-index: 1000;
}

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

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

.cookie-content p {
    flex: 1;
    margin: 0;
    font-size: 14px;
}

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

.btn-cookie {
    background-color: #1a4d7a;
    color: #ffffff;
    padding: 10px 24px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
}

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

.btn-cookie-outline {
    background-color: transparent;
    color: #ffffff;
    padding: 10px 24px;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-cookie-outline:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.contact-page-layout {
    padding: 80px 0;
}

.contact-info-block {
    background-color: #f9f9f9;
    padding: 40px;
    margin-bottom: 40px;
}

.contact-info-block h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: normal;
}

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

.contact-detail h3 {
    font-size: 18px;
    color: #1a4d7a;
    margin-bottom: 8px;
    font-weight: normal;
}

.contact-detail p {
    font-size: 16px;
    color: #4a4a4a;
}

.services-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 60px 0;
}

.service-card {
    background-color: #fafafa;
    padding: 30px;
    border-left: 4px solid #1a4d7a;
}

.service-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #1a4d7a;
    font-weight: normal;
}

.service-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #4a4a4a;
}

.service-price {
    font-size: 26px;
    color: #1a4d7a;
    font-weight: bold;
}

.about-page-section {
    padding: 60px 0;
}

.about-page-section h2 {
    font-size: 32px;
    margin-bottom: 24px;
    font-weight: normal;
}

.about-page-section p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.about-image-wrapper {
    margin: 40px 0;
    background-color: #f5f5f5;
}

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

.legal-page {
    padding: 60px 0;
}

.legal-page h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: normal;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 16px;
    font-weight: normal;
}

.legal-page p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #3a3a3a;
}

.legal-page ul {
    margin: 16px 0 16px 40px;
}

.legal-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #3a3a3a;
}

.thanks-page {
    padding: 100px 0;
    text-align: center;
}

.thanks-page h1 {
    font-size: 42px;
    margin-bottom: 24px;
    color: #1a4d7a;
    font-weight: normal;
}

.thanks-page p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #4a4a4a;
}

.thanks-page .btn-primary {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .hero-editorial h1 {
        font-size: 32px;
    }

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

    .nav-inline {
        flex-direction: column;
        gap: 20px;
    }

    .nav-inline ul {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

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

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