/* Home Hero — Horizontal 50/50 Layout (Left: Title | Right: Live Video) — max 450px */

/* Remove top padding from home-main so hero starts right after header */
.home-main {
  padding-top: 0 !important;
}

/* Outer container: full-width, fixed 500px, horizontal flex */
.cam-home-hero-container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: none !important;
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  box-sizing: border-box !important;
  container-type: inline-size;
  margin: 0 0 30px 0 !important;
  padding: 0 48px !important;
  background:
    radial-gradient(ellipse at 50% 45%, transparent 38%, rgba(2, 5, 12, 0.3) 100%),
    radial-gradient(ellipse at 25% 38%, rgba(7, 10, 19, 0.72) 0%, rgba(7, 10, 19, 0.38) 35%, transparent 58%),
    radial-gradient(circle, rgba(255, 255, 255, 0.055) 1px, transparent 1.3px) 0 0 / 28px 28px,
    linear-gradient(112deg, transparent 8%, rgba(255, 101, 132, 0.035) 35%, transparent 53%, rgba(39, 194, 214, 0.055) 78%, transparent 96%),
    radial-gradient(circle at 17% 92%, rgba(255, 101, 132, 0.13) 0%, rgba(255, 101, 132, 0.045) 24%, transparent 46%),
    radial-gradient(circle at 78% 42%, rgba(39, 194, 214, 0.14) 0%, rgba(39, 194, 214, 0.055) 26%, transparent 48%),
    linear-gradient(135deg, #090d16 0%, #111827 50%, #0c101d 100%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  gap: 40px !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  z-index: 2 !important;
  overflow: hidden !important;
}

.cam-home-hero-container::before,
.cam-home-hero-container::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.cam-home-hero-container::before {
  background:
    radial-gradient(ellipse at center, transparent 0 31%, rgba(255, 101, 132, 0.1) 31.4% 31.8%, transparent 32.2% 47%, rgba(39, 194, 214, 0.09) 47.4% 47.8%, transparent 48.2% 64%, rgba(255, 255, 255, 0.045) 64.4% 64.8%, transparent 65.2%);
  height: 560px;
  left: -180px;
  opacity: 0.68;
  top: 220px;
  transform: rotate(-14deg);
  width: 720px;
}

.cam-home-hero-container::after {
  background: repeating-linear-gradient(118deg, transparent 0 54px, rgba(255, 255, 255, 0.055) 55px, transparent 56px 108px);
  height: 520px;
  opacity: 0.7;
  right: 22%;
  top: -235px;
  transform: rotate(7deg);
  width: 640px;
}

.cam-home-hero-container > * {
  position: relative !important;
  z-index: 1 !important;
}

/* Left column — 50% width */
.cam-home-hero-left {
  align-self: stretch !important;
  flex: 1 1 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  text-align: left !important;
  margin: 0 !important;
  padding: clamp(0px, calc(229.625px - 14.0625cqw), 88px) 0 0 !important;
  box-sizing: border-box !important;
}

/* Right column — 50% width, video fills it */
.cam-home-hero-right {
  flex: 1 1 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* Eyebrow pill badge */
.cam-hero-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 101, 132, 0.12) !important;
  border: 1px solid rgba(255, 101, 132, 0.3) !important;
  color: #ff6584 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
}

.cam-hero-eyebrow-dot {
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #ff6584 !important;
  box-shadow: 0 0 8px #ff6584 !important;
  animation: cam-hero-pulse 1.5s infinite !important;
}

/* Title — size unchanged */
.cam-hero-title {
  color: #ffffff !important;
  font-size: clamp(2rem, 3.4vw, 3.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
  margin: 0 0 2px 0 !important;
  text-align: left !important;
}

.cam-hero-title mark {
  background: none !important;
  color: #ff6584 !important;
  padding: 0 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55), 0 0 12px rgba(255, 101, 132, 0.2) !important;
}

/* Subtitle — size unchanged */
.cam-hero-sub {
  color: #ffffff !important;
  font-size: clamp(2.1rem, 3.6vw, 4rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.05 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: left !important;
}

.cam-hero-description {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.6 !important;
  margin: 30px 0 44px !important;
  max-width: none !important;
  text-wrap: balance;
  width: 100% !important;
}

/* Primary CTA button */
.cam-hero-cta-row {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
}

.cam-hero-cta {
  align-items: center !important;
  background: linear-gradient(135deg, #ff6584, #ec3f70) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38), 0 0 14px rgba(255, 101, 132, 0.24) !important;
  color: #ffffff !important;
  display: inline-flex !important;
  gap: 10px !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
  justify-content: center !important;
  letter-spacing: 0.06em !important;
  min-height: 46px !important;
  padding: 0.75rem 2rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.cam-hero-cta:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.42), 0 0 20px rgba(255, 101, 132, 0.38) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

/* =====================================================
   RIGHT COLUMN: Video container — no card wrapper
   ===================================================== */

/* 16:9 video container — fills the entire right column */
.cam-hero-media {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #090d16 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.65), 0 0 25px rgba(255, 101, 132, 0.12) !important;
}

/* Live feed iframe — fills the media container */
.cam-hero-iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Static image fallback */
.cam-hero-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 15% !important;
  display: block !important;
  transition: transform 0.4s ease !important;
}

.cam-home-hero-right:hover .cam-hero-img {
  transform: scale(1.04) !important;
}

.cam-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 2 !important;
  background: transparent !important;
}

/* LIVE badge — top left */
.cam-hero-live-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  z-index: 3 !important;
  background: rgba(220, 38, 38, 0.95) !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.5) !important;
}

/* HD badge — top right */
.cam-hero-hd-badge {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 3 !important;
  background: rgba(11, 15, 25, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  color: #00ff87 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 4px 9px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(0, 255, 135, 0.35) !important;
}

/* Bottom overlay bar — top-aligned so button and performer name start at the exact same level */
.cam-hero-bottom-bar {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 4 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  padding: 14px 18px 12px !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 65%, transparent 100%) !important;
  gap: 16px !important;
  box-sizing: border-box !important;
}

/* Left block: Name + Subinfo stacked tightly */
.cam-hero-bottom-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Performer name */
.cam-hero-name {
  font-size: 21px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  white-space: nowrap !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
  line-height: 1.1 !important;
  margin: 0 0 2px 0 !important;
  padding: 0 !important;
}

.cam-hero-female-sym {
  color: #ff6584 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

/* Subinfo: age and country — immediately under the name */
.cam-hero-subinfo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 600 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9) !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Yellow pill CTA — starts at the exact same top level as the performer name */
.cam-hero-bottom-cta {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #ffb800 0%, #ff8c00 100%) !important;
  color: #1a1a1a !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 4px 18px rgba(255, 184, 0, 0.45) !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
  line-height: 1 !important;
}

.cam-hero-bottom-cta:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(255, 184, 0, 0.65) !important;
  color: #1a1a1a !important;
}

.cam-hero-bottom-cta svg {
  flex-shrink: 0 !important;
}

/* Informative note under the video — perfectly centered */
.cam-hero-video-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 6px !important;
  margin-top: 8px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  letter-spacing: 0.02em !important;
}

.cam-hero-video-note svg {
  color: #00ff87 !important;
  flex-shrink: 0 !important;
}

/* Pulsing dot animation */
@keyframes cam-hero-pulse {
  0% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1); }
}
