/* Phase 1: page presentation. Illustration artwork is a separate pass. */
.homepage-preview .home-hero { padding-top: 76px; }
.homepage-preview .home-hero__copy { max-width: 1160px; }
.homepage-preview .home-kicker { color: var(--odx-accent); font-size: 14px; font-weight: 650; }
.homepage-preview .home-hero h1 { font-size: clamp(42px, 5.1vw, 74px); font-weight: 800; line-height: 1.08; }
.homepage-preview .home-hero__intro { max-width: 800px; font-size: 18px; line-height: 1.75; }
.homepage-preview .home-hero__actions { margin: 32px 0 56px; }
.homepage-preview .home-hero__assurances { flex-wrap: wrap; font-size: 13px; padding-bottom: 24px; }

.homepage-preview .stats-band { padding: 22px 0 0; background: var(--odx-bg); border: 0; }
.homepage-preview .stats-band__inner { padding: 36px 24px; border-radius: 20px; background: var(--odx-soft); }
.homepage-preview .stat-label { font-size: 15px; margin-top: 12px; }
.homepage-preview .stat-sub { font-size: 13px; margin-top: 5px; }

.homepage-preview .feature-strips { padding-top: 96px; }
.homepage-preview .feature-strips > .wrap > .section-hdr { max-width: 940px; margin-bottom: 38px; }
.homepage-preview .capability-nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 10px; margin-bottom: 32px; border: 1px solid var(--odx-border); border-radius: 14px; background: var(--odx-surface); }
.homepage-preview .capability-nav a { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 54px; padding: 12px 16px; border-radius: 8px; font-size: 15px; font-weight: 650; color: var(--odx-ink); }
.homepage-preview .capability-nav a:hover { background: var(--odx-accent-soft); color: var(--odx-accent); }
.homepage-preview .capability-nav a span { color: var(--odx-accent); }
.homepage-preview .fstrip { gap: 72px; padding: 72px 20px; border: 0; scroll-margin-top: 108px; }
.homepage-preview .fstrip__copy { flex: 1; }
.homepage-preview .fstrip__copy .eyebrow { display: block; color: var(--odx-accent); font-size: 13px; font-weight: 700; margin-bottom: 16px; }
.homepage-preview .fstrip__copy h2 { max-width: 24ch; font-size: clamp(30px, 2.8vw, 40px); font-weight: 750; line-height: 1.15; text-wrap: pretty; }
.homepage-preview .fstrip__copy > p { font-size: 17px; line-height: 1.75; }
.homepage-preview .fstrip__copy .check-list { margin-top: 26px; display: grid; gap: 12px; }
.homepage-preview .fstrip__copy .check-list li { margin: 0; font-size: 15px; line-height: 1.65; }
.homepage-preview .fstrip__copy .inline-explore { font-size: 15px; margin-top: 26px; min-height: 44px; align-items: center; }
.homepage-preview :is(.fstrip--routes, .fstrip--payments, .fstrip--outreach) { background: var(--odx-soft); padding: 56px; margin-block: 28px; border-radius: 24px; gap: 56px; }

.homepage-preview .home-depth-layout { align-items: start; }
.homepage-preview .depth-group { background: var(--odx-surface); padding-inline: 24px; }
.homepage-preview .depth-group:first-child { border-radius: 16px 16px 0 0; }
.homepage-preview .depth-group:last-child { border-radius: 0 0 16px 16px; }
.homepage-preview .depth-group > summary { font-size: 20px; }
.homepage-preview .depth-group__content { padding-left: 0; }
.homepage-preview .depth-group__content p { font-size: 15px; }
/* Preserve the explorer's existing navigation and panel positions. Make the
   selected capability legible as a control in both themes. */
.homepage-preview .product-explorer__nav { border-top: 0; gap: 4px; }
.homepage-preview .product-explorer__tab { padding-inline: 14px; border: 1px solid transparent; border-radius: 8px; }
.homepage-preview .product-explorer__tab:hover { background: var(--odx-soft); }
.homepage-preview .product-explorer__tab[aria-selected="true"] { background: var(--odx-accent-soft); border-color: var(--odx-accent); color: var(--odx-ink); }
.homepage-preview .product-explorer__tab:focus-visible { outline-offset: 2px; }
.homepage-preview .integration-grid { border: 0; gap: 0 40px; }
.homepage-preview .integration-item { padding-block: 28px; }
.homepage-preview .integration-item h3 { font-size: 18px; }
.homepage-preview .integration-item p { font-size: 15px; line-height: 1.7; }
.homepage-preview .integration-foot { border-radius: 16px; border-left: 0; padding: 32px; }
.homepage-preview .lifecycle { padding-top: 0; border: 0; gap: 24px; }
.homepage-preview .lifecycle-step { padding: 0; }
.homepage-preview .lifecycle-step::before { display: none; }
.homepage-preview .lifecycle-step > span { display: block; color: var(--odx-accent); font-size: 14px; font-weight: 700; margin-bottom: 18px; }
.homepage-preview .lifecycle-step p { font-size: 15px; }
.homepage-preview .scale-grid { background: var(--odx-soft); border: 0; border-radius: 20px; padding: 36px 20px; }
.homepage-preview .scale-card p { font-size: 15px; line-height: 1.75; }
.homepage-preview .promo-band { background: var(--odx-accent-soft); }
.homepage-preview .promo-band__text h2 { max-width: 25ch; font-weight: 780; }

@media (max-width: 1100px) {
  .homepage-preview .fstrip { gap: 40px; padding-inline: 0; }
  .homepage-preview :is(.fstrip--routes, .fstrip--payments, .fstrip--outreach) { padding: 36px; gap: 32px; }
  .homepage-preview .capability-nav a { padding-inline: 10px; font-size: 14px; }
}
@media (max-width: 800px) {
  .homepage-preview .home-hero { padding-top: 48px; }
  .homepage-preview .home-hero h1 { font-size: clamp(40px, 6vw, 48px); }
  .homepage-preview .home-hero__intro { font-size: 17px; }
  .homepage-preview .stats-band__inner { padding: 28px 12px; }
  .homepage-preview .capability-nav { grid-template-columns: 1fr 1fr; }
  .homepage-preview .fstrip { padding: 48px 0; gap: 32px; }
  .homepage-preview :is(.fstrip--routes, .fstrip--payments, .fstrip--outreach) { padding: 32px; margin-block: 16px; border-radius: 18px; }
  .homepage-preview .fstrip__copy h2 { max-width: 28ch; }
  .homepage-preview .scale-grid { padding: 28px 12px; }
}
@media (max-width: 480px) {
  .homepage-preview .home-hero { padding-top: 36px; }
  .homepage-preview .home-kicker { max-width: 300px; font-size: 12px; }
  .homepage-preview .home-hero h1 { font-size: 39px; }
  .homepage-preview .home-hero__actions { gap: 16px; flex-wrap: wrap; }
  .homepage-preview .home-hero__assurances { justify-content: flex-start; gap: 16px; }
  .homepage-preview .home-hero__assurances > span { font-size: 12px; }
  .homepage-preview .stat-num { font-size: 32px; }
  .homepage-preview .stat-label { font-size: 13px; }
  .homepage-preview .stat-sub { font-size: 12px; }
  .homepage-preview .capability-nav { gap: 2px; padding: 6px; }
  .homepage-preview .capability-nav a { font-size: 13px; gap: 8px; }
  .homepage-preview :is(.fstrip--routes, .fstrip--payments, .fstrip--outreach) { padding: 28px 20px; }
  .homepage-preview .fstrip__copy h2 { font-size: 31px; }
  .homepage-preview .fstrip__copy > p { font-size: 16px; }
  .homepage-preview .depth-group { padding-inline: 18px; }
  .homepage-preview .product-explorer__tab { padding-inline: 9px; font-size: 14px; }
  .homepage-preview .product-explorer__tab > i { flex-basis: 15px; font-size: 15px; }
  .homepage-preview .scale-grid { padding: 8px 24px; }
  .homepage-preview .scale-card + .scale-card { border-left: 0; border-top: 1px solid var(--odx-border); }
}
