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

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
    background-color: #fafafa;
}

.ad-disclosure {
    background-color: #1a1a1a;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    font-size: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.main-nav {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

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

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

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

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

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

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

.hero-image-wrapper {
    width: 100%;
    background-color: #d4c5b9;
    overflow: hidden;
    border-radius: 2px;
}

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

.hero-text-overlay {
    margin-top: 40px;
}

.hero-text-overlay h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: 'Georgia', serif;
}

.page-header-editorial {
    margin-bottom: 50px;
    text-align: left;
}

.page-header-editorial h1 {
    font-size: 2.8rem;
    line-height: 1.15;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 20px;
}

.header-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
    line-height: 1.5;
}

.content-narrative {
    font-size: 1.1rem;
}

.narrative-column {
    max-width: 100%;
}

.opening-statement {
    font-size: 1.35rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin-bottom: 35px;
    font-weight: 400;
}

.content-narrative h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #1a1a1a;
    margin-top: 55px;
    margin-bottom: 25px;
    font-weight: 400;
}

.content-narrative h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2c2c2c;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.content-narrative h4 {
    font-size: 1.1rem;
    line-height: 1.4;
    color: #2c2c2c;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.content-narrative p {
    margin-bottom: 25px;
    color: #3a3a3a;
}

.content-narrative ul,
.content-narrative ol {
    margin-bottom: 25px;
    padding-left: 35px;
}

.content-narrative li {
    margin-bottom: 12px;
    color: #3a3a3a;
}

.inline-image-block {
    width: 100%;
    margin: 50px 0;
    background-color: #d4c5b9;
    border-radius: 2px;
    overflow: hidden;
}

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

.pull-quote {
    border-left: 4px solid #1a1a1a;
    padding-left: 30px;
    margin: 45px 0;
    font-size: 1.3rem;
    line-height: 1.5;
    font-style: italic;
    color: #2c2c2c;
}

.criteria-list {
    list-style: none;
    padding-left: 0;
}

.criteria-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.criteria-list li:before {
    content: "•";
    position: absolute;
    left: 10px;
    color: #1a1a1a;
    font-size: 1.5rem;
    line-height: 1;
}

.inline-cta-block {
    text-align: center;
    margin: 50px 0;
    padding: 30px 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.inline-cta-link {
    display: inline-block;
    padding: 14px 32px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

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

.testimonial-inline {
    background-color: #f9f9f9;
    padding: 35px 40px;
    margin: 45px 0;
    border-left: 3px solid #d4c5b9;
}

.testimonial-text {
    font-size: 1.15rem;
    line-height: 1.6;
    font-style: italic;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-cards-editorial {
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

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

.service-image-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    background-color: #d4c5b9;
}

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

.service-card h3 {
    font-size: 1.6rem;
    margin: 25px 25px 15px 25px;
    color: #1a1a1a;
    font-weight: 600;
}

.service-card p {
    margin: 0 25px 20px 25px;
    color: #4a4a4a;
    line-height: 1.6;
}

.service-features {
    margin: 25px;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 2px;
}

.service-features h4 {
    font-size: 1rem;
    margin-bottom: 12px;
    margin-top: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a1a;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.service-features li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.service-features li:before {
    content: "✓";
    position: absolute;
    left: 5px;
    color: #1a1a1a;
}

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

.service-select-btn {
    width: calc(100% - 50px);
    margin: 0 25px 25px 25px;
    padding: 14px 25px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.form-section-editorial {
    margin: 60px 0;
    padding: 45px 40px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.form-section-editorial h3 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 25px;
    color: #1a1a1a;
}

.editorial-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

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

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

.form-group input[type="text"],
.form-group input[type="email"] {
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #ffffff;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
    outline: none;
    border-color: #1a1a1a;
}

.form-group input[readonly] {
    background-color: #e8e8e8;
    cursor: not-allowed;
}

.form-submit-btn {
    padding: 14px 30px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 2px;
    font-size: 1.05rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.form-submit-btn:hover {
    background-color: #333333;
}

.disclaimer-section {
    margin: 55px 0;
    padding: 30px;
    background-color: #fef9f5;
    border: 1px solid #e8ddd0;
    border-radius: 2px;
}

.disclaimer-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #5a5a5a;
    margin: 0;
}

.cta-section-about,
.cta-section-contact,
.cta-section-thanks {
    text-align: center;
    margin: 55px 0;
    padding: 45px 30px;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.cta-button {
    display: inline-block;
    padding: 14px 35px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 1rem;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

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

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

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

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

.contact-block {
    margin-bottom: 45px;
}

.contact-block h2 {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
}

.email-display {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    color: #1a1a1a;
    background-color: #f5f5f5;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 2px;
}

.email-note,
.contact-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

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

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

.faq-item h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.faq-item p {
    color: #4a4a4a;
    line-height: 1.6;
}

.thanks-page-content {
    text-align: center;
}

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

.thanks-header h1 {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.thanks-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.thanks-confirmation-box {
    background-color: #e8f5e9;
    border: 2px solid #4caf50;
    border-radius: 2px;
    padding: 35px 30px;
    margin: 40px 0;
}

.confirmation-icon {
    font-size: 3rem;
    color: #4caf50;
    margin-bottom: 15px;
}

.confirmation-text {
    font-size: 1.15rem;
    color: #2c2c2c;
    margin: 0;
}

.thanks-details {
    text-align: left;
    margin: 40px 0;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 2px;
}

.thanks-details h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

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

.next-steps-section h2 {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.steps-list {
    padding-left: 25px;
}

.steps-list li {
    margin-bottom: 20px;
    line-height: 1.6;
}

.additional-info-section {
    text-align: left;
    margin: 50px 0;
}

.tips-list {
    padding-left: 25px;
}

.or-divider {
    margin: 20px 0;
    color: #999;
    font-size: 0.9rem;
}

.support-section {
    margin: 50px 0;
    padding: 30px;
    background-color: #f9f9f9;
    border-radius: 2px;
    text-align: left;
}

.support-section h3 {
    margin-top: 0;
}

.support-section a {
    color: #1a1a1a;
    text-decoration: underline;
}

.legal-page .narrative-column {
    text-align: left;
}

.legal-page h2 {
    font-size: 1.5rem;
    margin-top: 45px;
    margin-bottom: 20px;
}

.legal-page h3 {
    font-size: 1.2rem;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cookie-table {
    margin: 30px 0;
}

.cookie-row {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.cookie-name {
    font-family: 'Courier New', monospace;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.cookie-details p {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.back-link-section {
    margin-top: 50px;
    text-align: center;
}

.back-link {
    color: #1a1a1a;
    text-decoration: underline;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.main-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 40px 30px 40px;
    margin-top: 80px;
}

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

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

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.footer-section p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #cccccc;
}

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

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

.footer-section a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

.footer-bottom p {
    font-size: 0.85rem;
    color: #999999;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 25px 30px;
    box-shadow: 0 -4px 20px 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;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

    .nav-links {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .hero-text-overlay h1 {
        font-size: 2rem;
    }

    .page-header-editorial h1 {
        font-size: 2rem;
    }

    .opening-statement {
        font-size: 1.15rem;
    }

    .content-narrative h2 {
        font-size: 1.5rem;
    }

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

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

    .cookie-buttons {
        width: 100%;
    }

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