* {
    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-notice {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d0d0d0;
    padding: 8px 20px;
    text-align: center;
    font-size: 13px;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

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

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

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

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

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

.editorial-content {
    max-width: 100%;
}

.article-hero {
    background-color: #fff;
    padding: 60px 20px 40px;
    border-bottom: 1px solid #e8e8e8;
}

.page-hero {
    background-color: #fff;
    padding: 80px 20px 50px;
    border-bottom: 1px solid #e8e8e8;
}

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

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

.lead-text {
    font-size: 22px;
    color: #555;
    line-height: 1.5;
    font-style: italic;
}

.hero-image {
    max-width: 900px;
    width: 100%;
    height: auto;
    display: block;
    margin: 40px auto 0;
    border-radius: 4px;
}

.story-section {
    background-color: #fff;
    padding: 50px 20px;
}

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

.content-narrow p {
    margin-bottom: 24px;
    font-size: 19px;
    line-height: 1.7;
}

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

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

.inline-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 40px 0;
    border-radius: 4px;
    display: block;
}

.insight-box {
    background-color: #f8f9fa;
    border-left: 4px solid #3a7bd5;
    padding: 28px 32px;
    margin: 36px 0;
    border-radius: 0 4px 4px 0;
}

.insight-box p {
    margin: 0;
    font-size: 18px;
    font-style: italic;
    color: #2c2c2c;
}

.insight-box a {
    color: #3a7bd5;
    text-decoration: underline;
}

.inline-cta {
    display: inline-block;
    background-color: #3a7bd5;
    color: #fff;
    padding: 14px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    margin: 20px 0;
    transition: background-color 0.2s;
}

.inline-cta:hover {
    background-color: #2d5fa8;
}

.cta-section {
    background-color: #f4f6f8;
    padding: 42px 36px;
    margin: 50px 0;
    border-radius: 6px;
    text-align: center;
}

.cta-section h3 {
    margin: 0 0 20px 0;
    font-size: 26px;
    color: #1a1a1a;
}

.cta-section p {
    margin-bottom: 24px;
}

.cta-button {
    display: inline-block;
    background-color: #3a7bd5;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    transition: background-color 0.2s;
}

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

.cta-button-secondary {
    display: inline-block;
    background-color: #6c757d;
    color: #fff;
    padding: 16px 36px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    transition: background-color 0.2s;
    margin-left: 12px;
}

.cta-button-secondary:hover {
    background-color: #5a6268;
}

.services-section {
    background-color: #fff;
    padding: 50px 20px;
}

.service-card {
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    padding: 32px;
    margin: 30px 0;
    border-radius: 6px;
}

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

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

.service-price {
    font-size: 24px;
    font-weight: 700;
    color: #3a7bd5;
    margin: 20px 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.select-service {
    background-color: #3a7bd5;
    color: #fff;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.select-service:hover {
    background-color: #2d5fa8;
}

.form-section {
    background-color: #f4f6f8;
    padding: 50px 20px;
}

.selected-service-display {
    background-color: #e7f3ff;
    border-left: 4px solid #3a7bd5;
    padding: 16px 20px;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
}

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

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

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

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

.submit-button {
    background-color: #3a7bd5;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.submit-button:hover {
    background-color: #2d5fa8;
}

.testimonials-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

.testimonials-section h2 {
    font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
    color: #1a1a1a;
}

.testimonial {
    background-color: #fff;
    border-left: 4px solid #3a7bd5;
    padding: 30px 36px;
    margin: 30px 0;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #2c2c2c;
}

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

.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 90;
}

.sticky-cta-button {
    display: block;
    background-color: #e74c3c;
    color: #fff;
    padding: 16px 28px;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.2s;
}

.sticky-cta-button:hover {
    background-color: #c0392b;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.main-footer {
    background-color: #2c2c2c;
    color: #d0d0d0;
    padding: 50px 20px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

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

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

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

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

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

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

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

.footer-section a:hover {
    color: #fff;
}

.references {
    list-style: decimal;
    padding-left: 20px;
}

.references li {
    margin-bottom: 12px;
    font-size: 13px;
}

.footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 24px;
    background-color: #3a3a3a;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.6;
}

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

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 24px 20px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
    z-index: 1000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.cookie-banner.hidden {
    display: none;
}

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

.cookie-content p {
    flex: 1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

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

.cookie-btn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
}

.cookie-btn.accept {
    background-color: #3a7bd5;
    color: #fff;
}

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

.cookie-btn.reject {
    background-color: #6c757d;
    color: #fff;
}

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

.contact-section {
    background-color: #fff;
    padding: 50px 20px;
}

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

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

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

.contact-detail p {
    font-size: 17px;
    line-height: 1.6;
}

.contact-message {
    background-color: #f4f6f8;
    padding: 32px;
    border-radius: 6px;
}

.contact-message p {
    margin-bottom: 16px;
}

.thanks-section {
    background-color: #fff;
    padding: 80px 20px;
}

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

.thanks-message h1 {
    font-size: 38px;
    color: #28a745;
    margin-bottom: 24px;
}

.thanks-message p {
    font-size: 18px;
    margin-bottom: 24px;
}

.service-confirmation {
    background-color: #e7f3ff;
    border-left: 4px solid #3a7bd5;
    padding: 20px 24px;
    margin: 30px 0;
    font-size: 17px;
}

.service-selected {
    margin: 0;
}

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

.next-steps {
    margin-top: 50px;
    background-color: #f4f6f8;
    padding: 36px;
    border-radius: 6px;
}

.next-steps h2 {
    font-size: 26px;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.next-steps ol {
    padding-left: 24px;
}

.next-steps li {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 1.6;
}

.legal-page {
    background-color: #fff;
    padding: 40px 20px 60px;
}

.legal-page h1 {
    font-size: 38px;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.legal-page h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c2c2c;
}

.legal-page h3 {
    font-size: 20px;
    margin-top: 28px;
    margin-bottom: 14px;
    color: #2c2c2c;
}

.legal-page ul,
.legal-page ol {
    margin: 20px 0 20px 30px;
}

.legal-page li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.legal-page a {
    color: #3a7bd5;
    text-decoration: underline;
}

.legal-page a:hover {
    color: #2d5fa8;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
}

.cookies-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
}

.cookies-table tr:last-child td {
    border-bottom: none;
}

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

    .nav-links {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

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

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

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

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

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

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
    }

    .sticky-cta-button {
        font-size: 14px;
        padding: 14px 20px;
    }

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

    .cta-button-secondary {
        margin-left: 0;
        margin-top: 12px;
    }
}
