/* ============================================================
   Lease Template Landing — V2 Editorial Field Guide
   ============================================================
   Page-scoped stylesheet. Every rule is prefixed with `.lt-`
   so we never leak into the site-wide marketing-page bundle.
   ============================================================ */

/* Brand display face — self-hosted */
@font-face {
    font-family: 'Horizon';
    src: url('/Content/fonts/Horizon.ttf') format('truetype');
    font-weight: 400 700;
    font-style: normal;
    font-display: swap;
}

.lt-page {
    --lt-cream: #faf6ee;
    --lt-paper: #fdfbf6;
    --lt-ink: #1a1a1a;
    --lt-ink-muted: #555;
    --lt-ink-soft: #777;
    --lt-green-dark: #31420E;
    --lt-green: #6E883F;
    --lt-green-light: #8BA55C;
    --lt-green-hover: #5A7033;
    --lt-orange: #DC7001;
    --lt-orange-hover: #BB5F01;
    --lt-dark-band: #1c2508;
    --lt-light-text: #fef9eb;
    --lt-rule: rgba(49, 66, 14, 0.18);
    --lt-rule-light: rgba(254, 249, 235, 0.18);
    --lt-success: #28A745;
    --lt-danger: #DC3545;
    --lt-warning-bg: rgba(255, 193, 7, 0.15);
    --lt-warning: #FFC107;
    --lt-warning-text: #856404;
    --lt-border: #E0E0E0;
    --lt-font-sans: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --lt-font-display: 'Horizon', 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
    --lt-font-serif: 'Georgia', 'Times New Roman', serif;

    background: var(--lt-cream);
    color: var(--lt-ink);
    font-family: var(--lt-font-sans);
    line-height: 1.55;
}

/* ─── Container + section helpers ─────────────────────────── */
.lt-container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.lt-container-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.lt-section { padding: 80px 0; }
.lt-section.lt-cream { background: var(--lt-cream); border-bottom: 1px solid var(--lt-rule); }
.lt-section.lt-white { background: #fff; }
.lt-section.lt-alt { background: #F8F9FA; }
.lt-section.lt-dark { background: var(--lt-dark-band); color: var(--lt-light-text); padding: 96px 0; position: relative; }

/* ─── Breadcrumb ──────────────────────────────────────────── */
.lt-crumb { background: #fff; border-bottom: 1px solid var(--lt-border); }
.lt-crumb-inner { max-width: 1280px; margin: 0 auto; padding: 16px 32px;
    font-size: 13px; color: var(--lt-ink-muted); display: flex; align-items: center; gap: 8px; }
.lt-crumb-inner a { color: var(--lt-ink-muted); text-decoration: none; }
.lt-crumb-inner a:hover { color: var(--lt-green); text-decoration: underline; }
.lt-crumb-sep { opacity: 0.4; }
.lt-crumb-inner b { color: var(--lt-ink); font-weight: 600; }

/* ─── Typography helpers ─────────────────────────────────── */
.lt-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 36px;
    font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
    color: var(--lt-green); }
.lt-eyebrow-light { color: rgba(254, 249, 235, 0.65); }
.lt-rule { height: 1px; width: 60px; background: var(--lt-rule); display: inline-block; }
.lt-rule-light { background: rgba(254, 249, 235, 0.3); }

.lt-overline { display: inline-block; text-transform: uppercase; font-size: 11px;
    font-weight: 700; letter-spacing: 0.8px; color: var(--lt-green); margin-bottom: 12px; }
.lt-overline-light { color: rgba(255, 255, 255, 0.85); }

.lt-h1-display { font-family: var(--lt-font-display); font-weight: 700;
    font-size: 96px; line-height: 0.98; letter-spacing: 1px; text-transform: uppercase;
    margin: 0 0 28px; color: var(--lt-ink); }

.lt-h-display { font-family: var(--lt-font-display); font-weight: 700;
    font-size: 56px; line-height: 0.98; text-transform: uppercase; letter-spacing: 1.5px;
    margin: 8px 0 20px; color: var(--lt-ink); }
.lt-h-display-light { color: var(--lt-light-text); }

.lt-h2 { font-size: 36px; font-weight: 700; letter-spacing: -0.4px;
    margin: 0 0 12px; line-height: 1.15; color: var(--lt-ink); }
.lt-h2-light { color: #fff; }

.lt-hero-sub, .lt-body-lead { font-family: var(--lt-font-serif); font-size: 22px;
    line-height: 1.45; color: var(--lt-ink); max-width: 32ch; margin: 0 0 36px;
    font-style: italic; }
.lt-body-lead-light { color: rgba(254, 249, 235, 0.92); }

.lt-italic { font-style: italic; }

.lt-body { font-size: 17px; line-height: 1.6; color: var(--lt-ink); max-width: 44ch;
    margin: 0 0 16px; }

/* ─── Hero ────────────────────────────────────────────────── */
.lt-hero { background: var(--lt-dark-band); color: var(--lt-light-text);
    padding: 64px 0 96px; position: relative; overflow: hidden; }
.lt-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(circle at 30% 30%, rgba(110, 136, 63, 0.12) 0%, transparent 55%),
                radial-gradient(circle at 70% 70%, rgba(220, 112, 1, 0.08) 0%, transparent 55%); }
.lt-hero .lt-h1-display { color: var(--lt-light-text); }
.lt-hero .lt-hero-sub { color: rgba(254, 249, 235, 0.92); }
.lt-hero-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.lt-hero-cta { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lt-hero-meta { display: flex; align-items: center; gap: 16px; margin-top: 24px;
    font-size: 12px; color: rgba(254, 249, 235, 0.6); letter-spacing: 0.8px;
    text-transform: uppercase; font-weight: 600; }
.lt-dot { width: 4px; height: 4px; border-radius: 4px; background: currentColor; opacity: 0.5; }
.lt-hero-right { position: relative; }
.lt-paper-shadow { position: absolute; top: -22px; left: -22px; width: 100%; height: 100%;
    background: rgba(254, 249, 235, 0.06); border-radius: 4px; transform: rotate(-3deg); }
.lt-paper-stack { transform: rotate(2deg); position: relative; }
.lt-paper-stamp { position: absolute; bottom: -28px; right: -32px;
    background: var(--lt-orange); color: #fff;
    padding: 16px 22px; font-family: var(--lt-font-display);
    font-size: 16px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(220, 112, 1, 0.4); transform: rotate(-4deg);
    border-radius: 4px; z-index: 2; }

/* ─── Buttons ─────────────────────────────────────────────── */
.lt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 56px; padding: 0 32px; font-size: 14px; font-weight: 700;
    letter-spacing: 0.5px; text-transform: uppercase; border: 0;
    border-radius: 0; cursor: pointer; font-family: var(--lt-font-sans); line-height: 1;
    text-decoration: none; transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease; }
.lt-btn-accent { background: var(--lt-orange); color: #fff; }
.lt-btn-accent:hover { background: var(--lt-orange-hover); color: #fff; text-decoration: none; }
.lt-btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, 0.4); }
.lt-btn-ghost-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff; text-decoration: none; }
.lt-btn-lg { height: 52px; font-size: 15px; }
.lt-btn-xl { height: 64px; padding: 0 36px; font-size: 17px; }
.lt-btn-block { width: 100%; }
.lt-btn-text { font-size: 13px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; color: rgba(254, 249, 235, 0.85);
    border-bottom: 1px solid rgba(254, 249, 235, 0.4); padding: 4px 0; text-decoration: none; }
.lt-btn-text:hover { color: var(--lt-light-text); text-decoration: none; }
.lt-btn-link { background: transparent; color: var(--lt-green); padding: 0;
    font-weight: 600; font-size: 14px; text-decoration: none; }
.lt-btn-link:hover { color: var(--lt-green-hover); text-decoration: underline; }
.lt-btn-arrow { font-weight: 400; }

/* ─── Specs bar ───────────────────────────────────────────── */
.lt-specs-bar { background: #13190a; color: rgba(255, 255, 255, 0.85);
    padding: 24px 32px; border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.lt-specs-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; font-size: 12px; }
.lt-specs-cell { border-right: 1px solid rgba(255, 255, 255, 0.1); padding-right: 24px; }
.lt-specs-cell-last { border-right: 0; padding-right: 0; }
.lt-specs-k { text-transform: uppercase; letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5); font-size: 10px; font-weight: 700; margin-bottom: 4px; }
.lt-specs-v { font-weight: 600; color: #fff; }

/* ─── Chapter grids ──────────────────────────────────────── */
.lt-chapter-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: start; }
.lt-chapter-grid-even { grid-template-columns: 1fr 1fr; gap: 80px; }
.lt-chapter-aligned-center { align-items: center; }

/* ─── Paper card (Chapter I) ─────────────────────────────── */
.lt-paper-card { background: #fff; padding: 36px; border-radius: 4px;
    border: 1px solid var(--lt-rule); box-shadow: 0 12px 36px rgba(31, 42, 14, 0.08); }
.lt-paper-card-head { display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--lt-rule); }
.lt-paper-card-meta { font-family: var(--lt-font-serif); font-style: italic;
    font-size: 14px; color: var(--lt-ink-muted); }
.lt-paper-card-state { font-family: var(--lt-font-display); font-size: 22px;
    letter-spacing: 1px; color: var(--lt-green-dark); font-weight: 700; text-transform: uppercase; }

/* ─── Selector tabs ──────────────────────────────────────── */
.lt-selector-tabs { display: inline-flex; gap: 4px; background: #fff;
    border-radius: 8px; padding: 3px; margin-top: 18px; }
.lt-selector-tab { border: 0; padding: 8px 16px; font-size: 12px; font-weight: 700;
    border-radius: 6px; background: transparent; color: var(--lt-ink-muted); cursor: pointer;
    font-family: inherit; text-transform: uppercase; letter-spacing: 0.8px; transition: background 0.15s, color 0.15s; }
.lt-selector-tab.is-active { background: var(--lt-green-dark); color: #fff; }

/* ─── US Tile Map ─────────────────────────────────────────── */
.lt-tilemap-wrap { width: 100%; }
.lt-tilemap { display: grid; grid-template-columns: repeat(12, 36px); gap: 5px;
    justify-content: center; }
.lt-tile { width: 36px; height: 36px; aspect-ratio: 1; border-radius: 5px;
    background: #EAECE7; color: var(--lt-green-dark); font-size: 11px; font-weight: 700;
    letter-spacing: 0.3px; display: flex; align-items: center; justify-content: center;
    cursor: pointer; transition: background 0.15s, transform 0.15s, color 0.15s;
    user-select: none; border: 0; font-family: inherit; padding: 0; }
.lt-tile:hover { background: var(--lt-green); color: #fff; transform: translateY(-1px); }
.lt-tile.is-active { background: var(--lt-orange); color: #fff;
    box-shadow: 0 4px 12px rgba(220, 112, 1, 0.4); }
.lt-tile-empty { background: transparent; pointer-events: none; cursor: default; }
.lt-tile-empty:hover { background: transparent; transform: none; }

/* ─── State list ──────────────────────────────────────────── */
.lt-statelist-search { width: 100%; box-sizing: border-box;
    padding: 12px 16px; border-radius: 8px; border: 1px solid var(--lt-border);
    background: #fff; color: var(--lt-ink); font: 500 14px var(--lt-font-sans);
    outline: 0; margin-bottom: 12px; }
.lt-statelist-search:focus { border-color: var(--lt-green);
    box-shadow: 0 0 0 3px rgba(110, 136, 63, 0.15); }
.lt-statelist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px; }
.lt-statepill { background: #F7F9F5; color: var(--lt-green-dark);
    cursor: pointer; display: flex; align-items: center; justify-content: space-between;
    border: 1px solid transparent; padding: 8px 10px; border-radius: 6px;
    font-size: 13px; font-family: inherit; transition: all 0.15s; text-align: left; }
.lt-statepill:hover { background: #EAECE7; border-color: var(--lt-green); }
.lt-statepill.is-active { background: var(--lt-green); color: #fff; }
.lt-statepill-ab { font-size: 11px; opacity: 0.6; font-weight: 700; letter-spacing: 0.5px; }
.lt-statepill.lt-statelist-hidden { display: none; }

/* ─── Pitch list (Chapter I.5) ────────────────────────────── */
.lt-pitchlist { list-style: none; padding: 0; margin: 0;
    border-top: 1px solid var(--lt-rule-light); }
.lt-pitchlist li { display: grid; grid-template-columns: 100px 1fr; gap: 20px;
    padding: 16px 0; border-bottom: 1px solid var(--lt-rule-light); }
.lt-pitchlist strong { font-family: var(--lt-font-display); font-size: 12px;
    letter-spacing: 2px; color: var(--lt-orange); text-transform: uppercase; }
.lt-pitchlist span { font-size: 14px; color: rgba(254, 249, 235, 0.78); line-height: 1.6; }

/* ─── Request card + form ─────────────────────────────────── */
.lt-request-card { background: rgba(254, 249, 235, 0.04);
    border: 1px solid rgba(254, 249, 235, 0.15); border-radius: 6px;
    padding: 36px; position: relative; }
.lt-request-badge { position: absolute; top: -16px; left: 36px;
    background: var(--lt-orange); color: #fff; padding: 6px 14px;
    font-family: var(--lt-font-display); font-size: 11px; font-weight: 800;
    letter-spacing: 2px; text-transform: uppercase; border-radius: 3px; }
.lt-request-title { font-family: var(--lt-font-display); font-size: 22px;
    font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--lt-light-text); margin: 8px 0 8px; }
.lt-request-sub { font-family: var(--lt-font-serif); font-size: 14px;
    color: rgba(254, 249, 235, 0.7); margin: 0 0 24px; }

.lt-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.lt-field-full { grid-column: 1 / -1; }
.lt-field label { display: block; font-size: 11px; font-weight: 700;
    color: rgba(254, 249, 235, 0.65); letter-spacing: 0.5px; text-transform: uppercase;
    margin-bottom: 6px; }
.lt-req { color: var(--lt-danger); margin-left: 2px; }
.lt-field input, .lt-field select { width: 100%; box-sizing: border-box; height: 44px;
    padding: 0 14px; border-radius: 8px; border: 1px solid rgba(0, 0, 0, 0.12);
    background: #fff !important; font: 500 14px var(--lt-font-sans);
    /* Bug #7360 follow-up: literal #000 (not var(--lt-green-dark)) per
       feedback that the typed value still read as white on some browser /
       OS combinations. Inline `style="color:#000"` on each <input>/<select>
       in the markup is the belt; this is the suspenders. */
    color: #000 !important; outline: 0;
    /* color-scheme: light forces the form-control native rendering to use the
       light theme. Without this, Chrome / Edge on a dark-mode OS reuse the
       dark system palette for the closed <select>'s displayed value, which
       overrode our `color` rule and surfaced as white-on-white. */
    color-scheme: light;
    /* -webkit-text-fill-color is the property the WebKit form-control text
       layer actually reads — set it alongside `color` so a parent global
       stylesheet (style.default.css / custom.css) can't win the cascade. */
    -webkit-text-fill-color: #000 !important;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s; }
.lt-field input::placeholder { color: rgba(49, 66, 14, 0.5); }
/* Highlighted-text (mouse selection / shift-arrow) inside the input or
   select must read as dark green on a subtle orange wash — without this
   the global ::selection rule from style.default.css renders highlighted
   characters white-on-orange, which looks identical to "unreadable". */
.lt-field input::selection,
.lt-field select::selection { background: rgba(220, 112, 1, 0.18); color: #000; }
/* Chrome autofill on text inputs (the State suggestion / County remembered
   value) replaces the background with the system "autofill yellow" and
   forces -webkit-text-fill-color to its own system color. Pin both back. */
.lt-field input:-webkit-autofill,
.lt-field input:-webkit-autofill:hover,
.lt-field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000; }
.lt-field input:focus, .lt-field select:focus { background: #fff;
    border-color: var(--lt-orange); box-shadow: 0 0 0 3px rgba(220, 112, 1, 0.15); }
.lt-field select { appearance: none; -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='rgba(49,66,14,.6)' d='M0 0h10L5 6z'/></svg>");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
/* Browsers render <option> with their own native styling rather than
   inheriting from the parent <select>. On Chrome / Edge that means
   options pick up the surrounding dark-section text color and render
   as white-on-white in the open dropdown. Pin both background and
   text color explicitly so the option list and the highlighted /
   selected option stay legible. !important on the color guards against
   the global form theme reapplying its own white default. */
.lt-field select option { background-color: #fff !important; color: #000 !important; }
.lt-field select option:checked,
.lt-field select option:hover { background-color: #fef9eb !important; color: #000 !important; }
.lt-form-fineprint { font-size: 12px; color: rgba(254, 249, 235, 0.55);
    margin: 10px 0 0; }
.lt-form-errors { background: rgba(220, 53, 69, 0.18);
    border: 1px solid rgba(220, 53, 69, 0.5); color: var(--lt-light-text);
    padding: 12px 16px; border-radius: 8px; margin-top: 16px; font-size: 13px; line-height: 1.5; }
.lt-form-errors ul { margin: 0; padding-left: 20px; }
.lt-form-success { background: rgba(40, 167, 69, 0.18);
    border: 1px solid rgba(40, 167, 69, 0.5); color: var(--lt-light-text);
    padding: 20px 24px; border-radius: 12px; margin-top: 16px;
    display: flex; align-items: center; gap: 14px; }
.lt-form-success-icon { width: 36px; height: 36px; border-radius: 50%;
    background: var(--lt-success); color: #fff;
    display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; }
.lt-form-success-title { font-weight: 700; font-size: 15px; }
.lt-form-success-sub { font-size: 13px; opacity: 0.85; margin-top: 2px; }

/* ─── Pull-quote (Chapter II) ─────────────────────────────── */
.lt-pullquote { font-family: var(--lt-font-serif); font-size: 22px;
    line-height: 1.5; font-style: italic; color: var(--lt-ink);
    border-left: 3px solid var(--lt-orange); padding: 8px 0 8px 24px; margin: 0; }
.lt-pullquote-attr { font-size: 13px; color: var(--lt-ink-muted);
    margin: 16px 0 0; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; }

/* ─── Benefits ────────────────────────────────────────────── */
.lt-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px;
    border-top: 1px solid var(--lt-rule); padding-top: 48px; }
.lt-benefit { display: flex; flex-direction: column; gap: 8px; }
.lt-benefit-num { font-family: var(--lt-font-display); font-size: 18px;
    color: var(--lt-orange); font-weight: 700; letter-spacing: 2px; }
.lt-benefit-title { font-family: var(--lt-font-serif); font-weight: 700;
    font-size: 22px; margin: 4px 0 4px; line-height: 1.2; color: var(--lt-ink); }
.lt-benefit-desc { font-size: 15px; line-height: 1.65; color: var(--lt-ink-muted); margin: 0; }

/* ─── Annotated lease preview (Chapter III) ──────────────── */
.lt-paper-annotated { position: relative; }
.lt-annotation { position: absolute; width: 160px; display: flex;
    align-items: center; gap: 8px; }
.lt-annotation-left { left: -180px; flex-direction: row-reverse; }
.lt-annotation-right { right: -180px; }
.lt-annotation-line { height: 1px; flex: 1; background: var(--lt-orange); }
.lt-annotation-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lt-orange); }
.lt-annotation-label { font-size: 11px; font-weight: 700; color: var(--lt-orange);
    text-transform: uppercase; letter-spacing: 1.5px; white-space: nowrap; }
.lt-annotation-left .lt-annotation-label { text-align: right; }

.lt-leasesections { list-style: none; padding: 0; margin: 32px 0 0;
    border-top: 1px solid var(--lt-rule); }
.lt-leasesection { display: grid; grid-template-columns: 44px 1fr auto; gap: 16px;
    padding: 14px 0; border-bottom: 1px solid var(--lt-rule); align-items: baseline; }
.lt-leasesection-num { font-family: var(--lt-font-display); font-size: 15px;
    font-weight: 700; color: var(--lt-green); letter-spacing: 1.5px; }
.lt-leasesection-title { display: block; font-family: var(--lt-font-serif);
    font-size: 18px; font-weight: 700; margin-bottom: 2px; }
.lt-leasesection-desc { font-size: 14px; color: var(--lt-ink-muted); }
.lt-leasesection-page { font-size: 12px; color: var(--lt-ink-soft); }

/* ─── Field reports (testimonials) ────────────────────────── */
.lt-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; }
.lt-testi { margin: 0; border-top: 1px solid rgba(254, 249, 235, 0.18);
    padding-top: 24px; }
.lt-testi-quote-mark { font-family: var(--lt-font-display); font-size: 28px;
    color: var(--lt-orange); line-height: 1; margin-bottom: 16px; }
.lt-testi-quote { margin: 0; font-family: var(--lt-font-serif); font-size: 18px;
    line-height: 1.5; font-style: italic; color: var(--lt-light-text); }
.lt-testi-attr { margin-top: 20px; font-size: 12px; letter-spacing: 1.5px;
    text-transform: uppercase; font-weight: 700; color: rgba(254, 249, 235, 0.7); }

/* ─── FAQ ─────────────────────────────────────────────────── */
.lt-faq { border-top: 1px solid var(--lt-border); margin-top: 24px; }
.lt-faq-item { border-bottom: 1px solid var(--lt-border); }
.lt-faq-q { display: flex; justify-content: space-between; align-items: center;
    padding: 22px 0; cursor: pointer; font-size: 18px; font-weight: 600;
    color: var(--lt-ink); background: transparent; border: 0; width: 100%;
    text-align: left; font-family: inherit; }
.lt-faq-q:hover { color: var(--lt-green-dark); }
.lt-faq-ico { width: 24px; height: 24px; border: 1px solid var(--lt-border);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 16px; flex-shrink: 0; color: var(--lt-green); transition: transform 0.2s;
    font-weight: 400; }
.lt-faq-item.is-open .lt-faq-ico { transform: rotate(45deg); }
.lt-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.lt-faq-item.is-open .lt-faq-a { max-height: 400px; }
.lt-faq-a-inner { padding: 0 0 24px; color: var(--lt-ink-muted); font-size: 15px;
    line-height: 1.65; max-width: 70ch; }

/* ─── Section head row (Related state) ───────────────────── */
.lt-section-head-row { display: flex; justify-content: space-between;
    align-items: flex-end; margin-bottom: 32px; gap: 24px; flex-wrap: wrap; }

/* ─── Related state cards ─────────────────────────────────── */
.lt-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lt-related-card { background: #fff; border: 1px solid var(--lt-border);
    border-radius: 12px; overflow: hidden; cursor: pointer;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex; flex-direction: column; }
.lt-related-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px); }
.lt-related-card-img { height: 140px; background-size: cover;
    background-position: center; background-color: var(--lt-green-dark); }
.lt-related-card-body { padding: 20px; }
.lt-related-card h4 { font-size: 18px; margin: 0 0 6px; font-weight: 700; }
.lt-related-card p { font-size: 13px; color: var(--lt-ink-muted);
    margin: 0 0 14px; line-height: 1.5; }
.lt-related-card-arr { font-weight: 700; color: var(--lt-green); font-size: 13px; }

/* ─── Disclaimer ──────────────────────────────────────────── */
.lt-disclaimer { background: var(--lt-warning-bg); border-left: 4px solid var(--lt-warning);
    padding: 24px 28px; border-radius: 8px; }
.lt-disclaimer h4 { margin: 0 0 6px; font-size: 14px; font-weight: 700;
    color: var(--lt-warning-text); text-transform: uppercase; letter-spacing: 0.5px; }
.lt-disclaimer p { margin: 0; font-size: 14px; line-height: 1.6; color: var(--lt-ink); }

/* ─── Final CTA ───────────────────────────────────────────── */
.lt-finalcta { position: relative; overflow: hidden; background: var(--lt-green-dark);
    color: #fff; padding: 96px 0; }
.lt-finalcta-bg { position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(900px 480px at 90% 0%, rgba(220, 112, 1, 0.18), transparent 60%),
                radial-gradient(600px 400px at 10% 100%, rgba(110, 136, 63, 0.2), transparent 70%); }
.lt-finalcta-inner { max-width: 1280px; margin: 0 auto; padding: 0 32px;
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center;
    position: relative; z-index: 1; }
.lt-finalcta-inner .lt-h2 { color: #fff; font-size: 48px; letter-spacing: -0.6px;
    line-height: 1.05; margin: 0 0 18px; font-weight: 800; }
.lt-finalcta-body { font-size: 18px; color: rgba(255, 255, 255, 0.88);
    max-width: 540px; line-height: 1.6; margin: 0 0 28px; }
.lt-finalcta-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.lt-finalcta-kpis { display: flex; gap: 32px; margin-top: 40px;
    color: rgba(255, 255, 255, 0.85); font-size: 13px; }
.lt-finalcta-kpis strong { display: block; font-size: 26px; font-weight: 800; color: #fff; }
.lt-finalcta-photo { border-radius: 12px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35); }
.lt-finalcta-photo img { width: 100%; height: 420px; object-fit: cover; display: block; }

/* ─── Lease paper preview ─────────────────────────────────── */
.lt-leasepaper { background: var(--lt-paper); border-radius: 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04),
                0 2px 4px rgba(0, 0, 0, 0.08),
                0 12px 32px rgba(31, 42, 14, 0.12),
                0 48px 80px rgba(31, 42, 14, 0.18);
    font-family: var(--lt-font-serif); color: var(--lt-ink);
    padding: 56px 64px; position: relative; overflow: hidden; }
.lt-leasepaper::before { content: ""; position: absolute; inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(0, 0, 0, 0.018) 1px, transparent 1px);
    background-size: 3px 3px; opacity: 0.8; }
.lt-leasepaper-hd { text-align: center; border-bottom: 2px solid var(--lt-ink);
    padding-bottom: 16px; margin-bottom: 24px; }
.lt-leasepaper-ttl { font-size: 20px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; margin: 0; font-family: var(--lt-font-serif); }
.lt-leasepaper-sub { font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
    color: var(--lt-ink-muted); margin: 6px 0 0; }
.lt-leasepaper h3 { font-size: 13px; font-weight: 700; text-transform: uppercase;
    letter-spacing: 1.2px; margin: 18px 0 6px; font-family: var(--lt-font-serif);
    color: var(--lt-green-dark); }
.lt-leasepaper p { font-size: 13px; line-height: 1.7; margin: 0 0 10px;
    font-family: var(--lt-font-serif); }
.lt-leasepaper-blank { display: inline-block; min-width: 80px;
    border-bottom: 1px solid #888; padding: 0 4px; }
.lt-leasepaper-filled { color: var(--lt-orange); font-weight: 700; }
.lt-leasepaper-stamp { position: absolute; top: 28px; right: 32px;
    border: 3px solid var(--lt-orange); color: var(--lt-orange);
    font-family: var(--lt-font-sans); font-weight: 800; font-size: 13px;
    letter-spacing: 2px; padding: 6px 14px; border-radius: 6px;
    transform: rotate(-6deg); text-transform: uppercase; opacity: 0.9; }
.lt-leasepaper-pagenum { position: absolute; bottom: 18px; right: 64px;
    font-size: 11px; color: #999; }
.lt-leasepaper.is-compact { padding: 36px 44px; }
.lt-leasepaper.is-compact .lt-leasepaper-hd { padding-bottom: 12px; margin-bottom: 18px; }

/* ─── Mobile fallback (single PR — full responsive polish is a follow-up) ─── */
@media (max-width: 960px) {
    .lt-hero { padding: 40px 0 64px; }
    .lt-hero-inner,
    .lt-chapter-grid,
    .lt-chapter-grid-even,
    .lt-finalcta-inner { grid-template-columns: 1fr; gap: 40px; }
    .lt-h1-display { font-size: 56px; }
    .lt-h-display { font-size: 36px; }
    .lt-specs-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .lt-specs-cell { border-right: 0; padding-right: 0; }
    .lt-form-grid { grid-template-columns: 1fr; }
    .lt-benefits-grid,
    .lt-testi-grid,
    .lt-related-grid { grid-template-columns: 1fr; gap: 32px; }
    .lt-annotation { display: none; }
    .lt-finalcta-photo img { height: 280px; }
    .lt-tilemap { grid-template-columns: repeat(12, 28px); }
    .lt-tile { width: 28px; height: 28px; font-size: 9px; }
}
