.video099-section {
  --video099-ink: #0b1635;
  --video099-blue: #244fb7;
  --video099-cyan: #10afe8;
  padding: 72px 0;
  background: #f4f7fc;
  color: var(--video099-ink);
}

.video099-section--dark {
  background: linear-gradient(135deg, #07142c 0%, #112d66 100%);
  color: #fff;
}

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

.video099-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  align-items: center;
  gap: clamp(32px, 5vw, 72px);
}

.video099-copy .video099-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--video099-blue);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.video099-section--dark .video099-copy .video099-kicker { color: #65d1ff; }

.video099-copy .video099-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--video099-cyan);
}

.video099-copy h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 900;
}

.video099-copy p {
  margin: 0 0 18px;
  color: #526077;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
}

.video099-section--dark .video099-copy p { color: #d6e1f4; }

.video099-points {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.video099-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 750;
  line-height: 1.45;
}

.video099-points li::before {
  content: "\2713";
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  border-radius: 50%;
  background: #dff5ff;
  color: #087cb2;
  font-size: 13px;
  font-weight: 900;
}

.video099-player {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(79, 120, 196, .28);
  border-radius: 24px;
  background: #071127;
  box-shadow: 0 24px 65px rgba(6, 22, 57, .24);
}

.video099-player button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #071127;
}

.video099-player img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.video099-player button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 9, 24, .02), rgba(2, 9, 24, .42));
}

.video099-player button:hover img,
.video099-player button:focus-visible img { transform: scale(1.025); opacity: .9; }

.video099-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #10baf0, #2761dc);
  color: #fff;
  box-shadow: 0 14px 35px rgba(7, 22, 55, .45);
}

.video099-play svg { width: 28px; height: 28px; margin-left: 4px; fill: currentColor; }

.video099-watch {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(4, 15, 38, .83);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .02em;
}

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

@media (max-width: 820px) {
  .video099-section { padding: 54px 0; }
  .video099-shell { width: min(100% - 28px, 680px); }
  .video099-grid { grid-template-columns: 1fr; gap: 28px; }
  .video099-copy h2 { font-size: clamp(30px, 9vw, 43px); }
  .video099-copy p { font-size: 17px; }
  .video099-player { border-radius: 18px; }
  .video099-play { width: 64px; height: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  .video099-player img { transition: none; }
}
