/* Shared editorial image system for the DeepSea Master deck family. */
.slide:first-child .stage {
  background-image:
    linear-gradient(90deg, rgba(3, 14, 22, 0.97) 0%, rgba(3, 14, 22, 0.90) 38%, rgba(3, 14, 22, 0.42) 64%, rgba(3, 14, 22, 0.08) 100%),
    url("deepsea-hero.png") !important;
  background-size: cover !important;
  background-position: center center !important;
}

.slide:first-child .pad {
  padding-right: 570px;
  z-index: 2;
}

.slide:first-child .display {
  font-size: 68px !important;
  line-height: 0.98;
  max-width: 660px;
}

.slide:first-child .lead {
  max-width: 650px !important;
}

.slide:first-child .footer {
  bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: rgba(3, 14, 22, 0.68);
  box-shadow: 0 10px 26px rgba(0, 5, 10, 0.20);
}

.sales-deck .slide:nth-child(3) .stage::after,
.government-deck .slide:nth-child(4) .stage::after,
.investor-deck .slide:nth-child(4) .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 42px;
  right: 54px;
  bottom: 78px;
  width: 43%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(4, 18, 28, 0.02), rgba(4, 18, 28, 0.18)), url("deepsea-bridge.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 6, 12, 0.32);
}

.sales-deck .slide:nth-child(3) .pad,
.government-deck .slide:nth-child(4) .pad,
.investor-deck .slide:nth-child(4) .pad {
  z-index: 1;
  padding-right: 620px;
}

.sales-deck .slide:nth-child(3) .pad > .two,
.government-deck .slide:nth-child(4) .pad > .two,
.investor-deck .slide:nth-child(4) .pad > .two {
  display: block;
}

.sales-deck .slide:nth-child(3) .pad > .two > :last-child,
.government-deck .slide:nth-child(4) .pad > .two > :last-child,
.investor-deck .slide:nth-child(4) .pad > .two > :last-child {
  display: none;
}

.sales-deck .slide:nth-child(12) .stage::after,
.government-deck .slide:nth-child(12) .stage::after,
.investor-deck .slide:nth-child(9) .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 46px;
  right: 54px;
  bottom: 80px;
  width: 39%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(4, 18, 28, 0.04), rgba(4, 18, 28, 0.12)), url("deepsea-tiers.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(0, 6, 12, 0.28);
}

.sales-deck .slide:nth-child(12) .pad,
.government-deck .slide:nth-child(12) .pad,
.investor-deck .slide:nth-child(9) .pad {
  z-index: 1;
  padding-right: 560px;
}

.price-stack {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.price-tier {
  padding: 18px 20px;
  border: 1px solid rgba(29, 184, 232, 0.26);
  border-left: 4px solid var(--accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.price-tier .price {
  color: var(--accent);
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
}

.price-tier .label {
  margin-top: 6px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.price-tier .detail {
  margin-top: 5px;
  color: var(--ink2);
  font-size: 13px;
  line-height: 1.4;
}

.commercial-note {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(29, 184, 232, 0.09);
  color: var(--ink2);
  font-size: 13px;
  line-height: 1.45;
}

/* Canonical Rax-Tech branding and closing-slide legibility. */
.logo-img,
.logo-k {
  background-image: url("rax-tech-logo.png") !important;
}

.slide:first-child .kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.slide:first-child .kicker > svg {
  display: none;
}

.slide:first-child .kicker::before {
  width: 30px;
  height: 21px;
  flex: none;
  background: url("rax-tech-logo.png") center / contain no-repeat;
  content: "";
}

.slide:last-child .g3 > div {
  border-color: rgba(8, 55, 78, 0.14) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(2, 28, 42, 0.16);
}

.slide:last-child .g3 > div > div {
  color: #12364a !important;
}

.slide:last-child .g3 > div > div:last-child {
  color: #557184 !important;
}

.slide:last-child .g3 > div:first-child > div:first-child {
  width: 72px !important;
  height: 44px !important;
  background: url("rax-tech-logo.png") left center / contain no-repeat !important;
}

.slide:last-child .g3 > div:first-child > div:first-child svg {
  display: none;
}

.slide:last-child .closing-logo {
  display: block;
  width: 72px;
  height: 44px;
  margin-bottom: 11px;
  object-fit: contain;
  object-position: left center;
}

.slide:last-child .g3 > div:not(:first-child) > div:first-child {
  color: #0d7398 !important;
  background: #e7f6fb !important;
}

.slide:last-child .ph {
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
}
