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

body {
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.8;
    color: #2c2c2c;
    background-color: #fafafa;
    font-size: 18px;
}

.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', sans-serif;
}

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

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

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

.nav-menu {
    display: flex;
    list-style: none;
    gap: 35px;
}

.nav-menu a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #000;
}

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

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

.hero-editorial img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 40px;
    object-fit: cover;
    background-color: #e8e8e8;
}

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

.hero-subtext {
    font-size: 22px;
    color: #666;
    line-height: 1.5;
    font-style: italic;
}

.content-narrow {
    font-size: 19px;
    line-height: 1.9;
}

.opening-drop {
    font-size: 23px;
    line-height: 1.7;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.content-narrow p {
    margin-bottom: 28px;
    color: #2c2c2c;
}

.content-narrow h2 {
    font-size: 32px;
    margin-top: 55px;
    margin-bottom: 25px;
    color: #1a1a1a;
    font-weight: 700;
}

.content-narrow h3 {
    font-size: 24px;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #1a1a1a;
    font-weight: 600;
}

.content-narrow h4 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #1a1a1a;
    font-weight: 600;
}

.inline-image-block {
    margin: 50px 0;
}

.inline-image-block img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 12px;
    object-fit: cover;
    background-color: #e8e8e8;
}

.image-caption {
    font-size: 15px;
    color: #888;
    font-style: italic;
    text-align: center;
}

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

.insight-list li {
    margin-bottom: 15px;
    line-height: 1.8;
}

.citation {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.citation:hover {
    text-decoration: underline;
}

.quote-block {
    margin: 50px 0;
    padding: 40px 30px;
    background-color: #f9f9f9;
    border-left: 4px solid #1a1a1a;
}

.quote-block blockquote {
    font-size: 26px;
    font-style: italic;
    color: #1a1a1a;
    line-height: 1.6;
}

.level-card {
    margin: 35px 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.level-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
}

.level-card p {
    margin-bottom: 0;
}

.inline-cta {
    display: inline-block;
    margin: 35px 0;
    padding: 16px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

.services-section-editorial {
    margin: 60px 0;
    padding: 50px 0;
    border-top: 1px solid #e0e0e0;
}

.services-intro {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.service-editorial-card {
    margin: 50px 0;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.service-editorial-card h2,
.service-editorial-card h3 {
    margin-top: 25px;
}

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

.service-details {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin: 20px 0;
}

.service-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e0e0e0;
}

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

.service-select {
    padding: 14px 28px;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.testimonial-inline {
    margin: 55px 0;
    padding: 40px;
    background-color: #f5f5f5;
    border-left: 4px solid #1a1a1a;
}

.testimonial-text {
    font-size: 21px;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.7;
}

.testimonial-author {
    font-size: 17px;
    color: #666;
}

.cta-block-editorial {
    margin: 60px 0;
    padding: 50px 40px;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 4px;
}

.cta-block-editorial h3 {
    margin-top: 0;
    color: #fff;
    font-size: 28px;
}

.cta-block-editorial p {
    color: #ddd;
}

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

.form-notice {
    padding: 15px 20px;
    background-color: #fef3c7;
    color: #92400e;
    border-radius: 4px;
    margin-bottom: 25px;
    font-size: 16px;
    display: none;
}

.form-notice.show {
    display: block;
}

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

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #555;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    background-color: #fff;
    color: #1a1a1a;
}

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

.submit-btn {
    padding: 16px 36px;
    background-color: #fff;
    color: #1a1a1a;
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background-color: transparent;
    color: #fff;
}

.disclaimer-section {
    margin: 60px 0;
    padding: 35px;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1.7;
}

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

.disclaimer-section p {
    margin-bottom: 0;
    font-size: 15px;
}

.references-section {
    margin: 50px 0;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.references-section h4 {
    margin-top: 0;
    margin-bottom: 20px;
}

.references-section ol {
    padding-left: 25px;
}

.references-section li {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
}

.references-section a {
    color: #2563eb;
    text-decoration: none;
}

.references-section a:hover {
    text-decoration: underline;
}

.page-header {
    margin-bottom: 50px;
}

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

.page-subtext {
    font-size: 19px;
    color: #666;
    font-style: italic;
}

.contact-info-block {
    margin: 40px 0;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.contact-info-block h2 {
    margin-top: 0;
}

.contact-info-block h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
}

.contact-note {
    font-size: 16px;
    color: #666;
    font-style: italic;
    margin-top: 25px;
}

.contact-directions {
    margin: 40px 0;
}

.faq-item {
    margin: 35px 0;
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

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

.faq-item p {
    margin-bottom: 0;
}

.cta-button {
    display: inline-block;
    padding: 16px 32px;
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

.cta-button-secondary {
    display: inline-block;
    padding: 16px 32px;
    background-color: transparent;
    color: #1a1a1a;
    text-decoration: none;
    border: 2px solid #1a1a1a;
    border-radius: 4px;
    font-size: 17px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background-color: #1a1a1a;
    color: #fff;
}

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

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

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

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

.thanks-details {
    text-align: left;
    margin: 40px 0;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.thanks-details h2 {
    margin-top: 0;
}

.thanks-note {
    padding: 20px;
    background-color: #f0f9ff;
    border-left: 4px solid #2563eb;
    border-radius: 4px;
    margin: 30px 0;
}

.thanks-note p {
    margin-bottom: 0;
    font-size: 16px;
}

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

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

.thanks-contact {
    margin-top: 50px;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 4px;
}

.thanks-contact h3 {
    margin-top: 0;
}

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

.legal-list {
    margin: 20px 0;
    padding-left: 30px;
}

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

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

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

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

.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 50px 30px 30px;
    margin-top: 80px;
}

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

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

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

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

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

.footer-section ul a {
    color: #bbb;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    color: #888;
    font-size: 14px;
}

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

.cookie-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #ddd;
}

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

.cookie-accept,
.cookie-reject {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

.cookie-reject:hover {
    background-color: #333;
}

@media screen and (max-width: 768px) {
    .navigation {
        flex-direction: column;
        gap: 20px;
    }

    .nav-menu {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

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

    .hero-subtext {
        font-size: 18px;
    }

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

    .opening-drop {
        font-size: 20px;
    }

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

    .service-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

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

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

    .thanks-links {
        flex-direction: column;
    }

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

    .thanks-content h1 {
        font-size: 30px;
    }
}