/* Slide 04 — The Product */

.slide-product { padding: 0; }

.slide-product .s4-eyebrow {
  position: absolute;
  top: 96px; left: 96px;
  display: flex; align-items: center; gap: 18px;
  font-size: 24px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream); opacity: 0.85;
}
.slide-product .s4-eyebrow .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 14px rgba(252,138,20,0.85);
}
.slide-product .s4-eyebrow .sep { color: var(--orange); font-weight: 800; opacity: 0.55; }

.slide-product .s4-head {
  position: absolute;
  top: 196px; left: 96px; right: 96px;
}
.slide-product .s4-headline { white-space: nowrap; }
.slide-product .s4-headline br { display: none; }
.slide-product .s4-headline em { display: block; white-space: nowrap; }
.slide-product .s4-headline {
  font-size: 96px; font-weight: 900;
  line-height: 0.98; letter-spacing: -0.028em;
  margin: 0; color: var(--white);
}
.slide-product .s4-headline em { color: var(--orange); font-style: normal; }
.slide-product .s4-sub {
  margin: 28px 0 0;
  font-size: 26px; font-weight: 500;
  line-height: 1.4; color: var(--cream);
  max-width: 1100px; letter-spacing: -0.003em;
}

/* Four-column grid */
.slide-product .s4-grid {
  position: absolute;
  left: 96px; right: 96px;
  top: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  border-top: 1px solid rgba(252,138,20,0.45);
  padding-top: 36px;
}
.slide-product .s4-col {
  padding: 0 40px;
  border-right: 1px solid rgba(252,138,20,0.28);
}
.slide-product .s4-col:last-child { border-right: none; }

.slide-product .s4-icon {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.slide-product .s4-icon svg {
  height: 100%;
  width: auto;
  display: block;
}
.slide-product .s4-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--white);
  margin: 0 0 16px;
}
.slide-product .s4-body {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  color: var(--cream);
  letter-spacing: -0.003em;
  margin: 0;
}

/* Bottom broadcast strip */
.slide-product .s4-strip {
  position: absolute;
  left: 96px; right: 96px;
  bottom: 140px;
  height: 1px;
  background: var(--orange);
}
.slide-product .s4-strip::before,
.slide-product .s4-strip::after {
  content: "";
}
.slide-product .s4-strip-ticks {
  position: absolute;
  left: 96px; right: 96px;
  bottom: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  pointer-events: none;
}
.slide-product .s4-strip-ticks .tick {
  width: 1px;
  height: 18px;
  background: var(--orange);
  justify-self: center;
}

.slide-product .s4-page {
  position: absolute;
  left: 96px; bottom: 56px;
  display: flex; align-items: baseline; gap: 16px;
  font-variant-numeric: tabular-nums;
}
.slide-product .s4-page .n {
  font-size: 28px; font-weight: 900; color: var(--orange);
  letter-spacing: -0.02em;
}
.slide-product .s4-page .of {
  font-size: 14px; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream); opacity: 0.55;
}
.slide-product .s4-logo {
  position: absolute;
  right: 96px; bottom: 45px;
  height: 56px;
  opacity: 0.95;
}
