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

.ad-disclosure {
    background-color: #f8f9fa;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    color: #6c757d;
    border-bottom: 1px solid #dee2e6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

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

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

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

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

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

.editorial-content {
    background-color: transparent;
}

.article-hero {
    margin-bottom: 60px;
}

.article-hero h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

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

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

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

.story-section,
.insight-section,
.benefits-reveal,
.testimonials-inline,
.services-preview,
.form-section,
.disclaimer-section,
.values-section,
.team-section,
.cta-section,
.service-detail,
.comparison-note,
.contact-section,
.thanks-section,
.location-section {
    margin-bottom: 50px;
}

.story-section h2,
.insight-section h2,
.benefits-reveal h2,
.services-preview h2,
.form-section h2,
.values-section h2,
.team-section h2,
.cta-section h2,
.service-detail h2,
.comparison-note h2,
.contact-section h2,
.thanks-section h2,
.location-section h2 {
    font-size: 32px;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.service-detail h3,
.values-section h3,
.benefit-item h3 {
    font-size: 22px;
    line-height: 1.4;
    color: #2d3748;
    margin: 28px 0 16px;
    font-weight: 600;
}

.story-section p,
.insight-section p,
.benefits-reveal p,
.service-detail p,
.values-section p,
.team-section p,
.contact-section p,
.location-section p,
.thanks-content p {
    margin-bottom: 20px;
}

.section-image {
    margin: 40px 0;
    background-color: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

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

.inline-cta {
    margin: 40px 0;
    padding: 32px;
    background-color: #f7fafc;
    border-left: 4px solid #4299e1;
    border-radius: 4px;
}

.inline-cta p {
    margin-bottom: 16px;
    font-size: 16px;
    color: #4a5568;
}

.cta-link {
    display: inline-block;
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    border-bottom: 2px solid #4299e1;
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.cta-link:hover {
    color: #2c5282;
    border-color: #2c5282;
}

.benefits-list {
    margin-top: 32px;
}

.benefit-item {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e2e8f0;
}

.benefit-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.benefit-item p {
    color: #4a5568;
}

.testimonials-inline {
    margin: 60px 0;
}

.testimonials-inline blockquote {
    margin-bottom: 32px;
    padding: 28px;
    background-color: #ffffff;
    border-left: 4px solid #48bb78;
    border-radius: 4px;
    font-style: italic;
}

.testimonials-inline blockquote p {
    font-size: 19px;
    line-height: 1.7;
    color: #2d3748;
    margin-bottom: 12px;
}

.testimonials-inline cite {
    display: block;
    font-style: normal;
    font-size: 15px;
    color: #718096;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.services-grid {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

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

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

.service-card h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 12px;
    font-weight: 600;
}

.service-card p {
    margin-bottom: 16px;
    color: #4a5568;
}

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

.service-link {
    display: inline-block;
    color: #2b6cb0;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: color 0.2s ease;
}

.service-link:hover {
    color: #2c5282;
}

.editorial-form {
    margin-top: 32px;
    padding: 32px;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
}

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

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

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

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

.submit-btn {
    width: 100%;
    padding: 14px 24px;
    background-color: #2b6cb0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    transition: background-color 0.2s ease;
}

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

.disclaimer-section {
    margin-top: 60px;
    padding: 24px;
    background-color: #fef5e7;
    border: 1px solid #f0e5d8;
    border-radius: 4px;
}

.disclaimer {
    font-size: 14px;
    line-height: 1.6;
    color: #5a5a5a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.values-list,
.service-list {
    margin: 24px 0;
}

.value-item {
    margin-bottom: 28px;
}

.value-item p {
    color: #4a5568;
}

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

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

.service-list {
    padding-left: 24px;
}

.service-list li {
    margin-bottom: 12px;
    line-height: 1.7;
    color: #4a5568;
}

.comparison-note {
    margin-top: 60px;
    padding: 32px;
    background-color: #f7fafc;
    border-radius: 6px;
    text-align: center;
}

.comparison-note h2 {
    margin-bottom: 16px;
}

.comparison-note p {
    margin-bottom: 24px;
    color: #4a5568;
}

.contact-info-block {
    margin-bottom: 40px;
}

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

.contact-item h3 {
    font-size: 19px;
    color: #2d3748;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.contact-item p {
    color: #4a5568;
    margin-bottom: 8px;
}

.email-display {
    font-weight: 600;
    color: #2b6cb0;
}

.note {
    font-size: 15px;
    color: #718096;
    font-style: italic;
}

.contact-text ul {
    margin: 20px 0;
    padding-left: 24px;
}

.contact-text li {
    margin-bottom: 10px;
    color: #4a5568;
}

.thanks-section {
    text-align: center;
    padding: 40px 0;
}

.thanks-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background-color: #48bb78;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    font-weight: 700;
}

.thanks-content {
    margin: 32px 0;
    text-align: left;
}

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

.steps-list {
    margin-top: 20px;
    padding-left: 24px;
}

.steps-list li {
    margin-bottom: 16px;
    line-height: 1.7;
    color: #4a5568;
}

.legal-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

.legal-content h1 {
    font-size: 36px;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.update-date {
    font-size: 14px;
    color: #718096;
    margin-bottom: 40px;
    font-style: italic;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section h2 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 16px;
    font-weight: 600;
}

.legal-section h3 {
    font-size: 19px;
    color: #4a5568;
    margin: 24px 0 12px;
    font-weight: 600;
}

.legal-section p {
    margin-bottom: 16px;
    color: #4a5568;
}

.legal-list {
    margin: 16px 0;
    padding-left: 28px;
}

.legal-list li {
    margin-bottom: 12px;
    color: #4a5568;
}

.legal-list ul {
    margin-top: 8px;
    padding-left: 24px;
}

.legal-section a {
    color: #2b6cb0;
    text-decoration: underline;
}

.legal-section a:hover {
    color: #2c5282;
}

.site-footer {
    background-color: #2d3748;
    color: #cbd5e0;
    padding: 50px 40px 30px;
    margin-top: 80px;
}

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

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

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

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

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

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

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

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

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

.footer-bottom p {
    font-size: 13px;
    color: #a0aec0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a202c;
    color: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    display: none;
}

.cookie-banner.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.cookie-btn.accept {
    background-color: #48bb78;
    color: #ffffff;
}

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

.cookie-btn.reject {
    background-color: #4a5568;
    color: #ffffff;
}

.cookie-btn.reject:hover {
    background-color: #2d3748;
}

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

    .nav-links {
        gap: 20px;
    }

    .editorial-container {
        padding: 40px 20px 60px;
    }

    .article-hero h1 {
        font-size: 36px;
    }

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

    .story-section h2,
    .insight-section h2,
    .benefits-reveal h2,
    .services-preview h2,
    .form-section h2 {
        font-size: 28px;
    }

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

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

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