/* Shared editorial image system for the ZenCampus deck family. */
.slide:first-child .stage {
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 37%, rgba(255, 255, 255, 0.46) 63%, rgba(255, 255, 255, 0.03) 100%),
    url("zencampus-hero.png") !important;
  background-size: cover !important;
  background-position: center center !important;
}

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

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

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

.slide:first-child .footer {
  bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(31, 73, 130, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 26px rgba(26, 57, 100, 0.14);
}

.sales-deck .slide:nth-child(3) .stage::after,
.government-deck .slide:nth-child(5) .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(15, 40, 78, 0.02), rgba(15, 40, 78, 0.10)), url("zencampus-operations.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(22, 50, 92, 0.18);
}

.sales-deck .slide:nth-child(3) .pad,
.government-deck .slide:nth-child(5) .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(5) .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(5) .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(10) .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 46px;
  right: 54px;
  bottom: 80px;
  width: 39%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 40, 78, 0.02), rgba(15, 40, 78, 0.10)), url("zencampus-hero.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(22, 50, 92, 0.18);
}

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

.investor-deck .slide:nth-child(12) .stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 46px;
  right: 54px;
  bottom: 80px;
  width: 39%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 40, 78, 0.02), rgba(15, 40, 78, 0.10)), url("zencampus-legacy.png") center / cover no-repeat;
  box-shadow: 0 24px 70px rgba(22, 50, 92, 0.18);
}

.investor-deck .slide:nth-child(12) .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(42, 111, 224, 0.18);
  border-left: 4px solid var(--accent);
  border-radius: 16px;
  background: rgba(42, 111, 224, 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(34, 181, 125, 0.10);
  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(31, 73, 130, 0.14) !important;
  background: #ffffff !important;
  box-shadow: 0 16px 34px rgba(20, 43, 76, 0.16);
}

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

.slide:last-child .g3 > div > div:last-child {
  color: #5d6f87 !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: #235eaf !important;
  background: #edf3fc !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;
}
