/* Dedicated styles for platform-digital-prestarts.html */
.pdp-page {
  background: #ffffff;
}

.pdp-hero {
  padding: 72px 0 64px;
  border-bottom: 1px solid var(--border);
}

.pdp-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 44px;
  align-items: center;
}

.pdp-kicker {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(17, 17, 17, 0.68);
  margin: 0 0 14px;
}

.pdp-hero h1 {
  margin: 0 0 16px;
  font-size: 48px;
  line-height: 1.15;
  color: #111111;
}

.pdp-hero h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 600;
  color: #1f2937;
}

.pdp-hero p {
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
  color: #475569;
  max-width: 680px;
}

.pdp-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  display: block;
}

.pdp-section {
  padding: 74px 0;
  border-bottom: 1px solid var(--border);
  scroll-margin-top: calc(var(--header-height) + 100px);
}

.pdp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.pdp-split.reverse .pdp-media {
  order: -1;
}

.pdp-section h3 {
  margin: 0 0 14px;
  font-size: 34px;
  line-height: 1.2;
  color: #111827;
}

.pdp-section p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #475569;
}

.pdp-list {
  margin: 0;
  padding-left: 20px;
  color: #1f2937;
}

.pdp-list li {
  margin-bottom: 9px;
  line-height: 1.5;
}

.pdp-media img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  display: block;
}

.pdp-equipment {
  text-align: left;
}

.pdp-equipment .pdp-media-small {
  margin: 30px auto 0;
  max-width: 600px;
}

.pdp-wordmark {
  margin-top: 22px;
}

.pdp-wordmark img {
  width: 180px;
  max-width: 100%;
  opacity: 0.75;
  display: block;
}

.pdp-equipment .pdp-media-small img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  display: block;
}

.pdp-cta {
  padding: 82px 0;
  background: #f5f7fa;
}

.pdp-cta-card {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.pdp-cta-card h3 {
  margin: 0 0 12px;
  font-size: 40px;
  color: #111827;
}

.pdp-cta-card p {
  margin: 0 0 28px;
  font-size: 18px;
  color: #475569;
}

@media (max-width: 980px) {
  .pdp-hero-grid,
  .pdp-split {
    grid-template-columns: 1fr;
  }

  .pdp-split.reverse .pdp-media {
    order: 0;
  }

  .pdp-hero h1 {
    font-size: 40px;
  }

  .pdp-cta-card h3 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .pdp-hero {
    padding: 46px 0 42px;
  }

  .pdp-section {
    padding: 54px 0;
  }

  .pdp-hero h1 {
    font-size: 34px;
  }

  .pdp-hero h2 {
    font-size: 20px;
  }

  .pdp-hero p,
  .pdp-section p {
    font-size: 16px;
  }

  .pdp-section h3 {
    font-size: 30px;
  }

  .pdp-cta {
    padding: 58px 0;
  }

  .pdp-cta-card h3 {
    font-size: 30px;
  }
}
