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

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

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

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

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

.logo {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    letter-spacing: -0.5px;
}

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

.nav-links a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: #4a4a4a;
    text-decoration: none;
    transition: color 0.2s;
}

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

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

.editorial-hero {
    margin-bottom: 50px;
}

.hero-image-wrapper {
    margin-bottom: 35px;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.editorial-hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

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

.page-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.page-header h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1a1a1a;
}

.editorial-content {
    font-size: 19px;
    line-height: 1.8;
}

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

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

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

.inline-image {
    margin: 45px 0;
    background-color: #e8e8e8;
    border-radius: 4px;
    overflow: hidden;
}

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

.insight-box {
    background-color: #f7f7f7;
    border-left: 4px solid #3a3a3a;
    padding: 30px;
    margin: 40px 0;
}

.insight-box h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.insight-box p {
    margin-bottom: 0;
    font-size: 18px;
}

.editorial-list {
    margin: 25px 0;
    padding-left: 30px;
}

.editorial-list li {
    margin-bottom: 12px;
    font-size: 19px;
}

.cta-inline {
    margin: 45px 0;
    padding: 35px;
    background-color: #2c2c2c;
    color: #ffffff;
    border-radius: 4px;
}

.cta-text {
    font-size: 20px;
    margin-bottom: 18px;
    color: #ffffff;
}

.cta-link {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 12px 28px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.cta-link:hover {
    background-color: #ffffff;
    color: #2c2c2c;
}

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

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 35px;
    transition: box-shadow 0.2s;
}

.service-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card h3 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.price {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.select-service-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.form-section {
    margin: 60px 0;
    padding: 45px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.form-section h2 {
    margin-top: 0;
}

.editorial-form {
    margin-top: 35px;
}

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #2c2c2c;
}

.form-group input,
.form-group textarea {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    background-color: #ffffff;
    transition: border-color 0.2s;
}

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

.selected-service-display {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    padding: 12px 15px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    color: #666;
}

.selected-service-display.has-service {
    color: #1a1a1a;
    font-weight: 500;
}

.submit-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

.submit-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.testimonial-section {
    margin: 50px 0;
    padding: 40px;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.testimonial-section blockquote {
    font-size: 20px;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
}

.testimonial-section cite {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-style: normal;
    margin-top: 18px;
    color: #666;
}

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

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

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

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

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

.footer-column h4 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.footer-column p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #b0b0b0;
}

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

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

.footer-column ul li a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.2s;
}

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

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

.footer-bottom p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
    color: #888;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 30px;
    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: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-content p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    flex: 1;
    min-width: 300px;
}

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

.cookie-btn {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

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

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

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

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

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

.service-detailed-card {
    margin-bottom: 50px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.service-image {
    background-color: #e8e8e8;
}

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

.service-detailed-content {
    padding: 35px;
}

.service-detailed-content h2 {
    margin-top: 0;
}

.service-price {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 20px;
}

.service-link {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
    border: 2px solid #2c2c2c;
    padding: 12px 28px;
    border-radius: 4px;
    margin-top: 10px;
    transition: background-color 0.2s, color 0.2s;
}

.service-link:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.cta-section {
    margin: 60px 0;
    padding: 45px;
    background-color: #2c2c2c;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
}

.cta-section h2 {
    color: #ffffff;
    margin-top: 0;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2c2c2c;
    background-color: #ffffff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

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

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

.contact-block h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
}

.contact-block p {
    font-size: 17px;
}

.email-display {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2c2c2c;
}

.contact-note {
    font-size: 15px;
    color: #666;
    margin-top: 15px;
}

.faq-section {
    margin: 40px 0;
}

.faq-item {
    margin-bottom: 35px;
}

.faq-item h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
}

.faq-item p {
    font-size: 17px;
}

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

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

.thanks-content h1 {
    font-size: 38px;
    margin-bottom: 20px;
}

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

.service-confirmation {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 20px;
    background-color: #f0f0f0;
    border-radius: 4px;
    color: #2c2c2c;
}

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

.next-steps h2 {
    margin-top: 0;
}

.steps-list {
    padding-left: 25px;
}

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

.thanks-cta {
    text-align: left;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f7f7f7;
    border-radius: 4px;
}

.thanks-cta p {
    font-size: 18px;
    margin-bottom: 15px;
}

.preparation-list {
    padding-left: 25px;
}

.preparation-list li {
    font-size: 16px;
    margin-bottom: 10px;
}

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

.back-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2c2c2c;
    text-decoration: none;
    border: 2px solid #2c2c2c;
    padding: 12px 28px;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.back-link:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.legal-page .editorial-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.legal-page .editorial-content ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.last-updated {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .editorial-container {
        padding: 30px 20px 60px;
    }

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

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

    .editorial-content {
        font-size: 17px;
    }

    .editorial-content h2 {
        font-size: 26px;
        margin-top: 35px;
    }

    .nav-container {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .nav-links {
        gap: 20px;
    }

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

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

    .form-section {
        padding: 30px 20px;
    }

    .service-detailed-content {
        padding: 25px;
    }

    .cta-section {
        padding: 30px 20px;
    }
}