/* ——— Home hero (marca + foto de campo) ——— */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--navy-deep);
  min-height: min(88vh, 720px);
  display: flex;
  align-items: center;
}

.hero__art {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(10, 22, 48, 0.94) 0%, rgba(27, 51, 95, 0.88) 42%, rgba(15, 31, 61, 0.55) 100%),
    url('../assets/images/hero/field.png') right center / cover no-repeat;
}

.hero__art::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 40% 40%, #000 20%, transparent 75%);
}

.hero__art::after {
  content: '';
  position: absolute;
  width: 380px;
  height: 380px;
  right: -40px;
  bottom: -80px;
  border-radius: 40% 60% 55% 45%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(0, 102, 255, 0.15), transparent 60%);
  transform: rotate(12deg);
  pointer-events: none;
}

.hero__content {
  position: relative;
  z-index: 1;
  padding: 4.5rem 0 5rem;
  max-width: 40rem;
}

.hero h1 {
  color: #fff;
  margin-bottom: 1.1rem;
}

.hero .lead {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.35rem;
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.1rem;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.72);
}

.hero__orbit {
  position: absolute;
  right: clamp(1rem, 5vw, 3.5rem);
  top: 50%;
  transform: translateY(-50%);
  width: min(320px, 32vw);
  z-index: 1;
  display: grid;
  gap: 0.65rem;
}

.hero__chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 0.75rem 0.9rem;
  text-decoration: none;
  color: inherit;
  transition: background var(--ease), border-color var(--ease);
}

a.hero__chip:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero__chip img {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero__chip .mono {
  width: 40px;
  height: 40px;
  font-size: 0.95rem;
  border-radius: 10px;
}

.hero__chip strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.92rem;
  color: #fff;
}

.hero__chip span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Brand bar under hero */
.brand-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  padding: 1.25rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
}

.brand-bar a {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  opacity: 0.95;
  transition: opacity var(--ease), transform var(--ease);
}

.brand-bar a:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.brand-bar img {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.brand-bar__label {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  width: 100%;
  text-align: center;
  margin-bottom: -0.5rem;
}

/* Arc under hero */
.pull-up {
  margin-top: -2.25rem;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
}

/* Split block */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: start;
}

.split__visual {
  border-radius: var(--r-lg);
  background:
    linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 100%);
  color: #fff;
  padding: 1.75rem;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.split__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(300px 160px at 80% 20%, rgba(232, 80, 25, 0.35), transparent 60%),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
  opacity: 0.9;
}

.split__visual > * { position: relative; z-index: 1; }

.split__visual h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.flow-mini {
  display: grid;
  gap: 0.65rem;
}

.flow-mini li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
}

.flow-mini .n {
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffb089;
  padding-top: 0.15rem;
}

.flow-mini strong {
  display: block;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.flow-mini span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

/* Dark band */
.band-dark {
  background:
    radial-gradient(500px 200px at 20% 0%, rgba(232, 80, 25, 0.16), transparent 50%),
    linear-gradient(135deg, #0a1630, #1b335f);
  color: #fff;
}

.band-dark h2 { color: #fff; }
.band-dark .section-head p { color: rgba(255, 255, 255, 0.8); }
.band-dark .scenario {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.band-dark .scenario h3 { color: #fff; }
.band-dark .scenario > p { color: rgba(255, 255, 255, 0.78); }
.band-dark .scenario-steps li {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.band-dark .scenario-steps span { color: rgba(255, 255, 255, 0.78); }

/* Quote / tagline band */
.tagline-band {
  text-align: center;
  padding: clamp(2.5rem, 5vw, 3.5rem) 0;
  background: var(--navy);
  color: #fff;
}

.tagline-band p {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.25rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
  max-width: 32rem;
  margin: 0 auto;
  line-height: 1.25;
}

.tagline-band span {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

/* CTA */
.cta-band {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.cta-band p {
  margin: 0.8rem 0 1.4rem;
  color: var(--muted);
}

.cta-band .actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
}

@media (max-width: 960px) {
  .hero__orbit { display: none; }
  .split { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero__content { padding: 3.5rem 0 4rem; }
  .hero__art {
    background:
      linear-gradient(180deg, rgba(10, 22, 48, 0.92) 0%, rgba(27, 51, 95, 0.9) 100%),
      url('../assets/images/hero/field.png') center / cover no-repeat;
  }
}
