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

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.7;
    color: #1a1a1a;
    background-color: #ffffff;
    overflow-x: hidden;
}

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

a {
    color: #2c5aa0;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #1a3d6b;
}

/* Navigation - Editorial Style */
.nav-editorial {
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

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

.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

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

.nav-links a {
    color: #4a4a4a;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Editorial Wrapper */
.editorial-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

/* Article Hero */
.article-hero {
    margin-bottom: 4rem;
}

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

.hero-text-narrow h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #0a0a0a;
}

.lead-paragraph {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 400;
}

.hero-image-inline {
    margin: 0 -2rem;
}

.hero-image-inline img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

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

.story-section.dark-bg {
    background: #0f0f0f;
    color: #e8e8e8;
    padding: 3rem 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-bottom: 4rem;
}

.story-section.dark-bg h2,
.story-section.dark-bg h3 {
    color: #ffffff;
}

.story-section.dark-bg a {
    color: #5b9edb;
}

.story-section.dark-bg a:hover {
    color: #82b8ed;
}

.text-narrow {
    max-width: 100%;
}

.text-narrow h2 {
    font-size: 1.85rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #0a0a0a;
}

.text-narrow h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2rem;
    color: #1a1a1a;
}

.text-narrow h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
    color: #2a2a2a;
}

.text-narrow p {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.text-narrow ul,
.text-narrow ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.text-narrow li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

/* Visual Breaks */
.visual-break {
    margin: 4rem -2rem;
}

.visual-break img {
    width: 100%;
    height: auto;
}

/* Inline CTA */
.inline-cta-box {
    background: #f5f8fa;
    border-left: 4px solid #2c5aa0;
    padding: 1.5rem;
    margin: 2rem 0;
}

.inline-cta-box p {
    margin-bottom: 1rem;
}

.inline-cta-box strong {
    font-weight: 700;
    color: #1a1a1a;
}

.btn-text-link {
    color: #2c5aa0;
    font-weight: 600;
    font-size: 1.05rem;
    display: inline-block;
    transition: transform 0.2s ease;
}

.btn-text-link:hover {
    transform: translateX(4px);
}

/* Quote Styling */
.story-quote {
    font-size: 1.35rem;
    line-height: 1.6;
    font-style: italic;
    color: #ffffff;
    border-left: 3px solid #2c5aa0;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
}

.story-quote cite {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    font-style: normal;
    color: #6a6a6a;
}

/* Insight Box */
.insight-box {
    background: #fffbf0;
    border: 1px solid #f0e5c8;
    padding: 2rem;
    margin: 2.5rem 0;
    border-radius: 4px;
}

.insight-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
    color: #1a1a1a;
}

.insight-list {
    list-style: none;
    padding: 0;
}

.insight-list li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 1rem;
}

.insight-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #d4a017;
    font-weight: bold;
}

/* Service Preview Cards */
.service-preview-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 2.5rem 0;
}

.preview-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 1.5rem;
    border-radius: 6px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.preview-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.preview-card h4 {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.preview-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #4a4a4a;
    margin-bottom: 1rem;
}

.price-tag {
    display: inline-block;
    background: #2c5aa0;
    color: #ffffff;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Buttons */
.inline-cta-centered {
    text-align: center;
    margin: 2.5rem 0;
}

.btn-primary-large {
    display: inline-block;
    background: #2c5aa0;
    color: #ffffff;
    padding: 1rem 2.5rem;
    border-radius: 6px;
    font-size: 1.05rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-primary-large:hover {
    background: #1a3d6b;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-primary {
    display: inline-block;
    background: #2c5aa0;
    color: #ffffff;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #1a3d6b;
    color: #ffffff;
}

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #4a4a4a;
    padding: 0.75rem 1.75rem;
    border-radius: 6px;
    border: 1px solid #d0d0d0;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #f5f5f5;
    border-color: #a0a0a0;
}

/* Testimonial Section */
.testimonial-section {
    margin-top: 3rem;
}

.testimonial-block {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #fafafa;
    border-left: 3px solid #d0d0d0;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 1rem;
}

.testimonial-author {
    font-size: 0.95rem;
    color: #6a6a6a;
    font-style: italic;
}

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

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

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #2a2a2a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.85rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
}

/* Final CTA */
.final-cta {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #e0e0e0;
}

/* Page Headers */
.page-header-narrow {
    margin-bottom: 3rem;
}

.page-header-narrow h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #0a0a0a;
}

/* Content Lists */
.content-list {
    list-style: disc;
    padding-left: 1.75rem;
    margin-bottom: 1.5rem;
}

.content-list li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

/* Principle List */
.principle-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2rem 0;
}

.principle-item h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.principle-item p {
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}

/* Services Page */
.services-list {
    max-width: 820px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.service-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
}

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

.service-item.featured-service {
    border: 2px solid #2c5aa0;
    background: #f8fafc;
}

.service-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.service-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.service-price {
    font-size: 1.35rem;
    font-weight: 700;
    color: #2c5aa0;
}

.service-content p {
    margin-bottom: 1.25rem;
    line-height: 1.7;
    color: #4a4a4a;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.service-features li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.service-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2ecc71;
    font-weight: bold;
}

.service-action {
    margin-top: 1.5rem;
}

.btn-service {
    display: inline-block;
    background: #2c5aa0;
    color: #ffffff;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-service:hover {
    background: #1a3d6b;
    color: #ffffff;
}

.btn-service-featured {
    display: inline-block;
    background: #1a3d6b;
    color: #ffffff;
    padding: 0.95rem 2.25rem;
    border-radius: 6px;
    font-weight: 700;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-service-featured:hover {
    background: #0f2847;
    transform: translateY(-2px);
    color: #ffffff;
}

.btn-service-urgent {
    display: inline-block;
    background: #c0392b;
    color: #ffffff;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.btn-service-urgent:hover {
    background: #a93226;
    color: #ffffff;
}

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

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

.faq-item h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

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

/* Contact Page */
.contact-info-section {
    max-width: 820px;
    margin: 3rem auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    border-radius: 8px;
}

.contact-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.contact-detail {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #2a2a2a;
    margin-bottom: 0.75rem;
}

.contact-note {
    font-size: 0.9rem;
    color: #6a6a6a;
    font-style: italic;
}

/* Thanks Page */
.thanks-section {
    text-align: center;
    padding: 4rem 2rem;
}

.thanks-icon {
    margin: 0 auto 2rem;
    width: 80px;
    height: 80px;
}

.thanks-section h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-info {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    padding: 2rem;
    border-radius: 8px;
    margin: 2.5rem 0;
    text-align: left;
}

.thanks-info h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.thanks-list {
    list-style: none;
    padding: 0;
}

.thanks-list li {
    padding-left: 1.75rem;
    position: relative;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.thanks-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #2c5aa0;
    font-weight: bold;
}

.thanks-selected-service {
    margin: 2rem 0;
}

.selected-service-name {
    font-size: 1.15rem;
    font-weight: 600;
    color: #2c5aa0;
}

.thanks-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2.5rem 0;
    flex-wrap: wrap;
}

.thanks-contact-reminder {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.thanks-contact-reminder p {
    margin-bottom: 0.5rem;
}

/* Legal Pages */
.legal-intro {
    font-size: 0.95rem;
    color: #6a6a6a;
}

.legal-section {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

.legal-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #2a2a2a;
}

.legal-section p {
    margin-bottom: 1.25rem;
    line-height: 1.8;
}

.legal-list {
    list-style: disc;
    padding-left: 1.75rem;
    margin-bottom: 1.5rem;
}

.legal-list li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

/* Cookie Table */
.cookies-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.cookies-table th,
.cookies-table td {
    padding: 0.85rem;
    text-align: left;
    border: 1px solid #e5e7eb;
}

.cookies-table th {
    background: #f9fafb;
    font-weight: 600;
    color: #1a1a1a;
}

.cookies-table td {
    color: #4a4a4a;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: #ffffff;
    padding: 1.5rem;
    z-index: 2000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

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

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

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

.cookie-content a {
    color: #82b8ed;
}

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

/* Footer */
.footer-editorial {
    background: #0f0f0f;
    color: #d0d0d0;
    padding: 3rem 2rem 1.5rem;
    margin-top: 5rem;
}

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

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

.footer-col h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

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

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

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #a0a0a0;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: #ffffff;
}

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

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

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        gap: 1.25rem;
    }

    .nav-links a {
        font-size: 0.9rem;
    }

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

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

    .text-narrow h2 {
        font-size: 1.6rem;
    }

    .text-narrow h3 {
        font-size: 1.25rem;
    }

    .story-quote {
        font-size: 1.15rem;
    }

    .service-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-container {
        flex-direction: column;
        gap: 2rem;
    }

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

    .cookie-buttons {
        width: 100%;
    }

    .cookie-buttons button {
        flex: 1;
    }

    .thanks-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .thanks-actions a {
        text-align: center;
    }

    .contact-info-section {
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }

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

    .hero-text-narrow h1 {
        font-size: 1.75rem;
    }

    .page-header-narrow h1 {
        font-size: 1.85rem;
    }

    .service-item {
        padding: 1.5rem;
    }

    .service-header h3 {
        font-size: 1.3rem;
    }

    .service-price {
        font-size: 1.2rem;
    }
}
.form-group label, .faq-item p {
    color: white;
}