.page-products {
  display: block;
}

/* ---------- HERO ---------- */
.page-products .p-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 34px 0 48px;
  border-bottom: 1px solid var(--line);
}

.page-products .p-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(880px 420px at 8% -12%, rgba(255, 106, 43, .20), transparent 62%),
    radial-gradient(760px 400px at 96% -4%, rgba(47, 210, 197, .14), transparent 64%),
    linear-gradient(180deg, var(--c-ink) 0%, var(--c-navy) 100%);
}

.page-products .p-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(168, 182, 198, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(168, 182, 198, .07) 1px, transparent 1px);
  background-size: 62px 62px;
  -webkit-mask-image: radial-gradient(130% 96% at 50% 0%, #000 18%, transparent 76%);
  mask-image: radial-gradient(130% 96% at 50% 0%, #000 18%, transparent 76%);
}

.page-products .p-hero-inner {
  display: grid;
  gap: 32px;
}

.page-products .p-hero h1 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 6.6vw, 68px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.page-products .p-hero .lead {
  max-width: 36em;
  color: var(--c-silver);
}

.page-products .p-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-products .p-hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: start;
}

.page-products .p-hero-stat {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(158deg, rgba(18, 38, 63, .92), rgba(10, 22, 38, .92));
}

.page-products .p-hero-stat .num {
  display: block;
  font-size: clamp(22px, 5vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.page-products .p-hero-stat small {
  display: block;
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text-dim);
}

/* ---------- TIERS ---------- */
.page-products .p-tiers {
  padding-top: 44px;
}

.page-products .p-tier-block {
  margin-top: 30px;
}

.page-products .p-seg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(5, 13, 24, .62);
}

.page-products .p-seg [data-tab] {
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 10px;
  border-radius: var(--r-md);
  background: transparent;
  color: var(--text-dim);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.page-products .p-seg [data-tab] span {
  display: block;
  margin-top: 3px;
  font-family: var(--font-num);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--text-faint);
}

.page-products .p-seg [data-tab]:hover {
  background: rgba(168, 182, 198, .08);
  color: var(--c-white);
}

.page-products .p-seg [data-tab][aria-selected="true"] {
  background: linear-gradient(135deg, var(--c-signal), var(--c-amber));
  color: var(--c-ink);
}

.page-products .p-seg [data-tab][aria-selected="true"] span {
  color: rgba(10, 22, 38, .72);
}

.page-products .p-tier-panels {
  margin-top: 20px;
}

.page-products .p-tier {
  display: grid;
  gap: 22px;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--c-silver);
  border-radius: var(--r-lg);
  background: linear-gradient(158deg, rgba(18, 38, 63, .94), rgba(10, 22, 38, .94));
}

.page-products .p-tier-1 { border-left-color: var(--c-silver); }
.page-products .p-tier-2 { border-left-color: var(--c-cyan); }
.page-products .p-tier-3 { border-left-color: var(--c-amber); }
.page-products .p-tier-4 { border-left-color: var(--c-signal); }

.page-products .p-tier-cycle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(5, 13, 24, .56);
}

.page-products .p-tier-days {
  font-family: var(--font-num);
  font-size: clamp(38px, 9vw, 58px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--c-white);
}

.page-products .p-tier-1 .p-tier-days { color: var(--c-silver); }
.page-products .p-tier-2 .p-tier-days { color: var(--c-cyan); }
.page-products .p-tier-3 .p-tier-days { color: var(--c-amber); }
.page-products .p-tier-4 .p-tier-days { color: var(--c-signal); }

.page-products .p-tier-unit {
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
}

.page-products .p-tier-tag {
  align-self: flex-start;
  margin-top: 6px;
  padding: 4px 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--text-dim);
}

.page-products .p-tier-body h3 {
  margin: 0 0 10px;
  font-size: clamp(19px, 3.6vw, 24px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--c-white);
}

.page-products .p-tier-body p {
  margin: 0;
  max-width: 40em;
  font-size: 16px;
  line-height: 1.78;
  color: var(--text-dim);
}

.page-products .p-tier-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.page-products .p-tier-list li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.68;
  color: var(--c-silver);
}

.page-products .p-tier-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: var(--c-signal);
}

.page-products .p-tier-figure {
  margin: 28px 0 0;
}

/* ---------- MEDIA ---------- */
.page-products img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-products .media {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: linear-gradient(158deg, rgba(18, 38, 63, .9), rgba(5, 13, 24, .9));
}

.page-products .media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .media-caption {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--text-faint);
}

/* ---------- FLOW ---------- */
.page-products .p-flow-grid {
  display: grid;
  gap: 30px;
  margin-top: 28px;
}

.page-products .p-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-products .p-step {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: linear-gradient(150deg, rgba(18, 38, 63, .78), rgba(10, 22, 38, .78));
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.page-products .p-step:hover {
  border-color: rgba(255, 106, 43, .5);
  transform: translateX(3px);
}

.page-products .p-step-no {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  background: var(--c-ink);
  font-family: var(--font-num);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-signal);
}

.page-products .p-step-body h3 {
  margin: 2px 0 6px;
  font-size: 17px;
  font-weight: 700;
  color: var(--c-white);
}

.page-products .p-step-body p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-dim);
}

.page-products .p-step-need {
  margin-top: 8px !important;
  font-size: 13px !important;
  letter-spacing: 0.02em;
  color: var(--c-cyan) !important;
}

.page-products .p-flow-figure {
  margin: 0;
}

/* ---------- CUSTOM ---------- */
.page-products .p-custom-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.page-products .p-custom-figure {
  margin: 0;
}

.page-products .p-custom-copy h2,
.page-products .p-team-copy h2,
.page-products .p-batches h2,
.page-products .p-cta h2 {
  margin: 10px 0 14px;
  font-size: clamp(24px, 4.6vw, 38px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.page-products .p-custom-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 1px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--line);
}

.page-products .p-custom-list li {
  display: grid;
  gap: 4px;
  padding: 13px 16px;
  background: rgba(10, 22, 38, .92);
}

.page-products .p-custom-key {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--text-faint);
}

.page-products .p-custom-val {
  font-size: 15px;
  line-height: 1.6;
  color: var(--c-white);
}

.page-products .p-custom-note {
  margin: 16px 0 0;
  padding-left: 14px;
  border-left: 2px solid var(--c-amber);
  font-size: 14px;
  line-height: 1.72;
  color: var(--text-dim);
}

/* ---------- BATCHES ---------- */
.page-products .p-batch-table {
  margin-top: 26px;
}

.page-products .p-table-caption {
  padding: 0 0 12px;
  text-align: left;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: var(--text-faint);
}

.page-products .p-row-current th,
.page-products .p-row-current td {
  background: rgba(255, 106, 43, .09);
}

.page-products .p-row-current th[scope="row"] {
  color: var(--c-signal);
}

.page-products .p-batch-figure {
  margin: 28px 0 0;
}

/* ---------- TEAM ---------- */
.page-products .p-team-grid {
  display: grid;
  gap: 30px;
  align-items: start;
}

.page-products .p-team-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.page-products .p-team-stat {
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: rgba(18, 38, 63, .7);
}

.page-products .p-team-stat .num {
  display: block;
  font-size: clamp(20px, 4.4vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-white);
}

.page-products .p-team-stat small {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  line-height: 1.5;
  color: var(--text-dim);
}

.page-products .p-team-copy a {
  color: var(--c-cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 210, 197, .4);
}

.page-products .p-team-copy a:hover {
  border-bottom-color: var(--c-cyan);
}

.page-products .p-team-figure {
  margin: 0;
}

/* ---------- CTA ---------- */
.page-products .p-cta-panel {
  display: grid;
  gap: 24px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 106, 43, .28);
  border-radius: var(--r-xl);
  background:
    radial-gradient(620px 300px at 6% 0%, rgba(255, 106, 43, .18), transparent 66%),
    linear-gradient(150deg, rgba(18, 38, 63, .96), rgba(5, 13, 24, .96));
}

.page-products .p-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-start;
}

.page-products .p-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 20px;
}

.page-products .p-cta-links a {
  font-size: 14px;
  color: var(--text-dim);
  text-decoration: none;
  border-bottom: 1px solid var(--line-strong);
  padding-bottom: 2px;
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.page-products .p-cta-links a:hover {
  color: var(--c-white);
  border-bottom-color: var(--c-signal);
}

/* ---------- RESPONSIVE ---------- */
@media (min-width: 760px) {
  .page-products .p-seg {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .p-hero {
    padding: 48px 0 62px;
  }

  .page-products .p-tier {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 30px;
    padding: 28px;
    align-items: stretch;
  }

  .page-products .p-cta-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 36px 34px;
  }
}

@media (min-width: 980px) {
  .page-products .p-hero-inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    gap: 52px;
    align-items: center;
  }

  .page-products .p-flow-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 46px;
    align-items: start;
  }

  .page-products .p-custom-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
  }

  .page-products .p-team-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 46px;
  }

  .page-products .p-steps {
    gap: 14px;
  }
}

@media (min-width: 1180px) {
  .page-products .p-hero h1 {
    letter-spacing: -0.028em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .p-step:hover {
    transform: none;
  }
}
<<<END>>>
