﻿/* Product page â€” home marketing theme extensions */

.hm-page--product {
  --hm-prod-section: clamp(4.5rem, 10vw, 6.5rem);
  --hm-prod-gap: clamp(1.5rem, 3.5vw, 2.5rem);
  --hm-prod-lead: 1.7;
  --hm-prod-body: 1.6;
  --hm-prod-tight: -0.045em;
  --hm-prod-display: -0.05em;
}

/* ─── Hero ─── */
.hm-page--product .hm-prod-hero {
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: visible;
  border-bottom: none;
}

.hm-page--product .hm-prod-hero__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(3.5rem, 9vh, 5rem) clamp(1.35rem, 3.5vw, 2rem) clamp(3.5rem, 8vh, 4.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.92fr);
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
}

.hm-page--product .hm-prod-hero__copy {
  position: relative;
  text-align: left;
}

.hm-page--product .hm-prod-hero__copy .hm-hero-frame {
  inset: -1.5rem -1rem;
}

.hm-page--product .hm-prod-hero__copy .hm-hero-kicker {
  margin-bottom: clamp(1.25rem, 2.5vw, 1.65rem);
}

.hm-page--product .hm-prod-hero__title {
  text-align: left;
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  line-height: 0.96;
  letter-spacing: var(--hm-prod-display);
}

.hm-page--product .hm-prod-hero__sub {
  text-align: left;
  margin: 0 0 1.35rem;
  max-width: 38ch;
  font-size: 0.94rem;
  line-height: var(--hm-prod-lead);
  letter-spacing: 0.015em;
  color: var(--hm-muted);
}

.hm-page--product .hm-prod-hero__tags {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hm-page--product .hm-prod-hero__tags li {
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a3a3a3;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--hm-line);
}

.hm-page--product .hm-prod-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* Console */
.hm-page--product .hm-prod-console-wrap {
  position: relative;
}

.hm-page--product .hm-prod-console {
  position: relative;
  border-radius: var(--hm-radius-lg);
  background: linear-gradient(165deg, #111 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.hm-page--product .hm-prod-console__accent {
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  opacity: 0.6;
  z-index: 2;
}

.hm-page--product .hm-prod-console__chrome {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: #525252;
}

.hm-page--product .hm-prod-console__dots {
  display: flex;
  gap: 0.35rem;
}

.hm-page--product .hm-prod-console__dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-style: normal;
}

.hm-page--product .hm-prod-console__dots i:nth-child(1) { background: #ef4444; }
.hm-page--product .hm-prod-console__dots i:nth-child(2) { background: #eab308; }
.hm-page--product .hm-prod-console__dots i:nth-child(3) { background: #22c55e; }

.hm-page--product .hm-prod-console__url {
  flex: 1;
  min-width: 0;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-weight: 500;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hm-page--product .hm-prod-console__live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #60a5fa;
}

.hm-page--product .hm-prod-console__body {
  padding: 1.35rem 1.25rem 1.45rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hm-page--product .hm-prod-console__score {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.35rem 1rem;
  align-items: end;
}

.hm-page--product .hm-prod-console__label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #525252;
}

.hm-page--product .hm-prod-console__val {
  grid-column: 2;
  grid-row: 1 / 3;
  font-size: clamp(2.25rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.92;
  color: #fafafa;
  font-variant-numeric: tabular-nums;
}

.hm-page--product .hm-prod-console__meter {
  grid-column: 1;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hm-page--product .hm-prod-console__meter span {
  display: block;
  height: 100%;
  width: var(--hm-prod-meter, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  transition: width 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.hm-page--product .hm-prod-console__chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}

.hm-page--product .hm-prod-console__chips li {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #a3a3a3;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.hm-page--product .hm-prod-console__chips li ion-icon {
  font-size: 0.85rem;
  flex-shrink: 0;
}

.hm-page--product .hm-prod-console__chips .is-ok { color: #4ade80; }
.hm-page--product .hm-prod-console__chips .is-warn { color: #fbbf24; }

.hm-page--product .hm-prod-console__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #a3a3a3;
  background: rgba(59, 130, 246, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.18);
}

.hm-page--product .hm-prod-console__alert ion-icon {
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: #60a5fa;
}

.hm-page--product .hm-prod-console__alert strong {
  color: #fafafa;
  font-weight: 600;
  letter-spacing: -0.01em;
}

/* ─── Buttons ─── */
.hm-page--product .hm-prod-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.82rem 1.4rem;
  border-radius: 12px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s, transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.hm-page--product .hm-prod-btn--sm {
  min-height: 2.45rem;
  padding: 0.68rem 1.1rem;
  font-size: 0.8rem;
  margin-top: auto;
}

.hm-page--product .hm-prod-btn--primary {
  background: var(--hm-ink);
  color: #fafafa !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.hm-page--product .hm-prod-btn--primary:hover {
  background: #171717;
  transform: translateY(-1px);
}

.hm-page--product .hm-prod-btn--ghost {
  background: rgba(255, 255, 255, 0.8);
  color: var(--hm-ink) !important;
  border-color: var(--hm-line);
  backdrop-filter: blur(8px);
}

.hm-page--product .hm-prod-btn--ghost:hover {
  background: #fff;
  border-color: #d4d4d4;
}

/* ─── Stats ─── */
.hm-page--product .hm-prod-stats {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.5rem var(--hm-prod-section);
  margin-top: 0;
  border-top: 1px solid var(--hm-line);
}

.hm-page--product .hm-prod-stats .hm-stats-kicker {
  margin-bottom: 2rem;
}

.hm-page--product .hm-prod-stats__slab {
  border-radius: var(--hm-radius-lg);
  overflow: hidden;
}

.hm-page--product .hm-prod-stats__inner {
  grid-template-columns: repeat(4, 1fr);
  border: none;
}

.hm-page--product .hm-prod-stats__inner .hm-stat-pill {
  padding: 2rem 1.25rem;
  gap: 0.5rem;
}

.hm-page--product .hm-prod-stats__inner .hm-stat-pill__value {
  letter-spacing: -0.055em;
}

.hm-page--product .hm-prod-stats__inner .hm-stat-pill__label {
  letter-spacing: 0.16em;
  line-height: 1.35;
}

/* ─── Module rows (split layout, no cards) ─── */
.hm-page--product .hm-prod-checks {
  position: relative;
  padding: var(--hm-prod-section) 0 var(--hm-prod-section);
  background: #fff;
  overflow: hidden;
}

.hm-page--product .hm-prod-checks__intro {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto clamp(2.75rem, 5vw, 3.75rem);
  padding: 0 clamp(1.35rem, 3.5vw, 2rem);
}

.hm-page--product .hm-prod-checks__kicker {
  margin-bottom: 1.25rem;
}

.hm-page--product .hm-prod-checks__title {
  margin: 0;
}

.hm-page--product .hm-prod-checks__lead {
  margin-top: 1.1rem;
}

.hm-page--product .hm-prod-checks__inner {
  position: relative;
  z-index: 1;
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--hm-line);
}

.hm-page--product .hm-prod-check {
  border-bottom: 1px solid var(--hm-line);
  background: #fff;
}

.hm-page--product .hm-prod-check--alt {
  background: #fafafa;
}

.hm-page--product .hm-prod-check__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(1.75rem, 4vw, 3rem);
  min-height: clamp(300px, 34vw, 380px);
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.35rem, 3.5vw, 2rem);
}

.hm-page--product .hm-prod-check--flip .hm-prod-check__copy {
  order: 2;
}

.hm-page--product .hm-prod-check--flip .hm-prod-check__preview {
  order: 1;
}

.hm-page--product .hm-prod-check__copy {
  max-width: 480px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hm-page--product .hm-prod-check--flip .hm-prod-check__copy {
  margin-left: 0;
  margin-right: auto;
}

.hm-page--product .hm-prod-check:not(.hm-prod-check--flip) .hm-prod-check__copy {
  margin-left: auto;
  margin-right: 0;
}

.hm-page--product .hm-prod-check__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.hm-page--product .hm-prod-check__idx {
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
  color: #d4d4d4;
}

.hm-page--product .hm-prod-check__tag {
  margin: 0;
}

.hm-page--product .hm-prod-check__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--hm-ink);
}

.hm-page--product .hm-prod-check__desc {
  margin: 0 0 1.5rem;
  max-width: 42ch;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0.01em;
  color: var(--hm-muted);
}

.hm-page--product .hm-prod-check__points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hm-page--product .hm-prod-check__points li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #525252;
}

.hm-page--product .hm-prod-check__points ion-icon {
  flex-shrink: 0;
  margin-top: 0.12rem;
  font-size: 1.05rem;
  color: var(--hm-brand);
}

.hm-page--product .hm-prod-checks__intro[data-hm-reveal] { transition-delay: 0s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(1) { transition-delay: 0.05s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(2) { transition-delay: 0.09s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(3) { transition-delay: 0.13s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(4) { transition-delay: 0.17s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(5) { transition-delay: 0.21s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(6) { transition-delay: 0.25s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(7) { transition-delay: 0.29s; }
.hm-page--product .hm-prod-checks__inner [data-hm-reveal]:nth-child(8) { transition-delay: 0.33s; }

@media (max-width: 768px) {
  .hm-page--product .hm-prod-check__shell {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: auto;
    padding: 2.5rem 1.35rem;
  }

  .hm-page--product .hm-prod-check__copy {
    order: 1 !important;
    max-width: none;
    margin: 0 !important;
  }

  .hm-page--product .hm-prod-check__preview {
    order: 2 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-page--product .hm-prod-checks__inner [data-hm-reveal] {
    transition-delay: 0s !important;
  }
}

/* --- Flow --- */
.hm-page--product .hm-prod-flow {
  padding-top: var(--hm-prod-section);
  padding-bottom: var(--hm-prod-section);
}

.hm-page--product .hm-prod-flow__head {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hm-page--product .hm-prod-flow__head .hm-block-head__sub {
  max-width: 42ch;
  line-height: var(--hm-prod-lead);
  letter-spacing: 0.01em;
}

.hm-page--product .hm-prod-flow__stage {
  position: relative;
}

.hm-page--product .hm-prod-flow__rail {
  position: absolute;
  top: 2.75rem;
  left: 16.66%;
  right: 16.66%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--hm-line) 8%, var(--hm-line) 92%, transparent);
  pointer-events: none;
}

.hm-page--product .hm-prod-flow__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  position: relative;
  z-index: 1;
}

.hm-page--product .hm-prod-step {
  min-height: 228px;
  padding: 1.75rem 1.5rem !important;
  display: flex;
  flex-direction: column;
}

.hm-page--product .hm-prod-step .hm-tile-stat {
  margin-bottom: 0.65rem;
  font-size: clamp(1.85rem, 3.5vw, 2.35rem);
  letter-spacing: -0.06em;
  color: #d4d4d4;
}

.hm-page--product .hm-prod-step .hm-tile-title {
  margin-bottom: 0.55rem;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.hm-page--product .hm-prod-step .hm-tile-desc {
  font-size: 0.84rem;
  line-height: var(--hm-prod-body);
  letter-spacing: 0.01em;
}

/* ─── Dashboard ─── */
.hm-page--product .hm-prod-dash {
  padding: var(--hm-prod-section) 0;
  background: #fafafa;
  border-top: 1px solid var(--hm-line);
  border-bottom: 1px solid var(--hm-line);
}

.hm-page--product .hm-prod-dash__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 clamp(1.35rem, 3.5vw, 2rem);
}

.hm-page--product .hm-prod-dash__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(2.5rem, 6vw, 4rem);
  align-items: center;
}

.hm-page--product .hm-prod-dash__copy {
  position: relative;
  padding: 0.5rem 0;
}

.hm-page--product .hm-prod-dash__frame {
  inset: -0.5rem -0.75rem;
}

.hm-page--product .hm-prod-dash__copy .hm-hero-kicker {
  margin-bottom: 1.35rem;
}

.hm-page--product .hm-prod-dash__title {
  text-align: left;
  margin: 0 0 1.15rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 0.98;
  letter-spacing: var(--hm-prod-tight);
}

.hm-page--product .hm-prod-dash__lead {
  margin: 0 0 1.65rem;
  max-width: 42ch;
  font-size: 0.94rem;
  line-height: var(--hm-prod-lead);
  letter-spacing: 0.01em;
  color: var(--hm-muted);
  font-weight: 500;
}

.hm-page--product .hm-prod-dash__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.hm-page--product .hm-prod-dash__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 0.01em;
  color: #525252;
}

.hm-page--product .hm-prod-dash__list ion-icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  font-size: 1.05rem;
  color: var(--hm-brand);
}

.hm-page--product .hm-prod-panel {
  border-radius: var(--hm-radius-lg);
  background: linear-gradient(165deg, #111 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.hm-page--product .hm-prod-panel__chrome {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hm-page--product .hm-prod-panel__dots {
  display: flex;
  gap: 0.3rem;
}

.hm-page--product .hm-prod-panel__dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  font-style: normal;
}

.hm-page--product .hm-prod-panel__dots i:nth-child(1) { background: #ef4444; }
.hm-page--product .hm-prod-panel__dots i:nth-child(2) { background: #eab308; }
.hm-page--product .hm-prod-panel__dots i:nth-child(3) { background: #22c55e; }

.hm-page--product .hm-prod-panel__chrome > .hm-prod-panel__label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #525252;
}

.hm-page--product .hm-prod-panel__body {
  padding: 1.25rem 1.15rem 1.35rem;
}

.hm-page--product .hm-prod-panel__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  line-height: 1.4;
}

.hm-page--product .hm-prod-panel__row span {
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #737373;
}

.hm-page--product .hm-prod-panel__row strong {
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fafafa;
  font-variant-numeric: tabular-nums;
}

.hm-page--product .hm-prod-panel__row strong.is-warn {
  color: #fbbf24;
}

.hm-page--product .hm-prod-panel__bars {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.1rem;
}

.hm-page--product .hm-prod-panel__bar {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.35rem 0.65rem;
  align-items: center;
}

.hm-page--product .hm-prod-panel__bar em {
  grid-column: 1;
  grid-row: 1;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #737373;
}

.hm-page--product .hm-prod-panel__bar span {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.hm-page--product .hm-prod-panel__bar span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--hm-prod-bar, 0%);
  border-radius: inherit;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  transition: width 1s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ─── Plans ─── */
.hm-page--product .hm-prod-plans {
  padding-top: var(--hm-prod-section);
  padding-bottom: var(--hm-prod-section);
}

.hm-page--product .hm-prod-plans__head {
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.hm-page--product .hm-prod-plans__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  max-width: 1080px;
  margin: 0 auto;
}

.hm-page--product .hm-prod-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  min-height: 248px;
  padding: 1.75rem 1.5rem !important;
}

.hm-page--product .hm-prod-plan--featured {
  border-color: rgba(59, 130, 246, 0.32) !important;
  box-shadow: 0 20px 56px rgba(59, 130, 246, 0.09) !important;
}

.hm-page--product .hm-prod-plan__accent {
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
  border-radius: 0 0 4px 4px;
}

.hm-page--product .hm-prod-plan__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: #eff6ff;
}

.hm-page--product .hm-prod-plan__tier {
  margin: 0;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--hm-muted);
}

.hm-page--product .hm-prod-plan__price {
  margin: 0.15rem 0 0.1rem;
  font-size: clamp(1.85rem, 3.5vw, 2.35rem) !important;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hm-page--product .hm-prod-plan .hm-tile-desc {
  flex: 1;
  font-size: 0.84rem;
  line-height: var(--hm-prod-body);
  letter-spacing: 0.01em;
  margin-bottom: 0.35rem;
}

/* ─── Finale ─── */
.hm-page--product .hm-prod-finale {
  padding-top: 0;
  padding-bottom: var(--hm-prod-section);
}

.hm-page--product .hm-prod-finale__cta {
  margin: 0;
}

.hm-page--product .hm-prod-finale .hm-report-cta__layout {
  padding: clamp(1.65rem, 3.5vw, 2.1rem) clamp(1.5rem, 3vw, 2rem);
  gap: clamp(1rem, 2.5vw, 1.5rem) clamp(1.25rem, 3vw, 2.25rem);
}

.hm-page--product .hm-prod-finale .hm-report-cta__title {
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.hm-page--product .hm-prod-finale .hm-report-cta__line {
  line-height: 1.65;
  letter-spacing: 0.01em;
  max-width: 40ch;
}

/* ─── Section heads (global product tweaks) ─── */
.hm-page--product .hm-block-head__title {
  line-height: 0.98;
  letter-spacing: var(--hm-prod-tight);
}

.hm-page--product .hm-block-head__sub {
  line-height: var(--hm-prod-lead);
  letter-spacing: 0.01em;
}

/* Stagger module reveals */
.hm-page--product .hm-prod-flow__grid [data-hm-reveal]:nth-child(2) { transition-delay: 0.08s; }
.hm-page--product .hm-prod-flow__grid [data-hm-reveal]:nth-child(3) { transition-delay: 0.16s; }

/* ─── Responsive ─── */
@media (max-width: 960px) {
  .hm-page--product .hm-prod-hero__shell {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .hm-page--product .hm-prod-console-wrap {
    max-width: 440px;
    margin: 0 auto;
    width: 100%;
  }

  .hm-page--product .hm-prod-stats__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hm-page--product .hm-prod-flow__rail {
    display: none;
  }

  .hm-page--product .hm-prod-flow__grid {
    grid-template-columns: 1fr;
  }

  .hm-page--product .hm-prod-plans__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hm-page--product .hm-prod-dash__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hm-page--product .hm-prod-dash__title {
    font-size: clamp(1.85rem, 6vw, 2.5rem);
  }
}

@media (max-width: 520px) {
  .hm-page--product .hm-prod-plans__grid {
    grid-template-columns: 1fr;
  }

  .hm-page--product .hm-prod-stats__inner {
    grid-template-columns: 1fr;
  }

  .hm-page--product .hm-prod-stats__inner .hm-stat-pill {
    border-right: none !important;
    border-bottom: 1px solid var(--hm-line);
    padding: 1.5rem 1rem;
  }

  .hm-page--product .hm-prod-stats__inner .hm-stat-pill:last-child {
    border-bottom: none;
  }

  .hm-page--product .hm-prod-hero__title {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hm-page--product .hm-prod-btn:hover {
    transform: none;
  }

  .hm-page--product .hm-prod-checks__inner [data-hm-reveal],
  .hm-page--product .hm-prod-flow__grid [data-hm-reveal] {
    transition-delay: 0s !important;
  }
}
