/* OLDDAT Recibos de Sueldo - video comercial 2026-07-31 */
.video-demo-section {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #ffffff;
}
.video-demo-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.75rem;
}
.video-demo-heading > div { max-width: 760px; }
.video-demo-heading h2,
.video-page-hero h1 { color: #073a67; }
.video-demo-heading p:last-child { margin-bottom: 0; }
.video-demo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .85fr);
  gap: 1.4rem;
  align-items: stretch;
}
.video-demo-player {
  position: relative;
  overflow: hidden;
  border: 1px solid #c9deef;
  border-radius: 20px;
  background: #061f36;
  box-shadow: 0 22px 55px rgba(7, 58, 103, .16);
}
.video-demo-player video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #061f36;
}
.video-demo-steps {
  list-style: none;
  margin: 0;
  padding: 1rem;
  display: grid;
  gap: .65rem;
  border: 1px solid #c9deef;
  border-radius: 20px;
  background: #f7fbfe;
}
.video-demo-steps li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: .75rem;
  align-items: center;
  padding: .72rem .75rem;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #dbe9f4;
}
.video-demo-steps li > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #076aa6;
  color: #ffffff;
  font-weight: 800;
}
.video-demo-steps strong,
.video-demo-steps small { display: block; }
.video-demo-steps strong { color: #073a67; }
.video-demo-steps small { margin-top: .15rem; color: #587086; line-height: 1.35; }
.video-demo-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .45rem .8rem;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #eaf5fc;
  color: #274e6c;
}
.video-demo-note strong { color: #073a67; }
.video-demo-note a { margin-left: auto; font-weight: 700; color: #075f94; }

.video-page-main { background: #f4f9fd; }
.video-page-hero { padding: clamp(2.5rem, 5vw, 4.5rem) 0; }
.video-page-hero .breadcrumbs { margin-bottom: 1rem; }
.video-page-intro { max-width: 850px; margin-bottom: 1.5rem; }
.video-page-intro p { font-size: 1.08rem; }
.video-page-player { max-width: 1080px; margin: 0 auto; }
.video-page-player video { min-height: auto; }
.video-page-content { padding: 0 0 clamp(3rem, 6vw, 5rem); }
.video-page-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.video-page-panel {
  border: 1px solid #c9deef;
  border-radius: 18px;
  background: #ffffff;
  padding: 1.4rem;
}
.video-page-panel h2 { margin-top: 0; color: #073a67; }
.video-page-transcript { padding-left: 1.2rem; }
.video-page-transcript li { margin-bottom: .65rem; }
.video-page-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }

@media (max-width: 900px) {
  .video-demo-heading { align-items: flex-start; flex-direction: column; }
  .video-demo-grid, .video-page-copy { grid-template-columns: 1fr; }
  .video-demo-player video { min-height: auto; }
  .video-demo-note a { margin-left: 0; width: 100%; }
}

@media (max-width: 560px) {
  .video-demo-section { padding: 2.5rem 0; }
  .video-demo-heading .btn { width: 100%; text-align: center; }
  .video-demo-player, .video-demo-steps, .video-page-panel { border-radius: 14px; }
}
