﻿.home-orbx-teaser {
  width: min(1180px, calc(100% - 20px));
  margin: 14px auto 24px;
  padding: clamp(16px, 2.3vw, 24px);
  border-radius: 18px;
  border: 1px solid #dbe1ea;
  background: #ffffff;
  box-shadow: 0 14px 30px -24px rgba(15, 23, 42, 0.42);
}

.home-orbx-teaser__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 16px;
}

.home-orbx-teaser__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-orbx-teaser__header {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.home-orbx-teaser__kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #cfd8e6;
  background: #f8fafc;
  color: #2b3748;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 5px 11px;
}

.home-orbx-teaser__stamp {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d5dde8;
  background: #ffffff;
  color: #5b6778;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 10px;
}

.home-orbx-teaser__title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.38rem, 2.2vw, 1.95rem);
  line-height: 1.2;
}

.home-orbx-teaser__subtitle {
  margin: 0;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 58ch;
}

.home-orbx-teaser__urgency {
  margin: 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.45;
}

.home-orbx-teaser__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-orbx-teaser__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #d7dee8;
  background: #f8fafc;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  padding: 7px 11px;
}

.home-orbx-teaser__stat strong {
  color: #0f172a;
  font-weight: 800;
}

.home-orbx-teaser__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.home-orbx-teaser__cta,
.home-orbx-teaser__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0 16px;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.home-orbx-teaser__cta {
  border: 1px solid #111827;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 12px 24px -20px rgba(15, 23, 42, 0.74);
}

.home-orbx-teaser__secondary {
  border: 1px solid #cfd8e6;
  background: #ffffff;
  color: #1e293b;
}

.home-orbx-teaser__cta:hover,
.home-orbx-teaser__secondary:hover {
  transform: translateY(-1px);
}

.home-orbx-teaser__preview {
  min-width: 0;
  border: 1px solid #d9e1ec;
  border-radius: 14px;
  background: #f8fafc;
  padding: 10px;
}

.home-orbx-teaser__preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.home-orbx-teaser__preview-head strong {
  color: #1f2937;
  font-size: 0.87rem;
}

.home-orbx-teaser__preview-head span {
  color: #64748b;
  font-size: 0.78rem;
}

.home-orbx-teaser__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(155px, 1fr);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.home-orbx-teaser__clip {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px;
  border-radius: 14px;
  border: 1px solid #d2dae6;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  scroll-snap-align: start;
  background: #0f172a;
}

.home-orbx-teaser__clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.78) 0%, rgba(2, 6, 23, 0.08) 58%);
}

.home-orbx-teaser__clip-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-orbx-teaser__clip-badge {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(2, 6, 23, 0.58);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
}

.home-orbx-teaser__clip-store,
.home-orbx-teaser__clip-title {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.home-orbx-teaser__clip-store {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.home-orbx-teaser__clip-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.32;
  padding-bottom: 10px;
}

@media (max-width: 980px) {
  .home-orbx-teaser {
    width: calc(100% - 16px);
    margin-left: auto;
    margin-right: auto;
  }

  .home-orbx-teaser__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-orbx-teaser__clip {
    min-height: 212px;
  }
}

