/* Reset and Base Styles */
* {
    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: #2a2a2a;
    background-color: #fafafa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

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

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

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

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.5rem;
}

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

a:hover {
    color: #8a3800;
}

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

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

li {
    margin-bottom: 0.5rem;
}

blockquote {
    margin: 3rem 0;
    padding: 2rem;
    background-color: #f5f5f5;
    border-left: 4px solid #c75000;
    font-style: italic;
    font-size: 1.125rem;
}

blockquote p {
    margin-bottom: 0.5rem;
}

blockquote cite {
    display: block;
    margin-top: 1rem;
    font-style: normal;
    font-size: 0.9rem;
    color: #666;
}

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

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

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

.nav-links {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.nav-links a {
    color: #2a2a2a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Editorial Container */
.editorial-container {
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.narrow-text {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero Editorial */
.hero-editorial {
    padding: 4rem 0 3rem;
    background-color: #fff;
}

.hero-content-narrow {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 2rem;
}

.meta-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #c75000;
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.hero-editorial h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.intro-large {
    font-size: 1.375rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
}

.hero-image {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 2rem;
}

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

/* Page Header Editorial */
.page-header-editorial {
    padding: 4rem 0 2rem;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

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

.intro-text {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.6;
}

/* Story Section */
.story-section {
    padding: 4rem 0;
}

/* Inline Images */
.inline-image {
    margin: 3rem auto;
    max-width: 800px;
}

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

.full-width-image {
    margin: 4rem 0;
}

.full-width-image img {
    width: 100%;
}

/* Inline CTA Box */
.inline-cta-box {
    background-color: #fff8f0;
    border: 2px solid #c75000;
    padding: 2rem;
    margin: 3rem 0;
    border-radius: 4px;
}

.inline-cta-box h3 {
    margin-top: 0;
    color: #c75000;
}

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

.cta-link {
    display: inline-block;
    color: #c75000;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 0.5rem;
}

.cta-link:hover {
    color: #8a3800;
}

/* Insight Section */
.insight-section {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.insight-list {
    margin-top: 2rem;
}

.insight-item {
    margin-bottom: 2.5rem;
}

.insight-item h3 {
    margin-top: 0;
    color: #c75000;
}

/* Testimonial Inline */
.testimonial-inline {
    padding: 3rem 0;
}

/* Visual Break */
.visual-break {
    margin: 4rem 0;
}

/* Services Reveal */
.services-reveal {
    padding: 4rem 0;
    background-color: #fff;
}

.service-cards-editorial {
    margin-top: 3rem;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s ease;
    position: relative;
}

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

.service-card.featured {
    border: 2px solid #c75000;
}

.service-badge {
    position: absolute;
    top: -12px;
    right: 2rem;
    background-color: #c75000;
    color: #fff;
    padding: 0.25rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.service-header h3 {
    margin-top: 0;
    font-size: 1.75rem;
    color: #1a1a1a;
}

.service-duration {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.service-body {
    margin: 1.5rem 0;
}

.service-body h4 {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #444;
}

.service-includes {
    list-style-type: none;
    padding-left: 0;
}

.service-includes li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}

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

.service-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

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

.price-unit {
    font-size: 0.85rem;
    font-weight: 400;
    color: #666;
}

.service-select {
    background-color: #c75000;
    color: #fff;
    border: none;
    padding: 0.875rem 2rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
}

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

/* Trust Section */
.trust-section {
    padding: 4rem 0;
    background-color: #f5f5f5;
}

.stats-inline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 3rem 0;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #c75000;
    margin-bottom: 0.5rem;
}

.stat-item p {
    font-size: 1rem;
    color: #555;
}

/* CTA Sections */
.cta-section-primary {
    padding: 4rem 0;
    background-color: #fff;
}

.cta-section-secondary {
    padding: 3rem 0;
    background-color: #f9f9f9;
    text-align: center;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

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

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

.form-group label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: border-color 0.3s ease;
}

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

.form-group textarea {
    resize: vertical;
    font-family: Georgia, 'Times New Roman', serif;
}

.btn-submit {
    background-color: #c75000;
    color: #fff;
    border: none;
    padding: 1rem 3rem;
    border-radius: 4px;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
    width: 100%;
}

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

.form-privacy {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: #666;
}

.btn-primary {
    display: inline-block;
    background-color: #c75000;
    color: #fff;
    padding: 0.875rem 2.5rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #8a3800;
    color: #fff;
}

.btn-secondary {
    display: inline-block;
    background-color: transparent;
    color: #c75000;
    padding: 0.875rem 2.5rem;
    border: 2px solid #c75000;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background-color: #c75000;
    color: #fff;
}

/* Final Thought */
.final-thought {
    padding: 4rem 0;
    background-color: #1a1a1a;
}

.closing-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    font-style: italic;
}

/* Footer */
.footer-minimal {
    background-color: #2a2a2a;
    color: #ccc;
    padding: 3rem 0 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.footer-links a {
    color: #ccc;
    font-size: 0.9rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

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

.footer-copy {
    font-size: 0.875rem;
    color: #999;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a1a1a;
    color: #fff;
    padding: 1.5rem;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    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: 2rem;
    flex-wrap: wrap;
}

.cookie-content p {
    margin: 0;
    font-size: 0.95rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    flex: 1;
    min-width: 250px;
}

.cookie-content a {
    color: #ffa366;
}

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: all 0.3s ease;
}

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

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

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

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

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 90;
    display: none;
}

.sticky-cta.show {
    display: block;
}

.sticky-btn {
    display: inline-block;
    background-color: #c75000;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(199, 80, 0, 0.4);
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background-color: #8a3800;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(199, 80, 0, 0.5);
    color: #fff;
}

/* Contact Section */
.contact-section {
    padding: 3rem 0;
}

.contact-info-blocks {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 2rem 0;
}

.contact-block h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #c75000;
}

.contact-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
}

.contact-additional {
    margin-top: 4rem;
}

.contact-privacy {
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-left: 4px solid #c75000;
}

/* Thanks Section */
.thanks-section {
    padding: 4rem 0;
}

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

.thanks-intro {
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 2rem;
}

.thanks-details {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    margin: 2rem 0;
}

.selected-service {
    font-size: 1.25rem;
    font-weight: 600;
    color: #c75000;
}

.thanks-next-steps {
    margin: 4rem 0;
    text-align: left;
}

.step-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    align-items: flex-start;
}

.step-number {
    background-color: #c75000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.step-content h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.thanks-meantime {
    margin: 4rem 0;
    text-align: left;
}

.resource-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.resource-link {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.resource-link:hover {
    border-color: #c75000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.resource-link h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #c75000;
}

.resource-link p {
    margin: 0;
    color: #666;
}

.thanks-quote {
    margin: 3rem 0;
}

.thanks-footer {
    margin-top: 3rem;
}

/* Legal Section */
.legal-section {
    padding: 3rem 0;
}

.legal-section h2 {
    font-size: 1.75rem;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.legal-section h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.legal-section h3 {
    font-size: 1.35rem;
    margin-top: 2rem;
}

.legal-section ul {
    margin-bottom: 1.5rem;
}

/* FAQ */
.faq-item {
    margin-bottom: 2.5rem;
}

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

/* Principles and Values Lists */
.principles-list,
.values-list {
    margin-top: 2rem;
}

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

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

.values-list li {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    position: relative;
}

.values-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #c75000;
    font-size: 1.5rem;
    font-weight: bold;
}

.values-list strong {
    color: #c75000;
}

/* Cookie Table */
.cookie-table {
    margin: 2rem 0;
}

.cookie-item {
    background-color: #f9f9f9;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 4px;
    border-left: 4px solid #c75000;
}

.cookie-item h4 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #1a1a1a;
    font-family: 'Courier New', monospace;
}

.cookie-item p {
    margin-bottom: 0.5rem;
}

/* Tablet Styles */
@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .hero-editorial h1 {
        font-size: 3.5rem;
    }

    .stats-inline {
        flex-direction: row;
        justify-content: space-around;
    }

    .contact-info-blocks {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contact-block {
        flex: 1;
        min-width: 250px;
    }

    .resource-links {
        flex-direction: row;
    }

    .btn-submit {
        width: auto;
    }

    .sticky-cta {
        display: block;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .nav-container {
        padding: 0 3rem;
    }

    .hero-editorial h1 {
        font-size: 4rem;
    }

    .intro-large {
        font-size: 1.5rem;
    }

    .narrow-text {
        padding: 0 3rem;
    }

    .hero-content-narrow {
        padding: 0 3rem;
    }

    .hero-image {
        padding: 0 3rem;
    }
}

/* Print Styles */
@media print {
    .nav-editorial,
    .cookie-banner,
    .sticky-cta,
    .service-select,
    .btn-submit,
    .cta-buttons {
        display: none;
    }

    body {
        background-color: #fff;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}