/* Remote Hand VAs V62 - fresh homepage hero text card only.
   Uses new V62 classes so old .rhv-hero-card rules cannot stretch it.
   This file intentionally does NOT set hero image/slider height. */

.rhv62-home-hero {
  align-items: center !important;
  justify-content: flex-start !important;
}

.rhv62-home-hero .rhv-hero-slide {
  filter: none !important;
  -webkit-filter: none !important;
  background-size: cover !important;
  background-position: center center !important;
  transform: none !important;
}

.rhv62-home-hero .rhv-hero-clean-overlay {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: linear-gradient(90deg, rgba(4, 18, 28, .58), rgba(4, 18, 28, .14) 48%, rgba(4, 18, 28, .03)) !important;
}

.rhv62-hero-card,
.rhv62-hero-card * {
  box-sizing: border-box !important;
}

.rhv62-hero-card {
  position: relative !important;
  z-index: 8 !important;
  display: block !important;
  width: min(520px, calc(100vw - 44px)) !important;
  max-width: 520px !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 24px 28px 24px !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background: linear-gradient(145deg, rgba(6, 45, 60, .94), rgba(8, 88, 112, .86)) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  box-shadow: 0 30px 86px rgba(0, 30, 45, .36) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.rhv62-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 13px !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.25) !important;
  background: rgba(255,255,255,.12) !important;
  color: #dff7ff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
}

.rhv62-title {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: #ffffff !important;
  font-size: clamp(38px, 4.55vw, 64px) !important;
  line-height: .96 !important;
  letter-spacing: -1.7px !important;
  font-weight: 800 !important;
  margin: 0 0 13px !important;
  max-width: 10.8em !important;
  text-shadow: none !important;
}

.rhv62-body {
  color: #dff2f6 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  margin: 0 0 17px !important;
  max-width: 48ch !important;
  text-shadow: none !important;
}

.rhv62-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.rhv62-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: 13px 21px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .25px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.rhv62-primary {
  background: #17bfdf !important;
  color: #062333 !important;
  box-shadow: 0 12px 26px rgba(15,181,212,.26) !important;
}

.rhv62-ghost {
  background: #ffffff !important;
  color: #09283a !important;
}

@media (max-width: 900px) {
  .rhv62-home-hero { justify-content: center !important; }
  .rhv62-hero-card {
    width: min(470px, calc(100vw - 36px)) !important;
    max-width: 470px !important;
    padding: 22px 22px 21px !important;
    border-radius: 24px !important;
  }
  .rhv62-title {
    font-size: clamp(32px, 7vw, 46px) !important;
    line-height: .98 !important;
  }
  .rhv62-body {
    font-size: 13px !important;
    line-height: 1.48 !important;
  }
}

@media (max-width: 520px) {
  .rhv62-hero-card {
    width: min(390px, calc(100vw - 28px)) !important;
    max-width: calc(100vw - 28px) !important;
    padding: 20px 18px 19px !important;
    border-radius: 22px !important;
  }
  .rhv62-title {
    font-size: clamp(29px, 8.5vw, 36px) !important;
    letter-spacing: -1px !important;
    margin-bottom: 10px !important;
  }
  .rhv62-body {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 13px !important;
  }
  .rhv62-actions { gap: 8px !important; }
  .rhv62-btn {
    width: 100% !important;
    padding: 12px 16px !important;
  }
}