/* Reset and Base Styles */
* {
    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;
}

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

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

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

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

p {
    margin-bottom: 1.2rem;
}

a {
    color: #2563eb;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1e40af;
}

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

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

li {
    margin-bottom: 0.5rem;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}

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

.cookie-content {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

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

.btn-cookie,
.btn-cookie-alt {
    padding: 0.7rem 1.5rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-cookie {
    background-color: #2563eb;
    color: #ffffff;
}

.btn-cookie:hover {
    background-color: #1e40af;
}

.btn-cookie-alt {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

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

/* Ad Disclosure */
.ad-disclosure {
    background-color: #fef3c7;
    color: #92400e;
    padding: 0.6rem;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 500;
    border-bottom: 1px solid #f59e0b;
}

/* Header and Navigation */
.header-editorial {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

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

.brand {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
}

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

.nav-links a {
    color: #4b5563;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Editorial Container */
.editorial-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.editorial-content {
    background-color: #ffffff;
    padding: 3rem 0;
}

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

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

.hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    background-color: #f3f4f6;
}

.hero-image-wrapper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hero-text-overlay {
    padding: 2rem 0;
    text-align: center;
}

.hero-text-overlay h1 {
    margin-bottom: 1rem;
}

.lead-text {
    font-size: 1.3rem;
    color: #4b5563;
    margin-bottom: 1.5rem;
    font-style: italic;
}

/* Intro Narrative */
.intro-narrative {
    margin-bottom: 3rem;
}

.opening-para {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

/* Inline Image Block */
.inline-image-block {
    margin: 2.5rem 0;
    background-color: #f9fafb;
    padding: 1rem;
}

.inline-image-block img {
    width: 100%;
    height: auto;
}

.image-caption {
    font-size: 0.9rem;
    color: #6b7280;
    font-style: italic;
    margin-top: 0.8rem;
    text-align: center;
}

/* Service Narrative */
.service-narrative {
    margin-bottom: 3rem;
}

.service-story-block {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e5e7eb;
}

.service-story-block:last-child {
    border-bottom: none;
}

.price-tag {
    background-color: #f0fdf4;
    color: #15803d;
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0;
    display: inline-block;
    border-left: 4px solid #22c55e;
}

.price-display {
    background-color: #f0fdf4;
    color: #15803d;
    padding: 1rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5rem 0;
    border-left: 4px solid #22c55e;
}

/* CTA Inline */
.cta-inline {
    background-color: #2563eb;
    color: #ffffff;
    padding: 0.9rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.cta-inline:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Testimonial Flow */
.testimonial-flow {
    margin: 4rem 0;
    background-color: #f9fafb;
    padding: 3rem 2rem;
}

.testimonial-quote {
    margin: 2rem 0;
    padding-left: 2rem;
    border-left: 4px solid #d1d5db;
}

.testimonial-quote p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #374151;
    font-style: italic;
}

.testimonial-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    color: #6b7280;
    font-style: normal;
    font-weight: 500;
}

/* Contact Form Section */
.contact-form-section {
    margin: 4rem 0;
}

.editorial-form {
    margin-top: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    font-family: Georgia, serif;
    transition: border-color 0.3s ease;
}

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

.btn-submit {
    background-color: #16a34a;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-submit:hover {
    background-color: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

/* Closing Narrative */
.closing-narrative {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e5e7eb;
}

.closing-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4b5563;
    font-style: italic;
}

/* Page Hero */
.page-hero {
    margin-bottom: 3rem;
    text-align: center;
}

/* About Narrative */
.about-narrative {
    margin-bottom: 3rem;
}

/* Services Detailed */
.services-detailed {
    margin-bottom: 3rem;
}

.service-detail-block {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #e5e7eb;
}

.service-detail-block:last-child {
    border-bottom: none;
}

/* Contact CTA */
.contact-cta {
    margin: 4rem 0;
    padding: 3rem;
    background-color: #f0fdf4;
    text-align: center;
}

.btn-primary {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-primary:hover {
    background-color: #1e40af;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

/* Contact Info Section */
.contact-info-section {
    margin-bottom: 3rem;
}

.contact-block {
    margin-bottom: 3rem;
}

.contact-details {
    margin-top: 2rem;
}

.detail-item {
    margin-bottom: 2rem;
}

.detail-item h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.detail-item p {
    color: #4b5563;
    line-height: 1.6;
}

.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.faq-item p {
    color: #4b5563;
}

/* Thanks Section */
.thanks-section {
    margin: 3rem 0;
}

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

.service-highlight {
    background-color: #eff6ff;
    padding: 1rem 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #2563eb;
    font-size: 1.1rem;
}

.thanks-cta {
    margin: 3rem 0;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #2563eb;
    padding: 1rem 2.5rem;
    border: 2px solid #2563eb;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.btn-secondary:hover {
    background-color: #2563eb;
    color: #ffffff;
}

.next-steps {
    margin-top: 3rem;
    text-align: left;
    background-color: #f9fafb;
    padding: 2rem;
}

.next-steps h2 {
    margin-top: 0;
}

.next-steps ol {
    margin-left: 1.5rem;
}

.next-steps li {
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Legal Content */
.legal-content {
    font-size: 0.95rem;
    line-height: 1.7;
}

.legal-section {
    margin-bottom: 2.5rem;
}

.legal-section h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.legal-section h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    color: #374151;
}

.last-updated {
    font-size: 0.9rem;
    color: #6b7280;
    font-style: italic;
    margin-bottom: 2rem;
}

/* Footer */
.footer-minimal {
    background-color: #1a1a1a;
    color: #d1d5db;
    padding: 3rem 2rem 2rem 2rem;
    margin-top: 4rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #374151;
}

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

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

.footer-disclaimer {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background-color: #111827;
    border-radius: 4px;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #9ca3af;
}

.footer-disclaimer strong {
    color: #d1d5db;
}

.footer-bottom {
    text-align: center;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-minimal {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    .editorial-container {
        padding: 2rem 1.5rem;
    }

    .hero-image-wrapper img {
        height: 300px;
    }

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

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

    .thanks-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .footer-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

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

    h2 {
        font-size: 1.4rem;
    }

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

    .opening-para {
        font-size: 1rem;
    }

    .editorial-container {
        padding: 1.5rem 1rem;
    }
}