.v2-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: #163f68;
  border-bottom: 3px solid #4f8fcf;
}

.v2-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 260px;
  font-size: 13px;
  font-weight: 700;
}

.v2-brand img {
  width: 84px;
  height: 36px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.v2-jumps,
.v2-controls {
  display: flex;
  align-items: center;
  gap: 7px;
}

.v2-topbar button {
  min-height: 30px;
  padding: 5px 10px;
  color: inherit;
  cursor: pointer;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 6px;
}

.v2-topbar button:hover,
.v2-topbar button.active { background: rgba(255,255,255,.22); }
.v2-controls span { min-width: 54px; text-align: center; font-size: 12px; }

.v2-slide {
  position: relative;
  width: min(1280px, calc(100vw - 48px));
  aspect-ratio: 16 / 9;
  margin: 0 auto 28px;
  overflow: hidden;
  color: #142638;
  background: #f8fafc;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(12,33,53,.16);
  scroll-margin-top: 66px;
}

.v2-slide.dark {
  color: #fff;
  background: linear-gradient(135deg, #285a84 0%, #163f68 58%, #102e4b 100%);
}

.v2-pad {
  position: absolute;
  inset: 42px 58px 72px;
  display: flex;
  flex-direction: column;
}

.v2-page {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 2;
  color: #627487;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.dark .v2-page { color: rgba(255,255,255,.72); }
.v2-kicker {
  margin-bottom: 9px;
  color: #286bb0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dark .v2-kicker { color: #a9d6ff; }
.v2-slide h1 { max-width: 930px; margin: 0 0 18px; font-size: 68px; line-height: .98; }
.v2-slide h2 { max-width: 1090px; margin: 0 0 12px; font-size: 42px; line-height: 1.04; }
.v2-slide h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.12; }
.v2-lede { max-width: 1010px; margin: 0 0 20px; color: #415569; font-size: 20px; line-height: 1.28; }
.dark .v2-lede { color: rgba(255,255,255,.82); }

.v2-footer {
  position: absolute;
  right: 0;
  bottom: -54px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4px 18px;
  padding-top: 8px;
  color: #607285;
  border-top: 1px solid #ced8e2;
  font-size: 11px;
}

.v2-footer small { flex-basis: 100%; color: #7c8c9b; font-size: 9px; }
.dark .v2-footer { color: rgba(255,255,255,.75); border-top-color: rgba(255,255,255,.22); }
.dark .v2-footer small { color: rgba(255,255,255,.52); }

.v2-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v2-status.done { color: #126241; background: #dff3e9; }
.v2-status.interim { color: #755006; background: #fff0c8; }
.v2-status.waiting { color: #8a411f; background: #ffe3d4; }
.v2-status.deferred { color: #596571; background: #e8edf2; }
.v2-status.review { color: #245997; background: #dfedfb; }

.v2-two {
  display: grid;
  flex: 1;
  grid-template-columns: 1.2fr .8fr;
  gap: 24px;
  min-height: 0;
}

.v2-two.equal { grid-template-columns: 1fr 1fr; }
.v2-proof {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border: 1px solid #d5dee7;
  border-radius: 8px;
}

.v2-proof img { width: 100%; height: calc(100% - 30px); object-fit: cover; object-position: top; }
.v2-proof.contain img { object-fit: contain; background: #edf2f7; }
.v2-proof figcaption { min-height: 30px; padding: 7px 10px; color: #607285; font-size: 10px; }
.v2-stack { display: grid; align-content: start; gap: 12px; }
.v2-card { padding: 17px; background: #fff; border: 1px solid #d6e0e9; border-left: 5px solid #4f8fcf; border-radius: 7px; }
.v2-card.green { border-left-color: #3b9b7a; }
.v2-card.gold { border-left-color: #d49a36; }
.v2-card p { margin: 5px 0 0; color: #4a5d70; font-size: 14px; line-height: 1.3; }
.v2-card strong { display: block; font-size: 16px; }
.v2-quote { padding: 22px 24px; color: #17344f; background: #eaf3fc; border-left: 7px solid #286bb0; font-size: 20px; line-height: 1.35; }
.v2-list { margin: 0; padding-left: 20px; color: #3f5366; font-size: 15px; line-height: 1.45; }
.v2-list li { margin-bottom: 7px; }
.v2-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 16px; }
.v2-metric { padding: 15px; background: #fff; border-top: 4px solid #286bb0; }
.v2-metric strong { display: block; color: #286bb0; font-size: 32px; }
.v2-metric span { color: #526579; font-size: 12px; }

.v2-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 13px;
  margin: 18px 0;
}

.v2-flow article { padding: 20px; background: #fff; border-top: 5px solid #4f8fcf; }
.v2-flow .arrow { align-self: center; color: #286bb0; font-size: 28px; }
.v2-flow small,.v2-flow strong { display: block; }
.v2-flow small { margin-bottom: 8px; color: #687b8e; text-transform: uppercase; letter-spacing: .08em; }
.v2-flow p { margin: 8px 0 0; color: #4b5f72; font-size: 13px; }

.v2-footer-before img { height: 365px; }
.v2-palette-grid { display: grid; flex: 1; grid-template-columns: 1fr 1fr; gap: 20px; min-height: 0; }
.v2-palette-option { overflow: hidden; background: #fff; border: 1px solid #d5e0ea; border-radius: 9px; }
.v2-palette-head { padding: 13px 16px; border-bottom: 1px solid #dce4eb; }
.v2-palette-head strong { display: block; }
.v2-palette-head span { color: #607285; font-size: 12px; }
.v2-newsletter-mock { padding: 22px; color: #182430; background: #eaf3fc; text-align: center; }
.v2-newsletter-mock strong { display:block; margin-bottom: 9px; font-size: 24px; }
.v2-input-row { display: flex; justify-content: center; gap: 8px; }
.v2-input-row i { width: 210px; padding: 10px; color: #8594a3; background: #fff; font-style: normal; text-align: left; }
.v2-input-row b { padding: 10px 16px; color: #fff; background: #18489c; }
.v2-footer-mock { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 175px; padding: 24px; }
.v2-footer-mock img { width: 210px; }
.v2-footer-mock ul { margin: 0; padding: 0; list-style: none; font-size: 13px; line-height: 1.8; }
.v2-footer-mock.light { color: #182430; background: #f8fafc; }
.v2-footer-mock.medium { color: #fff; background: #285a84; }
.v2-footer-mock.medium img { filter: brightness(0) invert(1); }
.v2-swatches { display:flex; gap:8px; padding: 12px 16px; }
.v2-swatch { flex:1; min-height:36px; padding:8px; border:1px solid rgba(0,0,0,.08); font-size:10px; }

.v2-table { width:100%; border-collapse:collapse; background:#fff; font-size:11.5px; line-height:1.15; }
.v2-table th { padding:7px 8px; color:#fff; background:#163f68; text-align:left; text-transform:uppercase; letter-spacing:.04em; }
.v2-table td { padding:6px 8px; border-bottom:1px solid #d8e1e9; vertical-align:top; }
.v2-table tr:nth-child(even) td { background:#f3f6f9; }
.v2-table td:first-child { width:4%; text-align:center; font-weight:800; }
.v2-table td:nth-child(2) { width:17%; font-weight:700; }
.v2-table td:nth-child(3) { width:10%; }
.v2-table td:nth-child(4) { width:17%; font-weight:700; }
.v2-table .done { color:#126241; }.v2-table .interim{color:#755006}.v2-table .waiting{color:#994421}.v2-table .deferred{color:#65717c}.v2-table .review{color:#245997}

.v2-next-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:16px; }
.v2-next-grid article { min-height:128px; padding:18px; background:rgba(255,255,255,.09); border-top:4px solid #7db6ee; }
.v2-next-grid article:nth-child(2n) { border-color:#79ceb2; }
.v2-next-grid span { display:block; margin-bottom:10px; color:#a9d6ff; font-size:11px; }
.v2-next-grid strong { font-size:17px; }
.v2-next-grid p { margin:8px 0 0; color:rgba(255,255,255,.78); font-size:13px; }

@media (max-width: 850px) {
  .v2-jumps { display:none; }
  .v2-slide { width: calc(100vw - 18px); }
  .v2-pad { inset: 30px 34px 64px; }
  .v2-slide h2 { font-size: 30px; }
  .v2-lede { font-size: 16px; }
}
