/* ===== Hero ===== */
.hero {
  position: relative;
  padding: 156px 0 60px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(182, 122, 66, 0.18), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(24, 54, 91, 0.16), transparent 22%),
    linear-gradient(165deg, rgba(243, 239, 232, 0.96) 0%, rgba(252, 251, 248, 0.9) 46%, rgba(219, 228, 239, 0.22) 100%);
  z-index: 0;
}

.hero-bg::before,
.hero-bg::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
}

.hero-bg::before {
  width: 360px;
  height: 360px;
  right: -90px;
  top: 120px;
  background: radial-gradient(circle, rgba(182, 122, 66, 0.12), transparent 68%);
}

.hero-bg::after {
  width: 420px;
  height: 420px;
  left: -120px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(16, 33, 58, 0.08), transparent 70%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: center;
}

.hero-copy { max-width: 720px; }

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 22px;
}

.hero-tag::before {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  margin-bottom: 24px;
  max-width: 12ch;
}

.hero h1 em {
  font-style: normal;
  color: var(--accent);
}

.hero-sub {
  font-size: 1.12rem;
  color: var(--stone);
  max-width: 62ch;
  margin-bottom: 34px;
  line-height: 1.88;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(16, 33, 58, 0.1);
  background: rgba(252, 251, 248, 0.7);
  color: var(--slate);
  font-size: 0.84rem;
  font-weight: 600;
}

.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-panel-card {
  padding: 32px;
  border-radius: 28px;
  background: rgba(252, 251, 248, 0.88);
  border: 1px solid rgba(16, 33, 58, 0.08);
  box-shadow: var(--shadow-lg);
}

.hero-panel-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}

.hero-panel-title {
  font-size: clamp(1.45rem, 3vw, 2rem);
  margin-bottom: 16px;
}

.hero-panel-copy {
  color: var(--stone);
  margin-bottom: 20px;
}

.hero-checklist {
  list-style: none;
  display: grid;
  gap: 14px;
}

.hero-checklist li {
  position: relative;
  padding-left: 26px;
  color: var(--slate);
  font-size: 0.96rem;
}

.hero-checklist li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  transform: translateY(-50%);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hero-metric {
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(16, 33, 58, 0.92);
  box-shadow: 0 16px 24px rgba(16, 33, 58, 0.18);
}

.hero-metric .metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}

.hero-metric .metric-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(219, 228, 239, 0.86);
  line-height: 1.45;
}

.trust-strip {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 42px;
  padding: 18px 24px 0;
  border-top: 1px solid rgba(16, 33, 58, 0.08);
}

.trust-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.trust-label::after {
  content: '';
  width: 42px;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

.trust-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
}

.trust-item {
  position: relative;
  padding-left: 18px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--slate);
  text-align: left;
  white-space: nowrap;
}

.trust-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 100%; }
  .trust-strip { padding-left: 0; padding-right: 0; }
}

@media (max-width: 768px) {
  .hero { padding: 132px 0 40px; }
  .hero-panel-card { padding: 24px; border-radius: 22px; }
  .hero-metrics { grid-template-columns: 1fr; }
  .trust-strip { margin-top: 28px; }
  .trust-track { gap: 10px 18px; }
  .trust-item { font-size: 0.86rem; white-space: normal; }
}
