.tfc-built-section,
.tfc-built-section * {
  box-sizing: border-box;
}

.tfc-built-section {
  padding: 96px 18px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 24%, rgba(18, 101, 255, .09), transparent 34%),
    radial-gradient(circle at 82% 48%, rgba(107, 25, 255, .08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 52%, #eef5ff 100%);
  color: #071126;
  overflow: hidden;
}

.tfc-built-inner {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 54px;
  align-items: center;
}

.tfc-built-kicker {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #1265ff;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.tfc-built-kicker span {
  width: 54px;
  height: 1px;
  background: rgba(18, 101, 255, .28);
}

.tfc-built-copy h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 950;
}

.tfc-built-copy h2 span {
  display: block;
  color: transparent;
  background: linear-gradient(90deg, #1265ff, #4938ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.tfc-built-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #5e6b80;
  font-size: clamp(19px, 1.8vw, 24px);
  line-height: 1.42;
  font-weight: 760;
}

.tfc-built-points {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.tfc-built-points div {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.86);
  border: 1px solid #dfe8f5;
  box-shadow: 0 16px 42px rgba(31, 70, 120, .07);
}

.tfc-built-points strong {
  display: block;
  color: #071126;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.tfc-built-points small {
  display: block;
  margin-top: 7px;
  color: #5e6b80;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 680;
}

.tfc-built-card {
  padding: 30px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.24), transparent 35%),
    linear-gradient(135deg, #7435ff 0%, #245cff 58%, #075fff 100%);
  border: 1px solid rgba(255,255,255,.45);
  box-shadow:
    0 32px 78px rgba(30, 64, 175, .30),
    0 0 0 7px rgba(18, 101, 255, .08);
  color: #fff;
}

.tfc-built-card-top {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.tfc-built-badge {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: #1265ff;
  box-shadow: 0 18px 34px rgba(15,23,42,.14);
}

.tfc-built-badge svg,
.tfc-built-note svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tfc-built-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 950;
}

.tfc-built-card-top p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.88);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 720;
}

.tfc-built-compare {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tfc-built-mini {
  min-height: 190px;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  color: #071126;
}

.tfc-built-mini span {
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 950;
}

.tfc-built-mini--bad span {
  background: #fff0e8;
  color: #ff5a15;
}

.tfc-built-mini--good span {
  background: #eaf9f2;
  color: #18a961;
}

.tfc-built-mini strong {
  display: block;
  color: #071126;
  font-size: 21px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.045em;
}

.tfc-built-mini small {
  display: block;
  margin-top: 10px;
  color: #5e6b80;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 680;
}

.tfc-built-note {
  margin-top: 18px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 850;
}

@media (max-width: 900px) {
  .tfc-built-section {
    padding: 72px 14px;
  }

  .tfc-built-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tfc-built-copy {
    text-align: center;
  }

  .tfc-built-kicker {
    justify-content: center;
  }

  .tfc-built-lead {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 560px) {
  .tfc-built-section {
    padding: 64px 12px;
  }

  .tfc-built-kicker {
    font-size: 12px;
    gap: 12px;
  }

  .tfc-built-kicker span {
    width: 34px;
  }

  .tfc-built-copy h2 {
    font-size: clamp(36px, 11vw, 54px);
  }

  .tfc-built-lead {
    font-size: 16px;
  }

  .tfc-built-card {
    padding: 20px;
    border-radius: 28px;
  }

  .tfc-built-card-top {
    grid-template-columns: 54px 1fr;
  }

  .tfc-built-badge {
    width: 52px;
    height: 52px;
  }

  .tfc-built-compare {
    grid-template-columns: 1fr;
  }

  .tfc-built-mini {
    min-height: auto;
  }

  .tfc-built-note {
    align-items: flex-start;
  }
}
