/* Estrutura exclusiva do Hero da Home. */
.home-hero .hero-inner {
  display: grid;
  margin-inline: auto;
}

.home-hero .hero-left {
  display: flex;
  flex-direction: column;
}

.home-hero .badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
}

.home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
}

.home-hero .hero-meta {
  display: grid;
}

.home-hero .meta-item {
  display: flex;
}

/* Home */

.home-hero {
  --home-hero-red: #e92735;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.75rem, 6vw, 6.5rem) 1rem clamp(4.25rem, 7vw, 7rem);
  background: radial-gradient(ellipse 48% 68% at 81% 42%, rgba(211, 29, 42, 0.22), transparent 68%),
    radial-gradient(circle at 8% 4%, rgba(86, 109, 137, 0.18), transparent 31%),
    linear-gradient(112deg, #05070a 0%, #0b0d12 52%, #050609 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 62%);
  mask-image: linear-gradient(90deg, #000, transparent 62%);
  pointer-events: none;
}

.home-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  right: -13%;
  bottom: -48%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(255, 255, 255, 0.018),
    0 0 0 144px rgba(255, 255, 255, 0.012);
  pointer-events: none;
}

.home-hero .home-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1240px;
  padding: 0 1.25rem;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: clamp(3.5rem, 6vw, 6.75rem);
}

.home-hero .home-hero__content {
  align-items: flex-start;
  gap: 0;
  text-align: left;
}

.home-hero .home-hero__eyebrow {
  margin: 0 0 1.45rem;
  padding: 0.42rem 0.5rem 0.42rem 0.65rem;
  gap: 0.55rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-hero .home-hero__eyebrow .badge-icon {
  width: 16px;
  height: 16px;
  color: var(--home-hero-red);
}

.home-hero__eyebrow-year {
  padding: 0.28rem 0.56rem;
  border-radius: 999px;
  color: #fff;
  background: rgba(233, 39, 53, 0.18);
  border: 1px solid rgba(233, 39, 53, 0.28);
}

.home-hero .hero-title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 5.1vw, 4.75rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

.home-hero .hero-title span {
  color: var(--home-hero-red);
  white-space: nowrap;
}

.home-hero .hero-desc {
  max-width: 61ch;
  margin: 1.55rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.68;
}

.home-hero .hero-desc p {
  margin: 0;
}

.home-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1.25rem;
}

.home-hero__signals span {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 650;
}

.home-hero__signals [data-lucide] {
  width: 16px;
  height: 16px;
  color: var(--home-hero-red);
  stroke-width: 2.25;
}

.home-hero .hero-actions {
  gap: 0.75rem;
  margin: 1.75rem 0 0;
}

.home-hero .btn-hero-whats,
.home-hero .btn-hero-call {
  min-height: 52px;
  padding: 0.78rem 1.15rem;
  border-radius: 12px;
  font-size: 0.93rem;
  transition: transform 0.2s ease,
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.home-hero .btn-hero-whats {
  background: var(--home-hero-red);
  border: 1px solid var(--home-hero-red);
  box-shadow: 0 14px 32px rgba(208, 25, 39, 0.24);
}

.home-hero .btn-hero-whats:hover {
  color: #fff;
  background: #f23542;
  border-color: #f23542;
  box-shadow: 0 18px 38px rgba(208, 25, 39, 0.32);
  transform: translateY(-2px);
}

.home-hero .btn-hero-call {
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.21);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-hero .btn-hero-call:hover {
  color: #0b0d12;
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.home-hero .btn-hero-whats:focus-visible,
.home-hero .btn-hero-call:focus-visible,
.hero-showcase__link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.7);
  outline-offset: 4px;
}

.home-hero .hero-actions [data-lucide] {
  width: 19px;
  height: 19px;
}

.home-hero .hero-meta {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  gap: 1rem 1.4rem;
  margin-top: 2rem;
  padding-top: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-hero .meta-item {
  min-width: 0;
  align-items: center;
  gap: 0.72rem;
}

.home-hero .meta-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  color: var(--home-hero-red);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
}

.home-hero .meta-title {
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.25;
}

.home-hero .meta-sub {
  margin-top: 0.18rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.75rem;
  line-height: 1.35;
}

.hero-showcase {
  width: min(100%, 465px);
  justify-self: end;
}

.hero-showcase__frame {
  position: relative;
  isolation: isolate;
  padding: 0 0 1.45rem 1.6rem;
}

.hero-showcase__frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 2.1rem 1.4rem 0 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.025);
}

.hero-showcase__frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 2.8rem;
  right: -0.25rem;
  width: 3px;
  height: 6.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--home-hero-red), rgba(233, 39, 53, 0));
}

.hero-showcase__media {
  position: relative;
  min-height: 530px;
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: #111318;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.46);
}

.hero-showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 4, 6, 0.02) 42%, rgba(3, 4, 6, 0.86) 100%),
    linear-gradient(90deg, rgba(4, 6, 9, 0.12), transparent 45%);
  pointer-events: none;
}

.hero-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
  transform: scale(1.015);
}

.hero-showcase__caption {
  position: absolute;
  z-index: 3;
  left: 1.65rem;
  right: 1.65rem;
  bottom: 2.55rem;
  display: grid;
  gap: 0.48rem;
  color: #fff;
}

.hero-showcase__caption span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-showcase__caption strong {
  max-width: 20ch;
  font-size: clamp(1.05rem, 1.6vw, 1.27rem);
  line-height: 1.27;
  letter-spacing: -0.02em;
}

.hero-showcase__experience {
  position: absolute;
  z-index: 4;
  top: 2.1rem;
  left: -0.2rem;
  display: flex;
  align-items: center;
  gap: 0.62rem;
  padding: 0.8rem 0.9rem;
  color: #111318;
  background: #f7f6f3;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 15px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.hero-showcase__experience strong {
  color: var(--home-hero-red);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-showcase__experience sup {
  position: relative;
  top: -0.25em;
  font-size: 0.5em;
}

.hero-showcase__experience span {
  padding-left: 0.62rem;
  border-left: 1px solid rgba(17, 19, 24, 0.14);
  color: rgba(17, 19, 24, 0.68);
  font-size: 0.67rem;
  font-weight: 750;
  line-height: 1.22;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.hero-showcase__quality {
  position: absolute;
  z-index: 4;
  right: -1.1rem;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 232px;
  padding: 0.82rem 0.92rem;
  color: #fff;
  background: rgba(9, 11, 15, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hero-showcase__quality [data-lucide] {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  color: var(--home-hero-red);
}

.hero-showcase__quality span {
  display: grid;
  gap: 0.12rem;
}

.hero-showcase__quality strong {
  font-size: 0.78rem;
  line-height: 1.15;
}

.hero-showcase__quality small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.66rem;
  line-height: 1.25;
}

.hero-showcase__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
  width: fit-content;
  margin: 0.9rem 0 0 auto;
  padding: 0.35rem 0;
  color: rgba(255, 255, 255, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.23);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-showcase__link [data-lucide] {
  width: 15px;
  height: 15px;
  transition: transform 0.2s ease;
}

.hero-showcase__link:hover {
  color: #fff;
  border-color: var(--home-hero-red);
}

.hero-showcase__link:hover [data-lucide] {
  transform: translate(2px, -2px);
}

@media (max-width: 1100px) {
  .home-hero .home-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
    gap: 3rem;
  }

  .home-hero .hero-title {
    font-size: clamp(3rem, 5.7vw, 4.1rem);
  }

  .hero-showcase__media {
    min-height: 490px;
  }
}

@media (max-width: 900px) {
  .home-hero {
    padding-top: 4rem;
  }

  .home-hero .home-hero__inner {
    max-width: 760px;
    grid-template-columns: 1fr;
    gap: 3.25rem;
  }

  .home-hero .home-hero__content {
    align-items: flex-start;
    text-align: left;
  }

  .home-hero .hero-title,
  .home-hero .hero-desc {
    max-width: 100%;
  }

  .hero-showcase {
    width: min(100%, 560px);
    justify-self: center;
  }

  .hero-showcase__media {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding: 2.8rem 0.75rem 4.25rem;
  }

  .home-hero::before {
    background-size: 48px 48px;
  }

  .home-hero .home-hero__inner {
    padding: 0 0.15rem;
    gap: 2.8rem;
  }

  .home-hero .home-hero__eyebrow {
    margin-bottom: 1.15rem;
    font-size: 0.67rem;
  }

  .home-hero .hero-title {
    font-size: clamp(2.35rem, 11.7vw, 3.2rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .home-hero .hero-desc {
    margin-top: 1.2rem;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .home-hero__signals {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
  }

  .home-hero .hero-actions {
    width: 100%;
    margin-top: 1.45rem;
  }

  .home-hero .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero .hero-meta {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    margin-top: 1.55rem;
    padding-top: 1.25rem;
  }

  .hero-showcase {
    width: calc(100% - 0.65rem);
  }

  .hero-showcase__frame {
    padding: 0 0 1.25rem 0.8rem;
  }

  .hero-showcase__frame::before {
    inset: 1.35rem 0.7rem 0 0;
    border-radius: 21px;
  }

  .hero-showcase__media {
    border-radius: 22px;
  }

  .hero-showcase__caption {
    left: 1.2rem;
    right: 1.2rem;
    bottom: 5rem;
  }

  .hero-showcase__experience {
    top: 1.2rem;
    left: -0.3rem;
    padding: 0.68rem 0.72rem;
  }

  .hero-showcase__experience strong {
    font-size: 1.48rem;
  }

  .hero-showcase__quality {
    right: -0.55rem;
    min-width: 205px;
    padding: 0.72rem 0.78rem;
  }
}

@media (max-width: 380px) {
  .home-hero__eyebrow-year {
    display: none;
  }

  .home-hero .hero-title {
    font-size: 2.25rem;
  }

  .hero-showcase__quality small {
    display: none;
  }

  .hero-showcase__quality {
    min-width: 176px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero .btn-hero-whats,
  .home-hero .btn-hero-call,
  .hero-showcase__link,
  .hero-showcase__link [data-lucide] {
    transition: none;
  }
}
