/* ================= HERO ================= */

.hero {
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse 80% 70% at 65% 40%, rgba(180, 10, 10, .14) 0%, transparent 60%),
              linear-gradient(165deg, #160808 0%, #0a0a0a 50%);
}
.hero__grid-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
                     linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 80% at 70% 50%, black 0%, transparent 70%);
}
.hero__line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent 0%, var(--red) 40%, var(--red) 60%, transparent 100%);
  opacity: .4;
}
.hero__content {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.hero__eyebrow-line {
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: var(--red);
  opacity: .6;
}
.hero__label {
  font-family: var(--font-sub);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(4rem, .5rem + 8.5vw, 8.5rem);
  line-height: .9;
  letter-spacing: .02em;
  margin-bottom: .5rem;
}
.hero__title span {
  display: block;
  color: var(--red);
}
.hero__sub {
  font-family: var(--font-sub);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
}
.hero__desc {
  max-width: 46ch;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  font-size: .95rem;
  line-height: 1.7;
}
.hero__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

/* Hero card */
.hero__card {
  background: linear-gradient(145deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  border: 1px solid rgba(224, 32, 32, .2);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 0 60px rgba(224, 32, 32, .08);
  position: relative;
  overflow: hidden;
}
.hero__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(224, 32, 32, .25) 0%, transparent 50%);
  z-index: 0;
  opacity: .5;
}
.hero__card-inner {
  position: relative;
  z-index: 1;
}
.hero__card-name {
  font-family: var(--font-display);
  font-size: 3.5rem;
  letter-spacing: .04em;
  margin-bottom: .25rem;
}
.hero__card-name span {
  color: var(--red);
}
.hero__card-tag {
  font-family: var(--font-sub);
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.hero__card-divider {
  height: 1px;
  background: rgba(255, 255, 255, .08);
  margin-bottom: 2rem;
}
.hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.hstat {
  text-align: center;
  padding: 1rem;
  background: rgba(0, 0, 0, .3);
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
}
.hstat__num {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--red);
  line-height: 1;
}
.hstat__label {
  font-size: .72rem;
  color: var(--text-muted);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: var(--font-sub);
}

/* ================= DIFFERENTIALS STRIP ================= */
/* Faixa de diferenciais logo abaixo do hero. Mantida neste arquivo por ser
   visualmente parte da região do hero (sem seção própria no design). */

.dif-strip {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: clamp(2rem, 4vw, 3rem) 0;
  position: relative;
  overflow: hidden;
}
.dif-strip::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}
.dif-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}
.dif-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  /* 1.75rem (era 2.5rem): com 5 itens, o padding original somava mais que
     a largura útil do container (1120px - padding lateral), fazendo o
     5º item ("Compromisso Total") quebrar sozinho numa segunda linha em
     qualquer tela de desktop. */
  padding: 1rem 1.75rem;
  border-right: 1px solid var(--border);
}
.dif-item:last-child {
  border-right: none;
}
.dif-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-md);
  background: rgba(224, 32, 32, .1);
  border: 1px solid rgba(224, 32, 32, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dif-icon {
  width: 22px;
  height: 22px;
  color: var(--red);
}
.dif-text {
  font-family: var(--font-sub);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(180, 176, 170, .7);
  line-height: 1.3;
}
