.slider-container.hero-home-premium {
  min-height: min(100vh, 980px);
  padding: 162px 0 108px;
  background:
    radial-gradient(circle at 12% 14%, rgba(253, 181, 33, 0.22), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(93, 108, 134, 0.16), transparent 18%),
    linear-gradient(140deg, #040507 0%, #0b1018 44%, #131925 100%);
}

.hero-home-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.88) 0%, rgba(5, 7, 10, 0.62) 30%, rgba(5, 7, 10, 0.18) 58%, rgba(5, 7, 10, 0.48) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.04) 0%, rgba(5, 7, 10, 0.78) 100%);
  z-index: 1;
}

.hero-home-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 50%, rgba(255, 255, 255, 0.04), transparent 24%),
    linear-gradient(120deg, transparent 0%, rgba(253, 181, 33, 0.06) 48%, transparent 72%);
  z-index: 0;
}

.hero-home-shell {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(340px, 520px) minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.hero-home-copy-card {
  position: relative;
  z-index: 3;
  margin-right: -78px;
  padding: 44px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(10, 13, 18, 0.94) 0%, rgba(7, 10, 15, 0.88) 100%);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(18px);
}

.hero-home-copy-card::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 22px;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #fdb521 0%, rgba(253, 181, 33, 0.14) 100%);
}

.hero-home-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  color: #f3cd73;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-home-copy-card h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(3rem, 5.4vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-home-subtitle {
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.8;
}

.hero-home-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 28px;
}

.hero-home-action-row .btn.btn-warning {
  min-height: 52px;
  padding: 0 26px;
  font-weight: 700;
}

.hero-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-home-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.hero-home-proof-row {
  display: grid;
  gap: 14px;
}

.hero-home-proof {
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.hero-home-proof span {
  display: block;
  margin-bottom: 8px;
  color: #fdb521;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-home-proof strong {
  display: block;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-home-stage {
  position: relative;
  min-height: 720px;
}

.hero-home-stage-glow {
  position: absolute;
  top: 6%;
  right: 3%;
  width: 78%;
  height: 84%;
  border-radius: 42px;
  background:
    radial-gradient(circle, rgba(253, 181, 33, 0.22) 0%, rgba(253, 181, 33, 0.06) 38%, transparent 74%);
  filter: blur(28px);
}

.hero-home-stage-frame {
  position: relative;
  min-height: 720px;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #06080b;
  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.hero-home-stage-frame::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 1;
}

.hero-home-stage-frame.is-video-fallback .hero-home-chip::after {
  content: "Fallback";
  display: inline-flex;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(253, 181, 33, 0.18);
  color: #f3cd73;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-home-poster,
.hero-home-inline-video,
.hero-home-shade {
  position: absolute;
  inset: 0;
}

.hero-home-poster {
  background: #040507 center center / cover no-repeat;
  transform: scale(1.04);
  filter: saturate(0.94) contrast(1.03);
}

.hero-home-inline-video {
  overflow: hidden;
  z-index: 0;
  background: #05070a;
}

.hero-home-inline-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  filter: brightness(0.82) saturate(0.96) contrast(1.06);
}

.hero-home-stage-frame.is-inline-video-active .hero-home-poster {
  opacity: 0;
}

.hero-home-shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(4, 6, 9, 0.04) 0%, rgba(4, 6, 9, 0.18) 42%, rgba(4, 6, 9, 0.84) 100%),
    linear-gradient(115deg, rgba(4, 6, 9, 0.38) 0%, rgba(4, 6, 9, 0.08) 44%, rgba(4, 6, 9, 0.5) 100%);
}

.hero-home-stage-top {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-home-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(9, 12, 16, 0.74);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-home-chip-muted {
  color: rgba(255, 255, 255, 0.78);
}

.hero-home-stage-bottom {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 34px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.hero-home-stage-copy {
  max-width: 520px;
}

.hero-home-stage-copy span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-home-stage-copy strong {
  display: block;
  color: #fff;
  font-size: clamp(1.85rem, 2.3vw, 2.7rem);
  line-height: 1.02;
}

.hero-home-mobile-play {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 20px 0 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
.hero-home-mobile-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.hero-home-stage-action-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #101317;
  color: #fdb521;
  font-size: 0.94rem;
}

.hero-home-mobile-play {
  display: none;
}

.home-services-heading {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.12;
}

.slider-container {
  position: relative;
  width: 100%;
  min-height: 72vh;
  padding: 140px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(253, 181, 33, 0.25), transparent 32%),
    linear-gradient(140deg, #0f1115 0%, #171c24 52%, #07090d 100%);
}

.slider-container.hero-video-shell {
  display: flex;
  align-items: center;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 6, 10, 0.15), rgba(4, 6, 10, 0.7));
  z-index: 1;
}

.text-overlay {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.video-poster-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: stretch;
  padding: 32px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 12, 16, 0.45);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.video-poster-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(253, 181, 33, 0.14), transparent 42%);
  pointer-events: none;
}

.video-poster-card.is-video-fallback .video-kicker::after {
  content: "Temporary reel";
  display: inline-flex;
  margin-left: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(253, 181, 33, 0.16);
  color: #fdd66e;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.video-poster-media {
  position: relative;
  min-height: 420px;
  border-radius: 22px;
  overflow: hidden;
  background: #05070a center center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.video-poster-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 12, 0.1), rgba(5, 8, 12, 0.7));
}

.video-poster-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(9, 11, 16, 0.7);
  color: #fff;
  font-size: 0.84rem;
  letter-spacing: 0.03em;
}

.video-poster-play {
  position: absolute;
  inset: auto auto 22px 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-poster-play:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.video-poster-play.is-disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.video-poster-play-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #111;
  color: #fdb521;
  font-size: 0.95rem;
}

.video-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-kicker {
  margin-bottom: 14px;
  color: #fdb521;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-copy h1,
.video-copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  text-shadow: none;
}

.video-copy p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1rem;
  line-height: 1.75;
}

.video-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.video-action-group .btn,
.video-action-group .video-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 600;
}

.video-action-group .btn.btn-warning {
  color: #111;
}

.video-chip {
  cursor: pointer;
}

.video-chip:hover {
  background: rgba(255, 255, 255, 0.14);
}

.video-copy .micro-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.video-experience-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
}

.video-experience-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 10, 14, 0.82);
  backdrop-filter: blur(10px);
}

.video-experience-dialog {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 24px));
  margin: 4vh auto 0;
  padding: 20px;
  border-radius: 22px;
  background: #0d1015;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.42);
}

.video-experience-frame-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

.video-experience-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-experience-title {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}

.video-experience-close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

body.video-modal-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .slider-container.hero-home-premium {
    min-height: auto;
    padding: 134px 0 86px;
  }

  .hero-home-shell {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-home-stage {
    order: 1;
    min-height: 430px;
  }

  .hero-home-stage-frame {
    min-height: 430px;
    border-radius: 30px;
  }

  .hero-home-copy-card {
    order: 2;
    margin: -56px 18px 0;
    padding: 30px 24px 24px;
    border-radius: 28px;
  }

  .hero-home-mobile-play {
    display: inline-flex;
  }

  .hero-home-stage-bottom {
    left: 20px;
    right: 20px;
    bottom: 22px;
  }

  .hero-home-stage-top {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .slider-container {
    min-height: auto;
    padding: 120px 0 72px;
  }

  .video-poster-card {
    grid-template-columns: 1fr;
  }

  .video-poster-media {
    min-height: 320px;
  }
}

@media (max-width: 768px) {
  .slider-container.hero-home-premium {
    padding: 122px 0 74px;
  }

  .hero-home-shell {
    width: min(100%, calc(100% - 16px));
  }

  .hero-home-copy-card h1 {
    font-size: 2.65rem;
    line-height: 0.98;
  }

  .hero-home-subtitle {
    font-size: 0.98rem;
    line-height: 1.72;
  }

  .hero-home-proof strong {
    font-size: 0.94rem;
  }

  .hero-home-stage {
    min-height: 340px;
  }

  .hero-home-stage-frame {
    min-height: 340px;
    border-radius: 24px;
  }

  .hero-home-stage-top {
    gap: 8px;
  }

  .hero-home-chip {
    padding: 8px 12px;
    font-size: 0.68rem;
  }

  .hero-home-stage-copy strong {
    font-size: 1.5rem;
  }

  .hero-home-stage-copy span {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-home-copy-card {
    margin: -42px 10px 0;
    padding: 26px 18px 20px;
  }

  .text-overlay {
    width: min(100%, calc(100% - 20px));
  }

  .video-poster-card {
    padding: 20px;
    gap: 20px;
    border-radius: 22px;
  }

  .video-poster-media {
    min-height: 260px;
  }

  .video-copy h1,
  .video-copy h2 {
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-home-inline-video {
    display: none;
  }

  .hero-home-stage-frame.is-inline-video-active .hero-home-poster {
    opacity: 1;
  }
}
