/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.75;
    color: #2c3e50;
    background-color: #fafafa;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.2rem;
    color: #1a252f;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 1.3rem;
}

h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

p {
    margin-bottom: 1.5rem;
    color: #34495e;
}

a {
    color: #2980b9;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a5c8a;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Ad Notice */
.ad-notice {
    background-color: #ecf0f1;
    color: #7f8c8d;
    text-align: center;
    padding: 0.5rem;
    font-size: 0.875rem;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    border-bottom: 1px solid #bdc3c7;
}

/* Navigation */
.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e1e8ed;
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 2rem;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.nav-menu a {
    color: #34495e;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Editorial Content - Narrow Centered Layout */
.editorial-content {
    background-color: #fff;
    padding: 3rem 1.5rem;
}

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

/* Hero Editorial */
.hero-editorial {
    margin-bottom: 4rem;
}

.hero-text-narrow {
    margin-bottom: 2rem;
}

.lead-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    margin-bottom: 2rem;
}

.hero-image-inline {
    width: 100%;
    margin: 2rem 0;
    border-radius: 4px;
}

/* Story Sections */
.story-section {
    margin-bottom: 4rem;
}

.content-image {
    width: 100%;
    margin: 2.5rem 0;
    border-radius: 4px;
}

/* Inline CTA Box */
.inline-cta-box {
    background-color: #f8f9fa;
    border-left: 4px solid #2980b9;
    padding: 1.5rem;
    margin: 2.5rem 0;
}

.cta-text {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 500;
}

.cta-link {
    display: inline-block;
    background-color: #2980b9;
    color: #fff;
    padding: 0.8rem 1.8rem;
    border-radius: 4px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.cta-link:hover {
    background-color: #1a5c8a;
    color: #fff;
}

/* Highlight Box */
.highlight-box {
    background-color: #e8f4f8;
    border-radius: 4px;
    padding: 1.8rem;
    margin: 2.5rem 0;
}

.highlight-box p {
    font-size: 1.15rem;
    font-style: italic;
    margin-bottom: 0;
    color: #1a5c8a;
}

/* Benefits List */
.benefits-list {
    background-color: #f8f9fa;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 4px;
    margin: 2rem 0;
}

.benefits-list li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* Services Overview in Editorial Style */
.services-overview {
    margin: 4rem 0;
}

.service-card-editorial {
    background-color: #f8f9fa;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
    border-left: 4px solid #34495e;
}

.service-card-editorial h4 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1rem;
}

.service-card-editorial p {
    margin-bottom: 1.2rem;
    line-height: 1.7;
}

.service-card-editorial .price {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2980b9;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.select-service-btn {
    background-color: #34495e;
    color: #fff;
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

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

/* Form Section */
.form-section {
    background-color: #f8f9fa;
    padding: 2.5rem;
    border-radius: 4px;
    margin: 3rem 0;
}

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

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.form-group label {
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.9rem;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Georgia', 'Times New Roman', serif;
    transition: border-color 0.3s ease;
}

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

.submit-btn {
    background-color: #27ae60;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

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

/* Disclaimer Section */
.disclaimer-section {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 1.5rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.disclaimer-section h4 {
    margin-top: 0;
    color: #856404;
}

.disclaimer-section p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #856404;
    margin-bottom: 0;
}

/* Services Page Specific */
.service-detail-section {
    margin: 3.5rem 0;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e1e8ed;
}

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

.price-tag {
    display: inline-block;
    background-color: #2980b9;
    color: #fff;
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem 0;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
}

.service-features {
    background-color: #f8f9fa;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.service-features li {
    margin-bottom: 0.7rem;
    line-height: 1.6;
}

.select-service-btn-page {
    background-color: #34495e;
    color: #fff;
    border: none;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: background-color 0.3s ease;
    margin-top: 1rem;
}

.select-service-btn-page:hover {
    background-color: #2c3e50;
}

/* Contact Page */
.contact-info-section {
    margin: 3rem 0;
}

.contact-block {
    background-color: #f8f9fa;
    padding: 1.8rem;
    margin: 1.5rem 0;
    border-radius: 4px;
}

.contact-block h3 {
    margin-top: 0;
    font-size: 1.3rem;
    color: #2c3e50;
}

.email-display {
    font-family: 'Courier New', monospace;
    background-color: #e8f4f8;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    display: inline-block;
    color: #2c3e50;
}

.document-list {
    background-color: #f8f9fa;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.document-list li {
    margin-bottom: 0.7rem;
}

.faq-item {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.faq-item h4 {
    margin-top: 0;
    color: #2c3e50;
}

/* Thanks Page */
.thanks-container {
    text-align: left;
}

.confirmation-box {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
    padding: 1.8rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.confirmation-box h3 {
    margin-top: 0;
    color: #155724;
}

.confirmation-box p {
    color: #155724;
}

.next-steps-list {
    background-color: transparent;
    padding-left: 2rem;
    margin-top: 1rem;
}

.next-steps-list li {
    color: #155724;
    margin-bottom: 0.6rem;
}

.service-confirmation {
    background-color: #e8f4f8;
    padding: 1.8rem;
    margin: 2rem 0;
    border-radius: 4px;
}

.service-confirmation h3 {
    margin-top: 0;
    color: #1a5c8a;
}

.service-confirmation p {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0;
}

.contact-reminder {
    background-color: #f8f9fa;
    padding: 1.8rem;
    margin: 2rem 0;
    border-radius: 4px;
}

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

.back-to-home {
    text-align: center;
    margin: 3rem 0;
}

.button-link {
    display: inline-block;
    background-color: #2980b9;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #1a5c8a;
    color: #fff;
}

/* Legal Pages */
.legal-content h1 {
    margin-bottom: 2rem;
}

.legal-content h2 {
    margin-top: 2.5rem;
    font-size: 1.6rem;
}

.legal-content h3 {
    margin-top: 2rem;
    font-size: 1.3rem;
}

.legal-content h4 {
    margin-top: 1.5rem;
    font-size: 1.1rem;
}

.legal-content ul {
    margin-left: 1.5rem;
}

/* Footer */
.main-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 3rem 1.5rem 1.5rem;
    margin-top: 4rem;
}

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

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

.footer-section h4 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p {
    color: #bdc3c7;
    font-size: 0.95rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.6rem;
}

.footer-links a {
    color: #bdc3c7;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

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

.footer-bottom {
    max-width: 1200px;
    margin: 2rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid #34495e;
    text-align: center;
}

.footer-bottom p {
    color: #95a5a6;
    font-size: 0.9rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2c3e50;
    color: #fff;
    padding: 1.5rem;
    z-index: 1000;
    display: none;
}

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

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

.cookie-content p {
    flex: 1;
    min-width: 250px;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
    transition: background-color 0.3s ease;
}

.cookie-btn.accept {
    background-color: #27ae60;
    color: #fff;
}

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

.cookie-btn.reject {
    background-color: #95a5a6;
    color: #fff;
}

.cookie-btn.reject:hover {
    background-color: #7f8c8d;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    .nav-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .nav-menu {
        flex-direction: column;
        gap: 0.8rem;
    }

    .editorial-content {
        padding: 2rem 1rem;
    }

    .service-card-editorial .price {
        font-size: 1.5rem;
    }

    .form-section {
        padding: 1.5rem;
    }

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

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .lead-text {
        font-size: 1.1rem;
    }

    .service-card-editorial {
        padding: 1.5rem;
    }

    .submit-btn {
        width: 100%;
    }

    .select-service-btn,
    .select-service-btn-page {
        width: 100%;
    }
}