/* 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', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    line-height: 1.7;
    color: #2a2a2a;
    background-color: #fafafa;
}

/* Editorial Layout - Article-like structure */
.editorial-layout {
    background-color: #ffffff;
}

/* Navigation - Minimal hidden style for Editorial archetype */
.minimal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.98);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #e8e8e8;
}

.nav-brand {
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

.nav-brand a {
    color: inherit;
    text-decoration: none;
}

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

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

.nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 2rem;
    gap: 1.5rem;
    transition: right 0.4s ease;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.nav-menu.active {
    right: 0;
}

.nav-menu a {
    color: #2a2a2a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

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

/* Editorial Content - Narrow centered text */
.editorial-content {
    max-width: 100%;
    margin: 0 auto;
}

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

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

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

.editorial-hero h1 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
}

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

.lead-intro em {
    font-style: italic;
    color: #2a2a2a;
}

/* Inline Images - Editorial archetype */
.hero-image-inline {
    max-width: 100%;
    margin: 2.5rem 0;
}

.hero-image-inline img,
.image-break img {
    width: 100%;
    height: auto;
    display: block;
}

.image-break {
    margin: 3.5rem 0;
    max-width: 100%;
}

.image-break figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    margin-top: 0.8rem;
    padding: 0 1.5rem;
}

/* Story Sections - Article-like flow */
.story-section {
    padding: 3rem 0;
}

.story-section h2,
.insight-section h2,
.problem-amplification h2,
.trust-building h2,
.benefits-reveal h2,
.pricing-reveal h2,
.urgency-section h2 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.story-section p,
.insight-section p,
.problem-amplification p,
.trust-building p,
.benefits-reveal p,
.urgency-section p {
    margin-bottom: 1.4rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #3a3a3a;
}

/* Editorial Quote */
.editorial-quote {
    border-left: 3px solid #4a7c59;
    padding-left: 1.5rem;
    margin: 2.5rem 0;
    font-size: 1.2rem;
    line-height: 1.7;
    font-style: italic;
    color: #2a2a2a;
}

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

/* Inline CTA - Soft link style */
.inline-cta-soft {
    margin: 2rem 0;
}

.link-cta {
    color: #4a7c59;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 2px solid #4a7c59;
    padding-bottom: 2px;
    transition: all 0.3s ease;
}

.link-cta:hover {
    color: #3a6449;
    border-bottom-color: #3a6449;
}

/* Problem Amplification */
.problem-amplification {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.problem-amplification.narrow-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Insight Section */
.insight-section {
    padding: 3.5rem 0;
}

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

.insight-list li {
    margin-bottom: 1.8rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    padding-left: 1.5rem;
    position: relative;
}

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

.insight-list strong {
    color: #1a1a1a;
    font-weight: 600;
}

/* Trust Building - Testimonials inline */
.trust-building {
    padding: 3rem 0;
}

.testimonial-inline {
    background-color: #f5f8f6;
    padding: 2rem;
    margin: 2rem 0;
    border-left: 4px solid #4a7c59;
}

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

.testimonial-inline cite {
    display: block;
    font-size: 0.95rem;
    font-style: normal;
    color: #666;
    font-weight: 500;
}

/* Benefits Reveal */
.benefits-reveal {
    padding: 3.5rem 0;
    background-color: #fafafa;
}

.benefits-reveal.narrow-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

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

.benefit-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.benefit-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

/* Pricing Reveal - Late in flow */
.pricing-reveal {
    padding: 4rem 0;
}

.service-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.service-card:hover {
    border-color: #4a7c59;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.service-card.featured {
    border: 2px solid #4a7c59;
    background-color: #f5f8f6;
    position: relative;
}

.badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background-color: #4a7c59;
    color: #ffffff;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
}

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

.service-card p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: #3a3a3a;
    margin-bottom: 0.8rem;
}

.duration {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1.2rem;
}

.price {
    font-size: 1.8rem;
    font-weight: 700;
    color: #4a7c59;
    margin-top: 1.5rem;
}

/* CTA Blocks */
.cta-block-centered {
    text-align: center;
    margin: 3rem 0;
}

.btn-primary-large,
.btn-secondary-large {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-primary-large {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-primary-large:hover {
    background-color: #3a6449;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 124, 89, 0.3);
}

.btn-secondary-large {
    background-color: #2a2a2a;
    color: #ffffff;
}

.btn-secondary-large:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* Urgency Section */
.urgency-section {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.urgency-section.narrow-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Form Section */
.form-section {
    padding: 4rem 0;
}

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

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    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: #4a7c59;
}

.form-group textarea {
    resize: vertical;
}

.btn-submit {
    width: 100%;
    padding: 1.1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #4a7c59;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #3a6449;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 124, 89, 0.3);
}

/* Final Message */
.final-message {
    padding: 3.5rem 0;
}

/* Sticky CTA */
.sticky-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 42, 0.98);
    padding: 1rem 1.5rem;
    text-align: center;
    z-index: 900;
    display: none;
    border-top: 2px solid #4a7c59;
}

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

.sticky-btn {
    display: inline-block;
    padding: 0.9rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #4a7c59;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.sticky-btn:hover {
    background-color: #3a6449;
}

/* Footer */
.editorial-footer {
    background-color: #2a2a2a;
    color: #ffffff;
    padding: 2.5rem 1.5rem 2rem;
    margin-top: 5rem;
}

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

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

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

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

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

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(26, 26, 26, 0.98);
    color: #ffffff;
    padding: 1.5rem;
    z-index: 9999;
    display: none;
    border-top: 3px solid #4a7c59;
}

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

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

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

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

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

.btn-accept {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-accept:hover {
    background-color: #3a6449;
}

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

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

/* Page Header */
.page-header {
    padding: 3.5rem 0 2rem;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
}

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

/* Services Page Specific */
.services-intro {
    padding: 2rem 0 3rem;
}

.service-detail {
    padding: 2.5rem 0;
}

.service-card-detailed {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
}

.service-card-detailed.featured-service {
    border: 2px solid #4a7c59;
    background-color: #f5f8f6;
}

.featured-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4a7c59;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
}

.service-tagline {
    font-size: 1.2rem;
    color: #4a7c59;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.service-description {
    margin-bottom: 2rem;
}

.service-description p {
    margin-bottom: 1rem;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.service-highlights {
    margin: 2rem 0;
}

.service-highlights h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.service-highlights ul {
    list-style: none;
    padding-left: 0;
}

.service-highlights li {
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3a3a;
}

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

.service-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #fafafa;
    border-radius: 6px;
}

.detail-item {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 200px;
}

.detail-item strong {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    margin-bottom: 0.3rem;
}

.price-display {
    font-size: 2.2rem;
    font-weight: 700;
    color: #4a7c59;
    margin: 2rem 0 1.5rem;
}

.btn-service,
.btn-service-featured,
.btn-service-special {
    display: inline-block;
    padding: 1rem 2.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.btn-service {
    background-color: #4a7c59;
    color: #ffffff;
}

.btn-service:hover {
    background-color: #3a6449;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(74, 124, 89, 0.3);
}

.btn-service-featured {
    background-color: #2a2a2a;
    color: #ffffff;
}

.btn-service-featured:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.btn-service-special {
    background-color: #ffffff;
    color: #4a7c59;
    border: 2px solid #4a7c59;
}

.btn-service-special:hover {
    background-color: #4a7c59;
    color: #ffffff;
}

.service-card-detailed.special-offer {
    border: 2px dashed #4a7c59;
}

.final-cta {
    padding: 3rem 0;
    text-align: center;
}

/* Contact Page */
.contact-intro {
    padding: 2rem 0 3rem;
}

.contact-info {
    padding: 2rem 0;
}

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

.contact-detail h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.contact-detail p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
    margin-bottom: 0.5rem;
}

.contact-detail a {
    color: #4a7c59;
    text-decoration: none;
    font-weight: 500;
}

.contact-detail a:hover {
    text-decoration: underline;
}

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

.contact-faq {
    padding: 3rem 0;
}

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

.faq-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.ready-section,
.alternative-contact {
    padding: 2.5rem 0;
}

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

.thanks-message {
    padding: 2rem 0;
    text-align: center;
}

.success-icon {
    font-size: 4rem;
    color: #4a7c59;
    margin-bottom: 1.5rem;
}

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

.step {
    margin-bottom: 2.5rem;
}

.step h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.step p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.selected-service {
    padding: 2.5rem 0;
    background-color: #f5f8f6;
}

.selected-service.narrow-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.while-you-wait {
    padding: 3rem 0;
}

.tip-box {
    background-color: #fafafa;
    border-left: 4px solid #4a7c59;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.tip-box h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.8rem;
}

.tip-box p {
    font-size: 1rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.next-actions {
    padding: 2.5rem 0;
    text-align: center;
}

.final-thank-you {
    padding: 3rem 0;
}

/* Legal Content */
.legal-content {
    background-color: #ffffff;
}

.legal-section {
    padding: 2.5rem 0;
}

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

.legal-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2a2a2a;
    margin: 2rem 0 1rem;
}

.legal-section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3a3a3a;
    margin: 1.5rem 0 0.8rem;
}

.legal-section p {
    margin-bottom: 1.2rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #3a3a3a;
}

.legal-section ul {
    margin: 1rem 0 1.5rem 1.5rem;
    list-style-type: disc;
}

.legal-section li {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3a3a;
}

.legal-section a {
    color: #4a7c59;
    text-decoration: none;
}

.legal-section a:hover {
    text-decoration: underline;
}

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

.value-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.6rem;
}

.value-item p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #3a3a3a;
}

/* Responsive - Mobile-first approach */
@media (min-width: 768px) {
    html {
        font-size: 17px;
    }

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

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

    .hamburger {
        display: none;
    }

    .nav-menu {
        position: static;
        flex-direction: row;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        box-shadow: none;
        gap: 2rem;
    }

    .nav-menu a {
        font-size: 1rem;
    }

    .story-section h2,
    .insight-section h2,
    .problem-amplification h2,
    .trust-building h2,
    .benefits-reveal h2,
    .pricing-reveal h2,
    .urgency-section h2 {
        font-size: 2.2rem;
    }

    .service-details-grid {
        flex-wrap: nowrap;
    }

    .detail-item {
        flex: 1;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 18px;
    }

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

    .narrow-text {
        max-width: 720px;
    }

    .footer-content {
        max-width: 720px;
    }

    .cookie-content {
        max-width: 720px;
    }
}
