.product-detail-page main {
  padding-top: var(--nav-h);
}

.product-detail-page .skyline-fixed {
  opacity: 0.07;
}

.product-hero {
  padding-top: var(--sp-10);
  padding-bottom: var(--sp-16);
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
  color: var(--text-mid);
  font-size: 0.78rem;
}

.product-breadcrumb a:hover {
  color: var(--accent);
}

.product-hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.42fr);
  gap: var(--sp-10);
  background: var(--card-grad);
  border-radius: var(--r-lg);
  padding: var(--sp-12);
  box-shadow: var(--shadow-card);
}

.product-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-status,
.product-kicker {
  display: inline-flex;
  align-items: center;
  color: var(--color-gold-light);
  font-size: 0.7rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-status {
  padding: var(--sp-2) var(--sp-3);
  border: 1px solid var(--surface-dark-border);
  border-radius: var(--r-full);
  margin-bottom: var(--sp-8);
}

.product-kicker {
  margin-bottom: var(--sp-3);
}

.product-hero-card h1 {
  color: var(--text-on-dark);
  font-size: clamp(2.5rem, 6vw, 4.7rem);
  max-width: 14ch;
  margin-bottom: var(--sp-6);
}

.product-hero-card .product-lead {
  color: var(--text-on-dark-muted);
  max-width: 43rem;
  font-size: 1.08rem;
}

.product-hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--sp-6);
  margin-top: var(--sp-8);
}

.product-text-link {
  color: var(--color-card-text);
  font-size: 0.82rem;
  border-bottom: 1px solid var(--surface-dark-border);
  padding-bottom: var(--sp-1);
}

.product-text-link:hover {
  color: var(--text-on-dark);
}

.product-hero-facts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--sp-3);
}

.product-hero-facts div {
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  padding: var(--sp-5);
  background: var(--surface-dark-soft);
  border: 1px solid var(--surface-dark-border);
  border-radius: var(--r-md);
}

.product-hero-facts span {
  color: var(--text-on-dark-muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-hero-facts strong {
  color: var(--text-on-dark);
  font-size: 0.92rem;
  font-weight: var(--fw-medium);
}

.product-section {
  position: relative;
}

.product-section--compact {
  padding-top: var(--sp-10);
}

.product-section-heading {
  max-width: 45rem;
  margin-bottom: var(--sp-10);
}

.product-section-heading .section-label,
.split-card .section-label,
.pilot-card .section-label {
  margin-bottom: var(--sp-3);
  color: var(--accent);
}

.product-section-heading h2,
.split-card h2,
.pilot-card h2 {
  margin-bottom: var(--sp-4);
}

.product-section-heading p,
.split-card p,
.pilot-card p {
  color: var(--text-mid);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-6);
}

.comparison-column {
  padding: var(--sp-8);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  background: var(--surface-soft);
}

.comparison-column--future {
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

.comparison-column h3 {
  margin-bottom: var(--sp-6);
  color: var(--accent);
}

.comparison-column p {
  position: relative;
  padding: var(--sp-4) 0 var(--sp-4) var(--sp-6);
  color: var(--text-mid);
  border-top: 1px solid var(--border);
}

.comparison-column p::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
}

.product-section--dark {
  background: var(--color-card);
}

.product-section-heading--light h2,
.product-section--dark h2,
.product-section--dark h3 {
  color: var(--text-on-dark);
}

.product-section-heading--light p,
.product-section--dark p {
  color: var(--text-on-dark-muted);
}

.handoff-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: var(--sp-3);
}

.flow-node {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-2);
  padding: var(--sp-6);
  min-height: 9rem;
  border: 1px solid var(--surface-dark-border);
  border-radius: var(--r-md);
  background: var(--surface-dark-soft);
  color: var(--text-on-dark);
  text-align: center;
}

.flow-node--primary {
  background: var(--color-gold);
  color: var(--color-card);
  border-color: var(--color-gold);
}

.flow-node span {
  font-family: var(--font-heading);
  font-size: 1.25rem;
}

.flow-node small {
  color: var(--text-on-dark-muted);
  line-height: 1.5;
}

.flow-node--primary small {
  color: var(--color-card);
}

.flow-arrow {
  align-self: center;
  color: var(--color-gold-light);
}

.feature-grid,
.technology-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--sp-5);
}

.feature-grid article,
.technology-grid article {
  padding: var(--sp-6);
  border-top: 1px solid var(--border-strong);
  background: var(--surface-soft);
}

.feature-number,
.process-grid > li > span {
  display: block;
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  margin-bottom: var(--sp-8);
}

.feature-grid h3,
.technology-grid h3,
.process-grid h3 {
  margin-bottom: var(--sp-3);
}

.feature-grid p,
.technology-grid p,
.process-grid p {
  color: var(--text-mid);
  font-size: 0.94rem;
}

.split-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-6);
}

.split-grid--wide {
  align-items: start;
}

.split-card,
.pilot-card {
  padding: var(--sp-10);
  border-radius: var(--r-lg);
  border: 1px solid var(--border-strong);
  background: var(--surface-strong);
}

.split-card--dark,
.pilot-card,
.final-cta-card {
  background: var(--card-grad);
  box-shadow: var(--shadow-card);
}

.split-card--dark h2,
.split-card--dark p,
.pilot-card h2,
.pilot-card p,
.final-cta-card h2,
.final-cta-card p {
  color: var(--text-on-dark);
}

.split-card--dark p,
.pilot-card p,
.final-cta-card p {
  color: var(--text-on-dark-muted);
}

.integration-list,
.hosting-options,
.format-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin: var(--sp-6) 0;
}

.integration-list span,
.hosting-options span,
.format-list span {
  padding: var(--sp-2) var(--sp-4);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-full);
  font-size: 0.78rem;
}

.split-card--dark .integration-list span {
  border-color: var(--surface-dark-border);
  color: var(--color-card-text);
}

.split-card small {
  color: var(--text-on-dark-muted);
}

.pilot-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  gap: var(--sp-10);
}

.pilot-steps {
  list-style: decimal;
  padding-left: var(--sp-6);
  color: var(--color-card-text);
}

.pilot-steps li {
  padding: var(--sp-3) 0;
  border-bottom: 1px solid var(--surface-dark-border);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(12rem, 0.35fr) minmax(0, 1fr);
  gap: var(--sp-12);
}

.faq-list details {
  border-top: 1px solid var(--border-strong);
  padding: var(--sp-5) 0;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--border-strong);
}

.faq-list summary {
  color: var(--text);
  cursor: pointer;
  font-weight: var(--fw-medium);
  padding-right: var(--sp-6);
}

.faq-list p {
  color: var(--text-mid);
  margin-top: var(--sp-3);
  max-width: 47rem;
}

.final-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-10);
  padding: var(--sp-10);
  border-radius: var(--r-lg);
}

.final-cta-card div {
  max-width: 39rem;
}

.final-cta-card h2 {
  margin-bottom: var(--sp-3);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--sp-4);
  list-style: none;
}

.process-grid li {
  padding: var(--sp-6);
  background: var(--surface-strong);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
}

.privacy-list {
  display: grid;
  gap: var(--sp-3);
}

.privacy-list li {
  color: var(--color-card-text);
  padding: var(--sp-4) var(--sp-5);
  border: 1px solid var(--surface-dark-border);
  border-radius: var(--r-md);
  background: var(--surface-dark-soft);
}

.product-footer-inner {
  width: 100%;
}

.product-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-6);
  color: var(--text-on-dark-muted);
  font-size: 0.82rem;
}

.product-footer-links a:hover {
  color: var(--color-gold-light);
}

@media (max-width: 900px) {
  .product-hero-card,
  .pilot-card,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .handoff-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .feature-grid,
  .technology-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-hero-card,
  .split-card,
  .pilot-card,
  .final-cta-card {
    padding: var(--sp-6);
  }

  .product-hero-card {
    grid-template-columns: 1fr;
  }

  .comparison-grid,
  .split-grid,
  .feature-grid,
  .technology-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .final-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-footer-links {
    flex-direction: column;
    gap: var(--sp-3);
  }
}
