/* Hero refinado em linguagem de produto premium. A estrutura e a ordem do HTML permanecem intactas. */
.hero {
  background: #0b0b0c;
}

.hero .hero-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: clamp(42px, 5vw, 76px);
  padding-block: 88px 70px;
}

.hero .hero-copy > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: #c8f500;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .035em;
  line-height: 1.35;
}

.hero .hero-copy > .eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #c8f500;
}

.hero h1 {
  max-width: 760px;
  color: #f5f5f7;
  font-size: clamp(3.6rem, 6vw, 6.15rem);
  font-weight: 500;
  line-height: .96;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.hero h1 > span {
  color: #c8f500;
}

.hero .hero-description {
  max-width: 520px;
  margin-top: 30px;
  color: #a1a1a6;
  font-size: 1.08rem;
  line-height: 1.62;
}

.hero .hero-actions {
  gap: 18px;
  margin-top: 34px;
}

.hero .hero-actions > .button {
  min-height: 58px;
  padding: 14px 23px;
  gap: 32px;
  border: 1px solid #c8f500;
  border-radius: 999px;
  background: #c8f500;
  color: #10110d;
  box-shadow: none;
  font-weight: 500;
  transition: background-color .2s ease, border-color .2s ease;
}

.hero .hero-actions > .button:hover {
  background: #d5ff28;
  border-color: #d5ff28;
  box-shadow: none;
  transform: none;
}

.hero .hero-actions > .text-link {
  min-height: 58px;
  padding: 0 2px 0 16px;
  gap: 14px;
  border: 0;
  color: #f5f5f7;
  font-weight: 500;
}

.hero .hero-actions > .text-link > span {
  width: 38px;
  height: 38px;
  border: 1px solid #3a3a3c;
  border-radius: 50%;
  color: #d1d1d6;
  transition: border-color .2s ease, color .2s ease;
}

.hero .hero-actions > .text-link:hover {
  color: #f5f5f7;
}

.hero .hero-actions > .text-link:hover > span {
  border-color: #6e6e73;
  color: #c8f500;
}

.hero .hero-note {
  max-width: 410px;
  margin-top: 24px;
  padding-left: 14px;
  border-left: 1px solid #3a3a3c;
  color: #77777c;
  font-size: .78rem;
  line-height: 1.55;
}

.hero .hero-visual {
  width: 100%;
  height: 510px;
  min-height: 0;
  overflow: visible;
  isolation: isolate;
  border: 1px solid #2c2c2e;
  border-radius: 32px;
  background: #161617;
  box-shadow: none;
}

.hero .hero-photo {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 31px;
  mask-image: none;
  -webkit-mask-image: none;
}

.hero .hero-photo img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: cover;
}

.hero .visual-top {
  position: absolute;
  top: 24px;
  left: 50%;
  z-index: 2;
  justify-content: center;
  width: max-content;
  max-width: calc(100% - 32px);
  padding: 10px 15px;
  gap: 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(20,20,21,.78);
  color: #d1d1d6;
  box-shadow: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: .67rem;
  letter-spacing: .09em;
  line-height: 1;
  transform: translateX(-50%);
}

.hero .visual-top > span:last-child {
  color: #c8f500;
}

.hero .visual-top .icon {
  width: 17px;
  height: 17px;
  stroke-width: 1.8;
}

.hero .hero-visual .floating-label {
  left: -20px;
  right: auto;
  bottom: 58px;
  z-index: 3;
  max-width: calc(100% + 8px);
  padding: 15px 18px;
  gap: 13px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: rgba(25,25,26,.9);
  box-shadow: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transform: rotate(-2deg);
}

.hero .floating-label .label-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 50%;
  background: #c8f500;
  color: #10110d;
}

.hero .floating-label .label-icon .icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.9;
}

.hero .floating-label small {
  color: #a1a1a6;
  font-size: .66rem;
  letter-spacing: .065em;
  line-height: 1.4;
}

.hero .floating-label strong {
  color: #f5f5f7;
  font-size: .98rem;
  font-weight: 500;
  line-height: 1.45;
}

.hero .visual-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  justify-content: center;
  padding: 20px 14px;
  gap: clamp(7px, 2.2cqw, 15px);
  border-top: 1px solid rgba(255,255,255,.1);
  border-radius: 0 0 31px 31px;
  background: rgba(18,18,19,.88);
  color: #98989d;
  box-shadow: none;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  font-size: .64rem;
  letter-spacing: .08em;
}

.hero .visual-bottom i {
  height: 1px;
  background: #48484a;
}

.hero .hero-foot {
  border-top-color: #2c2c2e;
  color: #6e6e73;
}

.hero .hero-foot a {
  color: #a1a1a6;
}

.hero .hero-foot a span {
  color: #c8f500;
}

@media (max-width: 1100px) {
  .hero .hero-grid { gap: 32px; }
  .hero .hero-visual { height: 465px; }
  .hero .hero-visual .floating-label { left: -12px; }
}

@media (max-width: 760px) {
  .hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 54px 28px;
  }

  .hero h1 { font-size: clamp(2.65rem, 11.3vw, 5rem); }
  .hero .hero-description { max-width: 470px; }
  .hero .hero-actions { flex-wrap: nowrap; gap: 14px; }
  .hero .hero-actions > .button { padding-inline: 18px; gap: 18px; }
  .hero .hero-actions > .text-link { padding-left: 8px; gap: 9px; }
  .hero .hero-visual {
    width: calc(100% - 8px);
    max-width: 480px;
    height: 430px;
    justify-self: end;
    border-radius: 28px;
  }
  .hero .hero-photo { border-radius: 27px; }
  .hero .visual-top { top: 18px; }
  .hero .hero-visual .floating-label { left: -9px; bottom: 56px; padding: 12px 14px; }
  .hero .visual-bottom { border-radius: 0 0 27px 27px; padding-block: 18px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: clamp(2.35rem, 10.8vw, 2.8rem); }
  .hero .hero-actions { gap: 10px; }
  .hero .hero-actions > .button { padding-inline: 15px; gap: 12px; font-size: .86rem; }
  .hero .hero-actions > .text-link { gap: 7px; font-size: .8rem; }
  .hero .hero-actions > .text-link > span { width: 34px; height: 34px; }
  .hero .hero-visual { height: 385px; }
  .hero .visual-top { font-size: .62rem; letter-spacing: .045em; }
  .hero .floating-label small { font-size: .61rem; letter-spacing: .025em; }
  .hero .floating-label strong { font-size: .86rem; }
  .hero .visual-bottom { padding-inline: 8px; gap: 5px; font-size: .58rem; letter-spacing: .03em; }
}

@media (max-width: 360px) {
  .hero .hero-actions { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero .hero-actions > .button,
  .hero .hero-actions > .text-link { width: 100%; justify-content: space-between; }
  .hero .hero-visual { height: 350px; }
  .hero .hero-visual .floating-label { left: -6px; padding: 10px; gap: 8px; }
  .hero .floating-label .label-icon { width: 32px; height: 32px; flex-basis: 32px; }
}

/* Ajustes de continuidade visual e nitidez. */
.hero {
  background: var(--bg);
}

.hero .hero-visual .floating-label {
  isolation: isolate;
  border: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transform: none !important;
}

.hero .hero-visual .floating-label::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  background: #19191a;
  transform: rotate(-2deg);
  transform-origin: center;
}

.hero .floating-label small,
.hero .floating-label strong {
  opacity: 1;
  filter: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
