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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #2c3e50;
    background-color: #ffffff;
}

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a365d;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-menu a {
    text-decoration: none;
    color: #4a5568;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #2b6cb0;
}

.editorial-container {
    max-width: 100%;
    margin: 0 auto;
}

.editorial-hero {
    position: relative;
    margin-bottom: 60px;
}

.hero-image-wrapper {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-color: #e9ecef;
}

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

.hero-content {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    max-width: 800px;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
    font-size: 22px;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

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

.editorial-intro {
    padding: 60px 20px;
}

.lead-text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #1a202c;
}

.editorial-intro p {
    font-size: 18px;
    margin-bottom: 25px;
}

.editorial-image-break {
    width: 100%;
    max-width: 900px;
    margin: 80px auto;
    padding: 0 20px;
    background-color: #f8f9fa;
}

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

.image-caption {
    padding: 20px;
    font-size: 15px;
    color: #6c757d;
    font-style: italic;
    text-align: center;
    background-color: #f8f9fa;
}

.editorial-story {
    padding: 60px 20px;
}

.editorial-story h2 {
    font-size: 38px;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #1a365d;
}

.editorial-story h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #2c5282;
}

.editorial-story p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.8;
}

.editorial-inline-image {
    width: 100%;
    height: auto;
    margin: 50px 0;
    object-fit: cover;
    background-color: #e9ecef;
}

.inline-cta-box {
    background-color: #ebf8ff;
    border-left: 4px solid #3182ce;
    padding: 30px;
    margin: 50px 0;
}

.cta-text {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1a365d;
}

.cta-link {
    display: inline-block;
    color: #2b6cb0;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #2b6cb0;
    transition: color 0.3s, border-color 0.3s;
}

.cta-link:hover {
    color: #1a4d8f;
    border-color: #1a4d8f;
}

.editorial-benefits {
    padding: 60px 20px;
    background-color: #f7fafc;
}

.benefit-card {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.benefit-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2c5282;
}

.benefit-card p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.editorial-services-intro {
    padding: 80px 20px;
}

.editorial-services-intro h2 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
    color: #1a365d;
}

.editorial-services-intro > .content-narrow > p {
    font-size: 19px;
    text-align: center;
    margin-bottom: 60px;
    color: #4a5568;
}

.services-list-editorial {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-item {
    margin-bottom: 60px;
    padding: 40px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
}

.service-item h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #1a365d;
}

.service-item p {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.7;
    color: #4a5568;
}

.service-price {
    font-size: 32px;
    font-weight: 700;
    color: #2b6cb0;
    margin: 25px 0;
}

.select-service-btn {
    background-color: #2b6cb0;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

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

.editorial-form-section {
    padding: 80px 20px;
    background-color: #f7fafc;
}

.editorial-form-section h2 {
    font-size: 38px;
    margin-bottom: 20px;
    color: #1a365d;
}

.editorial-form-section > .content-narrow > p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #4a5568;
}

.editorial-form {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #cbd5e0;
    border-radius: 4px;
    font-family: inherit;
    transition: border-color 0.3s;
}

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

.form-group input[readonly] {
    background-color: #f7fafc;
    cursor: not-allowed;
}

.form-submit-btn {
    background-color: #2b6cb0;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

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

.form-notice {
    margin-top: 20px;
    font-size: 14px;
    color: #6c757d;
}

.form-notice a {
    color: #2b6cb0;
    text-decoration: none;
}

.form-notice a:hover {
    text-decoration: underline;
}

.editorial-closing {
    padding: 80px 20px;
    background-color: #ebf8ff;
}

.editorial-closing h2 {
    font-size: 36px;
    margin-bottom: 25px;
    color: #1a365d;
}

.editorial-closing p {
    font-size: 19px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #2c5282;
}

.site-footer {
    background-color: #1a365d;
    color: #e2e8f0;
    padding: 60px 40px 20px;
}

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

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

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

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

.footer-links {
    list-style: none;
}

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

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

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

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 1.6;
    color: #cbd5e0;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #ffffff;
    padding: 25px 40px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    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;
    flex-wrap: wrap;
}

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

.cookie-content a {
    color: #90cdf4;
    text-decoration: none;
}

.cookie-content a:hover {
    text-decoration: underline;
}

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

.cookie-btn-accept,
.cookie-btn-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cookie-btn-accept {
    background-color: #2b6cb0;
    color: #ffffff;
}

.cookie-btn-accept:hover {
    background-color: #1a4d8f;
}

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

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

.page-header-editorial {
    padding: 80px 20px 40px;
    background-color: #f7fafc;
}

.page-header-editorial h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #1a365d;
}

.header-intro {
    font-size: 20px;
    color: #4a5568;
    line-height: 1.6;
}

.principle-box {
    background-color: #f7fafc;
    padding: 25px;
    margin: 30px 0;
    border-left: 4px solid #2b6cb0;
}

.principle-box h4 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #2c5282;
}

.principle-box p {
    font-size: 17px;
    color: #4a5568;
}

.cta-buttons-group {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cta-button-primary,
.cta-button-secondary {
    padding: 16px 32px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
}

.cta-button-primary {
    background-color: #2b6cb0;
    color: #ffffff;
}

.cta-button-primary:hover {
    background-color: #1a4d8f;
}

.cta-button-secondary {
    background-color: transparent;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
}

.cta-button-secondary:hover {
    background-color: #ebf8ff;
}

.editorial-cta-section {
    padding: 80px 20px;
    background-color: #ebf8ff;
}

.editorial-cta-section h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #1a365d;
}

.editorial-cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #2c5282;
}

.service-detail-box {
    display: flex;
    gap: 40px;
    margin: 40px 0;
    padding: 40px;
    background-color: #f7fafc;
    border-radius: 4px;
    flex-wrap: wrap;
}

.service-detail-info {
    flex: 2;
    min-width: 300px;
}

.service-detail-info h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #2c5282;
}

.service-detail-info ul {
    margin-left: 20px;
}

.service-detail-info li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #4a5568;
}

.service-detail-price {
    flex: 1;
    min-width: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 4px;
}

.price-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.price-amount {
    font-size: 36px;
    font-weight: 700;
    color: #2b6cb0;
    margin-bottom: 25px;
}

.contact-info-section {
    margin: 50px 0;
}

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

.contact-detail h3 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #2c5282;
}

.contact-detail p {
    font-size: 17px;
    line-height: 1.7;
    color: #4a5568;
}

.email-display {
    color: #4a5568;
    font-weight: 500;
}

.cta-box-inline {
    background-color: #ebf8ff;
    padding: 35px;
    margin: 50px 0;
    border-radius: 4px;
}

.cta-box-inline h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #1a365d;
}

.cta-box-inline p {
    font-size: 17px;
    color: #2c5282;
}

.thanks-section {
    padding: 100px 20px;
    background-color: #f7fafc;
}

.thanks-content {
    text-align: center;
}

.thanks-content h1 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #1a365d;
}

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

.thanks-service-info {
    background-color: #ebf8ff;
    padding: 25px;
    margin: 30px 0;
    border-radius: 4px;
}

.thanks-service-info p {
    font-size: 18px;
    color: #2c5282;
}

.thanks-next-steps {
    font-size: 17px;
    margin-bottom: 40px;
    color: #4a5568;
}

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

.thanks-btn-primary,
.thanks-btn-secondary {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: inline-block;
}

.thanks-btn-primary {
    background-color: #2b6cb0;
    color: #ffffff;
}

.thanks-btn-primary:hover {
    background-color: #1a4d8f;
}

.thanks-btn-secondary {
    background-color: transparent;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
}

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

.thanks-contact-info {
    margin-top: 50px;
}

.thanks-contact-info p {
    font-size: 15px;
    color: #6c757d;
}

.legal-content {
    padding: 40px 20px 80px;
}

.legal-content h2 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a365d;
}

.legal-content h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c5282;
}

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

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #4a5568;
}

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

.legal-content li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #4a5568;
}

.legal-content a {
    color: #2b6cb0;
    text-decoration: none;
}

.legal-content a:hover {
    text-decoration: underline;
}

.legal-update {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}

.cookies-table thead {
    background-color: #f7fafc;
}

.cookies-table th,
.cookies-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #e2e8f0;
    font-size: 15px;
}

.cookies-table th {
    font-weight: 600;
    color: #2c5282;
}

.cookies-table td {
    color: #4a5568;
}

@media (max-width: 768px) {
    .navigation {
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
    }

    .nav-menu {
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

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

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

    .editorial-story h2 {
        font-size: 30px;
    }

    .editorial-story h3 {
        font-size: 24px;
    }

    .service-detail-box {
        flex-direction: column;
    }

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

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

    .cta-buttons-group {
        flex-direction: column;
    }

    .cta-button-primary,
    .cta-button-secondary {
        text-align: center;
    }
}
