/* ==========================================================================
   Hero Section Styles (hero.css)
   ========================================================================== */

.hero-section {
  position: relative;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #05070a;
  color: #ffffff;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-backdrop-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #05070a 0%, rgba(5, 7, 10, 0.94) 38%, rgba(5, 7, 10, 0.72) 60%, rgba(5, 7, 10, 0.25) 85%, rgba(5, 7, 10, 0.1) 100%),
              linear-gradient(180deg, rgba(5, 7, 10, 0.6) 0%, transparent 25%, transparent 75%, #05070a 100%);
}
.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: clamp(4.5rem, 8vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 6vw, 4.5rem);
  gap: 2rem;
}
.hero-content {
  max-width: 680px;
  flex: 1;
}
.hero-eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--fqrs-gold);
  margin-bottom: 1.15rem;
}
.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.6rem, 5vw, 4.25rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.hero-title-line1 {
  display: block;
  color: #ffffff;
}
.hero-title-line2,
.hero-title-line3 {
  display: block;
  color: var(--fqrs-gold);
}
.hero-body {
  font-size: 1.08rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin-bottom: 2.25rem;
  max-width: 580px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.btn-hero-primary {
  background: linear-gradient(135deg, #e5a93c 0%, #d97706 100%);
  color: #ffffff !important;
  padding: 0.85rem 1.75rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(217, 119, 6, 0.4);
  transition: transform var(--trans-fast), box-shadow var(--trans-fast), filter var(--trans-fast);
}
.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(217, 119, 6, 0.55);
  filter: brightness(1.08);
  color: #ffffff !important;
}
.btn-hero-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.15;
}
.btn-hero-l1,
.btn-hero-l2 {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
.btn-hero-secondary {
  background: rgba(5, 7, 10, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  color: #ffffff !important;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 1rem 1.85rem;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  transition: all var(--trans-fast);
}
.btn-hero-secondary:hover {
  background: #ffffff;
  color: #05070a !important;
  border-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}
.hero-social-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: #cbd5e1;
  font-weight: 600;
}
.google-badge-inline {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.google-g-svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.stars-row {
  color: #f59e0b;
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.rating-num {
  font-weight: 800;
  color: #ffffff;
  font-size: 1rem;
}
.divider-bar {
  color: rgba(255, 255, 255, 0.35);
  font-weight: 300;
  margin: 0 0.15rem;
}
.proof-reviews,
.proof-experience {
  color: #e2e8f0;
  font-size: 0.9rem;
  font-weight: 600;
}
.hero-floating-badge {
  background: rgba(5, 7, 10, 0.85);
  border: 1px solid rgba(229, 169, 60, 0.55);
  border-radius: 10px;
  padding: 1.1rem 1.6rem;
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  transition: transform var(--trans-fast), border-color var(--trans-fast);
}
.hero-floating-badge:hover {
  transform: translateY(-2px);
  border-color: var(--fqrs-gold);
}
.shield-badge-svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.badge-title,
.badge-subtitle {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
}
.badge-tagline {
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--fqrs-gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 2px;
}

@media (max-width: 992px) {
  .hero-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5rem;
  }
  .hero-floating-badge {
    align-self: flex-start;
  }
}
