/* Palesya product-led homepage. Scoped so download and legal pages stay untouched. */
.product-homepage {
  --ph-ink: #0b211a;
  --ph-forest: #08251c;
  --ph-forest-2: #10362a;
  --ph-green: #087a55;
  --ph-green-bright: #19a977;
  --ph-lime: #b7ef7b;
  --ph-cyan: #72d8d2;
  --ph-paper: #f4f1e9;
  --ph-paper-2: #ebe8df;
  --ph-white: #fffef9;
  --ph-line: rgba(11, 33, 26, 0.14);
  --ph-line-dark: rgba(255, 255, 255, 0.15);
  --ph-shadow: 0 28px 80px rgba(8, 37, 28, 0.16);
  --ph-shadow-strong: 0 36px 120px rgba(2, 15, 11, 0.34);
  overflow-x: clip;
  background: var(--ph-paper);
}

.product-homepage main {
  overflow: clip;
}

.product-homepage .shell {
  width: min(1240px, calc(100% - 48px));
}

.product-homepage h1,
.product-homepage h2,
.product-homepage h3 {
  color: var(--ph-ink);
  font-weight: 790;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.product-homepage h1 em,
.product-homepage h2 em {
  color: var(--ph-green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.product-homepage .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--ph-green);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.product-homepage .eyebrow > span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.product-homepage .eyebrow.light {
  color: var(--ph-lime);
}

.product-homepage .product-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 12px 0;
  border: 0;
  background: linear-gradient(180deg, rgba(244, 241, 233, .98) 0%, rgba(244, 241, 233, .86) 64%, rgba(244, 241, 233, 0) 100%);
  transition: padding 200ms ease;
}

.product-homepage .product-nav .nav-inner {
  min-height: 72px;
  margin-block: 0;
  padding: 8px 9px 8px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 19px;
  background:
    radial-gradient(circle at 8% 0%, rgba(183, 239, 123, .08), transparent 30%),
    rgba(5, 29, 21, .97);
  box-shadow: 0 16px 44px rgba(6, 30, 22, .17), inset 0 1px 0 rgba(255, 255, 255, .06);
  backdrop-filter: blur(20px) saturate(135%);
  transition: min-height 200ms ease, box-shadow 200ms ease;
}

.product-homepage .support-hours-strip {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 18px;
  min-height: 38px;
  margin-top: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(8, 37, 28, .11);
  border-radius: 12px;
  background: var(--ph-lime);
  box-shadow: 0 10px 24px rgba(8, 37, 28, .12);
  color: #08251c;
}

.product-homepage .support-hours-title,
.product-homepage .support-hours-schedule,
.product-homepage .support-hours-strip > a {
  display: inline-flex;
  align-items: center;
}

.product-homepage .support-hours-title {
  gap: 7px;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-homepage .support-hours-title svg {
  width: 15px;
  height: 15px;
}

.product-homepage .support-hours-schedule {
  gap: 7px;
  padding-left: 18px;
  border-left: 1px solid rgba(8, 37, 28, .18);
  font-size: 11px;
}

.product-homepage .support-hours-schedule b {
  padding: 3px 7px;
  border-radius: 6px;
  background: #08251c;
  color: #fff;
  font-size: 10px;
  letter-spacing: .04em;
}

.product-homepage .support-hours-promise {
  color: rgba(8, 37, 28, .72);
  font-size: 10px;
  font-weight: 690;
}

.product-homepage .support-hours-strip > a {
  gap: 6px;
  color: #08251c;
  font-size: 10px;
  font-weight: 820;
  text-decoration: none;
}

.product-homepage .support-hours-strip > a svg {
  width: 13px;
  transition: transform 160ms ease;
}

.product-homepage .support-hours-strip > a:hover svg,
.product-homepage .support-hours-strip > a:focus-visible svg {
  transform: translate(2px, -2px);
}

.product-homepage .product-nav.is-scrolled {
  padding-top: 7px;
}

.product-homepage .product-nav.is-scrolled .nav-inner {
  min-height: 66px;
  box-shadow: 0 18px 48px rgba(6, 30, 22, .24), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.product-homepage .product-nav .brand-lockup {
  gap: 11px;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: -.045em;
}

.product-homepage .product-nav .brand-mark,
.product-homepage .product-footer .brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(183, 239, 123, .22);
  border-radius: 14px;
  background: #f5f3eb;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .2), inset 0 1px 0 rgba(255, 255, 255, .75);
}

.product-homepage .product-nav .brand-lockup img,
.product-homepage .product-footer .brand-lockup img {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}

.product-homepage .brand-name {
  display: grid;
  line-height: 1;
}

.product-homepage .product-nav .brand-name small {
  margin-top: 5px;
  color: #9ab1a8;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .14em;
}

.product-homepage .product-nav .product-main-nav {
  gap: 2px;
  margin-left: auto;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 13px;
  background: rgba(255, 255, 255, .035);
}

.product-homepage .product-nav .product-main-nav a {
  position: relative;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 9px;
  color: #bdcbc5;
  font-size: 11px;
  font-weight: 740;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.product-homepage .product-nav .product-main-nav a::after {
  position: absolute;
  right: auto;
  bottom: 4px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ph-lime);
  content: "";
  opacity: 0;
  transform: translateX(-50%) translateY(3px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.product-homepage .product-nav .product-main-nav a:hover,
.product-homepage .product-nav .product-main-nav a:focus-visible,
.product-homepage .product-nav .product-main-nav a.is-active {
  background: rgba(255, 255, 255, .065);
  color: #fff;
}

.product-homepage .product-nav .product-main-nav a:hover::after,
.product-homepage .product-nav .product-main-nav a:focus-visible::after,
.product-homepage .product-nav .product-main-nav a.is-active::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.product-homepage .product-nav .nav-cta {
  gap: 7px;
}

.product-homepage .product-nav .text-link {
  gap: 7px;
  min-height: 42px;
  padding: 0 11px;
  color: #aebfb7;
  font-size: 10px;
  font-weight: 760;
  text-decoration: none;
}

.product-homepage .product-nav .text-link svg {
  width: 15px;
}

.product-homepage .product-nav .nav-download.is-active {
  border-radius: 9px;
  background: rgba(255, 255, 255, .065);
  color: #fff;
}

.product-homepage .product-nav .nav-primary-cta {
  gap: 8px;
  min-height: 48px;
  padding-inline: 15px;
  border-color: var(--ph-lime);
  background: var(--ph-lime);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
  color: #08251c;
}

.product-homepage .product-nav .nav-primary-cta:hover {
  background: #caf59b;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.product-homepage .product-nav .nav-primary-cta svg {
  width: 14px;
}

.product-homepage .cta-status {
  width: 7px;
  height: 7px;
  border: 2px solid rgba(8, 37, 28, .2);
  border-radius: 50%;
  background: var(--ph-green);
  box-shadow: 0 0 0 4px rgba(8, 122, 85, .12);
}

.product-homepage .nav-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  min-height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
}

.product-homepage .nav-menu-toggle svg {
  width: 20px;
}

.product-homepage .nav-menu-toggle .menu-close-icon,
.product-homepage .nav-menu-toggle[aria-expanded="true"] .menu-open-icon {
  display: none;
}

.product-homepage .nav-menu-toggle[aria-expanded="true"] .menu-close-icon {
  display: block;
}

.product-homepage .product-mobile-menu {
  margin-top: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 18px;
  background: rgba(5, 29, 21, .985);
  box-shadow: 0 24px 60px rgba(6, 30, 22, .28);
}

.product-homepage .product-mobile-menu[hidden] {
  display: none !important;
}

.product-homepage .product-mobile-menu nav {
  display: grid;
  margin: 0;
}

.product-homepage .product-mobile-menu nav a {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  color: #eef5f1;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.product-homepage .product-mobile-menu nav a > span {
  color: var(--ph-lime);
  font-size: 8px;
  letter-spacing: .1em;
}

.product-homepage .product-mobile-menu nav a svg {
  width: 16px;
  color: #7f978d;
}

.product-homepage .mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 8px;
  padding-top: 16px;
}

.product-homepage .mobile-menu-actions > a:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  color: #d8e3de;
  font-size: 11px;
  font-weight: 760;
  text-decoration: none;
}

.product-homepage .mobile-menu-actions svg {
  width: 15px;
}

.product-homepage .button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--ph-green);
  border-radius: 10px;
  background: var(--ph-green);
  box-shadow: 0 10px 24px rgba(8, 122, 85, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-homepage .button:hover {
  transform: translateY(-2px);
  background: #066d4b;
  box-shadow: 0 16px 34px rgba(8, 122, 85, 0.25);
}

.product-homepage .button.small {
  min-height: 42px;
  padding: 0 17px;
  font-size: 12px;
}

.product-homepage .lime-button {
  border-color: var(--ph-lime);
  background: var(--ph-lime);
  box-shadow: 0 14px 34px rgba(183, 239, 123, 0.14);
  color: #08251c;
}

.product-homepage .lime-button:hover {
  background: #c7f49b;
}

/* Hero */
.product-homepage .product-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 92px 0 0;
  background:
    radial-gradient(circle at 72% 32%, rgba(8, 122, 85, 0.13), transparent 32%),
    linear-gradient(180deg, #f8f6f0 0%, var(--ph-paper) 100%);
}

.product-homepage .hero-signal {
  position: absolute;
  top: 0;
  right: -180px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(8, 122, 85, 0.12);
  border-radius: 50%;
  pointer-events: none;
}

.product-homepage .hero-signal::before,
.product-homepage .hero-signal::after {
  position: absolute;
  border: 1px solid rgba(8, 122, 85, 0.1);
  border-radius: 50%;
  content: "";
}

.product-homepage .hero-signal::before { inset: 72px; }
.product-homepage .hero-signal::after { inset: 154px; }

.product-homepage .product-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(600px, 1.22fr);
  align-items: center;
  gap: 46px;
  padding-bottom: 74px;
}

.product-homepage .product-hero-copy {
  position: relative;
  z-index: 2;
}

.product-homepage .product-hero h1 {
  max-width: 630px;
  margin-bottom: 30px;
  font-size: clamp(58px, 6.2vw, 90px);
}

.product-homepage .product-hero h1 em {
  display: block;
}

.product-homepage .product-hero .hero-lead {
  max-width: 610px;
  margin-bottom: 28px;
  color: #4e625a;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.58;
}

.product-homepage .product-hero .actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 34px;
}

.product-homepage .text-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
  color: var(--ph-ink);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

.product-homepage .text-action svg {
  width: 18px;
  transition: transform 180ms ease;
}

.product-homepage .text-action:hover svg {
  transform: translate(3px, 3px);
}

.product-homepage .hero-assurances {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-homepage .hero-assurances li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #5b6e67;
  font-size: 12px;
}

.product-homepage .hero-assurances li > svg {
  width: 18px;
  color: var(--ph-green);
}

.product-homepage .hero-assurances span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-homepage .hero-assurances strong {
  color: var(--ph-ink);
}

.product-homepage .product-console-wrap {
  position: relative;
  z-index: 2;
  perspective: 1400px;
}

.product-homepage .product-console {
  display: grid;
  min-height: 610px;
  grid-template-columns: 66px 1fr;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: #eef1ec;
  box-shadow: var(--ph-shadow), 0 0 0 10px rgba(255, 255, 255, 0.48);
  transform: rotateY(-4deg) rotateX(2deg);
  transform-origin: left center;
}

.product-homepage .console-rail {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 11px;
  background: var(--ph-forest);
  color: rgba(255, 255, 255, 0.52);
  flex-direction: column;
}

.product-homepage .console-rail > img {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  object-fit: contain;
}

.product-homepage .console-rail > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
}

.product-homepage .console-rail > span.is-active {
  background: var(--ph-lime);
  color: var(--ph-forest);
}

.product-homepage .console-rail svg { width: 19px; }

.product-homepage .console-main {
  padding: 24px;
  background:
    linear-gradient(rgba(8, 37, 28, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 37, 28, 0.028) 1px, transparent 1px),
    #f4f5f1;
  background-size: 24px 24px;
}

.product-homepage .console-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.product-homepage .console-topbar div { display: grid; gap: 2px; }
.product-homepage .console-topbar small { color: #71817b; font-size: 9px; font-weight: 850; letter-spacing: 0.13em; }
.product-homepage .console-topbar strong { font-size: 21px; letter-spacing: -0.04em; }
.product-homepage .console-topbar > span { display: inline-flex; align-items: center; gap: 8px; color: var(--ph-green); font-size: 10px; font-weight: 800; }
.product-homepage .console-topbar > span i { width: 7px; height: 7px; border-radius: 50%; background: #25b879; box-shadow: 0 0 0 5px rgba(37, 184, 121, 0.1); }

.product-homepage .console-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.product-homepage .console-metrics article {
  display: grid;
  min-height: 108px;
  align-content: center;
  gap: 4px;
  padding: 16px;
  border: 1px solid #dfe5df;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 10px 24px rgba(11, 33, 26, 0.055);
}

.product-homepage .console-metrics small { color: #75847f; font-size: 8px; font-weight: 850; letter-spacing: 0.1em; }
.product-homepage .console-metrics b { color: var(--ph-ink); font-size: 26px; letter-spacing: -0.05em; }
.product-homepage .console-metrics span { display: inline-flex; align-items: center; gap: 4px; color: var(--ph-green); font-size: 9px; font-weight: 720; }
.product-homepage .console-metrics svg { width: 12px; }

.product-homepage .console-workspace {
  display: grid;
  grid-template-columns: 1.32fr 0.68fr;
  gap: 12px;
}

.product-homepage .console-planning,
.product-homepage .console-checkin {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe5df;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(11, 33, 26, 0.055);
}

.product-homepage .console-planning > header,
.product-homepage .console-checkin > header {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #edf0ed;
}

.product-homepage .console-planning header div { display: grid; }
.product-homepage .console-planning header small,
.product-homepage .console-planning header > span { color: #82908b; font-size: 8px; font-weight: 830; letter-spacing: 0.08em; }
.product-homepage .console-planning header strong { font-size: 14px; }
.product-homepage .console-timeline { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 0 8px; padding: 8px 14px 14px; }
.product-homepage .console-timeline time { color: #89958f; font-size: 9px; font-weight: 760; }
.product-homepage .console-timeline article { display: flex; min-height: 62px; align-items: center; gap: 9px; border-bottom: 1px solid #edf0ed; }
.product-homepage .console-timeline article > i { width: 3px; height: 34px; border-radius: 8px; background: var(--ph-green); }
.product-homepage .console-timeline article > span { display: grid; }
.product-homepage .console-timeline article b { font-size: 11px; }
.product-homepage .console-timeline article small { color: #81908a; font-size: 8px; }
.product-homepage .console-timeline article em { margin-left: auto; color: #50645c; font-size: 8px; font-style: normal; font-weight: 720; }

.product-homepage .console-checkin > header { justify-content: flex-start; gap: 9px; color: #4d6058; font-size: 8px; font-weight: 850; letter-spacing: 0.11em; }
.product-homepage .console-checkin > header i { width: 7px; height: 7px; border-radius: 50%; background: #27bd7e; box-shadow: 0 0 0 5px rgba(39, 189, 126, 0.12); }
.product-homepage .checkin-person { display: flex; align-items: center; gap: 10px; padding: 18px 16px 14px; }
.product-homepage .checkin-person > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #e0eee6; color: var(--ph-green); font-size: 11px; font-weight: 850; }
.product-homepage .checkin-person div { display: grid; min-width: 0; }
.product-homepage .checkin-person strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.product-homepage .checkin-person small { color: #16a46f; font-size: 8px; font-weight: 760; }
.product-homepage .console-checkin ul { display: grid; gap: 7px; margin: 0; padding: 0 16px 18px; list-style: none; }
.product-homepage .console-checkin li { display: flex; align-items: center; gap: 6px; color: #53655e; font-size: 8px; }
.product-homepage .console-checkin li svg { width: 11px; color: var(--ph-green); }
.product-homepage .console-checkin footer { display: flex; justify-content: space-between; padding: 12px 16px; background: var(--ph-forest); color: #fff; font-size: 8px; }

.product-homepage .console-proof {
  position: absolute;
  z-index: 5;
  top: -24px;
  right: 38px;
  display: grid;
  min-width: 182px;
  grid-template-columns: 10px 1fr;
  gap: 0 9px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 18px 40px rgba(8, 37, 28, 0.17);
  backdrop-filter: blur(16px);
}

.product-homepage .console-proof i { grid-row: 1 / 3; align-self: center; width: 8px; height: 8px; border-radius: 50%; background: #20b879; box-shadow: 0 0 0 6px rgba(32, 184, 121, 0.12); }
.product-homepage .console-proof span { color: #74847d; font-size: 7px; font-weight: 850; letter-spacing: 0.12em; }
.product-homepage .console-proof strong { font-size: 11px; }

.product-homepage .console-caption {
  position: absolute;
  right: -10px;
  bottom: -26px;
  display: inline-flex;
  max-width: 310px;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  border-radius: 11px;
  background: var(--ph-lime);
  box-shadow: 0 16px 36px rgba(8, 37, 28, 0.2);
  color: var(--ph-forest);
  font-size: 10px;
  font-weight: 800;
}
.product-homepage .console-caption svg { width: 17px; }

.product-homepage .outcome-bar {
  border-top: 1px solid var(--ph-line);
  border-bottom: 1px solid var(--ph-line);
  background: rgba(255, 255, 255, 0.58);
}
.product-homepage .outcome-bar .shell { display: flex; min-height: 84px; align-items: center; gap: 16px; }
.product-homepage .outcome-bar span { color: #6b7b75; font-family: Georgia, serif; font-size: 17px; font-style: italic; }
.product-homepage .outcome-bar b { font-size: 14px; }
.product-homepage .outcome-bar a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-left: auto; color: var(--ph-green); font-size: 12px; font-weight: 820; text-decoration: none; }
.product-homepage .outcome-bar svg { width: 16px; }

/* Shared section rhythm */
.product-homepage main > .section {
  position: relative;
  padding: 130px 0;
}

.product-homepage main > .section::before {
  position: absolute;
  top: 36px;
  left: max(24px, calc((100vw - 1240px) / 2));
  color: rgba(8, 37, 28, 0.22);
  content: attr(data-section-index);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

/* Product explorer */
.product-homepage .product-tour {
  background: var(--ph-white);
}

.product-homepage .product-tour-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.6fr);
  align-items: end;
  gap: 100px;
  margin-bottom: 62px;
}

.product-homepage .product-tour-heading h2,
.product-homepage .engine-intro h2,
.product-homepage .local-first-copy h2,
.product-homepage .verification-copy h2,
.product-homepage .faq-title h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(46px, 5vw, 74px);
}

.product-homepage .product-tour-heading > p,
.product-homepage .engine-intro > p:last-child,
.product-homepage .faq-title > p {
  margin-bottom: 4px;
  color: #5f716a;
  font-size: 17px;
}

.product-homepage .product-explorer {
  overflow: hidden;
  border: 1px solid #dfe4df;
  border-radius: 22px;
  background: #f4f5f1;
  box-shadow: var(--ph-shadow);
}

.product-homepage .product-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-bottom: 1px solid #dfe4df;
  background: #ecefe9;
}

.product-homepage .product-tabs button {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px;
  border: 0;
  border-right: 1px solid #dfe4df;
  background: transparent;
  color: #5d6f68;
  font-size: 12px;
  font-weight: 810;
  transition: background 160ms ease, color 160ms ease;
}

.product-homepage .product-tabs button:last-child { border-right: 0; }
.product-homepage .product-tabs button svg { width: 18px; }
.product-homepage .product-tabs button[aria-selected="true"] { background: var(--ph-forest); color: #fff; }
.product-homepage .product-tabs button:hover:not([aria-selected="true"]) { background: #fff; color: var(--ph-green); }

.product-homepage .product-panels {
  min-height: 570px;
}

.product-homepage .product-panel {
  display: grid;
  min-height: 570px;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 78px;
  padding: 62px;
}

.product-homepage .product-panel[hidden] { display: none; }
.product-homepage .panel-copy { position: relative; z-index: 2; }
.product-homepage .panel-number { display: block; margin-bottom: 38px; color: rgba(8, 122, 85, 0.22); font-size: 72px; font-weight: 840; letter-spacing: -0.08em; line-height: 0.7; }
.product-homepage .panel-kicker { margin-bottom: 12px; color: var(--ph-green); font-size: 10px; font-weight: 850; letter-spacing: 0.14em; }
.product-homepage .panel-copy h3 { margin-bottom: 20px; font-size: clamp(36px, 3.5vw, 54px); }
.product-homepage .panel-copy > p:not(.panel-kicker) { color: #60716b; font-size: 16px; }
.product-homepage .panel-copy ul { display: grid; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; }
.product-homepage .panel-copy li { display: flex; align-items: center; gap: 10px; color: #40544c; font-size: 13px; font-weight: 680; }
.product-homepage .panel-copy li svg { width: 16px; color: var(--ph-green); }

.product-homepage .panel-ui {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(8, 37, 28, 0.18), 0 0 0 9px rgba(255, 255, 255, 0.45);
}

.product-homepage .panel-ui::before {
  display: block;
  height: 34px;
  border-bottom: 1px solid #e8ece8;
  background: #f8f9f7;
  content: "";
}

.product-homepage .panel-ui::after {
  position: absolute;
  top: 14px;
  left: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd3ce;
  box-shadow: 12px 0 #cbd3ce, 24px 0 #cbd3ce;
  content: "";
}

.product-homepage .dashboard-ui { padding: 0 26px 26px; background: #f7f8f5; }
.product-homepage .dashboard-ui > header { display: flex; align-items: center; justify-content: space-between; padding: 25px 0 20px; }
.product-homepage .dashboard-ui > header span { color: #71807a; font-size: 9px; font-weight: 820; letter-spacing: 0.1em; }
.product-homepage .dashboard-ui > header b { color: #21a875; font-size: 10px; }
.product-homepage .mini-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.product-homepage .mini-kpis article { display: grid; gap: 5px; padding: 18px; border: 1px solid #e3e8e3; border-radius: 12px; background: #fff; }
.product-homepage .mini-kpis small { color: #82908a; font-size: 8px; font-weight: 820; }
.product-homepage .mini-kpis b { font-size: 27px; }
.product-homepage .mini-kpis em { color: var(--ph-green); font-size: 9px; font-style: normal; }
.product-homepage .mini-chart { display: flex; height: 174px; align-items: end; gap: 14px; margin-top: 28px; padding: 24px 24px 0; border: 1px solid #e3e8e3; border-radius: 12px; background: #fff; }
.product-homepage .mini-chart span { flex: 1; height: var(--h); border-radius: 4px 4px 0 0; background: linear-gradient(180deg, var(--ph-green-bright), #d9eee4); }

.product-homepage .member-ui { padding: 0 28px 28px; }
.product-homepage .member-ui > header { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 16px; padding: 32px 0 28px; border-bottom: 1px solid #edf0ed; }
.product-homepage .member-photo { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: #dcece3; color: var(--ph-green); font-size: 17px; font-weight: 850; }
.product-homepage .member-ui header div { display: grid; }
.product-homepage .member-ui header small { color: var(--ph-green); font-size: 8px; font-weight: 830; letter-spacing: 0.11em; }
.product-homepage .member-ui header strong { font-size: 22px; }
.product-homepage .member-ui header p { margin: 3px 0 0; color: #71817b; font-size: 10px; }
.product-homepage .member-ui header > b { padding: 8px 10px; border-radius: 6px; background: #e2f4e9; color: #15885f; font-size: 8px; letter-spacing: 0.08em; }
.product-homepage .member-ui dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 24px 0; }
.product-homepage .member-ui dl div { display: grid; gap: 3px; padding: 15px; border-radius: 10px; background: #f5f7f4; }
.product-homepage .member-ui dt { color: #83918b; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.product-homepage .member-ui dd { margin: 0; font-size: 12px; font-weight: 780; }
.product-homepage .member-ui footer { display: flex; align-items: center; gap: 12px; padding: 18px; border-radius: 11px; background: var(--ph-forest); color: #fff; }
.product-homepage .member-ui footer svg { color: var(--ph-lime); }
.product-homepage .member-ui footer span { display: grid; font-size: 11px; font-weight: 740; }
.product-homepage .member-ui footer small { color: var(--ph-lime); font-size: 7px; letter-spacing: 0.1em; }

.product-homepage .payment-ui { padding: 0 28px 28px; }
.product-homepage .payment-ui > header { display: flex; align-items: center; justify-content: space-between; padding: 27px 0 22px; border-bottom: 1px solid #edf0ed; }
.product-homepage .payment-ui header div { display: grid; }
.product-homepage .payment-ui header small { color: #7f8f88; font-size: 8px; letter-spacing: 0.1em; }
.product-homepage .payment-ui header strong { font-size: 18px; }
.product-homepage .payment-ui header > span { padding: 7px 9px; border-radius: 6px; background: #e5f3eb; color: var(--ph-green); font-size: 8px; font-weight: 800; }
.product-homepage .payment-lines { padding: 18px 0; }
.product-homepage .payment-lines p { display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 17px 2px; border-bottom: 1px solid #edf0ed; color: #53655e; font-size: 12px; }
.product-homepage .payment-lines p:nth-child(2) b { color: var(--ph-green); }
.product-homepage .payment-lines p:last-child { margin-top: 8px; border: 0; border-radius: 9px; background: #f6eee1; padding-inline: 13px; }
.product-homepage .payment-ui footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.product-homepage .payment-ui footer span { display: flex; align-items: center; gap: 8px; color: #5e7169; font-size: 9px; }
.product-homepage .payment-ui footer svg { width: 15px; }
.product-homepage .payment-ui footer b { padding: 11px 14px; border-radius: 8px; background: var(--ph-green); color: #fff; font-size: 10px; }

.product-homepage .planning-ui { padding: 0 22px 24px; background: #f6f8f5; }
.product-homepage .planning-ui > header { display: flex; align-items: center; justify-content: space-between; padding: 22px 2px 18px; }
.product-homepage .planning-ui header div { display: grid; }
.product-homepage .planning-ui header small { color: #75867f; font-size: 8px; letter-spacing: 0.1em; }
.product-homepage .planning-ui header strong { font-size: 18px; }
.product-homepage .planning-ui header > span { color: var(--ph-green); font-size: 9px; font-weight: 800; }
.product-homepage .lane-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.product-homepage .lane-grid article { display: grid; min-height: 108px; align-content: space-between; padding: 14px; border: 1px solid #dfe6df; border-left: 3px solid var(--ph-green); border-radius: 10px; background: #fff; }
.product-homepage .lane-grid b { color: #65766f; font-size: 8px; letter-spacing: 0.08em; }
.product-homepage .lane-grid span { font-size: 21px; font-weight: 820; }
.product-homepage .lane-grid small { color: #71817b; font-size: 9px; }

.product-homepage .access-ui { background: var(--ph-forest); color: #fff; }
.product-homepage .access-ui::before { border-color: rgba(255,255,255,.1); background: #14352a; }
.product-homepage .access-ui::after { background: #537066; box-shadow: 12px 0 #537066, 24px 0 #537066; }
.product-homepage .access-ui > header { display: flex; align-items: center; gap: 9px; padding: 25px 28px 18px; color: #b9ccc4; font-size: 9px; font-weight: 820; letter-spacing: .1em; }
.product-homepage .access-ui > header > i { width: 8px; height: 8px; border-radius: 50%; background: #2dd28f; box-shadow: 0 0 0 6px rgba(45,210,143,.1); }
.product-homepage .access-ui > header time { margin-left: auto; color: #7e9c91; font-size: 9px; }
.product-homepage .access-ui > div { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 18px; margin: 12px 28px 24px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.055); }
.product-homepage .access-avatar { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: var(--ph-lime); color: var(--ph-forest); font-size: 17px; font-weight: 850; }
.product-homepage .access-ui div p { display: grid; gap: 3px; margin: 0; }
.product-homepage .access-ui div small { color: var(--ph-lime); font-size: 8px; font-weight: 800; letter-spacing: .09em; }
.product-homepage .access-ui div strong { color: #fff; font-size: 21px; }
.product-homepage .access-ui div em { color: #b6c7c0; font-size: 9px; font-style: normal; }
.product-homepage .access-ui div > b { display: grid; justify-items: center; gap: 5px; color: var(--ph-lime); font-size: 8px; letter-spacing: .08em; }
.product-homepage .access-ui div > b svg { width: 30px; }
.product-homepage .access-ui footer { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 28px; border-top: 1px solid rgba(255,255,255,.1); }
.product-homepage .access-ui footer span { padding: 17px 10px; color: #aac0b7; font-size: 8px; text-align: center; }

.product-homepage .control-ui { padding: 0 28px 25px; }
.product-homepage .control-ui > header { display: flex; align-items: center; justify-content: space-between; padding: 26px 0 18px; }
.product-homepage .control-ui header div { display: grid; }
.product-homepage .control-ui header small { color: #7d8e87; font-size: 8px; letter-spacing: .1em; }
.product-homepage .control-ui header strong { font-size: 19px; }
.product-homepage .control-ui header > b { color: var(--ph-green); font-size: 25px; }
.product-homepage .comparison-bars { display: grid; gap: 18px; padding: 18px 0 28px; }
.product-homepage .comparison-bars p { display: grid; grid-template-columns: 110px 1fr 38px; align-items: center; gap: 10px; margin: 0; color: #5b6d66; font-size: 9px; }
.product-homepage .comparison-bars p > i { height: 9px; overflow: hidden; border-radius: 20px; background: #e8eee9; }
.product-homepage .comparison-bars p em { display: block; width: var(--w); height: 100%; border-radius: inherit; background: var(--ph-green); }
.product-homepage .comparison-bars p b { color: var(--ph-ink); text-align: right; }
.product-homepage .control-ui footer { display: flex; align-items: center; gap: 10px; padding: 17px; border-radius: 10px; background: #eef5f0; color: #486158; font-size: 9px; font-weight: 730; }
.product-homepage .control-ui footer svg { width: 17px; color: var(--ph-green); }

/* Value equation */
.product-homepage .continuity-value {
  overflow: hidden;
  background: var(--ph-forest);
  color: #fff;
}
.product-homepage .continuity-value::after { position: absolute; top: -220px; right: -160px; width: 580px; height: 580px; border: 1px solid rgba(183,239,123,.12); border-radius: 50%; content: ""; box-shadow: 0 0 0 90px rgba(183,239,123,.025), 0 0 0 180px rgba(183,239,123,.015); }
.product-homepage .continuity-value-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.product-homepage .continuity-value-copy h2 { margin-bottom: 28px; color: #fff; font-size: clamp(46px, 5.1vw, 74px); }
.product-homepage .continuity-value-copy h2 em { color: var(--ph-lime); }
.product-homepage .continuity-value-copy > p { color: #b7c8c1; font-size: 17px; }
.product-homepage .continuity-value-copy .continuity-thesis { margin-top: 28px; padding-left: 22px; border-left: 2px solid var(--ph-lime); color: #fff; font-weight: 720; }
.product-homepage .value-equation { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.04); backdrop-filter: blur(12px); }
.product-homepage .value-equation article { position: relative; display: grid; min-height: 250px; align-content: end; padding: 28px; border-right: 1px solid rgba(255,255,255,.11); border-bottom: 1px solid rgba(255,255,255,.11); }
.product-homepage .value-equation article:nth-child(2n) { border-right: 0; }
.product-homepage .value-equation article:nth-last-child(-n+2) { border-bottom: 0; }
.product-homepage .value-equation article > span { position: absolute; top: 18px; right: 20px; color: rgba(255,255,255,.2); font-size: 12px; font-weight: 800; }
.product-homepage .value-equation svg { width: 32px; height: 32px; margin-bottom: 30px; color: var(--ph-lime); }
.product-homepage .value-equation small { margin-bottom: 8px; color: #8dac9f; font-size: 8px; font-weight: 840; letter-spacing: .13em; }
.product-homepage .value-equation strong { color: #fff; font-size: 17px; line-height: 1.25; }
.product-homepage .value-equation p { margin: 6px 0 0; color: #91a89f; font-size: 11px; }
.product-homepage .continuity-ticker { position: relative; z-index: 2; overflow: hidden; margin-top: 90px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.product-homepage .continuity-ticker > div { display: flex; width: max-content; align-items: center; gap: 26px; padding: 18px 0; animation: productTicker 28s linear infinite; }
.product-homepage .continuity-ticker span { color: #d8e3df; font-size: 11px; font-weight: 780; letter-spacing: .1em; text-transform: uppercase; }
.product-homepage .continuity-ticker i { width: 4px; height: 4px; border-radius: 50%; background: var(--ph-lime); }

/* Engine */
.product-homepage .continuity-engine { background: #e9e7df; }
.product-homepage .engine-intro { display: grid; grid-template-columns: 1fr minmax(330px, .52fr); align-items: end; gap: 90px; margin-bottom: 54px; }
.product-homepage .engine-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -50px; }
.product-homepage .engine-cinema { position: relative; min-height: 690px; overflow: hidden; border-radius: 24px; background: var(--ph-forest); box-shadow: var(--ph-shadow-strong); }
.product-homepage .engine-cinema > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-homepage .engine-cinema-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,19,14,.98) 0%, rgba(4,19,14,.87) 35%, rgba(4,19,14,.28) 72%, rgba(4,19,14,.12) 100%); }
.product-homepage .engine-cinema-content { position: relative; z-index: 2; display: grid; min-height: 690px; grid-template-columns: 340px minmax(0, 1fr); align-items: end; gap: 46px; padding: 44px; }
.product-homepage .engine-cinema ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.product-homepage .engine-cinema li button { display: grid; width: 100%; min-height: 86px; grid-template-columns: 32px 1fr; align-content: center; gap: 2px 12px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: rgba(3,17,12,.68); color: #fff; text-align: left; backdrop-filter: blur(10px); transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.product-homepage .engine-cinema li button > span { grid-row: 1 / 3; align-self: center; color: #759086; font-size: 10px; font-weight: 820; }
.product-homepage .engine-cinema li button strong { font-size: 14px; }
.product-homepage .engine-cinema li button small { color: #879d94; font-size: 9px; }
.product-homepage .engine-cinema li.is-active button { border-color: var(--ph-lime); background: rgba(8,37,28,.92); transform: translateX(8px); }
.product-homepage .engine-cinema li.is-active button > span { color: var(--ph-lime); }
.product-homepage .method-detail { max-width: 490px; padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(5,25,18,.82); backdrop-filter: blur(18px); }
.product-homepage .method-detail > small { color: var(--ph-lime); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.product-homepage .method-detail h3 { margin: 12px 0 15px; color: #fff; font-size: 38px; }
.product-homepage .method-detail > p { color: #b6c7c0; font-size: 14px; }
.product-homepage .method-detail ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-homepage .method-detail li { display: flex; align-items: center; gap: 9px; color: #e2ebe7; font-size: 11px; }
.product-homepage .method-detail svg { width: 15px; color: var(--ph-lime); }
.product-homepage .engine-disclaimer { display: flex; max-width: 920px; align-items: center; justify-content: center; gap: 12px; margin-top: 30px; color: #4f625b; font-size: 12px; text-align: center; }
.product-homepage .engine-disclaimer svg { width: 18px; color: var(--ph-green); }

/* Access system */
.product-homepage .access-system { background: var(--ph-forest); }
.product-homepage .access-system-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 90px; }
.product-homepage .access-system-copy h2 { margin-bottom: 24px; color: #fff; font-size: clamp(46px, 4.9vw, 72px); }
.product-homepage .access-system-copy h2 em { color: var(--ph-lime); }
.product-homepage .access-system-copy > p { color: #b5c7bf; font-size: 16px; }
.product-homepage .access-rules { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 32px 0; }
.product-homepage .access-rules article { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.11); border-radius: 10px; background: rgba(255,255,255,.035); }
.product-homepage .access-rules svg { width: 21px; color: var(--ph-lime); }
.product-homepage .access-rules span { display: grid; color: #91a79e; font-size: 9px; }
.product-homepage .access-rules strong { color: #fff; font-size: 12px; }
.product-homepage .access-system-visual { position: relative; min-height: 650px; overflow: hidden; margin: 0; border-radius: 20px; box-shadow: var(--ph-shadow-strong); }
.product-homepage .access-system-visual > img { width: 100%; height: 650px; object-fit: cover; }
.product-homepage .access-system-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(2,16,11,.86) 100%); content: ""; }
.product-homepage .access-system-visual figcaption { position: absolute; z-index: 2; right: 24px; bottom: 70px; left: 24px; display: grid; padding: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(7,31,23,.84); color: #fff; backdrop-filter: blur(14px); }
.product-homepage .access-system-visual figcaption span { display: flex; align-items: center; gap: 8px; color: var(--ph-lime); font-size: 8px; font-weight: 840; letter-spacing: .12em; }
.product-homepage .access-system-visual figcaption span i { width: 7px; height: 7px; border-radius: 50%; background: #2fcf8e; box-shadow: 0 0 0 5px rgba(47,207,142,.12); }
.product-homepage .access-system-visual figcaption strong { margin: 7px 0 2px; font-size: 22px; }
.product-homepage .access-system-visual figcaption small { color: #a6bbb2; }
.product-homepage .access-route { position: absolute; z-index: 2; right: 24px; bottom: 25px; left: 24px; display: flex; align-items: center; gap: 10px; color: #a9bcb4; font-size: 7px; font-weight: 820; letter-spacing: .11em; }
.product-homepage .access-route i { flex: 1; height: 1px; background: rgba(183,239,123,.42); }

/* Local-first */
.product-homepage .local-first-product { background: var(--ph-white); }
.product-homepage .local-first-product-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 110px; }
.product-homepage .local-first-copy > p:not(.eyebrow) { color: #5e7068; font-size: 17px; }
.product-homepage .offline-statement { display: flex; align-items: center; gap: 16px; margin-top: 30px; padding: 18px; border-left: 3px solid var(--ph-green); background: #eaf3ed; }
.product-homepage .offline-statement svg { flex: 0 0 27px; color: var(--ph-green); }
.product-homepage .offline-statement span { display: grid; color: #5e7068; font-size: 11px; }
.product-homepage .offline-statement strong { color: var(--ph-ink); font-size: 14px; }
.product-homepage .local-stack { position: relative; display: grid; gap: 0; }
.product-homepage .local-layer { position: relative; z-index: 1; padding: 28px; border: 1px solid #dbe2dc; border-radius: 16px; background: #f1f3ef; box-shadow: 0 16px 38px rgba(8,37,28,.08); }
.product-homepage .local-layer-primary { z-index: 2; margin-right: 54px; background: var(--ph-forest); color: #fff; box-shadow: var(--ph-shadow-strong); }
.product-homepage .local-layer header { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; }
.product-homepage .local-layer header > svg { width: 46px; height: 46px; padding: 12px; border-radius: 11px; background: #dfe9e3; color: var(--ph-green); }
.product-homepage .local-layer-primary header > svg { background: rgba(183,239,123,.12); color: var(--ph-lime); }
.product-homepage .local-layer header span { display: grid; }
.product-homepage .local-layer header small { color: #74847e; font-size: 8px; font-weight: 830; letter-spacing: .11em; }
.product-homepage .local-layer-primary header small { color: #8eaaa0; }
.product-homepage .local-layer header strong { font-size: 18px; }
.product-homepage .local-layer-primary header strong { color: #fff; }
.product-homepage .local-layer header > b { color: var(--ph-green); font-size: 8px; letter-spacing: .09em; }
.product-homepage .local-layer-primary header > b { color: var(--ph-lime); }
.product-homepage .local-layer ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-homepage .local-layer li { padding: 8px 10px; border-radius: 6px; background: #fff; color: #4b5e56; font-size: 9px; font-weight: 720; }
.product-homepage .local-layer-primary li { background: rgba(255,255,255,.08); color: #dbe6e1; }
.product-homepage .local-sync { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; min-height: 74px; margin-right: 54px; padding: 0 32px; }
.product-homepage .local-sync span { height: 1px; background: #bfd0c6; }
.product-homepage .local-sync em { color: #6a7b74; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

/* Offer */
.product-homepage #licenza.product-offer { overflow: hidden; background: var(--ph-forest); }
.product-homepage .product-offer::after { position: absolute; right: -260px; bottom: -360px; width: 760px; height: 760px; border: 1px solid rgba(183,239,123,.11); border-radius: 50%; content: ""; box-shadow: 0 0 0 100px rgba(183,239,123,.02), 0 0 0 200px rgba(183,239,123,.012); }
.product-homepage .product-offer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 100px; }
.product-homepage .product-offer-copy h2 { margin-bottom: 24px; color: #fff; font-size: clamp(46px, 5vw, 74px); }
.product-homepage .product-offer-copy h2 em { color: var(--ph-lime); }
.product-homepage .product-offer-copy > p { color: #b5c6bf; font-size: 17px; }
.product-homepage .offer-stack { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.product-homepage .offer-stack article { position: relative; padding: 26px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.045); color: #fff; }
.product-homepage .offer-stack .offer-core { grid-column: 1 / -1; padding: 32px; background: #f5f3ec; color: var(--ph-ink); box-shadow: 0 24px 70px rgba(0,0,0,.3); }
.product-homepage .offer-label { display: inline-flex; margin-bottom: 24px; padding: 6px 8px; border-radius: 5px; background: rgba(183,239,123,.12); color: var(--ph-lime); font-size: 7px; font-weight: 850; letter-spacing: .12em; }
.product-homepage .offer-core .offer-label { background: #e2f1e7; color: var(--ph-green); }
.product-homepage .offer-core header { display: flex; align-items: center; gap: 15px; }
.product-homepage .offer-core header img { width: 48px; height: 48px; object-fit: contain; }
.product-homepage .offer-core header div { display: grid; }
.product-homepage .offer-core header small { color: var(--ph-green); font-size: 8px; font-weight: 840; letter-spacing: .12em; }
.product-homepage .offer-core header strong { font-size: 24px; }
.product-homepage .offer-stack ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.product-homepage .offer-stack li { display: flex; align-items: center; gap: 8px; padding: 12px; border-radius: 8px; background: #e9ede9; color: #44584f; font-size: 9px; }
.product-homepage .offer-stack li svg { width: 14px; color: var(--ph-green); }
.product-homepage .offer-stack article:not(.offer-core) > strong { display: block; margin-bottom: 8px; color: #fff; font-size: 17px; }
.product-homepage .offer-stack article:not(.offer-core) > p { margin: 0; color: #91a89f; font-size: 11px; }

/* Verification, FAQ and form */
.product-homepage .product-verification { background: #e9e7df; }
.product-homepage .product-verification .verification-grid { align-items: center; }
.product-homepage .verification-copy > p:not(.eyebrow) { max-width: 580px; color: #5b6e66; font-size: 17px; }
.product-homepage .verification-report { box-shadow: var(--ph-shadow); }

.product-homepage .product-faq { background: var(--ph-white); }
.product-homepage .faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 100px; }
.product-homepage .faq-title { position: sticky; top: 120px; }
.product-homepage .faq-title h2 { font-size: clamp(44px, 4.5vw, 64px); }
.product-homepage .faq-title .text-action { margin-top: 18px; color: var(--ph-green); }
.product-homepage .product-faq .faq-grid { display: grid; gap: 0; }
.product-homepage .product-faq details { border: 0; border-bottom: 1px solid #dce3dd; border-radius: 0; background: transparent; box-shadow: none; }
.product-homepage .product-faq details:first-child { border-top: 1px solid #dce3dd; }
.product-homepage .product-faq details[open] { background: #f3f5f1; }
.product-homepage .product-faq summary { padding: 22px 10px; color: var(--ph-ink); font-size: 15px; font-weight: 780; }
.product-homepage .product-faq details p { padding: 0 64px 22px 10px; color: #5e7068; }

.product-homepage .product-demo {
  overflow: hidden;
  background: #061c15;
  color: #fff;
}
.product-homepage .product-demo::before { color: rgba(255,255,255,.22); }
.product-homepage .product-demo::after { position: absolute; top: -180px; right: -80px; width: 520px; height: 520px; border: 1px solid rgba(183,239,123,.11); border-radius: 50%; content: ""; box-shadow: 0 0 0 85px rgba(183,239,123,.018); }
.product-homepage .product-demo .demo-grid { position: relative; z-index: 2; align-items: center; gap: 100px; }
.product-homepage .product-demo .demo-grid > div h2 { max-width: 620px; color: #fff; font-size: clamp(48px, 5.2vw, 76px); }
.product-homepage .product-demo .demo-grid > div > p { max-width: 600px; color: #afc2ba; font-size: 17px; }
.product-homepage .demo-steps { display: grid; gap: 0; margin: 34px 0 26px; padding: 0; list-style: none; }
.product-homepage .demo-steps li { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.product-homepage .demo-steps li > span { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid rgba(183,239,123,.3); border-radius: 50%; color: var(--ph-lime); font-size: 9px; font-weight: 830; }
.product-homepage .demo-steps p { display: grid; margin: 0; }
.product-homepage .demo-steps strong { color: #fff; font-size: 12px; }
.product-homepage .demo-steps small { color: #829b91; font-size: 9px; }
.product-homepage .product-demo form { padding: 34px; border-radius: 18px; box-shadow: 0 34px 90px rgba(0,0,0,.35); }
.product-homepage .product-demo form > header { display: grid; gap: 5px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #e5e9e5; }
.product-homepage .product-demo form > header small { color: var(--ph-green); font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.product-homepage .product-demo form > header strong { font-size: 24px; letter-spacing: -.04em; }
.product-homepage .product-demo form > header p { margin: 0; color: #71817b; font-size: 10px; }
.product-homepage .form-reassurance { display: flex; align-items: center; justify-content: center; gap: 7px; }
.product-homepage .form-reassurance svg { width: 13px; }

.product-homepage .product-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 38px 0 22px;
  background:
    radial-gradient(circle at 90% 8%, rgba(29, 169, 119, .16), transparent 29%),
    radial-gradient(circle at 4% 90%, rgba(183, 239, 123, .07), transparent 22%),
    #03130e;
}

.product-homepage .product-footer::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(180deg, #000, transparent 84%);
}

.product-homepage .footer-cta-panel {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 70px;
  padding: 52px 56px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    rgba(5, 36, 26, .78);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(18px);
}

.product-homepage .footer-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--ph-lime);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-homepage .footer-kicker span {
  width: 28px;
  height: 2px;
  background: currentColor;
}

.product-homepage .footer-cta-panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 4.4vw, 68px);
}

.product-homepage .footer-cta-panel h2 em {
  color: var(--ph-lime);
}

.product-homepage .footer-cta-copy > p {
  margin-bottom: 24px;
  color: #a9beb5;
  font-size: 14px;
}

.product-homepage .footer-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}

.product-homepage .footer-actions .button {
  gap: 9px;
  white-space: nowrap;
}

.product-homepage .footer-actions .button svg,
.product-homepage .footer-download-link svg {
  width: 16px;
}

.product-homepage .footer-download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  color: #d7e3dd;
  font-size: 11px;
  font-weight: 760;
  text-decoration: none;
}

.product-homepage .footer-main {
  display: grid;
  grid-template-columns: 1.25fr .55fr .65fr 1fr;
  gap: 56px;
  padding: 70px 0 62px;
  border-bottom: 1px solid rgba(255, 255, 255, .11);
}

.product-homepage .footer-brand-column .brand-lockup {
  margin-bottom: 24px;
  color: #fff;
  font-size: 24px;
}

.product-homepage .footer-brand-column .brand-mark {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
  border-radius: 16px;
}

.product-homepage .footer-brand-column .brand-lockup img {
  width: 50px;
  height: 50px;
}

.product-homepage .footer-brand-column .brand-name small {
  margin-top: 7px;
  color: #91a79d;
  font-size: 8px;
  letter-spacing: .15em;
}

.product-homepage .footer-brand-column > p {
  max-width: 340px;
  margin-bottom: 24px;
  color: #95aaa1;
  font-size: 13px;
}

.product-homepage .footer-product-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #c9d8d1;
  font-size: 9px;
  font-weight: 740;
}

.product-homepage .footer-product-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #45d596;
  box-shadow: 0 0 0 5px rgba(69, 213, 150, .1);
}

.product-homepage .footer-links {
  display: grid;
  align-content: start;
  gap: 4px;
}

.product-homepage .footer-links > strong {
  margin-bottom: 17px;
  color: var(--ph-lime);
  font-size: 9px;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.product-homepage .footer-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 36px;
  color: #a9bbb3;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}

.product-homepage .footer-links a:hover {
  color: #fff;
  transform: translateX(3px);
}

.product-homepage .footer-links a svg {
  width: 13px;
  opacity: .5;
}

.product-homepage .footer-contact-card {
  align-self: start;
  display: grid;
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: rgba(255, 255, 255, .045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.product-homepage .footer-contact-card > span {
  color: var(--ph-lime);
  font-size: 8px;
  font-weight: 820;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.product-homepage .footer-contact-card > strong {
  margin: 11px 0 20px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
}

.product-homepage .footer-support-schedule {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
  color: var(--ph-lime);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .01em;
  line-height: 1.4;
}

.product-homepage .footer-support-schedule svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.product-homepage .footer-contact-card > a:not(.footer-contact-cta) {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #a9bbb3;
  font-size: 10px;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.product-homepage .footer-contact-card > a svg {
  width: 15px;
  flex: 0 0 15px;
}

.product-homepage .footer-contact-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 10px;
  font-weight: 790;
  text-decoration: none;
}

.product-homepage .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 0;
  padding: 22px 0 0;
  border: 0;
  color: #758d82;
  font-size: 9px;
}

.product-homepage .footer-bottom > div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.product-homepage .footer-bottom a {
  color: #b4c5bd;
  font-weight: 740;
  text-decoration: none;
}

.product-homepage .footer-disclaimer {
  padding-top: 10px;
  color: #60786d;
  font-size: 8px;
}

.product-homepage .footer-legal-owners {
  display: flex;
  gap: 38px;
  padding: 26px 0 4px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.product-homepage .footer-legal-owners address {
  color: #82998f;
  font-size: 9px;
  font-style: normal;
  line-height: 1.65;
}

.product-homepage .footer-legal-owners address strong { color: #d8e4de; }

@keyframes productTicker {
  to { transform: translateX(-50%); }
}

@media (max-width: 1180px) {
  .product-homepage .product-nav .product-main-nav { display: none; }
  .product-homepage .product-nav .brand-lockup { margin-right: auto; }
  .product-homepage .support-hours-strip { grid-template-columns: auto auto 1fr; }
  .product-homepage .support-hours-promise { display: none; }
  .product-homepage .nav-menu-toggle { display: grid; }
  .product-homepage .footer-main { grid-template-columns: 1.2fr .6fr .7fr; }
  .product-homepage .footer-contact-card { grid-column: 1 / -1; grid-template-columns: .7fr 1.1fr 1fr .7fr; align-items: center; gap: 20px; }
  .product-homepage .footer-contact-card > strong,
  .product-homepage .footer-contact-card > a,
  .product-homepage .footer-contact-cta { margin: 0; }
  .product-homepage .footer-contact-cta { padding: 0; border: 0; }
  .product-homepage .product-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 28px; }
  .product-homepage .product-console { min-height: 540px; transform: none; }
  .product-homepage .console-main { padding: 18px; }
  .product-homepage .product-panel { gap: 44px; padding: 46px; }
  .product-homepage .continuity-value-grid,
  .product-homepage .access-system-grid,
  .product-homepage .local-first-product-grid,
  .product-homepage .product-offer-grid { gap: 60px; }
}

@media (max-width: 960px) {
  .product-homepage .shell { width: min(100% - 36px, 760px); }
  .product-homepage .product-hero { padding-top: 70px; }
  .product-homepage .product-hero-grid,
  .product-homepage .product-tour-heading,
  .product-homepage .continuity-value-grid,
  .product-homepage .engine-intro,
  .product-homepage .access-system-grid,
  .product-homepage .local-first-product-grid,
  .product-homepage .product-offer-grid,
  .product-homepage .faq-layout { grid-template-columns: 1fr; }
  .product-homepage .product-hero-grid { gap: 70px; }
  .product-homepage .product-hero-copy { max-width: 680px; }
  .product-homepage .product-console-wrap { max-width: 760px; }
  .product-homepage .product-console { min-height: 600px; }
  .product-homepage .outcome-bar .shell { flex-wrap: wrap; padding-block: 18px; }
  .product-homepage .outcome-bar a { margin-left: 0; }
  .product-homepage main > .section { padding: 100px 0; }
  .product-homepage .product-tour-heading,
  .product-homepage .engine-intro { gap: 24px; }
  .product-homepage .engine-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
  .product-homepage .product-tabs { grid-template-columns: repeat(3, 1fr); }
  .product-homepage .product-tabs button:nth-child(3) { border-right: 0; }
  .product-homepage .product-tabs button:nth-child(-n+3) { border-bottom: 1px solid #dfe4df; }
  .product-homepage .product-panel { grid-template-columns: 1fr; }
  .product-homepage .panel-copy { max-width: 620px; }
  .product-homepage .continuity-value-copy { max-width: 700px; }
  .product-homepage .engine-cinema-content { grid-template-columns: 260px 1fr; }
  .product-homepage .access-system-copy,
  .product-homepage .local-first-copy,
  .product-homepage .product-offer-copy { max-width: 680px; }
  .product-homepage .access-system-visual { max-height: 600px; }
  .product-homepage .faq-title { position: static; max-width: 660px; }
  .product-homepage .footer-cta-panel { grid-template-columns: 1fr; align-items: start; gap: 32px; padding: 44px; }
  .product-homepage .footer-cta-copy { max-width: 600px; }
  .product-homepage .footer-main { grid-template-columns: 1.25fr .65fr .75fr; gap: 34px; }
  .product-homepage .footer-contact-card { grid-template-columns: 1fr 1fr; }
  .product-homepage .footer-bottom { align-items: flex-start; }
  .product-homepage .footer-bottom > div { align-items: flex-end; flex-direction: column; text-align: right; }
}

@media (max-width: 640px) {
  .product-homepage .shell { width: min(100% - 28px, 520px); }
  .product-homepage .product-nav { padding-top: 7px; }
  .product-homepage .product-nav .nav-inner { min-height: 62px; gap: 7px; padding: 7px; border-radius: 16px; }
  .product-homepage .product-nav .brand-lockup small { display: none; }
  .product-homepage .product-nav .brand-lockup { gap: 7px; font-size: 17px; }
  .product-homepage .product-nav .brand-mark { width: 43px; height: 43px; flex-basis: 43px; border-radius: 12px; }
  .product-homepage .product-nav .brand-lockup img { width: 38px; height: 38px; }
  .product-homepage .product-nav .nav-cta .text-link { display: none; }
  .product-homepage .product-nav .button.small { min-height: 43px; padding-inline: 10px; font-size: 9px; }
  .product-homepage .product-nav .nav-primary-cta svg,
  .product-homepage .product-nav .cta-status { display: none; }
  .product-homepage .support-hours-strip { grid-template-columns: 1fr auto; gap: 8px; min-height: 36px; margin-top: 5px; padding: 7px 10px; }
  .product-homepage .support-hours-title { font-size: 8px; letter-spacing: .05em; }
  .product-homepage .support-hours-title svg { width: 13px; height: 13px; }
  .product-homepage .support-hours-schedule { gap: 5px; padding-left: 8px; font-size: 8px; }
  .product-homepage .support-hours-schedule b { padding: 3px 5px; font-size: 8px; }
  .product-homepage .support-hours-strip > a { display: none; }
  .product-homepage .nav-menu-toggle { width: 43px; height: 43px; min-height: 43px; }
  .product-homepage .product-mobile-menu { width: min(100% - 28px, 520px); padding: 14px; border-radius: 16px; }
  .product-homepage .mobile-menu-actions { grid-template-columns: 1fr; }
  .product-homepage .product-hero { min-height: auto; padding-top: 54px; }
  .product-homepage .product-hero h1 { font-size: clamp(48px, 14.7vw, 68px); }
  .product-homepage .product-hero .hero-lead { font-size: 16px; }
  .product-homepage .product-hero .actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .product-homepage .product-hero .actions .button,
  .product-homepage .product-hero .actions .text-action { justify-content: center; }
  .product-homepage .hero-assurances span { display: grid; gap: 0; }
  .product-homepage .product-console-wrap { margin-inline: -6px; }
  .product-homepage .product-console { min-height: 490px; grid-template-columns: 48px 1fr; border-radius: 17px; box-shadow: 0 20px 50px rgba(8,37,28,.17), 0 0 0 5px rgba(255,255,255,.48); }
  .product-homepage .console-rail { padding-inline: 6px; }
  .product-homepage .console-rail > img { width: 32px; height: 32px; }
  .product-homepage .console-rail > span { width: 34px; height: 34px; }
  .product-homepage .console-main { padding: 12px; }
  .product-homepage .console-topbar strong { font-size: 15px; }
  .product-homepage .console-topbar > span { display: none; }
  .product-homepage .console-metrics { grid-template-columns: repeat(2, 1fr); }
  .product-homepage .console-metrics article:last-child { display: none; }
  .product-homepage .console-metrics article { min-height: 86px; padding: 11px; }
  .product-homepage .console-metrics b { font-size: 19px; }
  .product-homepage .console-workspace { grid-template-columns: 1fr; }
  .product-homepage .console-checkin { display: none; }
  .product-homepage .console-planning > header { min-height: 52px; }
  .product-homepage .console-timeline article { min-height: 50px; }
  .product-homepage .console-caption { right: 8px; bottom: -22px; max-width: 250px; }
  .product-homepage .console-proof { top: -24px; right: 14px; }
  .product-homepage .outcome-bar .shell { display: grid; gap: 4px; }
  .product-homepage .outcome-bar a { margin-top: 8px; }
  .product-homepage main > .section { padding: 84px 0; }
  .product-homepage main > .section::before { top: 24px; left: 14px; }
  .product-homepage .product-tour-heading h2,
  .product-homepage .engine-intro h2,
  .product-homepage .local-first-copy h2,
  .product-homepage .verification-copy h2,
  .product-homepage .faq-title h2 { font-size: 44px; }
  .product-homepage .product-tabs { display: flex; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .product-homepage .product-tabs::-webkit-scrollbar { display: none; }
  .product-homepage .product-tabs button { min-width: 132px; border-bottom: 0 !important; scroll-snap-align: start; }
  .product-homepage .product-panel { min-height: 0; gap: 38px; padding: 34px 20px 28px; }
  .product-homepage .panel-number { margin-bottom: 28px; font-size: 56px; }
  .product-homepage .panel-copy h3 { font-size: 39px; }
  .product-homepage .panel-ui { min-height: 330px; }
  .product-homepage .mini-kpis { grid-template-columns: repeat(2, 1fr); }
  .product-homepage .mini-kpis article:last-child { display: none; }
  .product-homepage .mini-chart { height: 132px; gap: 7px; padding-inline: 14px; }
  .product-homepage .member-ui > header { grid-template-columns: 50px 1fr; }
  .product-homepage .member-ui header > b { display: none; }
  .product-homepage .member-photo { width: 50px; height: 50px; }
  .product-homepage .member-ui dl { grid-template-columns: 1fr; }
  .product-homepage .member-ui dl div { grid-template-columns: 1fr 1fr; }
  .product-homepage .member-ui dd { text-align: right; }
  .product-homepage .lane-grid { grid-template-columns: repeat(2, 1fr); }
  .product-homepage .access-ui > div { grid-template-columns: 52px 1fr; margin-inline: 14px; padding: 16px; }
  .product-homepage .access-ui div > b { display: none; }
  .product-homepage .access-avatar { width: 52px; height: 52px; }
  .product-homepage .access-ui footer { margin-inline: 14px; }
  .product-homepage .comparison-bars p { grid-template-columns: 84px 1fr 30px; }
  .product-homepage .continuity-value-grid { gap: 50px; }
  .product-homepage .continuity-value-copy h2,
  .product-homepage .access-system-copy h2,
  .product-homepage .product-offer-copy h2,
  .product-homepage .product-demo .demo-grid > div h2 { font-size: 44px; }
  .product-homepage .value-equation { grid-template-columns: 1fr; }
  .product-homepage .value-equation article { min-height: 190px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.11) !important; }
  .product-homepage .value-equation article:last-child { border-bottom: 0 !important; }
  .product-homepage .engine-cinema { min-height: 820px; }
  .product-homepage .engine-cinema > img { object-position: 63% center; }
  .product-homepage .engine-cinema-overlay { background: linear-gradient(180deg, rgba(4,19,14,.35) 0%, rgba(4,19,14,.88) 46%, rgba(4,19,14,.98) 100%); }
  .product-homepage .engine-cinema-content { min-height: 820px; grid-template-columns: 1fr; align-content: end; gap: 14px; padding: 18px; }
  .product-homepage .engine-cinema ol { grid-template-columns: repeat(3, 1fr); }
  .product-homepage .engine-cinema li button { min-height: 76px; grid-template-columns: 1fr; padding: 10px; text-align: center; }
  .product-homepage .engine-cinema li button > span { grid-row: auto; }
  .product-homepage .engine-cinema li button small { display: none; }
  .product-homepage .engine-cinema li.is-active button { transform: translateY(-5px); }
  .product-homepage .method-detail { padding: 24px; }
  .product-homepage .method-detail h3 { font-size: 31px; }
  .product-homepage .access-rules { grid-template-columns: 1fr; }
  .product-homepage .access-system-visual { min-height: 500px; }
  .product-homepage .access-system-visual > img { height: 500px; }
  .product-homepage .local-layer-primary,
  .product-homepage .local-sync { margin-right: 0; }
  .product-homepage .local-layer header { grid-template-columns: 42px 1fr; }
  .product-homepage .local-layer header > b { display: none; }
  .product-homepage .offer-stack { grid-template-columns: 1fr; }
  .product-homepage .offer-stack .offer-core { grid-column: auto; }
  .product-homepage .offer-stack ul { grid-template-columns: 1fr; }
  .product-homepage .faq-layout { gap: 44px; }
  .product-homepage .product-demo form { padding: 22px; }
  .product-homepage .product-demo .demo-grid { gap: 60px; }
  .product-homepage .product-footer { padding-top: 20px; }
  .product-homepage .footer-cta-panel { gap: 24px; padding: 30px 22px; border-radius: 19px; }
  .product-homepage .footer-kicker { align-items: flex-start; font-size: 8px; }
  .product-homepage .footer-kicker span { margin-top: 6px; }
  .product-homepage .footer-cta-panel h2 { font-size: 42px; }
  .product-homepage .footer-actions { align-items: stretch; flex-direction: column; }
  .product-homepage .footer-actions .button,
  .product-homepage .footer-download-link { justify-content: center; }
  .product-homepage .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding: 52px 0 42px; }
  .product-homepage .footer-brand-column { grid-column: 1 / -1; }
  .product-homepage .footer-brand-column > p { max-width: 300px; }
  .product-homepage .footer-contact-card { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 0; }
  .product-homepage .footer-contact-card > strong { margin: 11px 0 20px; }
  .product-homepage .footer-contact-card > a:not(.footer-contact-cta) { margin-bottom: 4px; }
  .product-homepage .footer-contact-cta { margin-top: 20px; padding-top: 17px; border-top: 1px solid rgba(255, 255, 255, .1); }
  .product-homepage .footer-bottom { display: grid; gap: 12px; padding-top: 20px; }
  .product-homepage .footer-bottom > div { align-items: flex-start; gap: 7px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .product-homepage *,
  .product-homepage *::before,
  .product-homepage *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Conversion architecture: continuity proof, vertical paths and evidence. */
.product-homepage .hero-microcopy {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 610px;
  margin: 20px 0 0;
  color: #64766f;
  font-size: 12px;
  font-weight: 680;
}

.product-homepage .hero-microcopy svg {
  width: 17px;
  color: var(--ph-green);
}

.product-homepage .hero-assurances {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-homepage .continuity-proof {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  padding: 0 0 18px;
  background: var(--ph-forest);
}

.product-homepage .continuity-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(183, 239, 123, .2);
  border-radius: 22px;
  background: rgba(255, 255, 255, .045);
  box-shadow: 0 26px 72px rgba(1, 15, 10, .24);
}

.product-homepage .continuity-proof-grid p {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 8px 12px;
  min-height: 132px;
  margin: 0;
  padding: 26px 30px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.product-homepage .continuity-proof-grid p:last-child { border-right: 0; }
.product-homepage .continuity-proof-grid p > span { color: var(--ph-lime); font: 750 9px/1 system-ui; letter-spacing: .16em; }
.product-homepage .continuity-proof-grid p > svg { width: 19px; color: var(--ph-cyan); }
.product-homepage .continuity-proof-grid strong { color: #fff; font-size: 17px; letter-spacing: -.025em; }
.product-homepage .continuity-proof-grid small { grid-column: 3; color: #9cb1a8; font-size: 12px; line-height: 1.45; }

/* Brand narrative: the owner's risk comes before the product tour. */
.product-homepage .owner-truths {
  position: relative;
  overflow: hidden;
  padding: 132px 0 118px;
  background:
    radial-gradient(circle at 92% 8%, rgba(114, 216, 210, .15), transparent 26%),
    radial-gradient(circle at 4% 92%, rgba(183, 239, 123, .12), transparent 28%),
    #f7f5ef;
}

.product-homepage .owner-truths::before {
  position: absolute;
  top: 48px;
  right: -120px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(8, 122, 85, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(8, 122, 85, .025), 0 0 0 144px rgba(8, 122, 85, .015);
  content: "";
  pointer-events: none;
}

.product-homepage .owner-truths-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 52px;
  margin-bottom: 48px;
}

.product-homepage .owner-truths-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -18px; }
.product-homepage .owner-truths-intro h2 { max-width: 840px; margin: 0; font-size: clamp(48px, 5.2vw, 76px); }
.product-homepage .owner-truths-intro > p:last-child { margin: 0 0 8px; color: #52665e; font-size: 16px; line-height: 1.72; }

.product-homepage .owner-truths-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.product-homepage .owner-truths-grid article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(8, 37, 28, .11);
  border-radius: 26px;
  background: rgba(255, 254, 249, .82);
  box-shadow: 0 22px 64px rgba(8, 37, 28, .08);
}

.product-homepage .owner-truths-grid article::after {
  position: absolute;
  right: -46px;
  bottom: -46px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(8, 122, 85, .11);
  border-radius: 50%;
  content: "";
}

.product-homepage .owner-truths-grid article > span {
  color: var(--ph-green);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
}

.product-homepage .owner-truths-grid article > svg {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 24px;
  height: 24px;
  color: var(--ph-green);
}

.product-homepage .owner-voice {
  min-height: 78px;
  margin: 74px 0 22px;
  color: #1f4c3d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
  line-height: 1.45;
}

.product-homepage .owner-truths-grid h3 { margin: 0 0 16px; font-size: clamp(27px, 2.4vw, 36px); line-height: 1.04; }
.product-homepage .owner-truths-grid article > p:last-child { position: relative; z-index: 1; margin: 0; color: #60716b; font-size: 14px; line-height: 1.65; }

.product-homepage .brand-belief {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid rgba(183, 239, 123, .22);
  border-radius: 22px;
  background: var(--ph-forest);
  box-shadow: 0 24px 68px rgba(8, 37, 28, .18);
}

.product-homepage .brand-belief-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  overflow: hidden;
  border-radius: 15px;
  background: #f7f5ef;
}

.product-homepage .brand-belief-mark img { width: 46px; height: 46px; }
.product-homepage .brand-belief div { display: grid; gap: 5px; }
.product-homepage .brand-belief small { color: var(--ph-lime); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.product-homepage .brand-belief strong { max-width: 760px; color: #fff; font-size: 18px; line-height: 1.35; }
.product-homepage .brand-belief .text-action { color: var(--ph-lime); white-space: nowrap; }

.product-homepage .audience-choice {
  padding-top: 118px;
  background:
    radial-gradient(circle at 82% 0%, rgba(114, 216, 210, .16), transparent 26%),
    var(--ph-paper);
}

.product-homepage .audience-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  align-items: end;
  gap: 48px;
  margin-bottom: 42px;
}

.product-homepage .audience-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -15px; }
.product-homepage .audience-heading h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5vw, 74px); }
.product-homepage .audience-heading > p:last-child { margin: 0 0 8px; color: #5b6e67; font-size: 16px; line-height: 1.65; }

.product-homepage .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.product-homepage .audience-card {
  position: relative;
  display: grid;
  min-height: 410px;
  align-content: end;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  box-shadow: var(--ph-shadow);
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.product-homepage .audience-card::before,
.product-homepage .audience-card::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.product-homepage .audience-card::before {
  inset: 0;
  z-index: -2;
  background: linear-gradient(145deg, #092a20 12%, #0b4c39 62%, #108665 120%);
}

.product-homepage .audience-pool::before { background: linear-gradient(145deg, #09252a 12%, #0a4650 62%, #087a71 120%); }
.product-homepage .audience-card::after { top: -42px; right: -34px; width: 260px; height: 260px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.035), 0 0 0 90px rgba(255,255,255,.02); }
.product-homepage .audience-card:hover { transform: translateY(-6px); box-shadow: var(--ph-shadow-strong); }
.product-homepage .audience-card > svg { position: absolute; top: 40px; right: 40px; width: 44px; height: 44px; color: var(--ph-lime); }
.product-homepage .audience-index { position: absolute; top: 42px; left: 40px; color: #b8c9c2; font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.product-homepage .audience-card h3 { max-width: 520px; margin: 0 0 16px; color: #fff; font-size: clamp(34px, 3.5vw, 50px); }
.product-homepage .audience-card p { max-width: 510px; margin: 0 0 24px; color: #c7d7d1; font-size: 15px; line-height: 1.6; }
.product-homepage .audience-card > strong { display: flex; align-items: center; gap: 10px; color: var(--ph-lime); font-size: 13px; }
.product-homepage .audience-card > strong svg { width: 17px; }

.product-homepage .structure-mode {
  display: inline-flex;
  gap: 5px;
  margin: 0 0 12px;
  padding: 5px;
  border: 1px solid var(--ph-line);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
}

.product-homepage .structure-mode button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #62736c;
  font: 790 12px/1 system-ui;
  cursor: pointer;
}

.product-homepage .structure-mode button svg { width: 16px; }
.product-homepage .structure-mode button.is-active { background: var(--ph-forest); color: #fff; box-shadow: 0 8px 20px rgba(8,37,28,.18); }

.product-homepage .structure-mode-copy {
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(8, 122, 85, .18);
  border-radius: 18px;
  background: linear-gradient(110deg, rgba(183,239,123,.16), rgba(114,216,210,.1));
}

.product-homepage .structure-mode-copy article { display: grid; grid-template-columns: 110px 1fr 1.4fr; align-items: center; gap: 18px; }
.product-homepage .structure-mode-copy small { color: var(--ph-green); font-weight: 850; letter-spacing: .15em; }
.product-homepage .structure-mode-copy strong { color: var(--ph-ink); font-size: 16px; }
.product-homepage .structure-mode-copy p { margin: 0; color: #5d7068; font-size: 13px; line-height: 1.5; }

.product-homepage .proof-stories { background: #e9e7de; }
.product-homepage .proof-stories-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 48px; margin-bottom: 40px; }
.product-homepage .proof-stories-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -16px; }
.product-homepage .proof-stories-heading h2 { margin: 0; font-size: clamp(48px, 5vw, 72px); }
.product-homepage .proof-stories-heading > p:last-child { margin: 0 0 6px; color: #61736c; line-height: 1.65; }
.product-homepage .proof-story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.product-homepage .proof-story-grid article { padding: 34px; border: 1px solid rgba(8,37,28,.12); border-radius: 26px; background: rgba(255,255,255,.68); box-shadow: 0 18px 55px rgba(8,37,28,.08); }
.product-homepage .proof-story-grid header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.product-homepage .proof-story-grid header span { display: flex; align-items: center; gap: 9px; color: var(--ph-green); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.product-homepage .proof-story-grid header svg { width: 18px; }
.product-homepage .proof-story-grid header b { padding: 7px 10px; border-radius: 999px; background: rgba(8,122,85,.1); color: var(--ph-green); font-size: 8px; letter-spacing: .12em; }
.product-homepage .proof-story-grid h3 { margin: 0 0 16px; font-size: clamp(30px, 3vw, 44px); }
.product-homepage .proof-story-grid p { color: #596c65; line-height: 1.65; }
.product-homepage .proof-story-grid ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.product-homepage .proof-story-grid li { position: relative; padding-left: 20px; color: #254339; font-size: 13px; font-weight: 690; }
.product-homepage .proof-story-grid li::before { position: absolute; top: .45em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--ph-lime); box-shadow: 0 0 0 3px rgba(8,122,85,.12); content: ""; }

.product-homepage .contact-rule { display: block; margin: -8px 0 12px; color: #6c7d76; font-size: 11px; }
.product-homepage details.optional-details { margin: 6px 0 16px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.product-homepage details.optional-details summary { padding: 14px 16px; color: #c7d7d0; font-size: 12px; font-weight: 760; cursor: pointer; }
.product-homepage details.optional-details > .two { padding: 0 14px 14px; }

@media (max-width: 980px) {
  .product-homepage .hero-assurances { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-homepage .continuity-proof-grid { grid-template-columns: 1fr; }
  .product-homepage .continuity-proof-grid p { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .product-homepage .continuity-proof-grid p:last-child { border-bottom: 0; }
  .product-homepage .audience-heading,
  .product-homepage .proof-stories-heading,
  .product-homepage .owner-truths-intro { grid-template-columns: 1fr; gap: 22px; }
  .product-homepage .audience-heading .eyebrow,
  .product-homepage .proof-stories-heading .eyebrow,
  .product-homepage .owner-truths-intro .eyebrow { margin-bottom: 0; }
  .product-homepage .audience-grid,
  .product-homepage .proof-story-grid,
  .product-homepage .owner-truths-grid { grid-template-columns: 1fr; }
  .product-homepage .owner-truths-grid article { min-height: 0; }
  .product-homepage .brand-belief { grid-template-columns: auto 1fr; }
  .product-homepage .brand-belief .text-action { grid-column: 2; }
  .product-homepage .structure-mode-copy article { grid-template-columns: 1fr; gap: 7px; }
}

@media (max-width: 620px) {
  .product-homepage .hero-assurances { grid-template-columns: 1fr; }
  .product-homepage .continuity-proof { padding-inline: 0; }
  .product-homepage .continuity-proof-grid p { min-height: 112px; padding: 22px; }
  .product-homepage .audience-choice { padding-top: 82px; }
  .product-homepage .audience-heading h2,
  .product-homepage .proof-stories-heading h2,
  .product-homepage .owner-truths-intro h2 { font-size: 42px; }
  .product-homepage .owner-truths { padding: 86px 0 78px; }
  .product-homepage .owner-truths-grid article { padding: 26px; border-radius: 22px; }
  .product-homepage .owner-voice { min-height: 0; margin-top: 66px; }
  .product-homepage .brand-belief { grid-template-columns: 1fr; padding: 24px; }
  .product-homepage .brand-belief .text-action { grid-column: 1; }
  .product-homepage .audience-card { min-height: 370px; padding: 28px; border-radius: 24px; }
  .product-homepage .audience-card > svg { top: 30px; right: 28px; }
  .product-homepage .audience-index { top: 31px; left: 28px; }
  .product-homepage .audience-card h3 { font-size: 34px; }
  .product-homepage .structure-mode { display: grid; grid-template-columns: 1fr 1fr; }
  .product-homepage .structure-mode button { justify-content: center; padding-inline: 12px; }
}

/* Vertical product pages. */
.vertical-homepage .vertical-hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 0;
  background:
    radial-gradient(circle at 76% 15%, rgba(114,216,210,.18), transparent 25%),
    radial-gradient(circle at 14% 86%, rgba(183,239,123,.09), transparent 30%),
    #061d16;
}

.vertical-homepage .vertical-orbit {
  position: absolute;
  top: -420px;
  right: -260px;
  width: 920px;
  height: 920px;
  border: 1px solid rgba(114,216,210,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(114,216,210,.018), 0 0 0 190px rgba(183,239,123,.012);
  pointer-events: none;
}

.vertical-homepage .vertical-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
  align-items: center;
  gap: 72px;
  padding-bottom: 100px;
}

.vertical-homepage .vertical-hero h1 { max-width: 780px; margin: 0 0 28px; color: #fff; font-size: clamp(60px, 6.4vw, 94px); }
.vertical-homepage .vertical-hero h1 em { display: block; color: var(--ph-lime); }
.vertical-homepage .vertical-lead { max-width: 700px; color: #b4c7be; font-size: 17px; line-height: 1.72; }
.vertical-homepage .vertical-hero .actions { margin-top: 34px; }
.vertical-homepage .vertical-text-action { color: #fff; }
.vertical-homepage .vertical-hero-assurances { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; list-style: none; }
.vertical-homepage .vertical-hero-assurances li { display: flex; align-items: center; gap: 7px; color: #8ea59a; font-size: 9px; font-weight: 720; letter-spacing: .02em; }
.vertical-homepage .vertical-hero-assurances svg { width: 14px; color: var(--ph-lime); }

.vertical-homepage .vertical-product-stage { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.055); box-shadow: 0 38px 110px rgba(0,0,0,.36); backdrop-filter: blur(20px); }
.vertical-homepage .vertical-product-stage > header { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.09); }
.vertical-homepage .vertical-product-stage > header span { display: flex; align-items: center; gap: 9px; color: #9eb2a9; font-size: 8px; font-weight: 840; letter-spacing: .14em; }
.vertical-homepage .vertical-product-stage > header span i { width: 7px; height: 7px; border-radius: 50%; background: #43d59a; box-shadow: 0 0 0 5px rgba(67,213,154,.1); }
.vertical-homepage .vertical-product-stage > header b { color: var(--ph-lime); font-size: 8px; letter-spacing: .14em; }
.vertical-homepage .vertical-product-stage > footer { display: flex; align-items: center; gap: 9px; padding: 18px 20px; background: rgba(183,239,123,.075); color: #c7d8d1; font-size: 10px; line-height: 1.5; }
.vertical-homepage .vertical-product-stage > footer svg { width: 15px; flex: 0 0 15px; color: var(--ph-lime); }

.vertical-homepage .gym-stage-member { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 14px; margin: 22px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); }
.vertical-homepage .stage-avatar { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 14px; background: linear-gradient(135deg, var(--ph-lime), var(--ph-cyan)); color: #08251c; font-size: 14px; font-weight: 850; }
.vertical-homepage .gym-stage-member > div { display: grid; gap: 3px; }
.vertical-homepage .gym-stage-member small, .vertical-homepage .pool-stage-head small { color: #7f988d; font-size: 7px; font-weight: 850; letter-spacing: .13em; }
.vertical-homepage .gym-stage-member strong, .vertical-homepage .pool-stage-head strong { color: #fff; font-size: 17px; }
.vertical-homepage .gym-stage-member p { margin: 0; color: #9db1a8; font-size: 9px; }
.vertical-homepage .gym-stage-member > b { padding: 7px 9px; border-radius: 99px; background: rgba(183,239,123,.12); color: var(--ph-lime); font-size: 7px; letter-spacing: .08em; }
.vertical-homepage .gym-stage-flow { display: grid; gap: 0; padding: 0 22px 22px; }
.vertical-homepage .gym-stage-flow article { display: grid; grid-template-columns: 38px 1fr 24px; align-items: center; gap: 12px; min-height: 70px; border-bottom: 1px solid rgba(255,255,255,.08); }
.vertical-homepage .gym-stage-flow article:last-child { border: 0; }
.vertical-homepage .gym-stage-flow article > svg { width: 20px; color: var(--ph-cyan); }
.vertical-homepage .gym-stage-flow article span { display: grid; gap: 3px; }
.vertical-homepage .gym-stage-flow small { color: #779084; font-size: 7px; font-weight: 840; letter-spacing: .12em; }
.vertical-homepage .gym-stage-flow strong { color: #e9f2ed; font-size: 12px; }
.vertical-homepage .gym-stage-flow article > b { color: #567166; font-size: 9px; }

.vertical-homepage .pool-stage-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 22px 15px; }
.vertical-homepage .pool-stage-head > div { display: grid; gap: 4px; }
.vertical-homepage .pool-stage-head > span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.11); border-radius: 99px; color: #b9cbc3; font-size: 8px; }
.vertical-homepage .pool-stage-time { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; margin: 0 22px 12px; padding: 12px 14px; border-radius: 12px; background: rgba(183,239,123,.08); color: #fff; }
.vertical-homepage .pool-stage-time time { color: var(--ph-lime); font-size: 12px; font-weight: 820; }
.vertical-homepage .pool-stage-time span { font-size: 11px; font-weight: 740; }
.vertical-homepage .pool-stage-time b { color: #aec0b8; font-size: 9px; }
.vertical-homepage .pool-stage-lanes { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 0 22px 22px; }
.vertical-homepage .pool-stage-lanes article { display: grid; min-height: 92px; align-content: space-between; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.04); }
.vertical-homepage .pool-stage-lanes article.is-busy { border-color: rgba(114,216,210,.3); background: rgba(114,216,210,.08); }
.vertical-homepage .pool-stage-lanes span { color: #81978e; font-size: 6px; font-weight: 850; letter-spacing: .1em; }
.vertical-homepage .pool-stage-lanes strong { color: #fff; font-size: 24px; }
.vertical-homepage .pool-stage-lanes small { color: #9cb0a7; font-size: 7px; }

.vertical-homepage .vertical-proof-bar { border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.16); }
.vertical-homepage .vertical-proof-bar .shell { display: flex; align-items: center; gap: 15px; min-height: 72px; }
.vertical-homepage .vertical-proof-bar span { color: var(--ph-lime); font-size: 8px; font-weight: 850; letter-spacing: .14em; }
.vertical-homepage .vertical-proof-bar strong { color: #dbe7e1; font-size: 12px; }
.vertical-homepage .vertical-proof-bar a { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; color: #a9bbb3; font-size: 9px; text-decoration: none; }
.vertical-homepage .vertical-proof-bar svg { width: 13px; }

.vertical-homepage .vertical-workflow { background: var(--ph-paper); }
.vertical-homepage .vertical-section-heading { display: grid; grid-template-columns: .42fr 1.58fr; gap: 60px; align-items: start; margin-bottom: 58px; }
.vertical-homepage .vertical-section-heading .eyebrow { margin-top: 8px; }
.vertical-homepage .vertical-section-heading h2 { margin: 0; font-size: clamp(48px,5.4vw,76px); }
.vertical-homepage .vertical-section-heading h2 em { display: block; margin-top: 10px; }
.vertical-homepage .vertical-workflow-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.vertical-homepage .vertical-workflow-grid article { position: relative; min-height: 350px; padding: 30px; border: 1px solid var(--ph-line); border-radius: 23px; background: rgba(255,255,255,.65); box-shadow: 0 18px 50px rgba(8,37,28,.055); }
.vertical-homepage .vertical-workflow-grid article > span { color: var(--ph-green); font-size: 8px; font-weight: 850; letter-spacing: .16em; }
.vertical-homepage .vertical-workflow-grid article > svg { position: absolute; top: 28px; right: 28px; width: 26px; color: var(--ph-green); }
.vertical-homepage .vertical-workflow-grid h3 { margin: 152px 0 14px; font-size: 31px; }
.vertical-homepage .vertical-workflow-grid p { margin: 0; color: #5d7068; font-size: 13px; line-height: 1.68; }
.vertical-homepage .workflow-connector { position: absolute; z-index: 2; top: 50%; right: -23px; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--ph-line); border-radius: 50%; background: var(--ph-paper); color: var(--ph-green); }
.vertical-homepage .workflow-connector svg { width: 14px; }

.vertical-homepage .vertical-capabilities { background: #0a291f; }
.vertical-homepage .vertical-capability-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 100px; }
.vertical-homepage .vertical-capability-copy { position: sticky; top: 120px; }
.vertical-homepage .vertical-capability-copy h2 { margin: 0; color: #fff; font-size: clamp(48px,5vw,72px); }
.vertical-homepage .vertical-capability-copy h2 em { color: var(--ph-lime); }
.vertical-homepage .vertical-capability-copy > p:not(.eyebrow) { margin: 24px 0; color: #9eb2a9; font-size: 14px; line-height: 1.7; }
.vertical-homepage .vertical-capability-list { display: grid; gap: 12px; }
.vertical-homepage .vertical-capability-list article { display: grid; grid-template-columns: 44px 1fr 40px; gap: 20px; align-items: start; min-height: 184px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: rgba(255,255,255,.045); }
.vertical-homepage .vertical-capability-list article > span { color: var(--ph-lime); font-size: 8px; letter-spacing: .14em; }
.vertical-homepage .vertical-capability-list h3 { margin: 0 0 12px; color: #fff; font-size: 30px; }
.vertical-homepage .vertical-capability-list p { margin: 0; color: #9db1a8; font-size: 12px; line-height: 1.65; }
.vertical-homepage .vertical-capability-list article > svg { width: 24px; color: var(--ph-cyan); }

.vertical-homepage .vertical-continuity { background: var(--ph-forest); }
.vertical-homepage .vertical-continuity-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; }
.vertical-homepage .vertical-continuity h2 { margin: 0; color: #fff; font-size: clamp(52px,5.8vw,80px); }
.vertical-homepage .vertical-continuity h2 em { color: var(--ph-lime); }
.vertical-homepage .vertical-continuity-grid > div:last-child > p { color: #9db2a9; line-height: 1.65; }
.vertical-homepage .vertical-continuity ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.vertical-homepage .vertical-continuity li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.vertical-homepage .vertical-continuity li > svg { width: 22px; color: var(--ph-cyan); }
.vertical-homepage .vertical-continuity li span { display: grid; gap: 5px; color: #9fb3ab; font-size: 12px; }
.vertical-homepage .vertical-continuity li strong { color: #fff; font-size: 14px; }

.vertical-homepage .vertical-faq { background: var(--ph-white); }
.vertical-homepage .vertical-faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; align-items: start; }
.vertical-homepage .vertical-faq-layout > div:first-child { position: sticky; top: 120px; }
.vertical-homepage .vertical-faq h2 { margin: 0 0 22px; font-size: clamp(48px,5vw,70px); }
.vertical-homepage .vertical-faq-list details { border: 0; border-top: 1px solid #dce3dd; border-radius: 0; background: transparent; }
.vertical-homepage .vertical-faq-list details:last-child { border-bottom: 1px solid #dce3dd; }
.vertical-homepage .vertical-faq-list details[open] { background: #f3f5f1; }
.vertical-homepage .vertical-faq-list summary { padding: 22px 12px; color: var(--ph-ink); font-size: 15px; font-weight: 780; }
.vertical-homepage .vertical-faq-list p { padding: 0 60px 22px 12px; color: #5e7068; font-size: 13px; line-height: 1.65; }

.vertical-homepage .vertical-final { background: var(--ph-paper); text-align: center; }
.vertical-homepage .vertical-final > .shell { display: grid; justify-items: center; max-width: 940px; }
.vertical-homepage .vertical-final h2 { margin: 0; font-size: clamp(52px,5.8vw,80px); }
.vertical-homepage .vertical-final > .shell > p:not(.eyebrow) { max-width: 700px; margin: 24px auto 30px; color: #5b6d66; font-size: 16px; line-height: 1.7; }

@media (max-width: 980px) {
  .vertical-homepage .vertical-hero-grid,
  .vertical-homepage .vertical-capability-layout,
  .vertical-homepage .vertical-continuity-grid,
  .vertical-homepage .vertical-faq-layout { grid-template-columns: 1fr; gap: 54px; }
  .vertical-homepage .vertical-product-stage { max-width: 720px; }
  .vertical-homepage .vertical-section-heading { grid-template-columns: 1fr; gap: 18px; }
  .vertical-homepage .vertical-workflow-grid { grid-template-columns: 1fr; }
  .vertical-homepage .vertical-workflow-grid article { min-height: 260px; }
  .vertical-homepage .vertical-workflow-grid h3 { margin-top: 90px; }
  .vertical-homepage .workflow-connector { top: auto; right: 50%; bottom: -23px; transform: rotate(90deg) translateY(-50%); }
  .vertical-homepage .vertical-capability-copy,
  .vertical-homepage .vertical-faq-layout > div:first-child { position: static; }
}

@media (max-width: 620px) {
  .vertical-homepage .vertical-hero { padding-top: 68px; }
  .vertical-homepage .vertical-hero-grid { grid-template-columns: 1fr; gap: 54px; padding-bottom: 74px; }
  .vertical-homepage .vertical-hero h1 { font-size: clamp(46px,14vw,62px); }
  .vertical-homepage .vertical-lead { font-size: 15px; }
  .vertical-homepage .vertical-hero .actions { align-items: stretch; flex-direction: column; }
  .vertical-homepage .vertical-hero .actions a { justify-content: center; }
  .vertical-homepage .vertical-hero-assurances { display: grid; }
  .vertical-homepage .vertical-product-stage { border-radius: 18px; }
  .vertical-homepage .gym-stage-member { grid-template-columns: 46px 1fr; margin: 14px; }
  .vertical-homepage .gym-stage-member > b { display: none; }
  .vertical-homepage .stage-avatar { width: 46px; height: 46px; }
  .vertical-homepage .gym-stage-flow { padding: 0 14px 14px; }
  .vertical-homepage .pool-stage-lanes { grid-template-columns: repeat(2,1fr); padding-inline: 14px; }
  .vertical-homepage .pool-stage-head { padding-inline: 14px; }
  .vertical-homepage .pool-stage-time { margin-inline: 14px; }
  .vertical-homepage .vertical-proof-bar .shell { display: grid; gap: 4px; padding-block: 16px; }
  .vertical-homepage .vertical-proof-bar a { margin: 6px 0 0; }
  .vertical-homepage .vertical-section-heading h2,
  .vertical-homepage .vertical-capability-copy h2,
  .vertical-homepage .vertical-continuity h2,
  .vertical-homepage .vertical-faq h2,
  .vertical-homepage .vertical-final h2 { font-size: 43px; }
  .vertical-homepage .vertical-workflow-grid article { padding: 24px; }
  .vertical-homepage .vertical-workflow-grid h3 { font-size: 29px; }
  .vertical-homepage .vertical-capability-list article { grid-template-columns: 30px 1fr; min-height: 0; padding: 22px; }
  .vertical-homepage .vertical-capability-list article > svg { display: none; }
  .vertical-homepage .vertical-capability-list h3 { font-size: 27px; }
  .product-homepage .footer-legal-owners { display: grid; gap: 16px; }
}
