
/* ==============================================================
   V4 STRUCTURAL REPAIR
   ============================================================== */

/* The full page should never expose raw, uncontained source fragments. */
.v4-systems-section {
  padding-top: 108px !important;
  padding-bottom: 112px !important;
}

.v4-systems-shell {
  width: min(1320px, calc(100vw - 64px)) !important;
  max-width: 1320px !important;
}

.v4-systems-intro {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(330px,.88fr);
  gap: 58px;
  align-items: end;
  margin: 0 0 34px;
}

.v4-systems-intro .wyget-section-title {
  margin: 0 !important;
  max-width: 820px !important;
}

.v4-systems-intro > p {
  margin: 0 0 4px !important;
  color: #b9cade !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

.v4-systems-index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 26px;
  padding: 17px 0;
  border-top: 1px solid rgba(255,255,255,.11);
  border-bottom: 1px solid rgba(255,255,255,.11);
}

.v4-systems-index span {
  padding: 8px 12px;
  border: 1px solid rgba(128,226,255,.16);
  border-radius: 999px;
  background: rgba(128,226,255,.055);
  color: #aeeeff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.v4-system-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
}

.v4-system-card {
  position: relative;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  padding: 25px 22px 22px;
  overflow: hidden;
  border: 1px solid rgba(128,226,255,.14);
  border-radius: 9px;
  background:
    radial-gradient(circle at 100% 0,rgba(74,180,236,.12),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
  box-shadow: 0 17px 38px rgba(0,0,0,.11);
  transition: transform .22s ease,border-color .22s ease,background .22s ease;
}

.v4-system-card:hover {
  transform: translateY(-3px);
  border-color: rgba(128,226,255,.34);
  background:
    radial-gradient(circle at 100% 0,rgba(74,180,236,.18),transparent 37%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
}

.v4-system-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg,#82e6ff,#427df2);
}

.v4-system-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 19px;
}

.v4-system-card-top span {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  flex: 0 0 35px;
  border: 1px solid rgba(130,230,255,.35);
  border-radius: 50%;
  background: rgba(130,230,255,.08);
  color: #82e6ff;
  font-family: var(--serif);
  font-size: 15px;
}

.v4-system-card-top small {
  color: #84dff8;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.v4-system-card h3 {
  margin: 0 0 13px;
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
  letter-spacing: -.02em;
}

.v4-system-card p {
  flex: 1 1 auto;
  margin: 0 0 21px !important;
  color: #aec1d4 !important;
  font-size: 12.5px !important;
  line-height: 1.68 !important;
}

.v4-system-card a {
  align-self: flex-start;
  color: #8ce9ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
}

.v4-system-card a:hover {
  color: #fff;
}

.v4-systems-summary {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 25px;
  align-items: center;
  margin-top: 20px;
  padding: 31px 34px;
  border: 1px solid rgba(128,226,255,.22);
  border-radius: 11px;
  background:
    radial-gradient(circle at 92% 0,rgba(75,190,244,.18),transparent 35%),
    linear-gradient(145deg,#082348,#0a3d72);
  box-shadow: 0 26px 65px rgba(0,0,0,.19);
}

.v4-systems-summary-number {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(130,230,255,.35);
  border-radius: 50%;
  color: #82e6ff;
  font-family: var(--serif);
  font-size: 46px;
}

.v4-systems-summary small {
  color: #82e6ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.v4-systems-summary h3 {
  margin: 7px 0 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.06;
  letter-spacing: -.025em;
}

.v4-systems-summary p {
  margin: 0 !important;
  max-width: 1040px;
  color: #bfd1e1 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

/* Chapter 05 no longer has a second empty section. */
#chapter-5 .wyget-shell {
  padding-bottom: 59px;
}

.v4-launch-index {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 1px;
  margin-top: 36px;
  border: 1px solid rgba(130,230,255,.18);
  background: rgba(130,230,255,.18);
}

.v4-launch-index article {
  min-height: 125px;
  padding: 19px 17px;
  background: linear-gradient(145deg,rgba(7,27,58,.92),rgba(10,55,103,.90));
}

.v4-launch-index span {
  color: #82e6ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .13em;
}

.v4-launch-index strong {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.v4-launch-index small {
  display: block;
  margin-top: 7px;
  color: #9db3c8;
  font-size: 10px;
  line-height: 1.45;
}

/* Offshore Finance Company capabilities. */
.v4-ofc-capabilities {
  margin-top: 23px;
  overflow: hidden;
  border: 1px solid rgba(130,230,255,.18);
  border-radius: 11px;
  background: rgba(255,255,255,.025);
}

.v4-ofc-capabilities-head {
  display: grid;
  grid-template-columns: 1fr minmax(300px,.75fr);
  gap: 36px;
  align-items: end;
  padding: 30px 31px 25px;
  border-bottom: 1px solid rgba(130,230,255,.14);
  background:
    radial-gradient(circle at 96% 0,rgba(64,177,235,.14),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
}

.v4-ofc-capabilities-head small {
  color: #82e6ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.v4-ofc-capabilities-head h3 {
  margin: 8px 0 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 35px;
  line-height: 1.03;
  letter-spacing: -.03em;
}

.v4-ofc-capabilities-head p {
  margin: 0 !important;
  color: #b7c9da !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.v4-ofc-services {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
}

.v4-ofc-service {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  align-items: center;
  min-height: 74px;
  padding: 14px 19px;
  border-right: 1px solid rgba(130,230,255,.11);
  border-bottom: 1px solid rgba(130,230,255,.11);
}

.v4-ofc-service:nth-child(2n) {
  border-right: 0;
}

.v4-ofc-service:nth-last-child(-n+2) {
  border-bottom: 0;
}

.v4-ofc-service > span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(74,222,164,.35);
  background: rgba(74,222,164,.10);
  color: #65e1ad;
  font-size: 13px;
  font-weight: 900;
}

.v4-ofc-service small {
  display: block;
  color: #6eccec;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}

.v4-ofc-service strong {
  display: block;
  margin-top: 3px;
  color: #eaf5ff;
  font-size: 13px;
  line-height: 1.35;
}

.v4-ofc-acquisition {
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(300px,.78fr);
  gap: 16px;
  margin-top: 16px;
}

.v4-ofc-choice,
.v4-ofc-value {
  min-height: 325px;
  padding: 29px 29px 27px;
  border: 1px solid rgba(130,230,255,.18);
  border-radius: 11px;
}

.v4-ofc-choice {
  background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));
}

.v4-ofc-choice > small,
.v4-ofc-value > small {
  color: #82e6ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
}

.v4-ofc-choice h3 {
  margin: 9px 0 8px;
  color: #fff;
  font-family: var(--serif);
  font-size: 33px;
  line-height: 1.03;
}

.v4-ofc-choice > p {
  color: #b8cadb !important;
  font-size: 13px !important;
}

.v4-ofc-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  margin-top: 21px;
}

.v4-ofc-options > div {
  min-height: 133px;
  padding: 17px;
  border: 1px solid rgba(130,230,255,.13);
  background: rgba(130,230,255,.045);
}

.v4-ofc-options span {
  color: #82e6ff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}

.v4-ofc-options strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 15px;
}

.v4-ofc-options p {
  margin: 7px 0 0 !important;
  color: #9fb5c9 !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}

.v4-ofc-value {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 82% 10%,rgba(130,230,255,.17),transparent 35%),
    linear-gradient(145deg,#0a3d72,#071a36);
  box-shadow: 0 24px 60px rgba(0,0,0,.17);
}

.v4-ofc-value > strong {
  display: block;
  margin-top: 17px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(47px,5vw,73px);
  line-height: .9;
  letter-spacing: -.045em;
}

.v4-ofc-value > span {
  display: block;
  margin-top: 14px;
  color: #8ce9ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.v4-ofc-value p {
  margin: 21px 0 0 !important;
  color: #b8cadb !important;
  font-size: 13px !important;
  line-height: 1.68 !important;
}

/* Prevent an accidental visual gap before the finished footer. */
#section-37 {
  padding-bottom: 88px !important;
}

footer.cte-footer {
  margin-top: 0 !important;
}

/* Responsive behavior. */
@media (max-width: 1120px) {
  .v4-system-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .v4-launch-index {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .v4-launch-index article:nth-child(n+4) {
    grid-column: span 1;
  }
}

@media (max-width: 860px) {
  .v4-systems-intro,
  .v4-ofc-capabilities-head,
  .v4-ofc-acquisition {
    grid-template-columns: 1fr;
  }

  .v4-system-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .v4-systems-summary {
    grid-template-columns: 1fr;
  }

  .v4-systems-summary-number {
    width: 62px;
    height: 62px;
  }

  .v4-launch-index {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 620px) {
  .v4-systems-shell {
    width: calc(100vw - 28px) !important;
  }

  .v4-system-grid,
  .v4-ofc-services,
  .v4-ofc-options,
  .v4-launch-index {
    grid-template-columns: 1fr;
  }

  .v4-system-card {
    min-height: 0;
  }

  .v4-ofc-service,
  .v4-ofc-service:nth-child(2n),
  .v4-ofc-service:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid rgba(130,230,255,.11);
  }

  .v4-ofc-service:last-child {
    border-bottom: 0;
  }

  .v4-systems-summary,
  .v4-ofc-choice,
  .v4-ofc-value {
    padding: 24px 21px;
  }
}
