/* Shared light treatment for product-page heroes. */
.premium-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.15), transparent 36%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%) !important;
  color: #334155 !important;
  border-bottom: 1px solid #dbeafe !important;
}

.premium-hero::before {
  background-image:
    radial-gradient(circle at 12% 24%, rgba(16, 185, 129, 0.08) 0%, transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(37, 99, 235, 0.08) 0%, transparent 38%) !important;
}

.premium-hero .hero-info h1 {
  color: #003b71 !important;
}

.premium-hero .hero-info h1 span {
  background: linear-gradient(to right, #2563eb, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.premium-hero .hero-desc {
  color: #52627a !important;
}

.premium-hero .badge-pill {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #dbeafe !important;
  color: #334155 !important;
}

.premium-hero .badge-pill:hover {
  background: #ffffff !important;
}

.premium-hero .badge-pill svg {
  fill: #2563eb !important;
}

.premium-hero .btn-hero.btn-secondary {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #bfdbfe !important;
  color: #003b71 !important;
}

.premium-hero .btn-hero.btn-secondary:hover {
  background: #ffffff !important;
}

.premium-hero .showcase-visual {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: #dbeafe !important;
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.14) !important;
}

.premium-hero .showcase-visual::after {
  background: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.09), transparent 70%) !important;
}

.premium-hero .showcase-img {
  filter: drop-shadow(0 18px 26px rgba(15, 23, 42, 0.2)) !important;
}

/* Camera product templates use product-specific hero class names. */
.mdvr-hero,
.truck-hero {
  background:
    radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.15), transparent 36%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%) !important;
  color: #334155 !important;
  border-bottom: 1px solid #dbeafe !important;
}

.mdvr-hero::before,
.truck-hero::before {
  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%) !important;
}

.mdvr-hero .hero-text h1,
.truck-hero .hero-text h1 {
  color: #003b71 !important;
}

.mdvr-hero .hero-text h1 span,
.truck-hero .hero-text h1 span {
  background: linear-gradient(to right, #2563eb, #0ea5e9) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.mdvr-hero .hero-text p,
.truck-hero .hero-text p {
  color: #52627a !important;
}

.mdvr-hero .hero-showcase,
.truck-hero .hero-showcase {
  background: rgba(255, 255, 255, 0.86) !important;
  border-color: #dbeafe !important;
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.14) !important;
}

.mdvr-hero .btn-secondary,
.truck-hero .btn-secondary {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #bfdbfe !important;
  color: #003b71 !important;
}

/* LoRa hardware pages use the shared solution hero structure. */
.solution-hero-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.15), transparent 36%),
    linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%) !important;
  color: #334155 !important;
  border-bottom: 1px solid #dbeafe !important;
}

.solution-hero-section::before {
  background:
    radial-gradient(circle at 12% 24%, rgba(16, 185, 129, 0.08) 0%, transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(37, 99, 235, 0.08) 0%, transparent 38%),
    linear-gradient(135deg, rgba(248, 251, 255, 0.8), rgba(238, 245, 255, 0.74)) !important;
}

.solution-hero-section .solution-hero-title {
  color: #003b71 !important;
}

.solution-hero-section p {
  color: #52627a !important;
}

.solution-hero-section .solution-badge {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #dbeafe !important;
  color: #334155 !important;
}

.solution-hero-section .solution-badge svg {
  fill: #2563eb !important;
}

.solution-hero-section .btn-secondary {
  background: rgba(255, 255, 255, 0.78) !important;
  border-color: #bfdbfe !important;
  color: #003b71 !important;
}

/* Keep solution photography visible beneath the light readability overlay. */
.solution-hero-section .hero-video-bg {
  opacity: 0.6 !important;
}

/* Solution hero accents and tool hardware showcase on the light background. */
.solution-hero-section .solution-hero-title span {
  background: linear-gradient(to right, #2563eb, #0ea5e9);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solution-hero-section .solution-badge svg {
  color: #2563eb;
}

.solution-hero-section .tool-hero-kicker,
.solution-hero-section .solution-hero-title strong {
  color: #2563eb;
}

.solution-hero-section .tool-hero-product-showcase {
  background: rgba(255, 255, 255, 0.86);
  border-color: #dbeafe;
  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.14);
}
