* {
    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 #ddd;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.main-nav {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

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

.nav-links {
    list-style: none;
    display: flex;
    gap: 28px;
}

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

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

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

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

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

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

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

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

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

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

.update-date {
    font-size: 14px;
    color: #888;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.content-flow p {
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 1.7;
}

.content-flow h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-flow h3 {
    font-size: 24px;
    margin-top: 36px;
    margin-bottom: 18px;
    color: #2c2c2c;
    font-weight: 600;
}

.content-flow h4 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 14px;
    color: #2c2c2c;
    font-weight: 600;
}

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

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

.image-caption {
    display: block;
    padding: 14px 20px;
    font-size: 15px;
    color: #666;
    font-style: italic;
    background-color: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

.btn-secondary {
    display: inline-block;
    background-color: #f0f0f0;
    color: #2c2c2c;
    padding: 14px 32px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s;
    margin-left: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 32px;
    margin-bottom: 28px;
    transition: box-shadow 0.2s;
}

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

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

.service-card p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.price {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.select-service {
    background-color: #2c2c2c;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.form-section {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 40px;
    margin: 50px 0;
}

.form-section h3 {
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 24px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

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

.form-group input,
.form-group textarea {
    padding: 12px 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: border-color 0.2s;
}

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

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

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

.testimonial {
    background-color: #f5f5f5;
    border-left: 4px solid #2c2c2c;
    padding: 24px 28px;
    margin: 36px 0;
    font-style: italic;
}

.testimonial p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.testimonial cite {
    display: block;
    font-size: 15px;
    color: #666;
    font-style: normal;
    margin-top: 12px;
}

.disclaimer-box {
    background-color: #fff9e6;
    border: 1px solid #e6d68a;
    border-radius: 6px;
    padding: 28px;
    margin: 50px 0;
}

.disclaimer-box h4 {
    font-size: 18px;
    margin-bottom: 14px;
    color: #1a1a1a;
}

.disclaimer-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 0;
}

.references-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 6px;
}

.references-section h4 {
    font-size: 20px;
    margin-bottom: 18px;
    color: #1a1a1a;
}

.references-list {
    list-style-position: outside;
    padding-left: 24px;
}

.references-list li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 12px;
    color: #4a4a4a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.references-list a {
    color: #2c2c2c;
    text-decoration: underline;
}

.editorial-footer {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

.footer-copy {
    text-align: center;
    font-size: 13px;
    color: #888;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 24px;
    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: 24px;
}

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

.cookie-content a {
    color: #ffffff;
    text-decoration: underline;
}

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

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

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

.btn-accept:hover {
    opacity: 0.9;
}

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

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

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

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin: 40px 0;
}

.contact-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.contact-item p {
    font-size: 17px;
    line-height: 1.6;
    color: #4a4a4a;
}

.email-display {
    font-family: 'Courier New', monospace;
    background-color: #f5f5f5;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
}

.note-text {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.info-list {
    list-style-position: outside;
    padding-left: 24px;
    margin: 24px 0;
}

.info-list li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.thanks-content {
    text-align: center;
    padding: 60px 0;
}

.thanks-icon {
    font-size: 72px;
    color: #2c2c2c;
    margin-bottom: 24px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border: 3px solid #2c2c2c;
    border-radius: 50%;
}

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

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

.thanks-details {
    text-align: left;
    max-width: 600px;
    margin: 0 auto 40px;
}

.thanks-details h2 {
    font-size: 26px;
    margin-bottom: 18px;
}

.thanks-actions {
    margin: 40px 0;
}

.thanks-info {
    background-color: #f9f9f9;
    border-radius: 6px;
    padding: 28px;
    margin: 40px 0;
    text-align: left;
}

.thanks-info h3 {
    font-size: 20px;
    margin-bottom: 14px;
}

.service-selected {
    background-color: #e8f5e9;
    border: 1px solid #4caf50;
    border-radius: 4px;
    padding: 16px;
    margin: 20px 0;
    font-size: 17px;
    text-align: left;
}

.legal-page .content-flow {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.legal-list {
    list-style-position: outside;
    padding-left: 24px;
    margin: 20px 0;
}

.legal-list li {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.cookie-table th,
.cookie-table td {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    text-align: left;
}

.cookie-table th {
    background-color: #f5f5f5;
    font-weight: 600;
    font-size: 15px;
}

.cookie-table td {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .editorial-container {
        padding: 0 20px;
        margin: 40px auto;
    }

    .nav-container {
        padding: 0 20px;
    }

    .nav-links {
        gap: 16px;
    }

    .nav-links a {
        font-size: 14px;
    }

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

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

    .content-flow h2 {
        font-size: 26px;
    }

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

    .content-flow p {
        font-size: 17px;
    }

    .service-card {
        padding: 24px;
    }

    .service-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

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

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

    .cookie-buttons {
        width: 100%;
    }

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