/* Primeira dobra premium: proporção correta em notebook, desktop e celular. */
.bf-landing {
  --hero-orange: #ff6b31;
  --hero-orange-2: #f14720;
  background: #080d14;
}

.bf-header {
  height: 78px !important;
  border-bottom: 1px solid rgba(255, 255, 255, .09) !important;
  background: rgba(7, 12, 19, .9) !important;
  box-shadow: 0 12px 45px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}

.bf-header__inner {
  min-height: 78px !important;
}

.bf-hero {
  min-height: 100svh;
  padding: 78px 0 0 !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 79% 34%, rgba(33, 83, 221, .14), transparent 28%),
    radial-gradient(circle at 68% 15%, rgba(255, 91, 37, .14), transparent 31%),
    linear-gradient(135deg, #070c13 0%, #0a111b 48%, #0c1420 100%) !important;
}

.bf-hero::before {
  content: "";
  position: absolute;
  inset: 78px 0 0;
  opacity: .16;
  pointer-events: none;
  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: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 45%, #000);
}

.bf-hero__grid {
  width: min(1240px, calc(100% - 72px)) !important;
  min-height: calc(100svh - 150px) !important;
  display: grid !important;
  grid-template-columns: minmax(420px, .88fr) minmax(520px, 1.12fr) !important;
  align-items: center !important;
  gap: clamp(38px, 4.4vw, 68px) !important;
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.bf-hero__copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.bf-eyebrow {
  min-height: 32px;
  padding: 7px 12px !important;
  border-color: rgba(255, 107, 49, .32) !important;
  color: #ff986b !important;
  background: rgba(255, 107, 49, .07) !important;
  font-size: 10.5px !important;
  letter-spacing: .12em !important;
}

.bf-hero h1 {
  max-width: 610px !important;
  margin: 20px 0 18px !important;
  color: #fff;
  font: 800 clamp(52px, 5vw, 68px)/.98 Roboto, system-ui, sans-serif !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.bf-hero h1 em {
  display: inline-block;
  color: var(--hero-orange) !important;
  font-style: normal;
}

.bf-hero__lead {
  max-width: 535px !important;
  margin: 0;
  color: #b7c2cf !important;
  font-size: 17px !important;
  line-height: 1.58 !important;
}

.bf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px !important;
}

.bf-hero__actions .bf-button {
  min-height: 52px !important;
  border-radius: 13px !important;
  font-size: 13.5px !important;
}

.bf-hero__actions .bf-button--primary {
  background: linear-gradient(120deg, #ff7438, #ef471f) !important;
  box-shadow: 0 15px 34px rgba(239, 71, 31, .28) !important;
}

.bf-hero__actions .bf-button--ghost {
  border-color: rgba(255, 255, 255, .16) !important;
  background: rgba(255, 255, 255, .045) !important;
  backdrop-filter: blur(8px);
}

.bf-hero__promise {
  width: fit-content !important;
  display: flex !important;
  align-items: center;
  gap: 9px !important;
  margin-top: 14px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(59, 216, 168, .18) !important;
  border-radius: 11px !important;
  background: rgba(34, 179, 135, .065) !important;
}

.bf-hero__promise strong {
  color: #75e3bd !important;
  font-size: 11px !important;
  white-space: nowrap;
}

.bf-hero__promise span {
  color: #8fa0b3 !important;
  font-size: 10px !important;
}

.bf-hero__trust {
  gap: 10px !important;
  margin-top: 16px !important;
}

.bf-avatars {
  display: none !important;
}

.bf-hero__trust::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  border: 1px solid rgba(89, 215, 173, .22);
  border-radius: 8px;
  color: #64dbb3;
  background: rgba(45, 188, 142, .09);
  font-size: 11px;
  font-weight: 900;
}

.bf-hero__trust p {
  color: #8594a7 !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.bf-hero__trust strong {
  color: #dfe6ee !important;
  font-size: 11px !important;
}

.bf-hero-visual {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 660px;
  justify-self: end;
  display: block !important;
  margin: 0 !important;
  filter: none !important;
  transform: none !important;
}

.bf-hero-visual::before {
  content: "" !important;
  position: absolute;
  z-index: -2;
  inset: 4% 3% 2%;
  display: block !important;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(31, 85, 241, .32), transparent 58%),
    radial-gradient(circle at 77% 34%, rgba(255, 94, 39, .22), transparent 35%);
  filter: blur(34px);
  pointer-events: none;
}

.bf-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 5% 2%;
  border: 1px solid rgba(92, 133, 255, .12);
  border-radius: 32px;
  transform: rotate(-2deg);
  pointer-events: none;
}

.bf-hero-visual > .bf-hero-visual__image {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 3;
  display: block !important;
  object-fit: cover;
  border: 1px solid rgba(150, 177, 255, .15);
  border-radius: 27px !important;
  background: #020816;
  box-shadow:
    0 38px 95px rgba(0, 0, 0, .48),
    0 0 0 1px rgba(255, 255, 255, .025) inset !important;
}

.bf-hero__strip {
  min-height: 72px !important;
  height: auto !important;
  padding-block: 18px !important;
  border-top: 1px solid rgba(255, 255, 255, .075);
  background: rgba(5, 10, 17, .34);
}

.bf-hero__strip span {
  color: #ff8c58 !important;
}

@media (min-width: 1021px) and (max-height: 720px) {
  .bf-hero__grid {
    min-height: calc(100svh - 142px) !important;
    grid-template-columns: minmax(390px, .92fr) minmax(500px, 1.08fr) !important;
    gap: 42px !important;
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .bf-hero h1 {
    margin-block: 15px 14px !important;
    font-size: clamp(48px, 4.5vw, 59px) !important;
  }

  .bf-hero__lead {
    font-size: 15.5px !important;
  }

  .bf-hero__actions {
    margin-top: 18px !important;
  }

  .bf-hero__promise {
    margin-top: 10px !important;
  }

  .bf-hero__trust {
    margin-top: 11px !important;
  }

  .bf-hero-visual {
    max-width: 570px;
  }
}

@media (max-width: 1100px) and (min-width: 1021px) {
  .bf-hero__grid {
    width: min(100% - 42px, 1040px) !important;
    grid-template-columns: minmax(380px, .9fr) minmax(480px, 1.1fr) !important;
    gap: 34px !important;
  }
}

@media (max-width: 1020px) {
  .bf-hero {
    min-height: auto;
  }

  .bf-hero__grid {
    width: min(900px, calc(100% - 40px)) !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    padding-top: 62px !important;
    padding-bottom: 64px !important;
    text-align: center;
  }

  .bf-hero__copy {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .bf-hero__lead {
    max-width: 650px !important;
  }

  .bf-hero-visual {
    width: min(760px, 100%);
    max-width: 760px;
    justify-self: center;
    margin-inline: auto !important;
  }
}

@media (max-width: 780px) {
  .bf-header,
  .bf-header__inner {
    height: 70px !important;
    min-height: 70px !important;
  }

  .bf-hero {
    padding-top: 70px !important;
  }

  .bf-hero__grid {
    width: min(680px, calc(100% - 28px)) !important;
    gap: 36px !important;
    padding-top: 40px !important;
    padding-bottom: 45px !important;
  }

  .bf-hero h1 {
    margin-block: 17px 15px !important;
    font-size: clamp(43px, 12vw, 56px) !important;
  }

  .bf-hero__lead {
    font-size: 15.5px !important;
    line-height: 1.55 !important;
  }

  .bf-hero__actions {
    width: 100%;
    max-width: 430px;
    margin-top: 22px !important;
  }

  .bf-hero__actions .bf-button {
    width: 100%;
  }

  .bf-hero__promise {
    width: 100% !important;
    max-width: 430px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .bf-hero__trust {
    display: none !important;
  }

  .bf-hero-visual > .bf-hero-visual__image {
    border-radius: 20px !important;
  }

  .bf-hero__strip {
    justify-content: center !important;
    gap: 14px 22px !important;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .bf-hero__grid {
    width: calc(100% - 22px) !important;
    padding-top: 32px !important;
    padding-bottom: 38px !important;
  }

  .bf-eyebrow {
    font-size: 9px !important;
  }

  .bf-hero h1 {
    font-size: clamp(39px, 12.5vw, 49px) !important;
  }

  .bf-hero__promise {
    display: grid !important;
    gap: 3px !important;
  }

  .bf-hero-visual {
    width: 100% !important;
    margin-inline: 0 !important;
  }

  .bf-hero-visual > .bf-hero-visual__image {
    border-radius: 16px !important;
  }
}
