/* FAQ */
.lp-faq-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.lp-faq-intro {
  width: 100%;
  max-width: 880px;
}
.lp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.lp-faq-list > * {
  width: 100%;
}
.lp-faq-item {
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--white);
  padding: 0 clamp(20px, 3vw, 28px);
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lp-faq-item[open] {
  border-color: var(--gray-300);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.lp-faq-q {
  cursor: pointer;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 600;
  padding: clamp(16px, 2vw, 20px) 28px clamp(16px, 2vw, 20px) 0;
  list-style: none;
  line-height: 1.4;
  position: relative;
  user-select: none;
}
.lp-faq-q::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  color: var(--gray-500);
  line-height: 1;
  transition: transform 0.2s ease, color 0.2s ease;
}
.lp-faq-item[open] .lp-faq-q::after {
  content: "−";
  color: var(--black);
}
.lp-faq-q::-webkit-details-marker {
  display: none;
}
.lp-faq-a {
  margin: 0 0 clamp(16px, 2vw, 20px);
  padding-right: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--gray-700);
  white-space: pre-line;
  max-width: 960px;
}

/* ── Rebuild sections (design v2) ─────────────────────────────────── */
.lp-section-intro {
  margin-bottom: 48px;
}
.lp-section-intro > :has(> .lp-chip):first-child {
  margin-bottom: 6px;
}
.lp-section-intro-headline {
  margin-top: 0;
}
.lp-section-intro-sub {
  margin-top: 16px;
  max-width: 560px;
}
.lp-section-headline-gap { margin-top: 16px; }

.lp-problem-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
  margin-top: 48px;
}
.lp-problem-visual-mobile { display: none; }
.lp-problem-visual-desktop { display: block; }
.lp-problem-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-problem-connector {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
}
.lp-problem-connector-line {
  flex: 1;
  height: 1px;
  background: var(--gray-200);
  max-width: 28px;
}

.lp-problem-motion {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-height: 456px;
  margin: 0 auto;
}
.lp-problem-motion-sticky {
  position: relative;
  width: 100%;
  min-height: 456px;
}
.lp-problem-motion-stage {
  position: relative;
  min-height: 432px;
}
.lp-problem-motion-label {
  position: absolute;
  z-index: 5;
  top: -18px;
  left: 18px;
  display: grid;
  min-width: 124px;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--gray-200);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  color: var(--black);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.lp-problem-motion-label span {
  grid-area: 1 / 1;
  white-space: nowrap;
}
.lp-problem-motion-layer {
  position: absolute;
  inset: 0;
  transform-origin: center center;
  will-change: opacity, transform;
}
.lp-problem-motion-layer--after {
  pointer-events: none;
}
.lp-problem-motion-layer > .lp-missed-card,
.lp-problem-after-card {
  min-height: 100%;
}
.lp-problem-after-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(22, 163, 74, 0.22);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 38px rgba(22, 163, 74, 0.12), 0 16px 32px rgba(0, 0, 0, 0.05);
}
.lp-problem-after-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 16px 18px;
}
.lp-problem-after-thread {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-problem-after-bubble {
  max-width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.45;
}
.lp-problem-after-ai-reply {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.lp-problem-after-sender {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
}
.lp-problem-after-bubble--wa-ai {
  max-width: 92%;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 18px 18px 18px 6px;
  background: rgba(22, 163, 74, 0.08);
  color: var(--black);
}
.lp-missed-card.lp-problem-after-card {
  border-color: var(--gray-200);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}
.lp-sot-spotlight-icon svg {
  width: 20px;
  height: 20px;
}
.lp-problem-after-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding: 14px;
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 14px;
  background: #fbfffc;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.lp-problem-after-summary-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-problem-after-check {
  display: flex;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(22, 163, 74, 0.24);
}
.lp-problem-after-summary-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.lp-problem-after-summary-ref {
  margin-top: 2px;
  color: var(--gray-500);
  font-size: 11px;
}
.lp-problem-after-summary-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  color: var(--gray-500);
  font-size: 12px;
}
.lp-problem-after-summary-row strong {
  color: var(--black);
  font-weight: 700;
  text-align: right;
}
.lp-problem-after-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-top: 1px solid rgba(22, 163, 74, 0.12);
  background: rgba(22, 163, 74, 0.07);
}
.lp-problem-after-captured-label {
  color: var(--gray-500);
  font-size: 12px;
}
.lp-problem-after-captured-value {
  color: var(--accent);
  font-size: 18px;
  font-weight: 700;
}

/* ── Alternatives compare + shared competitor table ── */
.lp-alt-section .lp-section-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 4.5vw, 52px);
}
.lp-alt-intro--stacked.lp-section-intro {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: none;
}
.lp-alt-intro.lp-section-intro:not(.lp-alt-intro--stacked) {
  margin-bottom: 0;
}
.lp-alt-intro--stacked .lp-section-intro-headline,
.lp-alt-intro--stacked .lp-section-intro-sub {
  align-self: stretch;
  width: 100%;
  max-width: none;
}
.lp-alt-intro--stacked .lp-headline {
  max-width: 880px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}
.lp-alt-intro--stacked .lp-subhead {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lp-alt-compare-table {
  width: 100%;
  min-width: 0;
}
.lp-comp-compare-scroll { overflow-x: auto; }
.lp-comp-compare-table {
  min-width: 1020px;
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
.lp-comp-compare-row {
  display: grid;
  grid-template-columns: 1.35fr repeat(7, minmax(72px, 1fr));
  border-bottom: 1px solid var(--gray-100);
}
.lp-comp-compare-row:last-child { border-bottom: 0; }
.lp-comp-compare-row--head { background: var(--off-white, #f8f8f7); }
.lp-comp-compare-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 10px;
  font-size: 12px;
  border-left: 1px solid var(--gray-100);
  text-align: center;
}
.lp-comp-compare-cell:first-child {
  border-left: 0;
  align-items: flex-start;
  text-align: left;
}
.lp-comp-compare-cell--head { font-weight: 700; font-size: 11px; }
.lp-comp-compare-muted { font-size: 12px; color: var(--gray-500); }
.lp-comp-compare-text {
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-700);
  line-height: 1.3;
  text-align: center;
}
.lp-comp-compare-mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}
.lp-comp-compare-cell--arion { background: rgba(22, 163, 74, 0.04); }
.lp-comp-compare-row--head .lp-comp-compare-cell--arion {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
}
.lp-comp-compare-cell--label {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-700);
  flex-direction: row;
  justify-content: flex-start;
  text-align: left;
  white-space: nowrap;
  gap: 8px;
}
.lp-comp-compare-cell--highlight { background: rgba(22, 163, 74, 0.025); font-weight: 700; }
.lp-comp-compare-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--green);
  flex-shrink: 0;
}
.lp-comp-compare-accent { font-weight: 700; color: var(--green); }
.lp-comp-compare-partial {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.lp-comp-compare-partial .lp-comp-compare-text {
  text-align: left;
}
.lp-comp-compare-cell-icon--partial {
  flex-shrink: 0;
  line-height: 0;
}
.lp-comp-compare-footnote {
  margin: clamp(16px, 2vw, 20px) 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--gray-500);
  text-align: center;
}
.lp-alt-intro .lp-section-intro-sub,
.lp-alt-intro .lp-headline {
  max-width: none;
  width: 100%;
}
.lp-alt-closing {
  margin: 20px 0 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 100%);
  font-weight: 500;
  color: var(--gray-700);
}
.lp-alt-closing.lp-body--callout,
.lp-alt-closing {
  font-size: 14px;
  line-height: 1.55;
}
.lp-alt-checklist {
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
}
.lp-alt-checklist-head,
.lp-alt-checklist-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px 96px;
  align-items: center;
}
.lp-alt-checklist-head {
  padding: 0;
  background: var(--off-white);
  border-bottom: 1px solid var(--gray-200);
  align-items: stretch;
}
.lp-alt-checklist-head .lp-alt-checklist-feature {
  padding: 12px 10px 12px 14px;
}
.lp-alt-checklist-body {
  display: flex;
  flex-direction: column;
}
.lp-alt-checklist-row {
  padding: 0;
  border-bottom: 1px solid var(--gray-100);
}
.lp-alt-checklist-row:last-child {
  border-bottom: none;
}
.lp-alt-checklist-feature {
  padding: 10px 10px 10px 14px;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
  letter-spacing: -0.01em;
}
.lp-alt-checklist-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.lp-alt-checklist-head .lp-alt-checklist-col {
  flex-direction: column;
  gap: 3px;
  min-height: 52px;
  padding: 12px 8px 11px;
  justify-content: center;
  overflow: visible;
}
.lp-alt-col-head-title {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-align: center;
  line-height: 1.35;
  color: var(--gray-700);
  white-space: normal;
  word-break: break-word;
  hyphens: auto;
}
.lp-alt-col-head-sub {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  color: var(--gray-500);
  white-space: nowrap;
}
.lp-alt-checklist-col--arion {
  background: linear-gradient(
    90deg,
    rgba(22, 163, 74, 0.03) 0%,
    rgba(22, 163, 74, 0.07) 100%
  );
  align-self: stretch;
}
.lp-alt-checklist-head .lp-alt-checklist-col--arion {
  background: linear-gradient(
    90deg,
    rgba(22, 163, 74, 0.05) 0%,
    rgba(22, 163, 74, 0.1) 100%
  );
}
.lp-alt-checklist-head .lp-alt-checklist-col--arion .lp-alt-col-head-title {
  color: var(--accent);
}
.lp-alt-checklist-head .lp-alt-checklist-col--arion .lp-alt-col-head-sub {
  color: rgba(22, 163, 74, 0.65);
}
.lp-alt-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex-shrink: 0;
}
.lp-alt-mark svg {
  width: 14px;
  height: 14px;
}
.lp-alt-mark--yes {
  background: rgba(22, 163, 74, 0.1);
  color: var(--accent);
}
.lp-alt-mark--no {
  background: var(--gray-100);
  color: var(--gray-500);
}
.lp-missed-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: 18px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  border: 1px solid var(--gray-200);
}
.lp-missed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: #fafaf9;
  border-bottom: 1px solid var(--gray-100);
}
.lp-missed-head-left {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.lp-missed-wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.lp-missed-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
}
.lp-missed-seen {
  font-size: 12px;
  color: var(--gray-500);
  margin-top: 2px;
}
.lp-missed-body {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-missed-bubble-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.lp-missed-bubble {
  background: var(--gray-100);
  color: var(--black);
  padding: 10px 14px;
  border-radius: 18px 18px 6px 18px;
  font-size: 14px;
  line-height: 1.45;
  max-width: 92%;
}
.lp-missed-lost-group {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}
.lp-missed-lost-note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  flex: 0 1 auto;
  max-width: min(52%, 210px);
  padding: 6px 8px 6px 10px;
  background: none;
  border: none;
  font-family: var(--font-jb-mono), monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
  color: #b91c1c;
  text-align: left;
  transform: rotate(1.5deg);
  letter-spacing: 0.01em;
}
.lp-missed-lost-note-arrow {
  flex-shrink: 0;
  color: #dc2626;
  display: block;
  align-self: flex-end;
  margin-bottom: -2px;
  opacity: 0.85;
}
.lp-missed-time {
  font-size: 10px;
  color: var(--gray-500);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.lp-missed-ticks { font-size: 9px; opacity: 0.6; }
.lp-missed-idle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px dashed var(--gray-200);
  border-radius: 10px;
  font-size: 12px;
  color: var(--gray-500);
  font-style: italic;
}
.lp-missed-foot {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  background: #fafaf9;
  border-top: 1px solid var(--gray-100);
}
.lp-missed-lost-label {
  font-size: 12px;
  color: var(--gray-500);
}
.lp-missed-lost-value {
  font-size: 18px;
  font-weight: 600;
  color: #dc2626;
}

.lp-solution-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.lp-solution-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  padding: 32px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.lp-solution-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-solution-n {
  font-size: 12px;
  color: var(--gray-500);
}
.lp-solution-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.2;
}
.lp-solution-body {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}

/* --- sourceOfTruth section --- */

.lp-sot-intro.lp-section-intro {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.lp-sot-intro .lp-section-intro-sub {
  max-width: none;
  margin-top: 20px;
}

.lp-sot-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: start;
}

.lp-sot-intro-lead {
  margin: 0;
  max-width: 640px;
}

.lp-sot-spotlight-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.lp-sot-spotlight {
  border: 2px solid var(--accent);
  border-radius: 16px;
  padding: 24px 26px;
  background: rgba(22, 163, 74, 0.05);
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.lp-sot-spotlight-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-sot-spotlight-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.lp-sot-spotlight-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.4;
}

.lp-sot-spotlight-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0;
  line-height: 1.25;
}

.lp-sot-spotlight-desc {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.6;
  margin: 0;
}

.lp-sot-channels-eyebrow {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}

.lp-sot-channels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.lp-sot-channel-mini {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 0;
}

.lp-sot-channel-mini-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-sot-channel-mini-icon svg {
  width: 16px;
  height: 16px;
}

.lp-sot-channel-mini-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.lp-sot-channel-mini-label {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
  line-height: 1.35;
}

.lp-sot-channel-mini-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.lp-sot-visual-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: start;
  overflow: visible;
}

/* Legacy content grid — kept for reference, replaced by spotlight grid */
.lp-sot-content {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
}
.lp-sot-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-sot-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Channel card — horizontal layout */
.lp-sot-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 20px 24px;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
.lp-sot-card--featured {
  border: 2px solid var(--accent);
}
.lp-sot-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-sot-card--featured .lp-sot-icon-wrap {
  background: var(--accent);
}
.lp-sot-card-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.lp-sot-card-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-500);
  line-height: 1.4;
}
.lp-sot-card--featured .lp-sot-card-label {
  color: var(--accent);
}
.lp-sot-card-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.012em;
  margin: 0;
  line-height: 1.3;
}
.lp-sot-card-desc {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.55;
  margin: 0;
}

/* Visual column */
.lp-sot-visual {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  justify-content: center;
  padding-bottom: 0;
}
.lp-sot-visual-caption {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
  text-align: center;
}
.lp-sot-visual-caption::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}

/* iPad Pro mock — landscape tablet (no keyboard base) */
/* Padding only — no fill; section is already white so a gray stage read as a separate box */
.lp-sot-ipad-stage {
  width: 100%;
  padding: clamp(12px, 2vw, 20px);
  padding-bottom: clamp(16px, 3vw, 24px);
}

.lp-sot-ipad-float {
  display: block;
  width: 100%;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.14));
}

.lp-sot-ipad {
  position: relative;
  width: 100%;
  contain: layout;
}

.lp-sot-ipad-shell {
  width: 100%;
  padding: 4px;
  border: 1px solid #b0b0b8;
  border-radius: 20px;
  background: linear-gradient(165deg, #ececf1 0%, #c8c8ce 45%, #d8d8de 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(0, 0, 0, 0.06);
}

.lp-sot-ipad-bezel {
  position: relative;
  background: #000;
  border-radius: 16px;
  padding: 10px 8px 8px;
  overflow: hidden;
}

.lp-sot-ipad-camera {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #141416;
  border: 1px solid #2c2c2e;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.lp-sot-ipad-screen {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
  aspect-ratio: 4 / 3;
  width: 100%;
  min-height: 0;
}

.lp-sot-ipad-screen-placeholder {
  width: 100%;
  height: 100%;
  background: var(--off-white);
}

.lp-sot-inbox-mock {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 0;
  background: var(--off-white);
  overflow: hidden;
  contain: layout paint;
}

.lp-sot-inbox-skel {
  display: block;
  border-radius: 999px;
  background: var(--gray-200);
}

.lp-sot-inbox-sidebar {
  width: 20%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 5px 4px;
  border-right: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 1px 4px;
  border-bottom: 1px solid var(--gray-100);
}

.lp-sot-inbox-skel--logo {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: var(--gray-300);
  flex-shrink: 0;
}

.lp-sot-inbox-skel--brand {
  flex: 1;
  height: 4px;
  max-width: 28px;
}

.lp-sot-inbox-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lp-sot-inbox-nav-item {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 3px;
  border-radius: 4px;
}

.lp-sot-inbox-nav-item--active {
  background: var(--black);
}

.lp-sot-inbox-nav-item--active .lp-sot-inbox-skel {
  background: rgba(255, 255, 255, 0.35);
}

.lp-sot-inbox-skel--icon {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  flex-shrink: 0;
}

.lp-sot-inbox-skel--label {
  flex: 1;
  height: 3px;
  max-width: 22px;
}

.lp-sot-inbox-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.lp-sot-inbox-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px;
  border-bottom: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-skel--menu {
  width: 8px;
  height: 4px;
}

.lp-sot-inbox-topbar-right {
  display: flex;
  align-items: center;
  gap: 3px;
}

.lp-sot-inbox-skel--bell {
  width: 6px;
  height: 6px;
  border-radius: 2px;
}

.lp-sot-inbox-skel--avatar {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gray-300);
}

.lp-sot-inbox-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 4px 5px 5px;
}

.lp-sot-inbox-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.lp-sot-inbox-skel--eyebrow {
  width: 28px;
  height: 2px;
}

.lp-sot-inbox-skel--title {
  width: 36px;
  height: 5px;
  border-radius: 3px;
  background: var(--gray-300);
}

.lp-sot-inbox-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
}

.lp-sot-inbox-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 3px 2px;
  border-radius: 4px;
  border: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-skel--stat-num {
  width: 70%;
  height: 5px;
  border-radius: 2px;
  background: var(--gray-300);
}

.lp-sot-inbox-skel--stat-label {
  width: 100%;
  height: 2px;
}

.lp-sot-inbox-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.lp-sot-inbox-filter {
  display: block;
  width: 16px;
  height: 6px;
  border-radius: 999px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.lp-sot-inbox-filter--active {
  background: var(--black);
  border-color: var(--black);
}

.lp-sot-inbox-panels {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: 22% minmax(0, 1fr) 20%;
  gap: 3px;
}

.lp-sot-inbox-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 0;
  overflow: hidden;
}

.lp-sot-inbox-list-row {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) 10px;
  align-items: center;
  gap: 2px;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.lp-sot-inbox-list-row--active {
  border-color: var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-skel--list-avatar {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gray-300);
}

.lp-sot-inbox-list-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.lp-sot-inbox-skel--list-id {
  width: 100%;
  height: 2px;
}

.lp-sot-inbox-skel--list-meta {
  width: 55%;
  height: 2px;
}

.lp-sot-inbox-skel--list-badge {
  width: 10px;
  height: 4px;
  border-radius: 999px;
  background: rgba(34, 139, 87, 0.25);
}

.lp-sot-inbox-thread {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-radius: 4px;
  border: 1px solid var(--gray-200);
  background: var(--white);
  overflow: hidden;
}

.lp-sot-inbox-thread--lite {
  flex: 1;
  border: none;
  border-radius: 0;
  background: var(--off-white);
}

.lp-sot-inbox-mock--lite {
  flex-direction: column;
}

.lp-sot-inbox-lite-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 5px 6px;
  border-bottom: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-thread-messages {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 3px;
  padding: 4px;
  overflow: hidden;
}

.lp-sot-inbox-chat-row {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: 100%;
}

.lp-sot-inbox-chat-row--guest {
  justify-content: flex-end;
}

.lp-sot-inbox-chat-row--assistant {
  justify-content: flex-start;
}

.lp-sot-inbox-chat-avatar {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4px;
  font-weight: 700;
  line-height: 1;
}

.lp-sot-inbox-chat-bubble {
  max-width: 88%;
  padding: 2px 4px;
  border-radius: 5px;
  font-size: 5px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.lp-sot-inbox-chat-bubble--guest {
  background: var(--black);
  color: var(--white);
  border-bottom-right-radius: 2px;
}

.lp-sot-inbox-chat-bubble--assistant {
  background: var(--off-white);
  color: var(--gray-700);
  border: 1px solid var(--gray-200);
  border-bottom-left-radius: 2px;
}

.lp-sot-inbox-chat-bubble--typing {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px 5px;
  min-width: 18px;
}

.lp-sot-inbox-list-row--ping .lp-sot-inbox-skel--list-badge {
  background: var(--accent);
  animation: lp-sot-inbox-badge-ping 0.45s ease-out;
}

@keyframes lp-sot-inbox-badge-ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.85;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.lp-sot-inbox-skel--bubble {
  height: 8px;
  border-radius: 4px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.lp-sot-inbox-skel--bubble-left {
  align-self: flex-start;
  width: 72%;
}

.lp-sot-inbox-skel--bubble-right {
  align-self: flex-end;
  width: 58%;
  background: var(--gray-200);
}

.lp-sot-inbox-skel--bubble-tall {
  height: 14px;
}

.lp-sot-inbox-skel--bubble-short {
  width: 42%;
}

.lp-sot-inbox-skel--composer {
  flex-shrink: 0;
  height: 8px;
  margin: 0 4px 4px;
  border-radius: 999px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.lp-sot-inbox-typing {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2px;
  height: 8px;
  margin: 0 4px 4px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--gray-100);
  border: 1px solid var(--gray-200);
}

.lp-sot-inbox-typing-dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: var(--gray-400);
}

.lp-sot-inbox-typing-dot--bounce {
  animation: lp-sot-inbox-typing-bounce 0.55s ease-in-out infinite;
}

@keyframes lp-sot-inbox-typing-bounce {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }
  50% {
    transform: translateY(-2px);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-sot-inbox-typing-dot--bounce,
  .lp-sot-inbox-list-row--ping .lp-sot-inbox-skel--list-badge {
    animation: none;
  }
}

.lp-sot-inbox-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 4px 3px;
  border-radius: 4px;
  border: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-inbox-skel--detail-avatar {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: var(--gray-300);
}

.lp-sot-inbox-skel--detail-id {
  width: 80%;
  height: 3px;
}

.lp-sot-inbox-skel--detail-heading {
  width: 60%;
  height: 2px;
  margin-bottom: 2px;
}

.lp-sot-inbox-skel--action {
  width: 100%;
  height: 7px;
  border-radius: 4px;
  background: var(--black);
}

.lp-sot-inbox-skel--action-muted {
  background: var(--white);
  border: 1px solid var(--gray-200);
}

.lp-sot-visual-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  align-self: flex-end;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-700);
}
.lp-sot-visual-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}
.lp-sot-chat-frame {
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
.lp-sot-chat-urlbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  background: var(--gray-100);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--gray-500);
  border-bottom: 1px solid var(--gray-200);
}
.lp-sot-chat-time {
  color: var(--gray-500);
}
.lp-sot-chat-body {
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-sot-chat-confirm {
  border-top: 1px solid var(--gray-200);
}
.lp-sot-chat-confirm-head {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--black);
  color: var(--white);
  padding: 10px 14px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lp-sot-chat-confirm-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}
.lp-sot-chat-confirm-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  font-size: 12px;
  border-bottom: 1px solid var(--gray-100);
}
.lp-sot-chat-confirm-label {
  color: var(--gray-500);
}
.lp-sot-chat-confirm-value {
  color: var(--black);
  font-weight: 500;
}
.lp-sot-chat-confirm-footer {
  padding: 9px 14px;
  font-size: 11px;
  color: var(--gray-500);
  line-height: 1.5;
}

/* Row 3: embed bar */
.lp-sot-embed {
  margin-top: 24px;
  border: 1px solid var(--gray-200);
  background: var(--off-white);
  border-radius: 14px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.lp-sot-embed-icon {
  font-size: 13px;
  color: var(--gray-500);
  flex-shrink: 0;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px 10px;
  background: var(--white);
  line-height: 1;
}
.lp-sot-embed-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.lp-sot-embed-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gray-500);
  text-transform: uppercase;
}
.lp-sot-embed-text {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5;
  margin: 0;
}
.lp-sot-embed-cta {
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 10px 18px;
  background: var(--white);
  transition: background 0.18s ease, border-color 0.18s ease;
  flex-shrink: 0;
}
.lp-sot-embed-cta:hover {
  background: var(--gray-100);
}

.lp-sot-embed--prominent {
  margin-top: 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  background: var(--off-white);
}

.lp-section--surface .lp-sot-embed,
.lp-section--surface .lp-sot-embed--prominent {
  background: var(--white);
}

.lp-sot-embed-copy {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

.lp-sot-embed--prominent .lp-sot-embed-left {
  gap: 10px;
}

.lp-sot-embed-subtext {
  font-size: 13px;
  color: var(--gray-500);
  line-height: 1.55;
  margin: 0;
}

.lp-sot-embed--prominent .lp-sot-embed-cta {
  margin-top: 6px;
  align-self: flex-start;
}

.lp-sot-embed-mock {
  width: 100%;
  max-width: 320px;
  justify-self: end;
}

.lp-sot-embed-browser {
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  overflow: hidden;
  background: var(--off-white);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
}

.lp-sot-embed-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid var(--gray-200);
  background: var(--white);
}

.lp-sot-embed-browser-dots {
  display: inline-flex;
  gap: 5px;
}

.lp-sot-embed-browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gray-200);
}

.lp-sot-embed-browser-url {
  font-size: 10px;
  color: var(--gray-500);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-sot-embed-browser-page {
  position: relative;
  min-height: 180px;
  padding: 18px 16px 56px;
  background: linear-gradient(180deg, var(--white) 0%, var(--off-white) 100%);
}

.lp-sot-embed-page-hero {
  height: 52px;
  border-radius: 10px;
  background: var(--gray-100);
  margin-bottom: 14px;
}

.lp-sot-embed-page-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lp-sot-embed-page-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--gray-100);
}

.lp-sot-embed-page-lines--short {
  width: 62%;
}

.lp-sot-embed-widget {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--black);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.lp-sot-embed-widget-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
  flex-shrink: 0;
}

.lp-sot-embed-widget-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lp-assistant-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(48px, 6vw, 80px);
  align-items: start;
  margin-top: 0;
}

.lp-assistant-main {
  display: flex;
  flex-direction: column;
  gap: 28px;
  min-width: 0;
}

.lp-assistant-intro.lp-section-intro {
  margin-bottom: 0;
}

.lp-assistant-visual {
  position: relative;
  min-width: 0;
  display: flex;
  justify-content: flex-end;
  align-self: start;
}

.lp-assistant-copy {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.lp-assistant-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.lp-assistant-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(15px, 1.4vw, 17px);
  color: var(--gray-700);
  line-height: 1.55;
}
.lp-assistant-check {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.12);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.lp-assistant-callout {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
}
.lp-assistant-callout-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--black);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-assistant-callout-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
  margin-bottom: 6px;
}
.lp-assistant-callout-body {
  margin: 0;
  color: var(--gray-700);
}
.lp-assistant-callout-body.lp-body--callout,
.lp-assistant-callout-body {
  font-size: 14px;
  line-height: 1.55;
}

/* ── FAQ ───────────────────────────────────────────────────────────── */
.lp-faq-section {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}

.lp-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 6vw, 72px);
  align-items: start;
}

.lp-faq-intro {
  min-width: 0;
  width: auto;
  max-width: none;
}

.lp-faq-intro .lp-subhead {
  margin-top: 18px;
  max-width: 380px;
}

.lp-faq-cta {
  margin-top: 24px;
}

.lp-faq-card {
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  background: var(--white);
  padding: 6px 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
}

.lp-faq-item {
  border: 0;
  border-bottom: 1px solid var(--gray-200);
  border-radius: 0;
  background: transparent;
  padding: 0;
  transition: none;
}

.lp-faq-item:last-child {
  border-bottom: 0;
}

.lp-faq-question {
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  padding: 18px 0;
  color: var(--black);
  text-align: left;
  cursor: pointer;
}

.lp-faq-question span:first-child {
  min-width: 0;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 800;
  line-height: 1.35;
}

.lp-faq-plus {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  color: var(--black);
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.lp-faq-question:hover .lp-faq-plus,
.lp-faq-question:focus-visible .lp-faq-plus {
  border-color: var(--accent);
}

.lp-faq-plus--open {
  transform: rotate(45deg);
}

.lp-faq-answer {
  max-width: 720px;
  padding: 0 54px 24px 0;
  color: var(--gray-700);
  font-size: 15px;
  line-height: 1.65;
}
.lp-chat-stack {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 520px;
  min-height: 520px;
  margin-left: auto;
  flex-shrink: 0;
  contain: layout;
}

.lp-chat-stack-frame {
  width: 100%;
  max-width: 320px;
  height: 400px;
  border-radius: 28px;
  border: 1px solid var(--gray-200);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
}

.lp-chat-stack-back {
  position: absolute;
  top: 0;
  right: 56px;
  z-index: 1;
}

.lp-chat-stack-front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lp-chat-stack-tag {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: right;
}
.lp-chat-stack-tag-accent { color: var(--accent); }

#assistant.lp-section {
  isolation: isolate;
}

.lp-autoconfirm-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(48px, 6vw, 80px);
  align-items: center;
}
.lp-autoconfirm-grid > *,
.lp-autoconfirm-visual {
  min-width: 0;
}
.lp-autoconfirm-copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
}
.lp-autoconfirm-intro.lp-section-intro {
  margin-bottom: 0;
}
.lp-autoconfirm-p2 {
  font-size: 16px;
  color: var(--gray-700);
  line-height: 1.65;
  margin: 0;
}
.lp-autoconfirm-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* --- dashboard section --- */
.lp-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}
.lp-dashboard-grid > * {
  min-width: 0;
}
.lp-dashboard-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-self: center;
}
.lp-dashboard-body {
  color: var(--gray-700);
  margin: 0;
}
.lp-dashboard-channels-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-dashboard-channels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-dashboard-channel-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-700);
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: 999px;
  line-height: 1.2;
}
.lp-dashboard-channel-pill-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gray-500);
}
.lp-dashboard-channel-pill-icon svg {
  width: 14px;
  height: 14px;
}
.lp-dashboard-caption {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.lp-dashboard-stack {
  position: relative;
  width: 100%;
  max-width: 400px;
  min-height: clamp(400px, 42vw, 540px);
  margin-left: auto;
  flex-shrink: 0;
  contain: layout;
}
.lp-dashboard-mockup {
  max-width: 100%;
}
.lp-dashboard-mockup--back {
  position: absolute;
  top: 0;
  right: 56px;
  z-index: 1;
  width: min(196px, 50%);
}
.lp-dashboard-mockup--front {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: min(232px, 60%);
}
.lp-dashboard-mockup-frame {
  position: relative;
  box-sizing: border-box;
  padding: min(3px, 1.25%);
  border-radius: min(30px, 13.125%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #2C2C2E;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  aspect-ratio: 1170 / 2532;
}
.lp-dashboard-mockup-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: min(27px, 11.875%);
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--white);
}
.lp-dashboard-mockup-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.lp-outcomes {
  background: var(--off-white);
  border: 1px solid var(--gray-200);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.lp-outcomes-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 8px;
}
.lp-outcomes-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-500);
}
.lp-outcomes-count {
  font-size: 11px;
  color: var(--gray-500);
}
.lp-booking-case {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 14px;
  padding: 16px 18px;
}
.lp-booking-case-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}
.lp-booking-case-top > .lp-badge {
  flex-shrink: 0;
}
.lp-booking-case-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.lp-booking-case-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lp-booking-case-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.lp-booking-case-name {
  font-size: 14px;
  font-weight: 600;
}
.lp-booking-case-meta {
  font-size: 11px;
  color: var(--gray-500);
}
.lp-booking-case-sub {
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.45;
}
.lp-booking-case-footer {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--gray-100);
  padding-left: 52px;
  font-size: 11.5px;
  color: var(--gray-500);
}
.lp-outcomes-rule {
  margin-top: 4px;
  padding: 12px 16px;
  background: rgba(22, 163, 74, 0.06);
  border: 1px solid rgba(22, 163, 74, 0.16);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.lp-outcomes-rule-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(22, 163, 74, 0.16);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lp-pricing-grid-item--0 { order: 0; }
.lp-pricing-grid-item--1 { order: 1; }
.lp-pricing-grid-item--2 { order: 2; }

@media (max-width: 768px) {
  .lp-hero-specs {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 14px 16px;
    background: var(--off-white);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
  }
  .lp-hero-specs li {
    font-size: 13px;
    line-height: 1.45;
  }
  .lp-hero-spec-check {
    width: 18px;
    height: 18px;
  }
  .lp-hero-trust {
    margin: 0;
    padding: 28px 0 0;
    border-top: 1px solid var(--gray-200);
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .lp-hero-trust-title {
    font-size: 12.5px;
    line-height: 1.4;
    text-align: center;
  }
  .lp-hero-trust-marquee {
    width: 100%;
  }
  .lp-hero-trust-set {
    gap: 22px;
    padding-right: 22px;
  }
  .lp-hero-trust-name {
    font-size: 16px;
  }
  .lp-hero-trust-image-wrap,
  .lp-hero-trust-image {
    width: 24px;
    height: 24px;
  }
  .lp-hero-trust-logo--wide .lp-hero-trust-image-wrap,
  .lp-hero-trust-logo--wide .lp-hero-trust-image {
    width: 88px;
    height: 28px;
  }
  .lp-hero-trust-logo--large .lp-hero-trust-image-wrap,
  .lp-hero-trust-logo--large .lp-hero-trust-image {
    width: 108px;
    height: 34px;
  }
  .lp-problem-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-problem-visual-desktop { display: none; }
  .lp-problem-visual-mobile { display: block; }
  .lp-problem-motion {
    max-width: 420px;
    min-height: 474px;
  }
  .lp-problem-motion-sticky {
    position: relative;
    top: auto;
    min-height: 474px;
  }
  .lp-problem-motion-stage {
    min-height: 454px;
  }
  .lp-problem-motion-label {
    top: -14px;
    left: 14px;
    min-width: 116px;
    height: 28px;
    font-size: 10px;
  }
  .lp-problem-after-body {
    gap: 12px;
    padding: 14px 16px;
  }
  .lp-problem-after-bubble {
    padding: 9px 12px;
    font-size: 13px;
  }
  .lp-problem-after-summary {
    gap: 8px;
    padding: 12px;
  }
  .lp-problem-after-summary-title {
    font-size: 15px;
  }
  .lp-problem-after-foot {
    padding: 13px 16px;
  }
  .lp-problem-after-captured-value {
    font-size: 16px;
  }
  .lp-alt-checklist-head,
  .lp-alt-checklist-row {
    grid-template-columns: minmax(0, 1fr) 88px 88px;
  }
  .lp-alt-checklist-head .lp-alt-checklist-col {
    min-height: 48px;
    padding: 11px 6px 10px;
  }
  .lp-alt-checklist-feature {
    font-size: 12px;
  }
  .lp-alt-closing {
    font-size: 13.5px;
  }
  .lp-alt-section .lp-section-inner {
    gap: 28px;
  }
  .lp-alt-intro--stacked .lp-subhead {
    max-width: none;
  }
  .lp-comp-compare-scroll {
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    background: var(--white);
  }
  .lp-comp-compare-table {
    min-width: 920px;
    border: 0;
    border-radius: 0;
    overflow: visible;
  }
  .lp-comp-compare-row {
    grid-template-columns: 136px repeat(7, minmax(68px, 1fr));
  }
  .lp-comp-compare-cell--feature {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 136px;
    background: var(--white);
    box-shadow: 6px 0 10px -4px rgba(0, 0, 0, 0.08);
  }
  .lp-comp-compare-row--head .lp-comp-compare-cell--feature {
    background: var(--off-white, #f8f8f7);
    z-index: 3;
  }
  .lp-comp-compare-cell--feature.lp-comp-compare-cell--highlight {
    background: #f6fbf8;
  }
  .lp-comp-compare-cell {
    padding: 10px 8px;
    font-size: 11px;
  }
  .lp-comp-compare-cell--head {
    font-size: 10px;
  }
  .lp-comp-compare-cell--label {
    font-size: 11px;
    white-space: normal;
    line-height: 1.35;
  }
  .lp-comp-compare-text {
    font-size: 10px;
  }
  .lp-solution-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .lp-solution-card {
    background: var(--off-white);
    min-height: 0;
  }
  .lp-solution-icon-wrap {
    display: inline-flex;
  }
  .lp-sot-content,
  .lp-sot-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-sot-spotlight-col {
    order: 2;
  }
  .lp-sot-visual-col {
    order: 1;
    justify-content: center;
  }
  .lp-sot-visual {
    width: 100%;
    max-width: min(100%, 360px);
    height: auto;
    margin-inline: auto;
    padding-bottom: 0;
  }
  .lp-sot-ipad-stage {
    padding: clamp(16px, 4vw, 24px);
    padding-bottom: clamp(20px, 4vw, 28px);
  }
  .lp-sot-ipad-float {
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.12));
  }
  .lp-sot-ipad-shell {
    padding: 3px;
    border-radius: 16px;
  }
  .lp-sot-ipad-bezel {
    padding: 8px 6px 6px;
    border-radius: 13px;
  }
  .lp-sot-ipad-camera {
    top: 3px;
    width: 4px;
    height: 4px;
  }
  .lp-sot-ipad-screen {
    border-radius: 8px;
    aspect-ratio: 3 / 2;
  }
  .lp-sot-inbox-mock--lite .lp-sot-inbox-chat-bubble {
    font-size: 6px;
    padding: 3px 5px;
    max-width: 92%;
  }
  .lp-sot-inbox-mock--lite .lp-sot-inbox-chat-avatar {
    width: 10px;
    height: 10px;
    font-size: 5px;
  }
  .lp-sot-inbox-mock--lite .lp-sot-inbox-thread-messages {
    gap: 4px;
    padding: 6px;
  }
  .lp-sot-inbox-sidebar {
    width: 22%;
  }
  .lp-sot-inbox-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lp-sot-inbox-stat:nth-child(n + 4) {
    display: none;
  }
  .lp-sot-inbox-filter:nth-child(n + 5) {
    display: none;
  }
  .lp-sot-inbox-panels {
    grid-template-columns: 26% minmax(0, 1fr);
  }
  .lp-sot-inbox-detail {
    display: none;
  }
  .lp-sot-inbox-list-row:nth-child(n + 4) {
    display: none;
  }
  .lp-sot-visual-caption {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .lp-sot-channels {
    grid-template-columns: 1fr;
  }
  .lp-sot-embed {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
  }
  .lp-sot-embed--prominent {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 20px;
  }
  .lp-sot-embed-copy {
    width: 100%;
  }
  .lp-sot-embed-mock {
    max-width: none;
    justify-self: stretch;
  }
  .lp-sot-embed-cta {
    align-self: flex-start;
  }
  .lp-assistant-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lp-assistant-intro.lp-section-intro {
    margin-bottom: 8px;
  }

  .lp-assistant-visual {
    justify-content: center;
    width: 100%;
  }
  .lp-faq-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-faq-intro .lp-subhead {
    max-width: 620px;
  }
  .lp-faq-card {
    padding: 4px 18px;
  }
  .lp-faq-question {
    min-height: 64px;
    gap: 16px;
  }
  .lp-faq-answer {
    padding: 0 42px 22px 0;
    font-size: 14px;
  }

  .lp-chat-stack {
    height: auto;
    min-height: 360px;
    width: min(300px, 100%);
    max-width: 100%;
    margin-inline: auto;
    contain: none;
  }

  .lp-chat-stack-frame {
    width: 240px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 340 / 420;
  }

  .lp-chat-stack-back { right: 12px; }
  .lp-chat-stack-front { left: 10px; }
  .lp-chat-stack-tag {
    top: 200px;
    right: 0;
    transform: none;
  }
  .lp-autoconfirm-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-autoconfirm-visual {
    order: 2;
    width: 100%;
    max-width: 100%;
  }
  .lp-autoconfirm-copy { order: 1; }
  .lp-dashboard-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .lp-dashboard-stack {
    min-height: clamp(360px, 88vw, 440px);
    width: min(300px, 100%);
    max-width: 100%;
    margin-inline: auto;
    margin-top: 4px;
    contain: none;
  }
  .lp-dashboard-mockup--back {
    right: 12px;
    width: min(156px, 48%);
  }
  .lp-dashboard-mockup--front {
    left: 10px;
    width: min(184px, 58%);
  }
  .lp-outcomes {
    padding: 16px;
  }
  .lp-outcomes-head {
    flex-wrap: wrap;
    gap: 6px 10px;
    padding: 0 0 8px;
  }
  .lp-outcomes-eyebrow {
    flex: 1 1 12rem;
    min-width: 0;
    line-height: 1.35;
  }
  .lp-booking-case {
    padding: 14px;
  }
  .lp-booking-case-top {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .lp-booking-case-main {
    flex: 1 1 calc(100% - 52px);
    min-width: 0;
  }
  .lp-booking-case-top > .lp-badge {
    flex: 1 1 auto;
    max-width: none;
    margin-left: 52px;
    font-size: 11px;
    padding: 3px 8px;
    white-space: normal;
    text-align: left;
  }
  .lp-booking-case-name-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .lp-booking-case-footer {
    padding-left: 0;
    margin-top: 12px;
  }
  .lp-pricing-grid-item--0 { order: 1; }
  .lp-pricing-grid-item--1 { order: 0; }
  .lp-pricing-grid-item--2 { order: 2; }
}

@media (max-width: 400px) {
  .lp-dashboard-stack {
    min-height: clamp(340px, 92vw, 400px);
    width: min(280px, 100%);
  }
  .lp-dashboard-mockup--back {
    right: 12px;
    width: min(132px, 46%);
  }
  .lp-dashboard-mockup--front {
    left: 10px;
    width: min(164px, 56%);
  }
}

/* ── Blog ─────────────────────────────────────────────────────────────────── */
