:root {
  --v099-navy: #071a3d;
  --v099-navy-2: #0c285a;
  --v099-blue: #2454c5;
  --v099-cyan: #15b5ed;
  --v099-ink: #0b1430;
  --v099-muted: #56627b;
  --v099-line: #dce5f3;
  --v099-soft: #f3f7fd;
  --v099-white: #fff;
}

.v099-page,
.v099-page * { box-sizing: border-box; }

.v099-page {
  overflow: clip;
  color: var(--v099-ink);
  background: #fff;
}

.v099-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.v099-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0 0 28px;
  color: #6c7890;
  font-size: .9rem;
}

.v099-breadcrumb a { color: #244b9f; text-decoration: none; }
.v099-breadcrumb a:hover { text-decoration: underline; }
.v099-breadcrumb--dark,
.v099-breadcrumb--dark a { color: #d8e6ff; }

.v099-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v099-blue);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.3;
}

.v099-eyebrow::before {
  width: 30px;
  height: 3px;
  border-radius: 99px;
  background: var(--v099-cyan);
  content: "";
}

.v099-watch {
  padding: 109px 0 76px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4fc 100%);
}

.v099-watch__head {
  max-width: 930px;
  margin-bottom: 30px;
}

.v099-watch__head h1,
.v099-hub-hero h1 {
  margin: 18px 0;
  font-size: clamp(2.2rem, 5vw, 5.15rem);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .98;
}

.v099-watch__head p,
.v099-hub-hero p {
  max-width: 790px;
  margin: 0;
  color: var(--v099-muted);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.v099-player {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(33, 81, 183, .25);
  border-radius: 28px;
  background: #020817;
  box-shadow: 0 28px 70px rgba(7, 26, 61, .2);
}

.v099-player iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.v099-video-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.v099-video-meta span {
  padding: 9px 14px;
  border: 1px solid #d2dff1;
  border-radius: 999px;
  background: #fff;
  color: #34425f;
  font-size: .88rem;
  font-weight: 700;
}

.v099-explainer { padding: 90px 0; }

.v099-explainer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 70px;
  align-items: start;
}

.v099-copy h2,
.v099-points h2,
.v099-section-head h2,
.v099-cta h2 {
  margin: 14px 0 24px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.v099-copy p {
  margin: 0 0 18px;
  color: #46536d;
  font-size: 1.08rem;
  line-height: 1.78;
}

.v099-points {
  position: sticky;
  top: 118px;
  padding: 32px;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 95% 0, rgba(21, 181, 237, .25), transparent 38%),
    linear-gradient(145deg, var(--v099-navy), var(--v099-navy-2));
  box-shadow: 0 22px 55px rgba(7, 26, 61, .2);
}

.v099-points__label {
  color: #68d6ff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .15em;
}

.v099-points h2 { margin-bottom: 22px; font-size: clamp(1.8rem, 3vw, 2.55rem); }
.v099-points ul { display: grid; gap: 13px; margin: 0 0 28px; padding: 0; list-style: none; }
.v099-points li { display: flex; gap: 11px; align-items: flex-start; line-height: 1.45; }
.v099-points li span { color: #67dbff; font-weight: 900; }

.v099-btn {
  display: inline-flex;
  min-height: 54px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.v099-btn:hover { transform: translateY(-2px); }
.v099-btn--solid { width: 100%; color: #fff; background: linear-gradient(135deg, #158fdc, #2756d5); box-shadow: 0 12px 28px rgba(22, 98, 214, .3); }
.v099-btn--light { color: #163a8d; background: #fff; box-shadow: 0 12px 28px rgba(0, 0, 0, .12); }
.v099-btn--outline { border-color: rgba(255,255,255,.46); color: #fff; background: rgba(255,255,255,.08); }

.v099-related,
.v099-library { padding: 86px 0; background: var(--v099-soft); }
.v099-section-head { max-width: 760px; margin-bottom: 34px; }

.v099-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.v099-link-grid a {
  display: flex;
  min-height: 92px;
  padding: 22px 24px;
  border: 1px solid var(--v099-line);
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--v099-ink);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(13, 37, 82, .06);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.v099-link-grid a:hover {
  border-color: #72c9f3;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(13, 37, 82, .12);
}

.v099-link-grid strong { color: var(--v099-blue); font-size: 1.3rem; }

.v099-cta {
  padding: 76px 0;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(20, 181, 237, .32), transparent 35%),
    linear-gradient(120deg, #071a3d 0%, #12377d 55%, #2454c5 100%);
}

.v099-cta .v099-eyebrow { color: #7bdcff; }
.v099-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.v099-cta h2 { max-width: 760px; margin-bottom: 14px; }
.v099-cta p { max-width: 700px; margin: 0; color: #d9e6ff; font-size: 1.05rem; line-height: 1.65; }
.v099-cta__actions { display: grid; gap: 12px; min-width: 280px; }

.v099-hub-hero {
  padding: 92px 0 82px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(22, 181, 237, .28), transparent 27%),
    linear-gradient(135deg, #061735, #123477 62%, #2454c5);
}

.v099-hub-hero .v099-eyebrow { color: #71dcff; }
.v099-hub-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; }
.v099-hub-hero h1 { max-width: 760px; margin-bottom: 0; }
.v099-hub-hero p { color: #dbe7ff; }

.v099-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.v099-card {
  overflow: hidden;
  border: 1px solid var(--v099-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(10, 37, 83, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.v099-card:hover {
  border-color: #8bd7f7;
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(10, 37, 83, .14);
}

.v099-card__media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #061735; }
.v099-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.v099-card:hover .v099-card__media img { transform: scale(1.025); }

.v099-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: rgba(8, 31, 72, .86);
  box-shadow: 0 10px 28px rgba(0,0,0,.3);
  transform: translate(-50%, -50%);
}

.v099-card__duration {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 13, 32, .82);
  font-size: .78rem;
  font-weight: 800;
}

.v099-card__body { padding: 25px 26px 28px; }
.v099-card__category { color: var(--v099-blue); font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.v099-card h2 { margin: 12px 0; font-size: clamp(1.35rem, 2.2vw, 1.8rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; }
.v099-card h2 a { color: var(--v099-ink); text-decoration: none; }
.v099-card p { margin: 0 0 20px; color: var(--v099-muted); line-height: 1.65; }
.v099-card__link { color: #1748aa; font-weight: 800; text-decoration: none; }
.v099-card__link:hover { text-decoration: underline; }

.v099-error { width: min(900px, calc(100% - 40px)); margin: 120px auto; text-align: center; }

@media (max-width: 900px) {
  .v099-explainer__grid,
  .v099-hub-hero__grid,
  .v099-cta__inner { grid-template-columns: 1fr; gap: 34px; }
  .v099-points { position: static; }
  .v099-cta__actions { min-width: 0; }
}

@media (max-width: 700px) {
  .v099-container { width: min(100% - 28px, 1180px); }
  .v099-watch { padding: 54px 0 52px; }
  .v099-watch__head h1,
  .v099-hub-hero h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); letter-spacing: -.06em; }
  .v099-watch__head p,
  .v099-hub-hero p { font-size: 1rem; line-height: 1.6; }
  .v099-player { border-radius: 18px; box-shadow: 0 18px 38px rgba(7, 26, 61, .18); }
  .v099-video-meta { gap: 7px; }
  .v099-video-meta span { padding: 7px 10px; font-size: .76rem; }
  .v099-explainer,
  .v099-related,
  .v099-library { padding: 62px 0; }
  .v099-copy h2,
  .v099-section-head h2,
  .v099-cta h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .v099-copy p { font-size: 1rem; line-height: 1.7; }
  .v099-points { padding: 26px 22px; border-radius: 22px; }
  .v099-link-grid,
  .v099-card-grid { grid-template-columns: 1fr; }
  .v099-link-grid a { min-height: 78px; padding: 19px; }
  .v099-cta { padding: 58px 0; }
  .v099-hub-hero { padding: 48px 0 60px; }
  .v099-card { border-radius: 20px; }
  .v099-card__body { padding: 22px 20px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .v099-btn,
  .v099-link-grid a,
  .v099-card,
  .v099-card__media img { transition: none; }
}
