.fd-hero,
.fd-section,
.fd-signal,
.fd-final {
  letter-spacing: 0;
}

.fd-hero {
  min-height: min(720px, calc(100svh - 118px));
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0a1628;
}

.fd-hero-bg,
.fd-hero-shade {
  position: absolute;
  inset: 0;
}

.fd-hero-bg {
  background-image: url("/assets/img/fd-competencia-hero.webp");
  background-position: center;
  background-size: cover;
}

.fd-hero-shade {
  background: linear-gradient(90deg, rgba(4, 15, 29, .97) 0%, rgba(4, 15, 29, .88) 35%, rgba(4, 15, 29, .28) 68%, rgba(4, 15, 29, .08) 100%);
}

.fd-hero-inner {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 78px;
  padding-bottom: 78px;
}

.fd-hero-copy {
  max-width: 640px;
}

.fd-kicker,
.fd-eyebrow,
.fd-score-tag,
.fd-step-content > span {
  display: block;
  color: #14b8a6;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fd-hero h1 {
  color: #fff;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 1;
  margin: 15px 0 22px;
  letter-spacing: 0;
}

.fd-hero-copy > p {
  max-width: 600px;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.fd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.fd-btn-light {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255, 255, 255, .9);
  color: #0a1628;
}

.fd-btn-light:hover {
  background: #fff;
  color: #062b6f;
  transform: translateY(-2px);
}

.fd-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 42px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 600;
}

.fd-hero-proof span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fd-hero-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #14b8a6;
}

.fd-signal {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.fd-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
}

.fd-signal-grid > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px;
  border-right: 1px solid #e5e7eb;
}

.fd-signal-grid > div:first-child {
  border-left: 1px solid #e5e7eb;
}

.fd-signal strong {
  color: #0b5ed7;
  font-size: 30px;
}

.fd-signal span {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.35;
}

.fd-section {
  padding: 96px 0;
}

.fd-intro {
  background: #fff;
}

.fd-intro-grid,
.fd-trust-grid,
.fd-final-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(50px, 8vw, 120px);
  align-items: start;
}

.fd-section-heading h2,
.fd-final h2 {
  max-width: 780px;
  margin-top: 12px;
  color: #111827;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.fd-section-heading > p {
  max-width: 700px;
  margin: 20px auto 0;
  font-size: 17px;
}

.fd-heading-centered {
  text-align: center;
  margin: 0 auto 52px;
}

.fd-heading-centered h2 {
  margin-left: auto;
  margin-right: auto;
}

.fd-intro-copy {
  padding-top: 28px;
}

.fd-intro-copy p {
  font-size: 18px;
}

.fd-intro-copy p + p {
  margin-top: 20px;
}

.fd-score-band {
  background: #eef3f8;
}

.fd-score-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid #dfe5ec;
}

.fd-score-item {
  min-height: 330px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #dfe5ec;
}

.fd-score-item:last-child {
  border-right: 0;
}

.fd-score-main {
  background: #0a1628;
}

.fd-score-number {
  color: #0b5ed7;
  font-size: clamp(58px, 7vw, 86px);
  font-weight: 800;
  line-height: 1;
}

.fd-score-main .fd-score-number {
  color: #19c2ff;
}

.fd-score-item h3 {
  margin: 9px 0 10px;
  font-size: 24px;
  letter-spacing: 0;
}

.fd-score-main h3,
.fd-score-main p {
  color: #fff;
}

.fd-score-main p {
  opacity: .7;
}

.fd-flow {
  background: #fff;
}

.fd-flow .fd-section-heading {
  margin-bottom: 50px;
}

.fd-steps {
  list-style: none;
  border-top: 1px solid #dfe5ec;
}

.fd-steps li {
  min-height: 174px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #dfe5ec;
}

.fd-step-index {
  color: #cbd5e1;
  font-size: 42px;
  font-weight: 800;
}

.fd-step-content {
  display: grid;
  grid-template-columns: 150px minmax(200px, 1fr) minmax(280px, 1.2fr);
  gap: 28px;
  align-items: center;
}

.fd-step-content h3 {
  font-size: 24px;
  letter-spacing: 0;
}

.fd-offers {
  background: #0a1628;
}

.fd-offers .fd-section-heading h2 {
  color: #fff;
}

.fd-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.fd-offer-grid article {
  min-height: 350px;
  padding: 42px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.fd-offer-code {
  color: #19c2ff;
  font-size: 13px;
  font-weight: 800;
}

.fd-offer-grid h3 {
  color: #fff;
  margin: 52px 0 12px;
  font-size: 28px;
  letter-spacing: 0;
}

.fd-offer-grid p {
  color: rgba(255, 255, 255, .68);
  max-width: 500px;
}

.fd-offer-grid ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, .88);
}

.fd-offer-grid li {
  padding: 8px 0 8px 22px;
  position: relative;
}

.fd-offer-grid li::before {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: 20px;
  left: 0;
  background: #14b8a6;
}

.fd-trust {
  background: #f7f9fc;
}

.fd-trust-copy p {
  margin: 24px 0;
  max-width: 560px;
  font-size: 17px;
}

.fd-text-link {
  color: #0b5ed7;
  font-weight: 800;
}

.fd-text-link span {
  display: inline-block;
  margin-left: 6px;
  transition: transform .2s ease;
}

.fd-text-link:hover span {
  transform: translateX(4px);
}

.fd-trust-list {
  border-top: 1px solid #cfd7e3;
}

.fd-trust-list > div {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #cfd7e3;
}

.fd-trust-list strong {
  color: #172033;
}

.fd-trust-list span {
  color: #667085;
}

.fd-final {
  background: #fff;
  padding: 82px 0;
  border-top: 1px solid #e5e7eb;
}

.fd-final-inner {
  align-items: end;
}

.fd-final h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.fd-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

@media (max-width: 900px) {
  .fd-hero {
    min-height: 650px;
  }

  .fd-hero-bg {
    background-position: 62% center;
  }

  .fd-hero-shade {
    background: linear-gradient(90deg, rgba(4, 15, 29, .96) 0%, rgba(4, 15, 29, .78) 62%, rgba(4, 15, 29, .3) 100%);
  }

  .fd-signal-grid,
  .fd-score-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fd-signal-grid > div:nth-child(3) {
    border-left: 1px solid #e5e7eb;
  }

  .fd-score-item {
    border-bottom: 1px solid #dfe5ec;
  }

  .fd-score-item:nth-child(2) {
    border-right: 0;
  }

  .fd-score-item:last-child {
    grid-column: span 2;
  }

  .fd-step-content {
    grid-template-columns: 130px 1fr;
  }

  .fd-step-content p {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .fd-hero {
    min-height: 660px;
    align-items: end;
  }

  .fd-hero-bg {
    background-position: 70% center;
  }

  .fd-hero-shade {
    background: linear-gradient(0deg, rgba(4, 15, 29, .98) 0%, rgba(4, 15, 29, .86) 52%, rgba(4, 15, 29, .26) 100%);
  }

  .fd-hero-inner {
    padding-top: 190px;
    padding-bottom: 42px;
  }

  .fd-hero h1 {
    font-size: 48px;
  }

  .fd-hero-copy > p {
    font-size: 17px;
  }

  .fd-hero-actions .btn {
    width: 100%;
  }

  .fd-hero-proof {
    display: none;
  }

  .fd-signal-grid,
  .fd-score-grid,
  .fd-intro-grid,
  .fd-trust-grid,
  .fd-final-inner,
  .fd-offer-grid {
    grid-template-columns: 1fr;
  }

  .fd-signal-grid > div,
  .fd-signal-grid > div:first-child,
  .fd-signal-grid > div:nth-child(3) {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e7eb;
  }

  .fd-section {
    padding: 72px 0;
  }

  .fd-section-heading h2,
  .fd-final h2 {
    font-size: 34px;
  }

  .fd-intro-copy {
    padding-top: 0;
  }

  .fd-score-item,
  .fd-score-item:nth-child(2) {
    min-height: 290px;
    border-right: 0;
  }

  .fd-score-item:last-child {
    grid-column: auto;
  }

  .fd-steps li {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    align-items: start;
  }

  .fd-step-index {
    font-size: 28px;
  }

  .fd-step-content {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .fd-step-content p {
    grid-column: auto;
  }

  .fd-offer-grid {
    border-left: 0;
  }

  .fd-offer-grid article {
    min-height: auto;
    padding: 34px 24px;
    border-right: 0;
  }

  .fd-offer-grid h3 {
    margin-top: 30px;
  }

  .fd-trust-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fd-final-actions {
    justify-content: flex-start;
  }

  .fd-final-actions .btn {
    width: 100%;
  }
}
