/* RideRIX public landing page: outcome-first product presentation. */
.riderix-shell.lp-page {
  --lp-navy-deep: #07101f;
  --lp-navy: #0a1427;
  --lp-navy-soft: #111f3a;
  --lp-blue: #2563eb;
  --lp-blue-strong: #1d4ed8;
  --lp-cyan: #22d3ee;
  --lp-ink: #111827;
  --lp-muted: #667085;
  --lp-line: #dce3ee;
  --lp-surface: #ffffff;
  --lp-surface-soft: #f5f7fb;
  --lp-bleed-pad: max(18px, calc(50vw - 600px));
}

.riderix-shell.public-page.lp-page header.topbar {
  background: var(--lp-navy);
  border-bottom-color: rgba(148, 180, 230, .12);
}

.riderix-shell.public-page.lp-page main {
  padding-top: 0;
  overflow-x: clip;
}

.riderix-shell.lp-page main :is(h1, h2, h3, p, li, summary) {
  line-break: strict;
  word-break: auto-phrase;
}

.riderix-shell.lp-page .topbar-right .btn.cta,
.riderix-shell.lp-page .nav-foot .btn.cta {
  border-color: transparent;
  background: var(--lp-blue);
  color: #fff;
}

.lp-hero,
.lp-platform,
.lp-cta {
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--lp-bleed-pad);
}

.lp-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.lp-section-head h2,
.lp-feature-copy h2 {
  margin: 0 0 14px;
  color: var(--lp-ink);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: -.025em;
  line-break: strict;
  text-wrap: balance;
}

.lp-section-head p,
.lp-feature-copy > p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 16px;
  line-height: 1.9;
  line-break: strict;
  text-wrap: pretty;
}

.lp-heading-line {
  display: block;
}

.lp-break-mobile {
  display: inline;
}

.lp-section-head--dark h2,
.lp-section-head--dark p {
  color: #f5f8ff;
}

.lp-section-head--dark p {
  color: rgba(226, 234, 248, .72);
}

.lp-section-kicker,
.lp-eyebrow {
  margin: 0 0 12px !important;
  color: var(--lp-blue) !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.4 !important;
  text-transform: uppercase;
}

.lp-section-head--dark .lp-section-kicker,
.lp-cta .lp-section-kicker {
  color: var(--lp-cyan) !important;
}

.lp-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.lp-btn-primary {
  background: var(--lp-blue);
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, .24);
}

.lp-btn-primary:hover,
.lp-btn-primary:focus-visible {
  background: var(--lp-blue-strong);
  color: #fff;
  transform: translateY(-1px);
}

.lp-btn-ghost {
  border-color: rgba(226, 234, 248, .32);
  background: rgba(255, 255, 255, .06);
  color: #f5f8ff;
}

.lp-btn-ghost:hover,
.lp-btn-ghost:focus-visible {
  border-color: rgba(226, 234, 248, .62);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.lp-btn-outline {
  border-color: var(--lp-line);
  background: #fff;
  color: var(--lp-ink);
}

.lp-btn-outline:hover,
.lp-btn-outline:focus-visible {
  border-color: var(--lp-blue);
  color: var(--lp-blue);
}

.lp-btn:focus-visible,
.lp-tab-list button:focus-visible {
  outline: 2px solid var(--lp-cyan);
  outline-offset: 3px;
}

.lp-js [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}

.lp-js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.lp-js [data-reveal-delay="1"] { transition-delay: .08s; }
.lp-js [data-reveal-delay="2"] { transition-delay: .16s; }
.lp-js [data-reveal-delay="3"] { transition-delay: .24s; }

/* Hero */
.lp-hero {
  position: relative;
  box-sizing: border-box;
  min-height: min(760px, 100dvh);
  padding-inline: max(18px, calc(50vw - 640px));
  padding-top: calc(var(--topbar-h, 56px) + 44px);
  padding-bottom: 44px;
  background: var(--lp-navy);
  color: #f7f9fd;
  overflow: hidden;
}

.lp-hero-bg,
.lp-hero-video,
.lp-hero-video-tint {
  position: absolute;
  inset: 0;
}

.lp-hero-bg {
  overflow: hidden;
  pointer-events: none;
  background: var(--lp-navy);
}

.lp-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(.66) contrast(1.1);
}

.lp-hero-video-tint {
  background:
    radial-gradient(ellipse 70% 62% at 50% 42%, rgba(7, 13, 28, .62), rgba(10, 18, 36, .18) 74%),
    linear-gradient(180deg, rgba(10, 18, 36, .46), rgba(13, 28, 64, .2) 42%, var(--lp-navy) 97%),
    linear-gradient(rgba(37, 99, 235, .26), rgba(37, 99, 235, .26));
}

.lp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr);
  gap: 40px;
  align-items: center;
  width: min(1280px, 100%);
  margin: 0 auto;
}

.lp-hero-copy {
  max-width: 590px;
}

.lp-eyebrow {
  color: var(--lp-cyan) !important;
}

.lp-hero h1 {
  margin: 0;
  color: #f8fbff;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.045em;
  line-break: strict;
  text-wrap: balance;
}

.lp-h1-seg {
  display: block;
  /* 日本語用の行分割を保ちつつ、英語など長い訳文はヒーローの
     左カラム内で折り返す。nowrap のままだと製品画像へ文字が重なる。 */
  max-width: 100%;
  overflow-wrap: anywhere;
}

.lp-lead {
  margin: 22px 0 0;
  color: rgba(232, 239, 250, .82);
  font-size: 16.5px;
  line-height: 1.8;
  line-break: strict;
  text-wrap: pretty;
}

.lp-hero-note {
  margin: 12px 0 0;
  color: rgba(205, 216, 234, .7);
  font-size: 12.5px;
  line-height: 1.75;
  line-break: strict;
  text-wrap: pretty;
}

.lp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

/* Product frames and visual labels */
.lp-product-frame {
  position: relative;
  margin: 0;
  border: 1px solid rgba(149, 164, 186, .28);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(18, 31, 52, .13);
  overflow: hidden;
}

.lp-product-frame--hero {
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
  border-color: rgba(157, 184, 229, .24);
  box-shadow: 0 32px 90px rgba(0, 0, 0, .34);
}

.lp-real-screenshot {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}

.lp-screenshot-hint {
  display: none;
}

.lp-screenshot-stack {
  min-width: 0;
}

.lp-js [data-lp-screenshot-trigger] {
  cursor: zoom-in;
}

.lp-js [data-lp-screenshot-trigger]:focus-visible {
  outline: 3px solid var(--lp-cyan);
  outline-offset: 4px;
}

.lp-screenshot-dialog {
  width: min(1180px, calc(100vw - 40px));
  max-width: none;
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(149, 164, 186, .5);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(8, 20, 41, .32);
}

.lp-screenshot-dialog::backdrop {
  background: rgba(7, 17, 34, .72);
  backdrop-filter: blur(3px);
}

.lp-screenshot-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 10px 14px 10px 20px;
  border-bottom: 1px solid #e3e9f1;
}

.lp-screenshot-dialog-head p {
  margin: 0;
  color: var(--lp-ink);
  font-size: 14px;
  font-weight: 760;
}

.lp-screenshot-dialog-close {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #fff;
  color: #1f3048;
  font: inherit;
  font-size: 13px;
  font-weight: 720;
  cursor: pointer;
}

.lp-screenshot-dialog-close:hover {
  border-color: #9eb3cf;
  background: #f7faff;
}

.lp-screenshot-dialog-close:focus-visible {
  outline: 2px solid var(--lp-cyan);
  outline-offset: 2px;
}

.lp-screenshot-dialog-media {
  max-height: calc(100dvh - 100px);
  overflow: auto;
  overscroll-behavior: contain;
  /* ピンチアウトやダブルタップによるブラウザ標準のズームを妨げない。 */
  touch-action: auto;
  background: #eef3f8;
}

.lp-screenshot-dialog-image {
  display: block;
  width: 100%;
  height: auto;
  touch-action: auto;
  background: #fff;
}

.lp-visual-label {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 5px 9px;
  border: 1px solid rgba(17, 24, 39, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #4b5563;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.lp-ui-shell {
  min-height: 455px;
  padding: 18px;
  background: #f5f7fb;
}

.lp-ui-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 42px;
  padding: 0 14px;
  border-radius: 10px;
  background: #0a1427;
  color: #fff;
}

.lp-ui-brand { font-weight: 820; letter-spacing: -.02em; }
.lp-ui-period { color: rgba(255,255,255,.66); font-size: 12px; }

.lp-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.lp-metric-card,
.lp-chart-card,
.lp-next-card {
  border: 1px solid #e0e6ef;
  border-radius: 12px;
  background: #fff;
}

.lp-metric-card {
  padding: 15px;
}

.lp-metric-card span,
.lp-metric-card small,
.lp-next-card span,
.lp-next-card small {
  display: block;
}

.lp-metric-card span {
  color: #687385;
  font-size: 11px;
}

.lp-metric-card strong {
  display: block;
  margin-top: 6px;
  color: #111827;
  font-size: 28px;
  line-height: 1;
}

.lp-metric-card small {
  margin-top: 7px;
  color: #2563eb;
  font-size: 10px;
}

.lp-chart-card {
  grid-column: 1 / 4;
  padding: 15px;
}

.lp-ui-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111827;
  font-size: 12px;
}

.lp-ui-card-head span { color: #8b95a6; font-size: 10px; }
.lp-chart-card svg { display: block; width: 100%; height: 128px; margin-top: 8px; }
.lp-chart-grid { fill: none; stroke: #e7ebf2; stroke-width: 1; }
.lp-chart-line { fill: none; stroke-width: 4; stroke-linecap: round; }
.lp-chart-line--blue { stroke: #2563eb; }
.lp-chart-line--cyan { stroke: #22b8cf; stroke-width: 2.5; opacity: .82; }

.lp-next-card {
  grid-column: 1 / 4;
  padding: 14px 16px;
  border-left: 4px solid var(--lp-blue);
}

.lp-next-card .lp-ui-kicker { color: #778195; font-size: 10px; }
.lp-next-card strong { display: block; margin-top: 4px; color: #111827; font-size: 14px; }
.lp-next-card small { margin-top: 4px; color: #778195; font-size: 11px; }

/* Overview */
.lp-outcomes {
  padding: 92px 0 52px;
}

.lp-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lp-outcome-grid article {
  min-height: 180px;
  padding: 25px;
  border-top: 2px solid var(--lp-blue);
  background: var(--lp-surface-soft);
}

.lp-outcome-grid article > span {
  color: var(--lp-blue);
  font-size: 12px;
  font-weight: 820;
}

.lp-outcome-grid h3 {
  margin: 34px 0 8px;
  color: var(--lp-ink);
  font-size: 21px;
}

.lp-outcome-grid p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.8;
}

/* Feature sections */
.lp-feature-section,
.lp-planning,
.lp-integration,
.lp-pricing,
.lp-faq {
  padding: 88px 0;
}

.lp-feature-section--workout {
  background: var(--lp-surface-soft);
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--lp-bleed-pad);
}

.lp-feature-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
}

.lp-feature-copy {
  max-width: 760px;
}

.lp-feature-layout--reverse .lp-feature-copy,
.lp-feature-layout--reverse .lp-product-frame {
  order: initial;
}

.lp-checklist {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.lp-checklist li {
  position: relative;
  padding-left: 24px;
  color: #344054;
  font-size: 14px;
  line-height: 1.65;
}

.lp-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 8px;
  height: 8px;
  border: 2px solid var(--lp-blue);
  border-radius: 50%;
}

/* Planning tabs */
.lp-planning {
  margin-inline: calc(50% - 50vw);
  padding-inline: var(--lp-bleed-pad);
  background: #eef3f9;
}

.lp-tabs {
  max-width: 1180px;
  margin: 0 auto;
  border: 1px solid #d7e0eb;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(35, 50, 74, .09);
}

.lp-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px;
  border-bottom: 1px solid #e0e6ef;
  background: #f7f9fc;
}

.lp-tab-list button {
  min-height: 48px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: #667085;
  font: inherit;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
}

.lp-tab-list button[aria-selected="true"] {
  background: #0a1427;
  color: #fff;
}

.lp-tab-panel {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, .62fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
}

.lp-tab-panel[data-lp-panel="plan"],
.lp-tab-panel[data-lp-panel="record"] {
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1041px) {
  .lp-tab-panel[data-lp-panel="plan"] .lp-tab-copy,
  .lp-tab-panel[data-lp-panel="record"] .lp-tab-copy {
    display: grid;
    grid-template-columns: 36px minmax(300px, .85fr) minmax(0, 1.15fr);
    gap: 0 24px;
    align-items: center;
    padding: 4px 6px;
  }

  .lp-tab-panel[data-lp-panel="plan"] .lp-tab-copy h3,
  .lp-tab-panel[data-lp-panel="record"] .lp-tab-copy h3 {
    margin: 0;
  }
}

.lp-tab-panel[hidden] { display: none; }
.lp-tab-copy { padding: 18px 6px; }
.lp-tab-number { color: var(--lp-blue); font-size: 12px; font-weight: 820; }
.lp-tab-copy h3 { margin: 22px 0 12px; color: var(--lp-ink); font-size: clamp(23px, 3vw, 31px); line-height: 1.3; text-wrap: balance; }
.lp-tab-copy p { margin: 0; color: var(--lp-muted); font-size: 14px; line-height: 1.85; }

.lp-product-frame--calendar,
.lp-product-frame--chat {
  box-shadow: none;
  border-radius: 14px;
}

.lp-calendar-preview { padding: 18px; background: #f8fafc; }
.lp-calendar-head { display: flex; align-items: center; justify-content: space-between; padding: 4px 0 14px; }
.lp-calendar-head > strong { color: #111827; font-size: 18px; }
.lp-calendar-head > span { display: flex; gap: 5px; padding: 3px; border-radius: 8px; background: #e8edf4; }
.lp-calendar-head b { padding: 5px 10px; border-radius: 6px; color: #7b8494; font-size: 10px; }
.lp-calendar-head b.is-active { background: #fff; color: #0a1427; box-shadow: 0 1px 4px rgba(15, 23, 42, .1); }
.lp-calendar-week,
.lp-calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.lp-calendar-week span { padding: 7px 2px; color: #8b95a6; font-size: 9px; text-align: center; }
.lp-calendar-grid { border-top: 1px solid #e0e6ef; border-left: 1px solid #e0e6ef; }
.lp-calendar-grid > div {
  min-height: 78px;
  padding: 7px;
  border-right: 1px solid #e0e6ef;
  border-bottom: 1px solid #e0e6ef;
  background: #fff;
}
.lp-calendar-grid small { display: block; color: #98a2b3; font-size: 9px; }
.lp-calendar-grid em {
  display: block;
  margin-top: 8px;
  padding: 4px 5px;
  border-left: 3px solid var(--lp-blue);
  background: #edf3ff;
  color: #1d4ed8;
  font-size: 8px;
  font-style: normal;
  line-height: 1.3;
}
.lp-calendar-grid em.is-rest { border-left-color: #8b95a6; background: #f0f2f5; color: #667085; }
.lp-calendar-grid i { display: block; margin-top: 5px; color: #8b95a6; font-size: 7px; font-style: normal; }
.lp-calendar-grid--record em { border-left-color: #16a34a; background: #ecfdf3; color: #15803d; }

.lp-chat-preview {
  display: grid;
  gap: 13px;
  min-height: 350px;
  align-content: center;
  padding: 28px;
  background: #f8fafc;
}
.lp-chat-system { display: flex; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #e0e6ef; color: #344054; font-size: 11px; }
.lp-chat-system small { color: #8b95a6; }
.lp-chat-message { max-width: 80%; padding: 11px 13px; border-radius: 12px; font-size: 12px; line-height: 1.65; }
.lp-chat-message--user { justify-self: end; background: #0a1427; color: #fff; border-bottom-right-radius: 3px; }
.lp-chat-message--ai { justify-self: start; background: #e9eff8; color: #344054; border-bottom-left-radius: 3px; }

/* Workout preview */
.lp-workout-preview { min-height: 360px; padding: 30px; background: #fff; }
.lp-workout-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.lp-workout-head span { display: block; color: #8b95a6; font-size: 11px; }
.lp-workout-head strong { display: block; margin-top: 5px; color: #111827; font-size: 20px; }
.lp-workout-head button { padding: 8px 12px; border: 1px solid #d7e0eb; border-radius: 8px; background: #fff; color: #344054; font-size: 10px; }
.lp-workout-bars { display: flex; align-items: flex-end; gap: 3px; height: 150px; margin-top: 28px; padding: 14px; border: 1px solid #e0e6ef; border-radius: 12px; background: #f7f9fc; }
.lp-workout-bars i { flex: var(--lp-duration); height: var(--lp-height); min-width: 6px; background: #22b8cf; border-radius: 3px 3px 0 0; }
.lp-workout-bars i.is-sst { background: #f59e0b; }
.lp-workout-meta { display: flex; gap: 10px; margin-top: 14px; }
.lp-workout-meta span { padding: 5px 9px; border-radius: 999px; background: #eef2f7; color: #667085; font-size: 10px; }
.lp-workout-route { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 9px; margin-top: 26px; padding-top: 18px; border-top: 1px solid #e0e6ef; color: #8b95a6; font-size: 10px; }
.lp-workout-route b { color: #344054; font-size: 11px; }

/* Platform section */
.lp-platform {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--lp-navy);
}

.lp-platform-inner { max-width: 1180px; margin: 0 auto; }
.lp-platform-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; border: 1px solid rgba(148, 180, 230, .14); background: rgba(148, 180, 230, .14); }
.lp-platform-grid article { display: flex; flex-direction: column; justify-content: center; min-height: 145px; padding: 22px; background: #0d1930; text-align: left; }
.lp-platform-grid strong { display: block; color: #f5f8ff; font-size: 15px; }
.lp-platform-grid span { display: block; margin-top: 12px; color: rgba(226,234,248,.62); font-size: 12px; line-height: 1.6; }

/* Integration */
.lp-integration-map {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .72fr) 64px minmax(300px, 1.18fr) 64px minmax(250px, 1fr);
  align-items: center;
  margin: 0;
  padding: 34px;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  background: #f7f9fc;
}

.lp-integration-source,
.lp-integration-destinations {
  border-top: 1px solid #cad5e4;
  border-bottom: 1px solid #cad5e4;
}

.lp-integration-source {
  padding: 22px 0;
}

.lp-integration-source > span,
.lp-integration-destinations span {
  color: #667085;
  font-size: 12px;
  font-weight: 760;
}

.lp-integration-services {
  display: grid;
  margin-top: 14px;
}

.lp-integration-services strong {
  padding: 10px 0;
  border-bottom: 1px solid #e1e7ef;
  color: #24324a;
  font-size: 14px;
}

.lp-integration-services strong:last-child {
  border-bottom: 0;
}

.lp-integration-core {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: center;
  padding: 28px 26px;
  border-radius: 14px;
  background: var(--lp-navy);
  box-shadow: 0 18px 42px rgba(10, 20, 39, .18);
  text-align: center;
}

.lp-integration-core > span {
  color: #9bbcf8;
  font-size: 11px;
  font-weight: 760;
}

.lp-integration-core > strong {
  margin-top: 10px;
  color: #fff;
  font-size: 29px;
  letter-spacing: -.025em;
}

.lp-integration-data {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid rgba(148, 180, 230, .2);
  border-left: 1px solid rgba(148, 180, 230, .2);
}

.lp-integration-data small {
  padding: 9px 5px;
  border-right: 1px solid rgba(148, 180, 230, .2);
  border-bottom: 1px solid rgba(148, 180, 230, .2);
  color: rgba(235, 241, 251, .76);
  font-size: 10px;
}

.lp-integration-arrow {
  position: relative;
  display: block;
  height: 2px;
  margin: 0 12px;
  background: #8db0f5;
}

.lp-integration-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--lp-blue);
  border-right: 2px solid var(--lp-blue);
  transform: translateY(-50%) rotate(45deg);
}

.lp-integration-destinations > div {
  display: grid;
  gap: 7px;
  padding: 16px 0;
  border-bottom: 1px solid #e1e7ef;
}

.lp-integration-destinations > div:last-child {
  border-bottom: 0;
}

.lp-integration-destinations strong {
  color: #24324a;
  font-size: 13px;
  line-height: 1.55;
}

/* Pricing */
.lp-pricing-toggle-row { display: flex; justify-content: center; margin: -8px 0 28px; }
.lp-pricing-panel { overflow: hidden; max-height: 1200px; opacity: 1; transition: max-height .45s ease, opacity .25s ease; }
.lp-pricing-panel.is-collapsed { max-height: 0; opacity: 0; }
.lp-pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 900px; margin: 0 auto; }
.lp-plan { position: relative; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--lp-line); border-radius: 16px; background: #fff; }
.lp-plan--featured { border-color: #8db0f5; box-shadow: 0 16px 42px rgba(37,99,235,.1); }
.lp-plan-badge { position: absolute; top: 16px; right: 16px; padding: 5px 9px; border-radius: 999px; background: #eaf1ff; color: #1d4ed8; font-size: 10px; font-weight: 800; }
.lp-plan h3 { margin: 0; color: var(--lp-ink); font-size: 20px; }
.lp-plan-price { margin: 18px 0 0; color: var(--lp-ink); font-size: 28px; font-weight: 820; }
.lp-plan-price-note {
  display: inline-block;
  margin: 14px 0 0;
  padding-bottom: 3px;
  border-bottom: 2px solid #9fc3ff;
  color: #1d4ed8;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}
.lp-plan-trial {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  align-self: flex-start;
  margin: 16px 0 0;
  padding: 8px 12px 9px;
  border-radius: 6px;
  border: 1px solid #9fc3ff;
  background: #edf4ff;
  color: #173d91;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .02em;
}
.lp-plan-trial strong {
  color: #0755d9;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.03em;
  line-height: 1;
}
.lp-plan-trial-note {
  margin: 8px 0 0;
  color: #53657d;
  font-size: 12px;
  line-height: 1.65;
}
.lp-plan-features { display: grid; gap: 10px; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid #e7ebf2; list-style: none; }
.lp-plan-features li { position: relative; padding-left: 19px; color: #475467; font-size: 13px; line-height: 1.6; }
.lp-plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--lp-blue); font-weight: 800; }
.lp-pricing-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; text-align: center; }
.lp-pricing-full-link { color: var(--lp-blue); font-size: 13px; font-weight: 700; }

/* FAQ */
.lp-faq-list { max-width: 860px; margin: 0 auto; border-top: 1px solid var(--lp-line); }
.lp-faq-item { border-bottom: 1px solid var(--lp-line); }
.lp-faq-item summary { position: relative; padding: 22px 46px 22px 2px; color: var(--lp-ink); font-size: 15px; font-weight: 760; cursor: pointer; list-style: none; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--lp-blue); font-size: 23px; font-weight: 400; }
.lp-faq-item[open] summary::after { content: "−"; }
.lp-faq-item p { margin: 0; padding: 0 34px 24px 2px; color: var(--lp-muted); font-size: 14px; line-height: 1.85; }
.lp-faq-more { margin-top: 24px; text-align: center; }
.lp-faq-more a { color: var(--lp-blue); font-size: 13px; font-weight: 700; }

/* CTA */
.lp-cta { padding-top: 82px; padding-bottom: 82px; background: #0a1427; }
.lp-cta-inner { max-width: 760px; margin: 0 auto; text-align: center; }
.lp-cta h2 { margin: 0; color: #f8fbff; font-size: clamp(31px, 4vw, 46px); line-height: 1.25; }
.lp-cta p:not(.lp-section-kicker) { margin: 16px 0 0; color: rgba(226,234,248,.7); font-size: 15px; }
.lp-cta-actions { display: flex; justify-content: center; gap: 12px; margin-top: 28px; }

.public-footer { padding-top: 28px; padding-bottom: 28px; }

/* Responsive */
@media (max-width: 1040px) {
  .lp-hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .lp-hero-copy { max-width: 740px; }
  .lp-product-frame--hero { width: min(760px, 100%); transform: none; }
  .lp-feature-layout { grid-template-columns: 1fr; gap: 34px; }
  .lp-feature-layout--reverse .lp-feature-copy,
  .lp-feature-layout--reverse .lp-product-frame { order: initial; }
  .lp-platform-grid { grid-template-columns: repeat(3, 1fr); }
  .lp-integration-map { grid-template-columns: 1fr; padding: 28px; }
  .lp-integration-arrow {
    width: 2px;
    height: 42px;
    justify-self: center;
    margin: 0;
  }
  .lp-integration-arrow::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(135deg);
  }
}

@media (max-width: 760px) {
  .lp-hero { min-height: auto; padding-top: calc(var(--topbar-h, 56px) + 32px); padding-bottom: 40px; }
  .lp-hero h1 { font-size: clamp(31px, 9.25vw, 35px); line-height: 1.18; }
  .lp-lead { font-size: 15.5px; }
  .lp-outcomes,
  .lp-feature-section,
  .lp-planning,
  .lp-integration,
  .lp-pricing,
  .lp-faq { padding-top: 60px; padding-bottom: 60px; }
  .lp-outcome-grid { grid-template-columns: 1fr; }
  .lp-outcome-grid article { min-height: 140px; }
  .lp-outcome-grid h3 { margin-top: 22px; }
  .lp-tab-panel { grid-template-columns: 1fr; padding: 22px; }
  .lp-tab-copy { padding: 8px 0; }
  .lp-calendar-grid > div { min-height: 66px; padding: 5px; }
  .lp-calendar-grid em { font-size: 7px; }
  .lp-platform-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .lp-hero-video-tint {
    background:
      linear-gradient(180deg, rgba(7, 13, 28, .78), rgba(10, 18, 36, .3) 45%, var(--lp-navy) 97%),
      linear-gradient(rgba(37, 99, 235, .26), rgba(37, 99, 235, .26));
  }
}

@media (max-width: 520px) {
  .lp-break-mobile { display: block; }
  .lp-hero-copy {
    width: min(100%, 336px);
    margin-inline: auto;
  }
  .lp-section-head h2,
  .lp-feature-copy h2 { font-size: 29px; }
  .lp-hero-actions,
  .lp-cta-actions { flex-direction: column; }
  .lp-btn { width: 100%; }
  .lp-ui-shell { min-height: 390px; padding: 12px; }
  .lp-dashboard-grid { gap: 8px; }
  .lp-metric-card { padding: 11px; }
  .lp-metric-card strong { font-size: 22px; }
  .lp-tab-list button { min-height: 44px; padding: 0 5px; font-size: 12px; }
  .lp-tab-panel { padding: 16px; }
  .lp-calendar-preview { padding: 10px; }
  .lp-calendar-grid > div { min-height: 54px; padding: 4px; }
  .lp-calendar-grid em { margin-top: 4px; padding: 3px; border-left-width: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .lp-chat-preview { padding: 18px; }
  .lp-chat-system { display: grid; gap: 4px; }
  .lp-workout-preview { padding: 20px; }
  .lp-workout-head { align-items: flex-start; }
  .lp-platform-grid { grid-template-columns: 1fr; }
  .lp-platform-grid article { min-height: 110px; }
  .lp-platform-grid span { margin-top: 24px; }
  .lp-integration-map { padding: 20px 16px; }
  .lp-integration-core { min-height: 200px; padding: 24px 20px; }
  .lp-pricing-actions { flex-direction: column; gap: 14px; }
  .lp-screenshot-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
    border-radius: 12px;
  }
  .lp-screenshot-dialog-head { min-height: 52px; padding: 8px 10px 8px 14px; }
  .lp-screenshot-dialog-media { max-height: calc(100dvh - 72px); }
  .lp-screenshot-dialog-image { width: 720px; max-width: none; }
  .lp-screenshot-hint {
    display: block;
    margin: 0;
    color: #75839a;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;
    text-align: center;
  }
  .lp-screenshot-stack { display: grid; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .lp-js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .lp-btn,
  .lp-pricing-panel { transition: none; }
}
