/* TalvraHub — composição específica do cabeçalho e do hero. */
.talvra-nav {
  background: rgba(8, 9, 11, .78);
  border-bottom-color: rgba(255, 255, 255, .065);
  backdrop-filter: blur(16px);
}
.talvra-nav.is-scrolled { background: rgba(8, 9, 11, .96); }
.talvra-nav .nav__inner { height: 88px; gap: 24px; }
.talvra-nav .brand {
  position: relative;
  flex: 0 0 192px;
  height: 52px;
  margin: 0;
  overflow: hidden;
}
/* Recorte de apresentação; o PNG aprovado permanece integral e intacto. */
.talvra-nav .brand img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translateY(-52%);
}
.talvra-nav .nav__links { gap: 22px; }
.talvra-nav .nav__links a, .talvra-nav .nav__login { font-size: 12px; color: #c2c4c8; }
.talvra-nav .nav__actions { gap: 22px; padding-left: 24px; }
.talvra-nav .button--outline {
  border-color: rgba(241, 184, 0, .38);
  color: #f1b800;
  background: rgba(241, 184, 0, .045);
  border-radius: 8px;
}
.talvra-nav .nav__mobile { top: 88px; background: #0c0e11; }
.talvra-nav :focus-visible, .talvra-hero :focus-visible {
  outline: 2px solid #f1b800;
  outline-offset: 5px;
}
.talvra-hero {
  background: #08090b;
  min-height: 0;
  padding-top: 88px;
  border-bottom: 1px solid #26282c;
}
.talvra-hero::before {
  inset: 88px 0 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: 80px 80px;
  mask-image: linear-gradient(to right, transparent 30%, #000 100%);
}
.talvra-hero::after { display: none; }
.talvra-hero .hero__grid {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 660px;
  padding-block: 48px;
}
.talvra-hero .hero__copy { padding: 32px 0 36px; z-index: 2; }
.talvra-hero .hero__intro {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 28px;
  color: #c7c4b9;
  font-size: 12px;
  font-weight: 500;
}
.talvra-hero .hero__intro > span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #f1b800;
}
.talvra-hero .hero__title {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: clamp(44px, 4.45vw, 64px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -.055em;
  color: #f4f4f2;
  text-wrap: balance;
}
.talvra-hero .hero__lead {
  max-width: 470px;
  margin-bottom: 32px;
  color: #a8abb2;
  font-size: 15px;
  line-height: 1.8;
}
.talvra-hero .hero__actions { gap: 12px; margin-bottom: 24px; }
.talvra-hero .button { border-radius: 8px; font-size: 12px; gap: 16px; }
.talvra-hero .button--primary {
  background: #f1b800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 5px 18px rgba(0,0,0,.2);
}
.talvra-hero .button--ghost { border-color: #303237; color: #e1e1e3; background: #111316; }
.talvra-hero .hero__trust { gap: 16px; font-size: 10px; color: #9da1a8; }
.talvra-hero .hero__trust i { border: 0; width: auto; height: auto; margin-right: 6px; color: #f1b800; }
.talvra-hero .hero__art {
  min-width: 0;
  width: 125%;
  margin: 0 0 0 -6%;
  transform: none;
  z-index: 1;
}
.talvra-hero .hero__visual { position: relative; }
.talvra-hero .hero__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 35px 22px #08090b;
}
.talvra-hero .hero__art img { display: block; width: 100%; height: auto; max-width: 100%; margin: 0; filter: none; }
.talvra-hero .hero__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 12px 16% 0 12%;
  padding-top: 15px;
  border-top: 1px solid #292a2c;
  color: #8f939b;
  font-size: 10px;
}
.talvra-hero .hero__caption > span:first-child { color: #d6d5cf; font-weight: 600; }
.talvra-hero .proof { padding: 27px 0 31px; border-top-color: #26282c; text-align: left; }
.talvra-hero .proof__items span { padding: 0 30px; gap: 7px; color: #92969e; font-size: 11px; border-color: #292b2f; }
.talvra-hero .proof__items span:first-child { padding-left: 0; }
.talvra-hero .proof__items b { color: #dedfdf; font-size: 14px; font-weight: 500; }
@media (hover: hover) and (pointer: fine) {
  .talvra-nav .nav__links a:hover, .talvra-nav .nav__login:hover { color: #f1b800; }
  .talvra-hero .button--primary:hover { background: #ffd044; }
  .talvra-hero .button--ghost:hover { background: #1a1d22; border-color: #656970; }
}
@media (prefers-reduced-motion: no-preference) {
  .talvra-hero .hero__copy > .reveal { animation: talvra-enter 650ms cubic-bezier(.22,1,.36,1) both; }
  .talvra-hero .hero__copy > :nth-child(2) { animation-delay: 70ms; }
  .talvra-hero .hero__copy > :nth-child(3) { animation-delay: 140ms; }
  .talvra-hero .hero__copy > :nth-child(4) { animation-delay: 210ms; }
  .talvra-hero .hero__copy > :nth-child(5) { animation-delay: 280ms; }
  @keyframes talvra-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 1120px) and (min-width: 1021px) {
  .talvra-nav .nav__inner { gap: 16px; }
  .talvra-nav .brand { flex-basis: 164px; }
  .talvra-nav .nav__links { gap: 14px; }
  .talvra-nav .nav__actions { gap: 16px; padding-left: 16px; }
}
@media (max-width: 1020px) {
  .talvra-nav .nav__menu { margin-left: 0; }
  .talvra-hero .hero__grid { min-height: 590px; }
  .talvra-hero .hero__title { font-size: 48px; }
  .talvra-hero .hero__actions { flex-direction: column; align-items: flex-start; }
  .talvra-hero .hero__trust { flex-wrap: wrap; gap: 10px 16px; }
}
@media (max-width: 760px) {
  .talvra-nav .nav__inner { height: 72px; gap: 0; }
  .talvra-nav .brand { flex-basis: 172px; height: 48px; margin: 0; }
  .talvra-nav .nav__menu { margin-left: auto; }
  .talvra-nav .nav__mobile { top: 72px; }
  .talvra-hero { padding-top: 72px; }
  .talvra-hero::before { inset: 72px 0 0; background-size: 56px 56px; }
  .talvra-hero .hero__grid { display: flex; min-height: 0; padding: 0; gap: 0; }
  .talvra-hero .hero__copy { width: 100%; padding: 46px 4px 12px; }
  .talvra-hero .hero__intro { margin-bottom: 23px; font-size: 11px; }
  .talvra-hero .hero__title { font-size: clamp(39px, 10.7vw, 62px); line-height: 1.08; margin-bottom: 22px; max-width: 590px; }
  .talvra-hero .hero__desktop-break { display: none; }
  .talvra-hero .hero__lead { font-size: 14px; line-height: 1.7; max-width: 530px; margin-bottom: 25px; }
  .talvra-hero .hero__actions { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 10px; margin-bottom: 20px; }
  .talvra-hero .hero__trust { display: flex; flex-wrap: wrap; gap: 10px 16px; padding: 0; }
  .talvra-hero .hero__trust li, .talvra-hero .hero__trust li:last-child { display: block; min-height: 0; padding: 0; border: 0; text-align: left; font-size: 10px; line-height: 1.6; }
  .talvra-hero .hero__art { width: calc(100% + 24px); margin: 4px -12px 28px; overflow: visible; }
  .talvra-hero .hero__caption { margin: 0 24px; padding-top: 12px; font-size: 9px; }
  .talvra-hero .proof { padding: 0 0 16px; }
  .talvra-hero .proof__items span, .talvra-hero .proof__items span:first-child { padding: 20px 12px; min-height: 84px; }
  .talvra-hero .proof__items b { font-size: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .talvra-nav, .talvra-nav a, .talvra-hero .button, .talvra-hero .reveal { animation: none; transition: none; }
  .talvra-hero .reveal { opacity: 1; transform: none; }
}
