/* LeaseCraft CSS bundle: app.content.css */
/* Generated by scripts/build_css_bundles.py — do not edit */

/* --- homepage-saas.css --- */
/**
 * LeaseCraft Homepage — Modern Trust + SaaS Simplicity
 * Navy trust, emerald action, conversion-first layout
 */

:root {
    --lc-navy: #153B6A;
    --lc-navy-light: #1e4d85;
    --lc-navy-muted: #2a5f9e;
    --lc-green: #16A34A;
    --lc-green-hover: #15803d;
    --lc-green-light: #dcfce7;
    --lc-bg: #F8FAFC;
    --lc-surface: #ffffff;
    --lc-text: #1F2937;
    --lc-text-muted: #6B7280;
    --lc-border: #E5E7EB;
    --lc-radius: 14px;
    --lc-radius-lg: 16px;
    --lc-shadow: 0 4px 6px -1px rgba(21, 59, 106, 0.06), 0 2px 4px -2px rgba(21, 59, 106, 0.04);
    --lc-shadow-lg: 0 20px 25px -5px rgba(21, 59, 106, 0.08), 0 8px 10px -6px rgba(21, 59, 106, 0.04);
    --lc-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --lc-font-display: 'Manrope', 'Inter', sans-serif;
}

body.lc-home {
    font-family: var(--lc-font);
    color: var(--lc-text);
    background: var(--lc-bg);
    -webkit-font-smoothing: antialiased;
}

/* ── Nav ── */
.lc-nav {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--lc-border);
    padding: 0.875rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.lc-nav .navbar-brand {
    font-family: var(--lc-font-display);
    font-weight: 800;
    font-size: 1.35rem;
    color: var(--lc-navy) !important;
    letter-spacing: -0.03em;
}

.lc-nav .nav-link {
    color: var(--lc-text-muted) !important;
    font-weight: 500;
    font-size: 0.9375rem;
    padding: 0.5rem 0.875rem !important;
    border-radius: 10px;
}

.lc-btn-nav {
    background: var(--lc-green);
    color: #fff !important;
    font-weight: 600;
    padding: 0.5rem 1.25rem !important;
    border-radius: 10px;
    border: none;
    transition: background 0.2s, transform 0.15s;
}

/* ── Hero ── */
.lc-hero {
    padding: 4.5rem 0 5rem;
    background: linear-gradient(180deg, #fff 0%, var(--lc-bg) 100%);
    overflow: hidden;
}

.lc-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
}

.lc-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--lc-green-light);
    color: var(--lc-green-hover);
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.375rem 0.875rem;
    border-radius: 999px;
    margin-bottom: 1.25rem;
}

.lc-hero h1 {
    font-family: var(--lc-font-display);
    font-size: clamp(2.25rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: var(--lc-navy);
    margin-bottom: 1.25rem;
}

.lc-hero-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: var(--lc-text-muted);
    margin-bottom: 2rem;
    max-width: 32rem;
}

.lc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
    margin-bottom: 2rem;
}

.lc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--lc-green);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
    border-radius: var(--lc-radius);
    text-decoration: none;
    border: 2px solid var(--lc-green);
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
}

.lc-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--lc-surface);
    color: var(--lc-navy);
    font-weight: 600;
    font-size: 1rem;
    padding: 0.875rem 1.75rem;
    border-radius: var(--lc-radius);
    text-decoration: none;
    border: 2px solid var(--lc-border);
    transition: border-color 0.2s, background 0.2s;
}

.lc-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
}

.lc-trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    color: var(--lc-text-muted);
    font-weight: 500;
}

.lc-trust-item i {
    color: var(--lc-green);
}

/* Hero mockup */
.lc-mockup {
    position: relative;
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    box-shadow: var(--lc-shadow-lg);
    overflow: hidden;
}

.lc-mockup-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    background: var(--lc-bg);
    border-bottom: 1px solid var(--lc-border);
}

.lc-mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--lc-border);
}

.lc-mockup-dot:nth-child(1) { background: #fca5a5; }
.lc-mockup-dot:nth-child(2) { background: #fcd34d; }
.lc-mockup-dot:nth-child(3) { background: #86efac; }

.lc-mockup-title {
    margin-left: 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lc-text-muted);
}

.lc-mockup-body {
    padding: 1.5rem;
}

.lc-mockup-progress {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.lc-mockup-step {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: var(--lc-border);
}

.lc-mockup-step.done { background: var(--lc-green); }
.lc-mockup-step.active { background: var(--lc-navy); }

.lc-mockup-field {
    height: 36px;
    background: var(--lc-bg);
    border: 1px solid var(--lc-border);
    border-radius: 8px;
    margin-bottom: 0.75rem;
}

.lc-mockup-field.short { width: 60%; }
.lc-mockup-preview {
    margin-top: 1rem;
    padding: 1rem;
    background: var(--lc-bg);
    border: 1px dashed var(--lc-navy-muted);
    border-radius: 10px;
    position: relative;
}

.lc-mockup-preview-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lc-navy);
    margin-bottom: 0.5rem;
}

.lc-mockup-lines {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lc-mockup-line {
    height: 8px;
    background: var(--lc-border);
    border-radius: 4px;
}

.lc-mockup-line:nth-child(1) { width: 95%; }
.lc-mockup-line:nth-child(2) { width: 80%; }
.lc-mockup-line:nth-child(3) { width: 88%; }
.lc-mockup-line:nth-child(4) { width: 60%; }

.lc-mockup-generating {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--lc-green);
    animation: lc-pulse 2s ease-in-out infinite;
}

@keyframes lc-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.lc-mockup-badge {
    position: absolute;
    top: -12px;
    right: 1.5rem;
    background: var(--lc-green);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3);
}

/* ── Sections shared ── */
.lc-section {
    padding: 5rem 0;
}

.lc-section-alt {
    background: var(--lc-surface);
}

.lc-section-header {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 3rem;
}

.lc-section-header h2 {
    font-family: var(--lc-font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--lc-navy);
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.lc-section-header p {
    font-size: 1.0625rem;
    color: var(--lc-text-muted);
    line-height: 1.6;
    margin: 0;
}

/* ── How it works ── */
.lc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.lc-step-card {
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 2rem 1.75rem;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.lc-step-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1.25rem;
    background: rgba(21, 59, 106, 0.08);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--lc-navy);
}

.lc-step-num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lc-green);
    margin-bottom: 0.5rem;
}

.lc-step-card h3 {
    font-family: var(--lc-font-display);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lc-navy);
    margin-bottom: 0.625rem;
}

.lc-step-card p {
    font-size: 0.9375rem;
    color: var(--lc-text-muted);
    line-height: 1.55;
    margin: 0;
}

/* ── Document cards ── */
.lc-doc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.lc-doc-card {
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 1.75rem;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.lc-doc-icon {
    width: 44px;
    height: 44px;
    background: var(--lc-green-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--lc-green);
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

.lc-doc-card h3 {
    font-family: var(--lc-font-display);
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--lc-navy);
    margin-bottom: 0.5rem;
}

.lc-doc-card p {
    font-size: 0.875rem;
    color: var(--lc-text-muted);
    line-height: 1.5;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.lc-doc-cta {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lc-green);
}

/* ── State map ── */
.lc-states-layout {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem;
    align-items: center;
}

.lc-states-copy h2 {
    font-family: var(--lc-font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 800;
    color: var(--lc-navy);
    margin-bottom: 1rem;
}

.lc-states-copy p {
    color: var(--lc-text-muted);
    line-height: 1.65;
    margin-bottom: 1.5rem;
}

.lc-state-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.lc-state-chip {
    display: inline-block;
    padding: 0.4rem 0.875rem;
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--lc-navy);
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.lc-map-wrap {
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 2rem;
    box-shadow: var(--lc-shadow);
}

.lc-map-wrap svg {
    width: 100%;
    height: auto;
    display: block;
}

.lc-map-state {
    fill: rgba(21, 59, 106, 0.12);
    stroke: var(--lc-surface);
    stroke-width: 0.5;
    transition: fill 0.2s;
    cursor: default;
}

.lc-map-state.highlight {
    fill: var(--lc-navy);
}

.lc-map-state.mid {
    fill: rgba(21, 59, 106, 0.35);
}

.lc-map-label {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--lc-navy);
}

/* ── Why LeaseCraft ── */
.lc-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}

.lc-benefit {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
    background: var(--lc-surface);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1.25rem 1.5rem;
}

.lc-benefit-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--lc-green-light);
    color: var(--lc-green);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}

.lc-benefit strong {
    display: block;
    font-size: 0.9375rem;
    color: var(--lc-navy);
    margin-bottom: 0.2rem;
}

.lc-benefit span {
    font-size: 0.8125rem;
    color: var(--lc-text-muted);
}

/* ── FAQ ── */
.lc-faq .accordion-item {
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius) !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
    background: var(--lc-surface);
}

.lc-faq .accordion-button {
    font-family: var(--lc-font-display);
    font-weight: 600;
    font-size: 1rem;
    color: var(--lc-navy);
    background: var(--lc-surface);
    box-shadow: none;
    padding: 1.25rem 1.5rem;
}

.lc-faq .accordion-button:not(.collapsed) {
    background: rgba(21, 59, 106, 0.04);
    color: var(--lc-navy);
}

.lc-faq .accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.lc-faq .accordion-body {
    color: var(--lc-text-muted);
    line-height: 1.65;
    padding: 0 1.5rem 1.25rem;
}

/* ── Final CTA ── */
.lc-cta-final {
    background: var(--lc-navy);
    padding: 5rem 0;
    text-align: center;
}

.lc-cta-final h2 {
    font-family: var(--lc-font-display);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.75rem;
}

.lc-cta-final p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.0625rem;
    margin-bottom: 2rem;
}

.lc-cta-final .lc-btn-primary {
    font-size: 1.0625rem;
    padding: 1rem 2.25rem;
}

/* ── Site footer (lc-footer) ── */
.lc-footer {
    background: var(--lc-text);
    color: rgba(255, 255, 255, 0.7);
    padding: 3.5rem 0 1.5rem;
}

.lc-footer h5 {
    color: #fff;
    font-family: var(--lc-font-display);
    font-weight: 700;
    font-size: 0.9375rem;
    margin-bottom: 1rem;
}

.lc-footer a {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    transition: color 0.2s;
}

.lc-footer a:hover {
    color: #fff;
}

.lc-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.8125rem;
}

.lc-footer-bottom p {
    color: rgba(255, 255, 255, 0.6);
}

.lc-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.lc-footer-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.lc-footer-badge {
    display: inline-block;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.lc-footer-badge--green {
    background: rgba(22, 163, 74, 0.15);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.lc-footer-badge--blue {
    background: rgba(59, 130, 246, 0.15);
    color: #93c5fd;
    border: 1px solid rgba(96, 165, 250, 0.4);
}

.lc-footer-badge--navy {
    background: rgba(255, 255, 255, 0.1);
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .lc-hero-grid,
    .lc-states-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .lc-mockup { order: -1; max-width: 480px; margin: 0 auto; }
    .lc-steps { grid-template-columns: 1fr; }
    .lc-doc-grid { grid-template-columns: repeat(2, 1fr); }
    .lc-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 575px) {
    .lc-hero { padding: 3rem 0; }
    .lc-section { padding: 3.5rem 0; }
    .lc-doc-grid { grid-template-columns: 1fr; }
    .lc-hero-actions { flex-direction: column; }
    .lc-btn-primary, .lc-btn-secondary { justify-content: center; width: 100%; }
    .lc-footer-grid { grid-template-columns: 1fr; }
}

/* --- priority-pages.css --- */
/**
 * Priority page layout — GSC top-20 conversion pages
 * Navy trust + emerald CTA, premium hierarchy, no hover motion
 */

.pp-page {
    --pp-navy: #153B6A;
    --pp-navy-muted: #1e4d85;
    --pp-green: #16A34A;
    --pp-green-dark: #15803d;
    --pp-bg: #F8FAFC;
    --pp-border: #E5E7EB;
    --pp-text: #1F2937;
    --pp-muted: #6B7280;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.pp-hero {
    background: linear-gradient(165deg, var(--pp-navy) 0%, var(--pp-navy-muted) 55%, #2a5f9e 100%);
    color: #fff;
    padding: 3rem 0 3.5rem;
    margin-bottom: 0;
}

.pp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 991px) {
    .pp-hero-grid {
        grid-template-columns: 1fr;
    }
    .pp-preview-card {
        max-width: 420px;
        margin: 0 auto;
    }
}

.pp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.pp-hero h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.pp-subhead {
    font-size: 1.125rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1.5rem;
    max-width: 36rem;
}

.pp-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
    margin-bottom: 1.75rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.pp-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255, 255, 255, 0.95);
}

.pp-trust-row i {
    color: #86efac;
}

.pp-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.pp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--pp-green);
    color: #fff !important;
    font-weight: 700;
    font-size: 1.0625rem;
    padding: 0.9rem 1.75rem;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid var(--pp-green);
}

.pp-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: transparent;
    color: #fff !important;
    font-weight: 600;
    padding: 0.85rem 1.25rem;
    border-radius: 12px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.45);
}

.pp-price-note {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.75rem;
}

.pp-preview-card {
    background: #fff;
    border-radius: 14px;
    padding: 1.25rem;
    color: var(--pp-text);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.pp-preview-card h3 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--pp-muted);
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.pp-preview-doc {
    border: 1px solid var(--pp-border);
    border-radius: 8px;
    padding: 1rem;
    background: var(--pp-bg);
    font-size: 0.8125rem;
    line-height: 1.5;
}

.pp-preview-doc .pp-doc-title {
    font-weight: 700;
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
    color: var(--pp-navy);
}

.pp-preview-line {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    margin-bottom: 0.35rem;
}

.pp-preview-line.short { width: 65%; }
.pp-preview-line.medium { width: 85%; }

.pp-section {
    padding: 3rem 0;
}

.pp-section-alt {
    background: var(--pp-bg);
}

.pp-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pp-navy);
    letter-spacing: -0.02em;
    margin-bottom: 0.5rem;
}

.pp-section-lead {
    color: var(--pp-muted);
    margin-bottom: 2rem;
    max-width: 42rem;
}

.pp-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 767px) {
    .pp-steps { grid-template-columns: 1fr; }
}

.pp-step {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 14px;
    padding: 1.5rem;
    position: relative;
}

.pp-step-num {
    width: 2rem;
    height: 2rem;
    background: var(--pp-navy);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 0.75rem;
}

.pp-step h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    color: var(--pp-navy);
}

.pp-step p {
    font-size: 0.875rem;
    color: var(--pp-muted);
    margin: 0;
}

.pp-depth-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

@media (max-width: 767px) {
    .pp-depth-grid { grid-template-columns: 1fr; }
}

.pp-depth-card {
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 14px;
    padding: 1.5rem;
    height: 100%;
}

.pp-depth-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--pp-navy);
    margin-bottom: 0.75rem;
}

.pp-depth-card h3 i {
    color: var(--pp-green);
    margin-right: 0.5rem;
}

.pp-depth-card p,
.pp-depth-card ul {
    font-size: 0.9375rem;
    color: var(--pp-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.pp-depth-card ul {
    padding-left: 1.15rem;
}

.pp-depth-card li {
    margin-bottom: 0.35rem;
}

.pp-callout {
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    border-left: 4px solid var(--pp-green);
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin: 2rem 0;
}

.pp-callout strong {
    color: var(--pp-green-dark);
}

.pp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 991px) {
    .pp-features { grid-template-columns: 1fr; }
}

.pp-feature {
    text-align: center;
    padding: 1.5rem 1rem;
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 14px;
}

.pp-feature i {
    font-size: 1.75rem;
    color: var(--pp-navy);
    margin-bottom: 0.75rem;
}

.pp-feature h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.pp-feature p {
    font-size: 0.8125rem;
    color: var(--pp-muted);
    margin: 0;
}

.pp-cta-band {
    background: linear-gradient(135deg, var(--pp-green) 0%, var(--pp-green-dark) 100%);
    color: #fff;
    border-radius: 16px;
    padding: 2rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 2rem 0;
}

.pp-cta-band h2 {
    font-size: 1.375rem;
    font-weight: 800;
    margin: 0 0 0.25rem;
}

.pp-cta-band p {
    margin: 0;
    opacity: 0.92;
    font-size: 0.9375rem;
}

.pp-cta-band .pp-btn-primary {
    background: #fff;
    color: var(--pp-green-dark) !important;
    border-color: #fff;
}

.pp-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.pp-related-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid var(--pp-border);
    border-radius: 10px;
    text-decoration: none;
    color: var(--pp-navy) !important;
    font-weight: 600;
    font-size: 0.875rem;
}

.pp-related-link i {
    color: var(--pp-green);
    font-size: 0.75rem;
}

.pp-faq .accordion-button {
    font-weight: 600;
    color: var(--pp-navy);
}

.pp-faq .accordion-button:not(.collapsed) {
    background: var(--pp-bg);
    color: var(--pp-navy);
}

.pp-bottom-cta {
    text-align: center;
    padding: 3rem 1.5rem;
    background: var(--pp-navy);
    color: #fff;
    border-radius: 16px;
    margin-bottom: 2rem;
}

.pp-bottom-cta h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.pp-bottom-cta p {
    opacity: 0.9;
    margin-bottom: 1.5rem;
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.pp-hub-slot {
    padding: 2rem 0 1rem;
}

body.state-document-pro .pp-hub-slot.state-document-hub {
    background: var(--pp-bg, #F8FAFC);
}

/* Light theme lock for pro marketing pages (prevents OS dark-mode contrast breaks) */
body.pro-layout,
body.state-leases-pro,
body.state-document-pro,
body.hero-page-pro,
body.all-documents {
    --bg-primary: #F8FAFC;
    --bg-secondary: #ffffff;
    --text-primary: #1F2937;
    --text-secondary: #6B7280;
    --card-bg: #ffffff;
    background-color: var(--bg-primary) !important;
    color: var(--text-primary);
}

body.pro-layout .main-content-premium,
body.state-leases-pro .main-content-premium,
body.state-document-pro .main-content-premium,
body.hero-page-pro .main-content-premium {
    background: var(--bg-primary) !important;
}

/* --- lc-pro-pages.css --- */
/**
 * LeaseCraft pro inner pages — content layout matching homepage-saas
 */

body.lc-pro {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--lc-bg, #F8FAFC);
    color: var(--lc-text, #1F2937);
}

/* Hide legacy chrome that homepage does not use */
body.lc-pro #ai-assistant-banner,
body.lc-pro .premium-banner-spacer,
body.lc-pro .mobile-bottom-nav {
    display: none !important;
}

body.lc-pro .main-content-premium,
body.lc-pro .premium-content-wrapper,
body.lc-pro .page-content {
    padding: 0;
    max-width: none;
    margin: 0;
}

body.lc-pro .content-wrapper {
    padding: 0;
}

.lc-pro-page {
    --lc-pro-muted: #6B7280;
}

.lc-breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
    color: rgba(255, 255, 255, 0.75);
}

.lc-breadcrumb a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.lc-breadcrumb a:hover {
    text-decoration: underline;
}

.lc-breadcrumb span {
    color: rgba(255, 255, 255, 0.65);
}

.lc-pro-page .lc-hero--compact {
    padding: 2.5rem 0 3rem;
}

.lc-pro-layout {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 2.5rem;
    align-items: start;
}

@media (max-width: 991px) {
    .lc-pro-layout {
        grid-template-columns: 1fr;
    }
}

.lc-depth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.lc-depth-card {
    background: var(--lc-surface, #fff);
    border: 1px solid var(--lc-border, #E5E7EB);
    border-radius: var(--lc-radius, 12px);
    padding: 1.5rem;
    box-shadow: var(--lc-shadow, 0 1px 3px rgba(0, 0, 0, 0.06));
}

.lc-depth-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--lc-navy, #153B6A);
    margin-bottom: 0.75rem;
}

.lc-depth-card h3 i {
    margin-right: 0.5rem;
    color: var(--lc-green, #16A34A);
}

.lc-depth-card p,
.lc-depth-card li {
    color: var(--lc-pro-muted);
    line-height: 1.65;
    margin-bottom: 0.5rem;
}

.lc-depth-card ul {
    padding-left: 1.15rem;
    margin-bottom: 0;
}

.lc-pro-content {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--lc-pro-muted);
}

.lc-pro-content h2 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--lc-navy, #153B6A);
    margin: 2rem 0 1rem;
}

.lc-pro-content h2:first-child {
    margin-top: 0;
}

.lc-sidebar-card {
    position: sticky;
    top: 1.5rem;
    background: var(--lc-surface, #fff);
    border: 1px solid var(--lc-border, #E5E7EB);
    border-radius: var(--lc-radius-lg, 16px);
    padding: 1.5rem;
    box-shadow: var(--lc-shadow, 0 1px 3px rgba(0, 0, 0, 0.06));
}

.lc-sidebar-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--lc-navy, #153B6A);
    margin-bottom: 0.75rem;
}

.lc-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

.lc-sidebar-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: var(--lc-pro-muted);
    margin-bottom: 0.5rem;
}

.lc-sidebar-list i {
    color: var(--lc-green, #16A34A);
    margin-top: 0.2rem;
}

.lc-related-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.lc-related-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.875rem;
    background: var(--lc-bg, #F8FAFC);
    border: 1px solid var(--lc-border, #E5E7EB);
    border-radius: var(--lc-radius, 12px);
    color: var(--lc-navy, #153B6A);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
}

.lc-related-link i {
    color: var(--lc-green, #16A34A);
    font-size: 0.75rem;
}

.lc-callout {
    background: rgba(21, 59, 106, 0.06);
    border: 1px solid rgba(21, 59, 106, 0.12);
    border-radius: var(--lc-radius, 12px);
    padding: 1rem 1.25rem;
    color: var(--lc-navy, #153B6A);
    margin: 1.5rem 0;
}

.lc-pro-page .lc-btn-primary.w-100 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lc-download-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.lc-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border: 1px solid var(--lc-border, #E5E7EB);
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--lc-navy, #153B6A);
    text-decoration: none;
    background: var(--lc-surface, #fff);
}

body.udoc-page-body .lc-nav {
    position: sticky;
    top: 0;
    z-index: 1030;
}

body.udoc-page-body .udoc-page {
    padding-top: 0;
}

/* --- sticky-cta.css --- */
.sticky-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #ffffff;
  border-top: 1px solid #e6e9ee;
  padding: 0.75rem 1rem;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
}

.sticky-cta-bar .btn {
  width: 100%;
}

.sticky-cta-spacer {
  height: 84px;
}

@media (min-width: 768px) {
  .sticky-cta-bar {
    left: auto;
    right: 24px;
    bottom: 24px;
    max-width: 360px;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  }

  .sticky-cta-bar .btn {
    width: auto;
  }

  .sticky-cta-spacer {
    height: 0;
  }
}
