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

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

a:hover {
    color: #0d3a6e;
}

.ad-notice {
    background-color: #f8f8f8;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.nav-minimal {
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 24px;
    font-weight: 600;
    color: #1a5490;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.nav-links {
    display: flex;
    gap: 35px;
}

.nav-links a {
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    color: #444;
    transition: color 0.3s ease;
}

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

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

.editorial-hero {
    background-color: #fafafa;
    padding: 80px 30px 60px;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto 50px;
    text-align: center;
}

.hero-content-narrow h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 400;
}

.lead-text {
    font-size: 22px;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

.hero-image-container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #e8e8e8;
}

.hero-image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.editorial-content {
    padding: 80px 30px;
}

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

.editorial-content h2 {
    font-size: 36px;
    line-height: 1.3;
    margin: 60px 0 25px;
    font-weight: 400;
    color: #1a1a1a;
}

.editorial-content h3 {
    font-size: 28px;
    line-height: 1.4;
    margin: 45px 0 20px;
    font-weight: 400;
    color: #2c2c2c;
}

.editorial-content h4 {
    font-size: 22px;
    line-height: 1.4;
    margin: 35px 0 15px;
    font-weight: 600;
    color: #2c2c2c;
}

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

.editorial-content ul {
    margin: 25px 0 25px 30px;
}

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

.inline-image-block {
    margin: 50px 0;
    background-color: #f9f9f9;
    padding: 0;
}

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

.image-caption {
    padding: 15px 20px;
    font-size: 15px;
    color: #777;
    font-style: italic;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.content-card-inline {
    background-color: #f7f9fb;
    padding: 30px;
    margin: 35px 0;
    border-left: 4px solid #1a5490;
}

.content-card-inline h4 {
    margin-top: 0;
    color: #1a5490;
}

.content-card-inline p {
    margin-bottom: 0;
}

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

.btn-primary {
    display: inline-block;
    background-color: #1a5490;
    color: #ffffff;
    padding: 16px 40px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #1a5490;
    padding: 16px 40px;
    font-size: 18px;
    border: 2px solid #1a5490;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.testimonial {
    border-left: 4px solid #d4d4d4;
    padding-left: 30px;
    margin: 40px 0;
    font-style: italic;
    color: #555;
}

.testimonial p {
    font-size: 20px;
    line-height: 1.6;
}

.testimonial cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.service-card-editorial {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 35px;
    margin-bottom: 30px;
}

.service-card-editorial h4 {
    margin-top: 0;
    font-size: 24px;
    color: #1a1a1a;
}

.service-card-editorial .price {
    font-size: 28px;
    font-weight: 600;
    color: #1a5490;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.link-arrow {
    color: #1a5490;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: color 0.3s ease;
}

.link-arrow:hover {
    color: #0d3a6e;
}

.form-section-editorial {
    background-color: #f9f9f9;
    padding: 50px 40px;
    margin: 60px 0;
}

.form-section-editorial h3 {
    margin-top: 0;
}

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

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

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.form-group textarea {
    resize: vertical;
}

.disclaimer-text {
    font-size: 14px;
    color: #888;
    font-style: italic;
    margin-top: 50px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 3px solid #ccc;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.page-header-editorial {
    background-color: #f7f9fb;
    padding: 60px 30px 50px;
    border-bottom: 1px solid #e0e0e0;
}

.page-header-editorial h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 400;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.page-header-editorial .lead-text {
    max-width: 680px;
    margin: 0 auto;
}

.service-detail-block {
    margin: 60px 0;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.service-header h2 {
    margin: 0;
    font-size: 32px;
}

.service-price {
    font-size: 32px;
    font-weight: 600;
    color: #1a5490;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.service-image {
    margin: 30px 0;
    background-color: #f0f0f0;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
}

.service-content h3 {
    font-size: 24px;
    margin-top: 35px;
}

.contact-info-block {
    background-color: #f9f9f9;
    padding: 30px;
    margin: 30px 0;
    border-left: 4px solid #1a5490;
}

.contact-info-block h3 {
    margin-top: 0;
    font-size: 20px;
    color: #1a5490;
}

.contact-info-block p {
    margin-bottom: 0;
}

.faq-block {
    margin: 35px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.faq-block h4 {
    margin-top: 0;
    color: #1a5490;
}

.faq-block p {
    margin-bottom: 0;
}

.thanks-content {
    text-align: center;
    padding: 80px 30px;
}

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

.thanks-content h1 {
    font-size: 42px;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.thanks-info {
    background-color: #f7f9fb;
    padding: 40px;
    margin: 40px 0;
    text-align: left;
}

.thanks-info ul {
    margin: 20px 0 0 30px;
}

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

.thanks-additional {
    margin-top: 60px;
    text-align: left;
    background-color: #fafafa;
    padding: 30px;
}

.thanks-additional h4 {
    margin-top: 0;
}

.legal-content h2 {
    font-size: 30px;
    margin-top: 50px;
}

.legal-content h3 {
    font-size: 22px;
    margin-top: 35px;
}

.legal-content h4 {
    font-size: 19px;
    margin-top: 25px;
}

.cookie-table {
    background-color: #f9f9f9;
    padding: 25px;
    margin: 25px 0;
    border-left: 4px solid #1a5490;
}

.cookie-table h4 {
    margin-top: 0;
    color: #1a5490;
    font-size: 18px;
}

.cookie-table p {
    margin-bottom: 10px;
}

.footer-editorial {
    background-color: #2c2c2c;
    color: #cccccc;
    padding: 60px 30px 30px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border-top: 2px solid #1a5490;
    padding: 25px 30px;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    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 {
    margin: 0;
    font-size: 16px;
    color: #333;
    flex: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.btn-accept,
.btn-reject {
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

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

@media (max-width: 768px) {
    .hero-content-narrow h1 {
        font-size: 36px;
    }

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

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

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

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

    .nav-links {
        gap: 20px;
    }

    .service-header {
        flex-direction: column;
        gap: 15px;
    }

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

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

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

    .thanks-actions a {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}