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

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

.ad-disclosure {
    background-color: #f4f1ea;
    text-align: center;
    padding: 8px 16px;
    font-size: 13px;
    color: #5a5a5a;
    border-bottom: 1px solid #e0ddd5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.logo {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.nav-links a:hover {
    color: #2c3e50;
}

.editorial-container {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #ffffff;
}

.hero-editorial {
    padding: 60px 30px 40px;
    background-color: #fafaf8;
}

.hero-text-narrow {
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.hero-text-narrow h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 24px;
    color: #1a2633;
    font-weight: 600;
}

.lead-text {
    font-size: 21px;
    line-height: 1.6;
    color: #4a5568;
    font-style: italic;
}

.hero-image-inline {
    max-width: 800px;
    margin: 0 auto;
}

.hero-image-inline img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

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

.content-narrow h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 20px;
    color: #1a2633;
    font-weight: 600;
}

.content-narrow h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 40px;
    margin-bottom: 16px;
    color: #2c3e50;
    font-weight: 600;
}

.content-narrow p {
    margin-bottom: 22px;
}

.inline-image-float {
    float: right;
    margin: 10px 0 30px 35px;
    max-width: 380px;
}

.inline-image-float img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
    background-color: #f5f3ed;
}

.inline-image-float-right {
    float: right;
    margin: 10px 0 30px 35px;
    max-width: 380px;
}

.inline-image-float-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3px;
    background-color: #f5f3ed;
}

.inline-image-center {
    margin: 40px 0;
}

.inline-image-center img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background-color: #f5f3ed;
}

.image-full-bleed {
    margin: 50px 0;
}

.image-full-bleed img {
    width: 100%;
    height: auto;
    display: block;
    background-color: #f5f3ed;
}

.editorial-list {
    margin: 25px 0 25px 30px;
    line-height: 1.8;
}

.editorial-list li {
    margin-bottom: 12px;
    padding-left: 8px;
}

.cta-inline {
    background-color: #f8f7f4;
    padding: 28px 32px;
    margin: 45px 0;
    border-left: 4px solid #3498db;
}

.cta-inline p {
    margin-bottom: 12px;
    font-size: 18px;
}

.btn-text-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s;
}

.btn-text-link:hover {
    border-bottom-color: #3498db;
}

.services-editorial {
    background-color: #fafaf8;
    padding: 60px 30px;
}

.service-cards-editorial {
    max-width: 1100px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.service-card {
    background-color: #ffffff;
    padding: 35px;
    border: 1px solid #e8e5dd;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.service-image {
    margin-bottom: 20px;
}

.service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background-color: #f5f3ed;
}

.service-card h2,
.service-card h3 {
    font-size: 26px;
    margin-bottom: 14px;
    color: #1a2633;
    font-weight: 600;
}

.service-card p {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #4a5568;
}

.service-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 18px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.btn-service {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    align-self: flex-start;
}

.btn-service:hover {
    background-color: #2980b9;
}

.form-section {
    background-color: #ffffff;
    padding: 60px 30px;
}

.editorial-form {
    max-width: 600px;
    margin: 30px auto 0;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #d1cfc8;
    border-radius: 4px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    background-color: #fafaf9;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
    background-color: #ffffff;
}

.btn-submit {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 16px 36px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.disclaimer-section {
    background-color: #fef9f3;
    border: 1px solid #f0e9dc;
    padding: 30px;
    margin: 50px 0;
    border-radius: 4px;
}

.disclaimer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #5a5a5a;
}

.footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 50px 30px 20px;
}

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

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

.footer-section h4 {
    font-size: 18px;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #bdc3c7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.footer-section ul li a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.footer-bottom p {
    font-size: 14px;
    color: #95a5a6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 10px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.btn-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

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

.btn-cookie-reject {
    background-color: #7f8c8d;
    color: #ffffff;
}

.btn-cookie-reject:hover {
    background-color: #6c7a7b;
}

.legal-content h1 {
    font-size: 38px;
    margin-bottom: 30px;
}

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

.legal-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 12px;
}

.legal-content ul {
    margin: 16px 0 16px 30px;
    line-height: 1.7;
}

.legal-content ul li {
    margin-bottom: 10px;
}

.legal-content a {
    color: #3498db;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s;
}

.legal-content a:hover {
    border-bottom-color: #3498db;
}

.contact-info-block {
    background-color: #f8f7f4;
    padding: 35px;
    margin: 35px 0;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

.contact-info-block h2 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.contact-info-block h2:first-child {
    margin-top: 0;
}

.contact-info-block p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 0;
}

.thanks-page h1 {
    color: #27ae60;
    margin-bottom: 30px;
}

.service-confirmation {
    background-color: #e8f5e9;
    padding: 20px;
    border-radius: 4px;
    margin: 30px 0;
    border-left: 4px solid #27ae60;
}

.service-confirmation p {
    margin: 0;
    font-size: 17px;
    color: #2c3e50;
}

.steps-list {
    margin: 30px 0 30px 30px;
    line-height: 1.8;
}

.steps-list li {
    margin-bottom: 16px;
    padding-left: 10px;
}

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

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-text-narrow h1 {
        font-size: 32px;
    }

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

    .content-narrow h2 {
        font-size: 28px;
    }

    .content-narrow h3 {
        font-size: 22px;
    }

    .inline-image-float,
    .inline-image-float-right {
        float: none;
        margin: 30px 0;
        max-width: 100%;
    }

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

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

    .cookie-buttons {
        width: 100%;
        justify-content: stretch;
    }

    .btn-cookie-accept,
    .btn-cookie-reject {
        flex: 1;
    }
}