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

.ad-disclosure {
    background-color: #f0e6d6;
    padding: 12px 20px;
    text-align: center;
    font-size: 14px;
    color: #6b5d4f;
    border-bottom: 1px solid #d4c4b0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.editorial-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 6%;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

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

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

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

.editorial-header {
    margin-bottom: 48px;
    text-align: center;
}

.editorial-header h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.subtitle {
    font-size: 20px;
    color: #6a6a6a;
    font-style: italic;
    line-height: 1.5;
}

.editorial-image {
    margin: 48px 0;
    background-color: #e8e8e8;
}

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

.editorial-content {
    margin-top: 36px;
}

.lead-paragraph {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 28px;
    color: #1a1a1a;
}

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

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

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

.editorial-content ul,
.editorial-content ol {
    margin-bottom: 24px;
    padding-left: 32px;
}

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

.editorial-image-inline {
    margin: 36px 0;
    background-color: #e8e8e8;
}

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

.inline-cta {
    margin: 32px 0;
    padding: 24px 0;
    text-align: center;
}

.text-link {
    color: #1a5490;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.text-link:hover {
    color: #0d3a6a;
}

.insight-box {
    background-color: #f5f5f0;
    border-left: 4px solid #9b8b6f;
    padding: 28px 32px;
    margin: 36px 0;
}

.insight-box h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 16px;
}

.insight-box ul {
    margin-bottom: 0;
}

.testimonial-inline {
    margin: 36px 0;
    padding: 32px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.testimonial-inline blockquote {
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: #3a3a3a;
}

.testimonial-inline cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-size: 16px;
    color: #6a6a6a;
}

.cta-block {
    background-color: #f9f7f2;
    border: 2px solid #d8d0c0;
    padding: 42px 36px;
    margin: 52px 0;
    text-align: center;
}

.cta-block h3 {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 16px;
}

.cta-block p {
    margin-bottom: 28px;
}

.editorial-form {
    max-width: 480px;
    margin: 0 auto;
    text-align: left;
}

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

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

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

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #8a7a5f;
}

.btn-primary {
    background-color: #3a5a7a;
    color: #ffffff;
    padding: 14px 36px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-primary:hover {
    background-color: #2c4660;
}

.disclaimer-section {
    background-color: #fef9f0;
    border: 1px solid #e8dcc0;
    padding: 32px;
    margin: 48px 0;
    font-size: 16px;
    color: #4a4a4a;
}

.disclaimer-section h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 14px;
}

.service-card {
    margin: 48px 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
}

.service-card:last-of-type {
    border-bottom: none;
}

.service-card h2 {
    margin-top: 0;
}

.service-image {
    margin: 24px 0;
    background-color: #e8e8e8;
}

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

.service-price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 24px;
    padding: 18px 24px;
    background-color: #f0f4f7;
    border-left: 3px solid #3a5a7a;
}

.price-label {
    font-size: 16px;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.cta-section {
    background-color: #3a5a7a;
    color: #ffffff;
    padding: 48px 36px;
    margin: 52px 0;
    text-align: center;
}

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

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

.cta-section .btn-primary {
    background-color: #ffffff;
    color: #3a5a7a;
}

.cta-section .btn-primary:hover {
    background-color: #f0f0f0;
}

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

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

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

.contact-info-block {
    margin: 42px 0;
}

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

.contact-detail h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-value {
    font-size: 18px;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.contact-note {
    font-size: 15px;
    color: #6a6a6a;
    font-style: italic;
}

.contact-email-display {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
}

.thanks-content .steps-list {
    margin: 42px 0;
}

.step-item {
    margin-bottom: 32px;
}

.step-item h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.info-box {
    background-color: #e8f2f7;
    border-left: 4px solid #3a5a7a;
    padding: 24px 28px;
    margin: 36px 0;
}

.info-box h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 12px;
}

.link-cards {
    display: flex;
    gap: 24px;
    margin: 36px 0;
}

.link-card {
    flex: 1;
    background-color: #f5f5f0;
    padding: 24px;
    border: 1px solid #d8d8d8;
}

.link-card h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.link-card h3 a {
    color: #1a5490;
    text-decoration: none;
}

.link-card h3 a:hover {
    text-decoration: underline;
}

.link-card p {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 0;
}

.closing-message {
    text-align: center;
    font-style: italic;
    font-size: 19px;
    margin-top: 48px;
}

.legal-content {
    max-width: 780px;
}

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

.legal-content h2 {
    margin-top: 42px;
}

.legal-content h3 {
    margin-top: 28px;
}

.editorial-footer {
    background-color: #2c2c2c;
    color: #d8d8d8;
    padding: 52px 6% 28px;
    margin-top: 72px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-section {
    flex: 1;
}

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

.footer-section p {
    font-size: 15px;
    line-height: 1.6;
    color: #b8b8b8;
}

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

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

.footer-section ul li a {
    color: #d8d8d8;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}

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

.footer-bottom {
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #4a4a4a;
    font-size: 14px;
    color: #a8a8a8;
}

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

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

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

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

.btn-accept {
    background-color: #3a5a7a;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #2c4660;
}

.btn-reject {
    background-color: #6a6a6a;
    color: #ffffff;
}

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

@media (max-width: 768px) {
    .nav-links {
        gap: 16px;
        font-size: 14px;
    }

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

    .subtitle {
        font-size: 18px;
    }

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

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

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

    .link-cards {
        flex-direction: column;
    }
}