/* 3E VIDEO SEO V2 */
.three-video-home-link {
  display: flex;
  justify-content: center;
  margin: 16px 0 0;
}
.three-video-home-link .btn {
  min-width: 250px;
  text-align: center;
}
.three-video-watch-main {
  background:
    radial-gradient(circle at 12% 8%, rgba(36, 99, 235, 0.10), transparent 34%),
    linear-gradient(180deg, #f6f9fd 0%, #ffffff 44%, #f6f9fd 100%);
  color: #0a1d38;
}
.three-video-watch-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 42px 0 70px;
}
.three-video-watch-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  color: #607089;
  font-size: 13px;
  line-height: 1.4;
}
.three-video-watch-breadcrumb a {
  color: #174ea6;
  font-weight: 750;
  text-decoration: none;
}
.three-video-watch-breadcrumb a:hover { text-decoration: underline; }
.three-video-watch-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 360px);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}
.three-video-watch-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 13px;
  padding: 6px 11px;
  border: 1px solid #c9d8ee;
  background: #edf4ff;
  color: #124a91;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.three-video-watch-title {
  max-width: 820px;
  margin: 0;
  color: #071a37;
  font-size: clamp(34px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.three-video-watch-lead {
  max-width: 820px;
  margin: 18px 0 0;
  color: #42536c;
  font-size: 18px;
  line-height: 1.65;
}
.three-video-watch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.three-video-watch-actions .btn {
  min-width: 155px;
  text-align: center;
}
.three-video-watch-player-card {
  overflow: hidden;
  border: 1px solid #cbd7e6;
  background: #06152d;
  box-shadow: 0 22px 58px rgba(6, 27, 58, 0.16);
}
.three-video-watch-player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #06152d;
  object-fit: contain;
}
.three-video-watch-caption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  margin: 0;
  padding: 13px 17px;
  background: #ffffff;
  color: #526279;
  font-size: 12px;
  line-height: 1.45;
}
.three-video-watch-caption strong { color: #0b2345; }
.three-video-watch-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 26px;
  margin-top: 34px;
}
.three-video-watch-panel {
  padding: 28px;
  border: 1px solid #d5dfec;
  background: #ffffff;
}
.three-video-watch-panel h2 {
  margin: 0 0 14px;
  color: #071a37;
  font-size: 26px;
  font-weight: 880;
  letter-spacing: -0.025em;
}
.three-video-watch-panel p {
  margin: 0 0 14px;
  color: #44546b;
  font-size: 15px;
  line-height: 1.75;
}
.three-video-watch-panel p:last-child { margin-bottom: 0; }
.three-video-watch-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.three-video-watch-list li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid #dce5f0;
  background: #f8fbff;
  color: #223955;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}
.three-video-watch-list li::before {
  position: absolute;
  top: 11px;
  left: 14px;
  content: "✓";
  color: #168449;
  font-size: 17px;
  font-weight: 900;
}
.three-video-watch-links {
  display: grid;
  gap: 11px;
}
.three-video-watch-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 13px 15px;
  border: 1px solid #d6e0ec;
  background: #f9fbfe;
  color: #0a2b58;
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}
.three-video-watch-links a::after {
  content: "→";
  color: #1768d5;
  font-size: 20px;
  line-height: 1;
}
.three-video-watch-links a:hover {
  border-color: #87aee3;
  background: #edf5ff;
}
.three-video-watch-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  padding: 27px 30px;
  background: #071a37;
  color: #ffffff;
}
.three-video-watch-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 880;
}
.three-video-watch-cta p {
  margin: 7px 0 0;
  color: #d6e2f2;
  font-size: 14px;
  line-height: 1.6;
}
.three-video-watch-cta .btn {
  min-width: 170px;
  text-align: center;
}
@media (max-width: 880px) {
  .three-video-watch-shell {
    width: calc(100% - 24px);
    padding: 28px 0 48px;
  }
  .three-video-watch-hero,
  .three-video-watch-content-grid,
  .three-video-watch-cta {
    grid-template-columns: 1fr;
  }
  .three-video-watch-actions { justify-content: flex-start; }
  .three-video-watch-title { font-size: clamp(32px, 10vw, 48px); }
  .three-video-watch-lead { font-size: 16px; }
  .three-video-watch-panel { padding: 21px; }
  .three-video-watch-cta { padding: 23px 21px; }
}
@media (max-width: 520px) {
  .three-video-home-link .btn,
  .three-video-watch-actions .btn,
  .three-video-watch-cta .btn {
    width: 100%;
    min-width: 0;
  }
  .three-video-watch-actions {
    display: grid;
    width: 100%;
  }
  .three-video-watch-caption { display: block; }
  .three-video-watch-caption span {
    display: block;
    margin-top: 5px;
  }
}

