/* ============================================================
   landing.css — Fallowing Space marketing homepage
   Builds on base.css design tokens. Calm, editorial, SaaS-grade.
   ============================================================ */

.lp { color: var(--ink); }
.lp-wrap { max-width: 1080px; margin: 0 auto; padding: 0 1.4rem; }
@media (max-width: 600px) { .lp-wrap { padding-left: 1.8rem; padding-right: 1.8rem; } }
.lp-narrow { max-width: 720px; margin: 0 auto; }
.lp section { position: relative; }
.lp-rule { height: 1px; background: var(--line); max-width: 1080px; margin: 0 auto; }

/* ---------- Global nav ---------- */
.lp-nav { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(10px); background: rgba(243, 234, 221, 0.78); border-bottom: 1px solid var(--line); }
.lp-nav-inner { max-width: 1080px; margin: 0 auto; padding: 0.85rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.lp-brand { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-size: 1.22rem; font-weight: 600; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }
.lp-brand svg { width: 26px; height: 26px; display: block; }
.lp-nav-links { display: flex; align-items: center; gap: 1.4rem; }
.lp-nav-links a { color: var(--ink-soft); text-decoration: none; font-weight: 600; font-size: 0.95rem; }
.lp-nav-links a:hover { color: var(--ink); }
.lp-nav-links a.lp-nav-cta { color: #fff; background: var(--rust); padding: 0.55rem 1rem; border-radius: var(--r-pill); }
.lp-nav-links a.lp-nav-cta:hover { background: var(--rust-deep); }
@media (max-width: 560px) { .lp-nav-links { gap: 0.8rem; } .lp-nav-links a.lp-docs { display: none; } }

/* ---------- Buttons ---------- */
.lp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: var(--font-ui); font-weight: 600; font-size: 1rem; min-height: 52px; padding: 0 1.6rem; border-radius: var(--r-pill); border: 1px solid var(--line-strong); background: var(--cream-2); color: var(--ink); text-decoration: none; cursor: pointer; transition: transform 0.08s ease, box-shadow 0.15s ease, background 0.15s ease; }
.lp-btn:hover { box-shadow: var(--shadow-md); }
.lp-btn:active { transform: translateY(1px); }
.lp-btn.primary { background: var(--rust); color: #fff; border-color: var(--rust-deep); }
.lp-btn.primary:hover { background: var(--rust-deep); }
.lp-btn.ghost { background: transparent; }
.lp-btn.on-dark { border-color: rgba(255,255,255,0.25); color: #fff; background: rgba(255,255,255,0.06); }
.lp-btn.on-dark.primary { background: var(--rust); border-color: var(--rust); }

/* ---------- Hero ---------- */
.lp-hero { text-align: center; padding-top: 2.8rem; padding-bottom: 2.6rem; }
.lp-mark { width: 54px; height: 54px; margin: 0 auto 1.4rem; display: block; }
.lp-hero h1 { font-family: var(--font-display); font-weight: 500; font-size: clamp(2.1rem, 5vw, 3.3rem); line-height: 1.12; letter-spacing: -0.025em; margin: 0 0 0.6rem; }
.lp-hero-accent { font-family: var(--font-display); font-style: italic; font-weight: 400; color: var(--rust); font-size: clamp(22px, 3vw, 32px); line-height: 1.2; margin: 0 0 1.6rem; }
.lp-lead { font-size: clamp(1.04rem, 2vw, 1.2rem); color: var(--ink-soft); max-width: 600px; margin: 0 auto 2rem; line-height: 1.6; }
.lp-hero-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.lp-trust { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.6rem; margin: 1.4rem 0 0; padding: 0; }
.lp-trust li { display: inline-flex; align-items: center; gap: 0.45rem; color: var(--ink-soft); font-size: 0.875rem; }
.lp-trust svg { width: 18px; height: 18px; flex: 0 0 auto; }
.lp-eyebrow { text-align: center; font-family: var(--font-ui); font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rust); margin: 0 0 0.5rem; }
.lp-micro { color: var(--ink-faint); font-size: 0.9rem; margin-top: 1.4rem; font-style: italic; }
.lp-dots { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 1.8rem; }
.lp-dots span { width: 12px; height: 12px; border-radius: 50%; background: var(--rust); opacity: 0.9; animation: lpdrift 2.6s ease-in-out infinite; }
.lp-dots span:nth-child(2) { animation-delay: 0.18s; background: var(--sage); }
.lp-dots span:nth-child(3) { animation-delay: 0.36s; background: var(--clay); }
@keyframes lpdrift { 0%,100% { transform: translateX(-11px); } 50% { transform: translateX(11px); } }

/* ---------- Editorial blocks ---------- */
.lp-block { padding-top: 4.5rem; padding-bottom: 4.5rem; }
.lp-hook { font-family: var(--font-display); font-style: italic; font-size: clamp(1.3rem, 3vw, 1.8rem); color: var(--ink-soft); text-align: center; margin: 1.6rem auto 2.2rem; max-width: 760px; line-height: 1.35; }
.lp-position { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.15rem); text-align: center; line-height: 1.2; letter-spacing: -0.02em; max-width: 820px; margin: 0 auto 1.8rem; }
.lp-position .rust { color: var(--rust); }
.lp-narrative { color: var(--ink-soft); font-size: 1.06rem; line-height: 1.7; max-width: 700px; margin: 0 auto; }
.lp-narrative p { margin: 0 0 1.5rem; }
.lp-onelines { text-align: center; font-family: var(--font-display); font-weight: 600; font-size: 1.15rem; line-height: 1.9; margin: 2.8rem 0 0; }
.lp-onelines em { display: block; max-width: 620px; margin: 1.4rem auto 0; font-family: var(--font-ui); font-style: italic; font-weight: 400; color: var(--ink-faint); font-size: 0.98rem; line-height: 1.6; }

.lp-h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 3.6vw, 2.3rem); text-align: center; letter-spacing: -0.02em; margin: 0 0 0.7rem; line-height: 1.15; }
.lp-sub { text-align: center; color: var(--ink-soft); max-width: 640px; margin: 0 auto 3rem; line-height: 1.55; font-size: 1.05rem; }

/* ---------- Micro-sales blocks ---------- */
.lp-sells-wrap { max-width: 1000px; margin: 4rem auto 0; }
.lp-sells-h { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.3rem, 2.6vw, 1.7rem); text-align: center; color: var(--ink); margin: 1rem 0 2.4rem; letter-spacing: -0.01em; }
.lp-sells { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.lp-sell { display: flex; flex-direction: column; background: var(--cream-2); border: 1px solid var(--line-strong); border-radius: var(--r-md); padding: 1.9rem 1.75rem; box-shadow: var(--shadow-sm); }
.lp-sell-ic { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--rust-tint); margin-bottom: 0.9rem; }
.lp-sell-ic svg { width: 24px; height: 24px; fill: none; stroke: var(--rust-deep); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lp-sell-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--rust-deep); margin-bottom: 0.35rem; }
.lp-sell-h { font-family: var(--font-display); font-weight: 600; font-size: 1.24rem; line-height: 1.25; color: var(--ink); margin: 0 0 0.75rem; letter-spacing: -0.01em; }
.lp-sell p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; margin: 0 0 0.7rem; }
.lp-sell-tag { margin-top: auto; padding-top: 0.5rem; font-weight: 700; color: var(--rust); font-size: 1.02rem; }
@media (max-width: 760px) { .lp-sells { grid-template-columns: 1fr; } }
/* ---------- Session timeline ---------- */
.lp-flow { display: flex; align-items: stretch; gap: 0.5rem; overflow-x: auto; padding: 0.4rem 0 1rem; }
.lp-step { flex: 1 0 180px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.3rem; min-width: 180px; }
.lp-step .n { width: 30px; height: 30px; border-radius: 50%; background: var(--rust-tint); color: var(--rust-deep); font-weight: 700; display: grid; place-items: center; margin-bottom: 0.7rem; font-size: 0.9rem; }
.lp-step h4 { font-family: var(--font-display); font-size: 1.02rem; margin: 0 0 0.35rem; }
.lp-step p { color: var(--ink-soft); font-size: 0.88rem; line-height: 1.5; margin: 0; }
.lp-arrow { align-self: center; color: var(--ink-faint); font-size: 1.3rem; flex: 0 0 auto; }
@media (max-width: 720px) { .lp-arrow { display: none; } }

/* ---------- Remote diagram ---------- */
.lp-remote { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: 2.2rem auto 2.4rem; }
.lp-node { background: var(--cream); border: 1px solid var(--line-strong); border-radius: var(--r-md); padding: 1rem 1.3rem; text-align: center; min-width: 150px; box-shadow: var(--shadow-sm); }
.lp-node-ic { display: inline-grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 0.5rem; border-radius: 12px; background: var(--rust-tint); }
.lp-node-ic svg { width: 24px; height: 24px; fill: none; stroke: var(--rust-deep); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.lp-node strong { display: block; }
.lp-link { color: var(--rust); display: inline-flex; align-items: center; }
.lp-link svg { width: 40px; height: 22px; fill: none; stroke: var(--clay); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 620px) { .lp-remote { flex-direction: column; } .lp-link svg { transform: rotate(90deg); } .lp-node { width: 100%; max-width: 280px; } }
.lp-realities { display: grid; gap: 1rem; grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
@media (min-width: 760px) { .lp-realities { grid-template-columns: repeat(3, 1fr); } }
.lp-reality { background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.35rem; }
.lp-reality h4 { font-family: var(--font-display); font-size: 1rem; margin: 0 0 0.4rem; }
.lp-reality p { color: var(--ink-soft); font-size: 0.9rem; line-height: 1.5; margin: 0; }

.lp-daily { max-width: 820px; margin: 1.8rem auto 0; background: var(--cream-2); border: 1px solid var(--line-strong); border-radius: var(--r-md); padding: 0.2rem 1.3rem; box-shadow: var(--shadow-sm); }
.lp-daily > summary { cursor: pointer; font-family: var(--font-ui); font-weight: 600; color: var(--rust-deep); padding: 0.95rem 0; list-style: none; }
.lp-daily > summary::-webkit-details-marker { display: none; }
.lp-daily > summary::before { content: "+ "; font-weight: 700; }
.lp-daily[open] > summary::before { content: "\2013 "; }
.lp-daily-body { padding-bottom: 1.1rem; color: var(--ink-soft); }
.lp-daily-body p { line-height: 1.6; margin: 0 0 0.8rem; }
.lp-daily-body ol { margin: 0 0 0.8rem; padding-left: 1.3rem; line-height: 1.6; }
.lp-daily-body li { margin-bottom: 0.45rem; }
.lp-daily-body a { color: var(--rust-deep); }
.lp-daily-body code { background: var(--sand); padding: 0.1rem 0.35rem; border-radius: 5px; font-size: 0.86em; }
.lp-daily-note { font-style: italic; font-size: 0.92rem; }

/* ---------- Sandbox ---------- */
.lp-sandbox { max-width: 880px; margin: 0 auto; background: var(--cream-2); border: 1px solid var(--line-strong); border-radius: var(--r-lg); box-shadow: var(--shadow-md); overflow: hidden; }
.lp-tabs { display: flex; flex-wrap: wrap; gap: 0; border-bottom: 1px solid var(--line); background: var(--cream); }
.lp-tab { flex: 1 1 auto; padding: 0.9rem 0.8rem; border: none; background: transparent; font-family: var(--font-ui); font-weight: 600; font-size: 0.92rem; color: var(--ink-soft); cursor: pointer; border-bottom: 2px solid transparent; }
.lp-tab[aria-selected="true"] { color: var(--rust-deep); border-bottom-color: var(--rust); background: var(--cream-2); }
.lp-panel { padding: 1.8rem; }
.lp-panel[hidden] { display: none; }
.lp-invite { margin-top: 1.2rem; padding: 0.9rem 1rem; background: var(--rust-tint); border-radius: var(--r-md); font-size: 0.92rem; color: var(--ink); line-height: 1.5; }
.lp-invite strong { color: var(--rust-deep); }

/* EMDR demo */
.lp-emdr-bar { position: relative; height: 64px; border-radius: var(--r-pill); background: var(--sand); border: 1px solid var(--line-strong); overflow: hidden; }
.lp-emdr-ball { position: absolute; top: 50%; width: 34px; height: 34px; margin-top: -17px; border-radius: 50%; background: var(--rust); left: 8px; box-shadow: var(--shadow-sm); }
.lp-controls { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1rem; }
.lp-controls label { font-size: 0.86rem; color: var(--ink-soft); display: flex; align-items: center; gap: 0.5rem; }
.lp-controls input[type=range] { accent-color: var(--rust); }
.lp-track { margin-top: 1.2rem; background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.1rem; }
.lp-track-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.7rem; }
.lp-track-head h5 { font-family: var(--font-display); font-size: 1rem; margin: 0; }
.lp-track-clear { border: 1px solid var(--line-strong); background: var(--cream-2); border-radius: var(--r-pill); padding: 0.3rem 0.8rem; font-size: 0.82rem; color: var(--ink-soft); cursor: pointer; font-family: var(--font-ui); }
.lp-track-graph { width: 100%; height: 200px; background: var(--cream-2); border: 1px solid var(--line); border-radius: var(--r-sm); display: block; }
.lp-grid { stroke: var(--line); stroke-width: 1; }
.lp-line-suds { fill: none; stroke: var(--rust); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.lp-line-voc { fill: none; stroke: var(--sage); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.lp-dot-suds { fill: var(--rust); }
.lp-dot-voc { fill: var(--sage); }
.lp-graph-empty { fill: var(--ink-faint); font-family: var(--font-ui); font-size: 13px; }
.lp-pads { display: grid; grid-template-columns: 1fr; gap: 0.9rem; margin-top: 0.9rem; }
@media (min-width: 560px) { .lp-pads { grid-template-columns: 1fr 1fr; } }
.lp-pad-label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--ink-soft); margin-bottom: 0.4rem; }
.lp-pad-label em { font-style: normal; font-weight: 400; color: var(--ink-faint); }
.lp-pads .lp-pad-group:first-child .lp-pad-label { color: var(--rust-deep); }
.lp-pads .lp-pad-group:last-child .lp-pad-label { color: #5f6e51; }
.lp-pad { display: flex; flex-wrap: wrap; gap: 0.35rem; }
.lp-pad-btn { flex: 1 1 auto; min-width: 34px; min-height: 38px; border: 1px solid var(--line-strong); background: var(--cream-2); border-radius: 8px; font-family: var(--font-ui); font-weight: 600; font-size: 0.9rem; color: var(--ink); cursor: pointer; transition: transform 0.08s ease, background 0.12s ease; }
.lp-pad-btn.suds:hover { background: var(--rust-tint); border-color: var(--rust); }
.lp-pad-btn.voc:hover { background: #e7ece0; border-color: var(--sage); }
.lp-pad-btn.hit { transform: scale(0.9); }
.lp-pad-btn.suds.hit { background: var(--rust); color: #fff; border-color: var(--rust); }
.lp-pad-btn.voc.hit { background: var(--sage); color: #fff; border-color: var(--sage); }

/* Genogram demo */
.lp-geno-tools { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 0.7rem; }
.lp-geno-svg { width: 100%; height: 300px; background: var(--sand); border: 1px solid var(--line-strong); border-radius: var(--r-md); touch-action: none; display: block; }
.lp-geno-svg .gn-shape { fill: var(--cream-2); stroke: var(--ink); stroke-width: 2.5; }
.lp-geno-svg .gn-link { stroke: var(--ink-soft); stroke-width: 2.5; }
.lp-geno-svg .gn-node.pick .gn-shape { stroke: var(--rust-deep); stroke-dasharray: 5 4; }
.lp-geno-svg .gn-node.sel .gn-shape { stroke: var(--rust); stroke-width: 3.5; }
.lp-geno-svg .gn-label { font-family: var(--font-ui); font-size: 30px; font-weight: 600; fill: var(--ink); }
.lp-geno-svg .gn-label-bg { fill: var(--sand); stroke: none; }
.lp-geno-svg .gn-descent { stroke: var(--ink); stroke-width: 2.5; fill: none; }
.lp-geno-svg .gn-mark { stroke: var(--ink); stroke-width: 3.5; stroke-linecap: round; }
.lp-geno-svg .gn-partner, .lp-geno-svg .gn-separated, .lp-geno-svg .gn-divorced { stroke: var(--ink); }
.lp-geno-status { font-size: 0.82rem; color: var(--ink-faint); margin: 0 0 0.6rem; }
.lp-geno-tools .lp-btn.active { background: var(--rust); color: #fff; border-color: var(--rust-deep); }
.lp-geno-svg text { font-family: var(--font-ui); font-size: 13px; fill: var(--ink); }

/* Worksheet tables */
.lp-table-scroll { overflow-x: auto; }
.lp-sheet { width: 100%; border-collapse: collapse; min-width: 560px; }
.lp-sheet th, .lp-sheet td { border: 1px solid var(--line); padding: 0; text-align: left; vertical-align: top; }
.lp-sheet th { background: var(--cream); font-family: var(--font-ui); font-size: 0.78rem; font-weight: 700; color: var(--ink-soft); padding: 0.5rem 0.6rem; }
.lp-sheet textarea, .lp-sheet input { width: 100%; border: none; background: transparent; font-family: var(--font-ui); font-size: 0.88rem; padding: 0.5rem 0.6rem; resize: vertical; min-height: 54px; color: var(--ink); }
.lp-sheet textarea:focus, .lp-sheet input:focus { outline: 2px solid var(--rust); outline-offset: -2px; }

/* ACT matrix */
.lp-act { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem; }
.lp-act .q { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0.7rem; }
.lp-act .q h5 { font-family: var(--font-display); font-size: 0.9rem; margin: 0 0 0.4rem; }
.lp-act .q textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--r-sm); background: var(--cream-2); padding: 0.5rem; font-family: var(--font-ui); font-size: 0.86rem; min-height: 64px; resize: vertical; color: var(--ink); }
@media (max-width: 560px) { .lp-act { grid-template-columns: 1fr; } }

/* ---------- Switch matrix ---------- */
.lp-switch { display: grid; gap: 1.6rem; grid-template-columns: 1fr; max-width: 760px; margin: 0 auto; }
.lp-matrix { width: 100%; border-collapse: collapse; background: var(--cream-2); border-radius: var(--r-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.lp-matrix th { background: var(--ink); color: var(--cream); font-family: var(--font-ui); font-weight: 700; font-size: 0.92rem; padding: 0.85rem 1rem; text-align: left; }
.lp-matrix td { padding: 0.85rem 1rem; border-bottom: 1px solid var(--line); font-size: 0.94rem; vertical-align: top; }
.lp-matrix td:first-child { color: var(--ink-soft); }
.lp-matrix td:last-child { font-weight: 600; }
.lp-matrix .inc { color: var(--sage); font-weight: 700; }
.lp-matrix tr:last-child td { border-bottom: none; }

/* ---------- Privacy ---------- */
.lp-privacy-card { background: var(--sage-tint); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem 1.6rem; max-width: 820px; margin: 0 auto 1.6rem; }
.lp-privacy-card .lp-pillars { margin: 0; }
.lp-pillars { display: grid; gap: 0.7rem 2rem; grid-template-columns: 1fr; max-width: 760px; margin: 0 auto 2rem; }
@media (min-width: 640px) { .lp-pillars { grid-template-columns: 1fr 1fr; } }
.lp-pillar { display: flex; gap: 0.6rem; align-items: flex-start; color: var(--ink); font-size: 0.98rem; line-height: 1.5; }
.lp-pillar .ck { color: var(--sage); font-weight: 800; flex: 0 0 auto; }
.lp-pillar .ck-i { color: var(--sage); width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; }
.lp-safeblocks { display: grid; gap: 1.2rem; grid-template-columns: 1fr; max-width: 820px; margin: 0 auto; }
@media (min-width: 740px) { .lp-safeblocks { grid-template-columns: 1fr 1fr; } }
.lp-safe { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md); padding: 1.3rem; }
.lp-safe h4 { font-family: var(--font-display); font-size: 1.08rem; margin: 0 0 0.5rem; }
.lp-safe p { color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; margin: 0; }

/* ---------- In-session image band (image-only, centred) ---------- */
/* Horizontal padding/max-width mirror .lp-wrap; image radius/shadow match
   .lp-privacy-card. */
.lp-sessionband {
  max-width: 1080px; margin: 0 auto;
  padding-block: clamp(2.5rem, 6vw, 4rem);   /* space above and below */
  padding-inline: 1.4rem;                     /* match sibling sections */
}
@media (max-width: 600px) { .lp-sessionband { padding-inline: 1.8rem; } }
.lp-sessionband-media { margin: 0; }
.lp-sessionband-media img {
  display: block; width: 100%; max-width: 400px; height: auto; margin: 0 auto;
  border-radius: var(--r-lg);     /* match .lp-privacy-card */
  box-shadow: var(--shadow-md);   /* match the page's warm card shadow */
}
/* Two-column photo + feature list. Mobile stacks (photo above list); desktop is
   photo left at native ~400px (never upscaled), list right. */
.lp-ball-sprite { position: absolute; width: 0; height: 0; }   /* hidden symbol def — no layout box */
.lp-sessionband-inner {
  display: grid;
  grid-template-columns: 1fr;          /* mobile: stack */
  gap: 1.75rem;
  align-items: stretch;                /* card matches photo height */
}
.lp-feature-ticks {
  list-style: none;
  margin: 0 auto;                      /* centre on mobile */
  width: 100%;
  max-width: 400px;                    /* align with the photo on mobile */
  padding: clamp(1.4rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;      /* spread the items to fill the height */
  gap: 0.85rem;
  background: var(--cream-2);           /* 'try the tools' (.lp-sandbox) fill */
  border: 1px solid var(--line-strong); /* 'try the tools' border token */
  border-radius: var(--r-lg);
  box-sizing: border-box;
}
.lp-feature-ticks li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 1.05rem;                  /* match the page's body paragraphs (.lp-sub) */
  line-height: 1.45;
}
.lp-feature-ticks .lp-tick { width: 18px; height: 18px; flex: none; margin-top: 0.12em; }   /* mini ball logo, aligned to first line */
@media (min-width: 760px) {
  .lp-sessionband-inner {
    grid-template-columns: repeat(2, 1fr);   /* equal columns → symmetric */
    gap: 2.5rem;
    max-width: calc(800px + 2.5rem);         /* two 400px panels + the gap */
    margin-inline: auto;                     /* centre the pair on the page */
  }
  .lp-feature-ticks { max-width: none; }     /* fill the column on desktop */
}

/* ---------- Qualification ---------- */
.lp-qual { max-width: 620px; margin: 0 auto; background: var(--cream); border: 1px solid var(--line-strong); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--shadow-sm); }
.lp-qual h2 { font-family: var(--font-display); font-size: 1.5rem; text-align: center; margin: 0 0 1.2rem; }
.lp-qual ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.7rem; }
.lp-qual li { display: flex; gap: 0.6rem; align-items: center; font-size: 1.02rem; }
.lp-qual li .ck { color: var(--sage); font-weight: 800; }

/* ---------- Manifesto ---------- */
.lp-manifesto { max-width: 640px; margin: 0 auto; text-align: center; }
.lp-manifesto p { font-family: var(--font-display); font-size: clamp(1.1rem, 2.4vw, 1.35rem); line-height: 1.7; color: var(--ink); font-weight: 400; margin: 0; }

/* ---------- Testimonial ---------- */
.lp-testimonial { max-width: 720px; margin: 0 auto; background: var(--cream-2); border: 1px solid var(--line-strong); border-radius: var(--r-lg); padding: 2.4rem 2rem; box-shadow: var(--shadow-sm); text-align: center; }
.lp-testimonial blockquote { font-family: var(--font-display); font-style: italic; font-size: clamp(1.2rem, 2.6vw, 1.5rem); line-height: 1.5; color: var(--ink); margin: 0 0 1.6rem; }
.lp-testimonial-person { display: flex; align-items: center; justify-content: center; gap: 0.9rem; }
.lp-testimonial-photo { width: 56px; height: 56px; border-radius: 50%; background: var(--sand); border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink-faint); font-family: var(--font-ui); font-size: 0.72rem; flex: 0 0 auto; }
.lp-testimonial-meta { text-align: left; display: flex; flex-direction: column; }
.lp-testimonial-name { font-family: var(--font-ui); font-weight: 700; color: var(--ink); }
.lp-testimonial-role { color: var(--ink-soft); font-size: 0.9rem; }

/* ---------- Pricing (dark) ---------- */
.lp-pricing { background: var(--ink); color: var(--cream); border-radius: var(--r-lg); padding: 3rem 1.6rem; text-align: center; max-width: 1080px; margin: 0 auto; }
.lp-pricing h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 3.6vw, 2.3rem); color: #fff; margin: 0 0 1rem; }
.lp-pricing .anchor { color: var(--clay); max-width: 620px; margin: 0 auto 1.6rem; line-height: 1.6; }
.lp-price-big { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 600; color: #fff; margin: 0.5rem 0 1.6rem; }
.lp-price-big .or { color: var(--ink-faint); font-size: 1.1rem; font-family: var(--font-ui); margin: 0 0.5rem; }
.lp-pricing-cta { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.lp-maint { color: var(--ink-faint); font-size: 0.85rem; font-style: italic; margin-top: 1.6rem; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.5; }

/* ---------- Footer ---------- */
.lp-foot { border-top: 1px solid var(--line); margin-top: 3rem; padding: 2.2rem 0; }
.lp-foot-row { max-width: 1080px; margin: 0 auto; padding: 0 1.4rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--ink-faint); font-size: 0.9rem; align-items: center; }
.lp-foot-row a { color: var(--ink-soft); text-decoration: none; }
.lp-foot-row a:hover { color: var(--ink); }
.lp-foot-brand { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); color: var(--ink); }
.lp-foot-brand svg { width: 20px; height: 20px; }

/* ---------- FAQ ---------- */
.faq details { background: var(--cream); border: 1px solid var(--line); border-radius: var(--r-md); padding: 0.2rem 1rem; margin-bottom: 0.7rem; }
.faq summary { cursor: pointer; font-weight: 600; padding: 0.75rem 0; font-size: 1rem; }
.faq p { color: var(--ink-soft); line-height: 1.6; margin: 0.2rem 0 0.9rem; }

/* extra breathing room above the remote section */
#lp-remote-section { padding-top: 6.5rem; }
