/* 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: #2c2c2c;
    background-color: #fefefe;
}

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

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

a:hover {
    color: #8a3f2e;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-weight: 700;
}

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

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

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

h4 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 1.2rem;
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

/* Navigation - Editorial Style */
.nav-editorial {
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid #e0e0e0;
    z-index: 1000;
    padding: 1.2rem 0;
    backdrop-filter: blur(10px);
}

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

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

.logo:hover {
    color: #b8573e;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 0.5rem;
}

.hamburger span {
    width: 25px;
    height: 2px;
    background-color: #2c2c2c;
    transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(7px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-7px);
}

.nav-menu {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-menu a {
    color: #2c2c2c;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
}

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

/* Editorial Wrapper - Narrow Content Style */
.editorial-wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

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

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

.hero-text-center {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

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

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

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

/* Story Sections */
.story-intro,
.story-continuation,
.story-section,
.philosophy-section,
.insight-section,
.trust-building,
.social-proof,
.services-reveal,
.services-intro,
.final-story,
.faq-editorial,
.urgency-editorial,
.thanks-content,
.thanks-next-steps,
.thanks-footer,
.contact-info-section,
.faq-section,
.visit-section,
.newsletter-section,
.social-section,
.final-message,
.problem-amplification,
.values-section,
.milestone-section,
.vision-section,
.comparison-section,
.guarantee-section {
    padding: 3rem 0;
}

.drop-cap::first-letter {
    font-size: 4rem;
    float: left;
    line-height: 0.85;
    margin: 0.1rem 0.15rem 0 0;
    font-weight: 700;
    color: #b8573e;
}

/* Visual Breaks */
.visual-break,
.visual-break-2 {
    padding: 4rem 0;
}

.full-width-image {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
}

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

figcaption {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
    margin-top: 0.8rem;
    text-align: center;
}

.content-image-inline {
    margin: 2rem auto;
}

.content-image-inline img {
    border-radius: 4px;
}

/* Insight Cards */
.insight-cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 2.5rem auto;
    max-width: 700px;
    padding: 0 2rem;
}

.insight-card {
    padding: 1.8rem;
    background-color: #f9f7f5;
    border-left: 3px solid #b8573e;
    border-radius: 2px;
}

.insight-card h3 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #b8573e;
}

/* Testimonials */
.testimonial-inline {
    padding: 3rem 0;
    background-color: #f9f7f5;
}

.editorial-quote {
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 1.7;
    color: #3a3a3a;
}

.editorial-quote cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-style: normal;
    color: #777;
}

.testimonials-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.testimonial-card {
    padding: 1.5rem;
    background-color: #fefefe;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.testimonial-card p {
    margin-bottom: 0.8rem;
    font-size: 1.05rem;
    line-height: 1.6;
}

.testimonial-card cite {
    font-size: 0.9rem;
    color: #777;
    font-style: normal;
}

/* CTA Boxes */
.inline-cta-subtle,
.cta-editorial {
    padding: 2.5rem 0;
}

.cta-box-editorial {
    max-width: 700px;
    margin: 0 auto;
    padding: 2rem 2rem;
    background-color: #fff8f0;
    border-radius: 4px;
    text-align: center;
}

.cta-box-editorial h3 {
    margin-top: 0;
    font-size: 1.6rem;
}

.link-arrow {
    font-weight: 600;
    color: #b8573e;
    font-size: 1.05rem;
}

.link-arrow:hover {
    color: #8a3f2e;
}

.link-strong {
    font-weight: 600;
    color: #b8573e;
    font-size: 1.1rem;
}

.cta-final {
    padding: 4rem 0;
    background-color: #2c2c2c;
    color: #fff;
}

.cta-box-large {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 2rem;
    text-align: center;
}

.cta-box-large h3 {
    color: #fff;
    font-size: 2rem;
}

.cta-box-large p {
    color: #d0d0d0;
    font-size: 1.1rem;
}

.btn-primary-large {
    display: inline-block;
    padding: 1.2rem 3rem;
    background-color: #b8573e;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

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

/* Services Editorial Style */
.services-editorial {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    max-width: 700px;
    margin: 3rem auto;
    padding: 0 2rem;
}

.service-item-editorial {
    padding: 2rem 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.service-item-editorial h3 {
    font-size: 1.6rem;
    margin-top: 0;
    color: #2c2c2c;
}

.service-detail {
    font-size: 0.95rem;
    color: #777;
    margin: 0.8rem 0;
}

.price-reveal {
    font-size: 1.8rem;
    font-weight: 700;
    color: #b8573e;
    margin: 1.5rem 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

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

/* Service Detail Blocks */
.service-detail-block {
    padding: 4rem 0;
}

.service-detail-block.alt-bg {
    background-color: #f9f7f5;
}

.service-tagline {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
    margin-bottom: 2rem;
}

.service-description ul {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.service-description li {
    margin-bottom: 0.7rem;
    line-height: 1.7;
}

.service-price {
    font-size: 1.5rem;
    color: #b8573e;
    margin: 2rem 0;
}

.service-note {
    font-style: italic;
    color: #666;
    margin: 1rem 0;
}

/* Comparison Guide */
.comparison-guide {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 2rem 0;
}

.guide-item {
    padding: 1.2rem;
    background-color: #f9f7f5;
    border-left: 3px solid #b8573e;
    border-radius: 2px;
}

.guide-item p {
    margin: 0;
}

.guide-note {
    margin-top: 2rem;
    font-style: italic;
    color: #666;
}

/* Urgency Section */
.urgency-editorial {
    background-color: #fff8f0;
    padding: 2rem 0;
}

.urgency-text {
    font-size: 1.05rem;
    color: #2c2c2c;
}

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

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

.faq-item h3 {
    font-size: 1.2rem;
    margin-top: 0;
    color: #2c2c2c;
}

/* Team Editorial */
.team-editorial {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 700px;
    margin: 2rem auto;
    padding: 0 2rem;
}

.team-member {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.team-member:last-child {
    border-bottom: none;
}

.team-member h3 {
    margin-top: 0;
    font-size: 1.4rem;
}

.role {
    font-size: 0.95rem;
    color: #b8573e;
    font-weight: 600;
    margin-bottom: 1rem;
}

/* Value Items */
.value-item {
    margin: 2rem 0;
}

.value-item h3 {
    color: #b8573e;
    font-size: 1.3rem;
}

/* Milestones */
.milestones-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.milestones-list li {
    padding: 0.8rem 0;
    border-left: 2px solid #b8573e;
    padding-left: 1.2rem;
    margin-bottom: 1rem;
}

/* Contact Details */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 2rem 0;
}

.contact-item h3 {
    font-size: 1.3rem;
    color: #b8573e;
    margin-bottom: 0.8rem;
}

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

/* Social Links */
.social-links {
    margin: 1.5rem 0;
}

.social-links p {
    margin-bottom: 0.8rem;
}

.social-note {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    margin-top: 1rem;
}

/* Thanks Page */
.thanks-hero {
    padding: 3rem 0 2rem;
    text-align: center;
}

.thanks-steps {
    padding-left: 1.5rem;
    margin: 2rem 0;
}

.thanks-steps li {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.service-selected {
    background-color: #fff8f0;
    padding: 1.2rem;
    border-radius: 4px;
    font-size: 1.1rem;
    margin: 2rem 0;
}

.suggestions-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.suggestions-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.suggestions-list li:last-child {
    border-bottom: none;
}

.back-link {
    margin-top: 2rem;
}

.final-thought {
    font-size: 1.15rem;
    margin: 1.5rem 0;
}

/* Page Hero Editorial */
.page-hero-editorial {
    padding: 3rem 0 2rem;
    text-align: center;
}

.last-updated {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}

/* Legal Page */
.legal-page .legal-content {
    padding: 2rem 0 4rem;
}

.legal-content ul {
    margin: 1rem 0;
    padding-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.7rem;
    line-height: 1.7;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    background-color: #2c2c2c;
    padding: 1.2rem 2rem;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: bottom 0.3s ease;
}

.sticky-cta.visible {
    bottom: 0;
}

.sticky-cta-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sticky-cta-content span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.btn-sticky {
    padding: 0.8rem 2rem;
    background-color: #b8573e;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-sticky:hover {
    background-color: #8a3f2e;
    color: #fff;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background-color: #fff;
    padding: 2.5rem;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    position: relative;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    color: #999;
    cursor: pointer;
    line-height: 1;
}

.modal-close:hover {
    color: #2c2c2c;
}

.modal-content h2 {
    margin-top: 0;
    font-size: 1.8rem;
}

.selected-service-display {
    background-color: #fff8f0;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #b8573e;
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

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

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-family: inherit;
    font-size: 1rem;
}

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

.btn-submit {
    width: 100%;
    padding: 1rem;
    background-color: #b8573e;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

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

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

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

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

.cookie-content p {
    margin: 0;
    flex: 1;
}

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

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

.btn-cookie-accept,
.btn-cookie-reject {
    padding: 0.7rem 1.5rem;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

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

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

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

/* Footer */
.footer-editorial {
    background-color: #f5f5f5;
    padding: 3rem 2rem 2rem;
    margin-top: 4rem;
    border-top: 1px solid #e0e0e0;
}

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

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

.footer-links a {
    color: #666;
    font-size: 0.9rem;
}

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

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

/* Mobile Responsive */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.7rem;
    }

    .hamburger {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: none;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        padding: 0.8rem 2rem;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-menu li:last-child {
        border-bottom: none;
    }

    .content-narrow {
        padding: 0 1.5rem;
    }

    .hero-text-center {
        padding: 0 1.5rem;
    }

    .hero-image-inline {
        padding: 0 1.5rem;
    }

    .full-width-image {
        padding: 0 1.5rem;
    }

    .insight-cards {
        padding: 0 1.5rem;
    }

    .editorial-quote {
        padding: 2rem 1.5rem;
        font-size: 1.15rem;
    }

    .testimonials-stack {
        padding: 0 1.5rem;
    }

    .services-editorial {
        padding: 0 1.5rem;
    }

    .team-editorial {
        padding: 0 1.5rem;
    }

    .sticky-cta-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

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

    .cookie-buttons {
        justify-content: center;
    }

    .footer-links {
        gap: 1rem;
    }

    .modal-content {
        padding: 2rem 1.5rem;
    }

    .drop-cap::first-letter {
        font-size: 3rem;
    }

    .nav-container {
        padding: 0 1.5rem;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    .price-reveal {
        font-size: 1.5rem;
    }

    .btn-primary-large {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .content-narrow {
        padding: 0 1.2rem;
    }
}