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

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

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

a:hover {
    color: #8b3e1a;
}

/* Navigation */
.nav-minimal {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    z-index: 1000;
}

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

.brand {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2a2a2a;
    letter-spacing: -0.02em;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

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

.nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    list-style: none;
    padding: 1rem 0;
}

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

.nav-menu li {
    padding: 0.5rem 1.5rem;
}

.nav-menu a {
    color: #2a2a2a;
    font-size: 1rem;
}

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

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

/* Typography */
.display-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    color: #1a1a1a;
}

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

.section-heading {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    margin-top: 3rem;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.insight-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    color: #2a2a2a;
}

.form-heading {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1a1a1a;
}

.opening-paragraph {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 1.25rem;
    color: #3a3a3a;
}

p {
    margin-bottom: 1.25rem;
    color: #3a3a3a;
}

h3 {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #2a2a2a;
}

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

.page-hero {
    padding: 3rem 0 2rem;
}

/* Images */
.inline-image {
    margin: 2.5rem 0;
    border-radius: 4px;
}

.inline-image-small {
    margin: 2rem 0;
    border-radius: 4px;
}

.full-width-image {
    width: 100%;
    margin: 3rem 0;
}

.image-caption {
    font-size: 0.9rem;
    color: #6a6a6a;
    margin-top: -2rem;
    margin-bottom: 2rem;
    font-style: italic;
}

/* Sections */
.intro-section,
.story-block,
.insight-reveal,
.services-editorial,
.testimonial-inline,
.problem-section,
.benefit-reveal,
.trust-section,
.form-section,
.final-cta,
.about-intro,
.philosophy-section,
.values-section,
.team-section,
.approach-section,
.mission-section,
.cta-section,
.services-intro,
.service-detail,
.comparison-section,
.contact-info,
.contact-note,
.location-section,
.faq-contact,
.thanks-hero,
.thanks-content,
.thanks-service-info,
.next-steps,
.thanks-assurance,
.thanks-cta,
.legal-content {
    padding: 2rem 0;
}

.visual-break,
.visual-break-alt {
    padding: 3rem 0;
}

/* Service Cards */
.service-card {
    background: #f9f9f9;
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 6px;
    border-left: 4px solid #c45a27;
}

.service-card h3 {
    margin-top: 0;
    font-size: 1.4rem;
}

.price {
    font-size: 1.75rem;
    font-weight: 700;
    color: #c45a27;
    margin: 1rem 0;
}

.price-large {
    font-size: 2rem;
    font-weight: 700;
    color: #c45a27;
    margin: 1.5rem 0;
}

/* Lists */
.benefit-list,
.philosophy-list,
.decision-guide,
.legal-list {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.benefit-list li,
.philosophy-list li,
.decision-guide li,
.legal-list li {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

/* Testimonials */
blockquote {
    border-left: 4px solid #c45a27;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    font-size: 1.15rem;
    font-style: italic;
    color: #3a3a3a;
}

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

/* Buttons and CTAs */
.btn-service,
.cta-button,
.cta-button-secondary,
.btn-submit {
    display: inline-block;
    padding: 0.875rem 2rem;
    background: #c45a27;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
    margin-top: 1rem;
}

.btn-service:hover,
.cta-button:hover,
.cta-button-secondary:hover,
.btn-submit:hover {
    background: #8b3e1a;
    transform: translateY(-2px);
    color: #fff;
}

.cta-button-secondary {
    background: transparent;
    color: #c45a27;
    border: 2px solid #c45a27;
}

.cta-button-secondary:hover {
    background: #c45a27;
    color: #fff;
}

.inline-cta {
    font-weight: 600;
    color: #c45a27;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.inline-cta:hover {
    color: #8b3e1a;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.sticky-cta-button {
    display: block;
    padding: 1rem 2rem;
    background: #c45a27;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(196, 90, 39, 0.3);
    transition: all 0.3s ease;
}

.sticky-cta-button:hover {
    background: #8b3e1a;
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(139, 62, 26, 0.4);
    color: #fff;
}

/* Forms */
.editorial-form {
    margin: 2rem 0;
    background: #f9f9f9;
    padding: 2.5rem;
    border-radius: 6px;
}

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

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

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

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

.btn-submit {
    width: 100%;
    margin-top: 0.5rem;
}

/* Contact Blocks */
.contact-block {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 4px;
}

.contact-block h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

/* FAQ */
.faq-item {
    margin: 2rem 0;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 4px;
}

.faq-item h3 {
    margin-top: 0;
    font-size: 1.15rem;
}

/* Legal */
.legal-date {
    font-size: 0.95rem;
    color: #6a6a6a;
    margin-bottom: 2rem;
}

/* Footer */
.site-footer {
    background: #2a2a2a;
    color: #fff;
    padding: 3rem 1.5rem 2rem;
    margin-top: 5rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.footer-section p {
    color: #b0b0b0;
    margin-bottom: 0.5rem;
}

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

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

.footer-section a {
    color: #d0d0d0;
}

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

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

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

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

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

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cookie-content p {
    margin: 0;
    color: #d0d0d0;
    font-size: 0.95rem;
}

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

.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-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

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

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

.btn-cookie-reject:hover {
    background: #fff;
    color: #2a2a2a;
}

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

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

    .section-heading {
        font-size: 2rem;
    }

    .hamburger {
        display: none;
    }

    .nav-menu {
        display: flex;
        position: static;
        flex-direction: row;
        gap: 2rem;
        border: none;
        padding: 0;
    }

    .nav-menu li {
        padding: 0;
    }

    .footer-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer-section {
        flex: 1;
    }

    .cookie-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .editorial-form {
        padding: 3rem;
    }
}

/* Desktop Styles */
@media (min-width: 1024px) {
    .display-title {
        font-size: 3.5rem;
    }

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

    .section-heading {
        font-size: 2.25rem;
    }

    .hero-editorial {
        padding: 5rem 0 4rem;
    }

    .page-hero {
        padding: 4rem 0 3rem;
    }

    .sticky-cta-button:hover {
        transform: scale(1.08);
    }
}