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

/* HARD SVG RESET - prevents Drupal/theme defaults making inline SVGs huge/black */
.tfc-built-section svg {
  display: block;
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
}

.tfc-built-section {
  padding: 52px 18px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 14% 22%, rgba(18, 101, 255, .07), transparent 30%),
    radial-gradient(circle at 84% 44%, rgba(107, 25, 255, .06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 55%, #eef5ff 100%);
  color: #071126;
  overflow: hidden;
}

.tfc-built-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.05fr;
  gap: 38px;
  align-items: center;
}

.tfc-built-kicker {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 14px 8px 9px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(18,101,255,.12);
  box-shadow: 0 12px 28px rgba(30, 64, 175, .07);
  color: #1265ff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tfc-built-kicker-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef4ff;
  color: #1265ff;
  flex: 0 0 auto;
}

.tfc-built-kicker-icon svg {
  width: 14px !important;
  height: 14px !important;
}

.tfc-built-copy h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: .96;
  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-trainers {
  width: min(300px, 92%);
  margin: 18px 0 0;
}

.tfc-built-trainers img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(15, 23, 42, .14));
}

.tfc-built-lead {
  max-width: 570px;
  margin: 20px 0 0;
  color: #5e6b80;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.42;
  font-weight: 730;
}

.tfc-built-points {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.tfc-built-point {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(223, 232, 245, .98);
  box-shadow: 0 12px 32px rgba(31, 70, 120, .055);
}

.tfc-built-point-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
}

.tfc-built-point-icon svg {
  width: 22px !important;
  height: 22px !important;
}

.tfc-built-point-icon--blue { background: #eef4ff; color: #1265ff; }
.tfc-built-point-icon--green { background: #eaf9f2; color: #16a861; }
.tfc-built-point-icon--purple { background: #f4ecff; color: #6b19ff; }

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

.tfc-built-point small {
  display: block;
  margin-top: 5px;
  color: #5e6b80;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 680;
}

.tfc-built-visual {
  min-width: 0;
}

.tfc-built-visual-card {
  padding: 26px 22px 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(18,101,255,.07), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,249,255,.94));
  border: 1px solid rgba(223, 232, 245, .96);
  box-shadow: 0 22px 58px rgba(31, 70, 120, .10);
  text-align: center;
  overflow: hidden;
}

.tfc-built-visual-copy h3 {
  max-width: 560px;
  margin: 0 auto 14px;
  color: #071126;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 950;
}

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

.tfc-built-phone-wrap {
  position: relative;
  margin: 0 auto;
  width: min(560px, 100%);
}

.tfc-built-phone-wrap::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 4%;
  height: 16%;
  border-radius: 50%;
  background: rgba(18,101,255,.10);
  filter: blur(22px);
}

.tfc-built-phone-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 18px 28px rgba(15,23,42,.16));
}

.tfc-built-visual-features {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.tfc-built-visual-features > div {
  min-width: 0;
}

.tfc-built-feature-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.tfc-built-feature-icon svg {
  width: 19px !important;
  height: 19px !important;
}

.tfc-built-feature-icon--blue { background: #eaf2ff; color: #1265ff; }
.tfc-built-feature-icon--green { background: #eaf9f2; color: #16a861; }
.tfc-built-feature-icon--purple { background: #f2eaff; color: #6b19ff; }

.tfc-built-visual-features strong {
  display: block;
  color: #071126;
  font-size: 14px;
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -.035em;
}

.tfc-built-visual-features small {
  display: block;
  max-width: 170px;
  margin: 6px auto 0;
  color: #5e6b80;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 670;
}

.tfc-built-proof {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: .8fr .9fr .9fr 1.55fr;
  gap: 0;
  align-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(223, 232, 245, .98);
  box-shadow: 0 16px 42px rgba(31, 70, 120, .065);
}

.tfc-built-proof-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  border-right: 1px solid rgba(18,101,255,.12);
}

.tfc-built-proof-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.tfc-built-proof-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.tfc-built-proof-icon--blue { background: #eef4ff; color: #1265ff; }
.tfc-built-proof-icon--purple { background: #f4ecff; color: #6b19ff; }
.tfc-built-proof-icon--green { background: #eaf9f2; color: #16a861; }

.tfc-built-proof strong,
.tfc-built-proof-final strong {
  display: block;
  color: #071126;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.04em;
}

.tfc-built-proof small,
.tfc-built-proof-final small {
  display: block;
  margin-top: 4px;
  color: #5e6b80;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 680;
}

.tfc-built-proof-final {
  padding: 0 16px;
}

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

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

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

  .tfc-built-kicker,
  .tfc-built-trainers,
  .tfc-built-lead,
  .tfc-built-points {
    margin-left: auto;
    margin-right: auto;
  }

  .tfc-built-points {
    max-width: 720px;
  }

  .tfc-built-proof {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .tfc-built-proof-item {
    border-right: 0;
    padding: 10px 12px;
    border-radius: 16px;
    background: #f7faff;
  }

  .tfc-built-proof-final {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f7faff;
  }
}

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

  .tfc-built-inner {
    gap: 18px;
  }

  .tfc-built-kicker {
    margin-bottom: 14px;
    font-size: 10px;
    letter-spacing: .11em;
    padding: 7px 10px 7px 7px;
  }

  .tfc-built-kicker-icon {
    width: 22px;
    height: 22px;
  }

  .tfc-built-kicker-icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .tfc-built-copy h2 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: .96;
  }

  .tfc-built-trainers {
    width: min(250px, 96%);
    margin-top: 14px;
  }

  .tfc-built-lead {
    margin-top: 15px;
    font-size: 14.5px;
    line-height: 1.38;
  }

  .tfc-built-points {
    margin-top: 18px;
    gap: 9px;
  }

  .tfc-built-point {
    grid-template-columns: 42px 1fr;
    gap: 11px;
    padding: 12px;
    text-align: left;
    border-radius: 16px;
  }

  .tfc-built-point-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .tfc-built-point-icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  .tfc-built-point strong {
    font-size: 15.5px;
  }

  .tfc-built-point small {
    font-size: 12px;
    line-height: 1.28;
  }

  .tfc-built-visual-card {
    padding: 18px 10px 16px;
    border-radius: 22px;
  }

  .tfc-built-visual-copy h3 {
    margin-bottom: 10px;
    font-size: clamp(22px, 7.2vw, 28px);
  }

  .tfc-built-phone-wrap {
    width: 104%;
    margin-left: -2%;
  }

  .tfc-built-visual-features {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tfc-built-visual-features > div {
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 2px;
    align-items: center;
    text-align: left;
    padding: 10px 11px;
    border-radius: 15px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(223,232,245,.8);
  }

  .tfc-built-feature-icon {
    grid-row: 1 / 3;
    grid-column: 1;
    width: 34px;
    height: 34px;
    margin: 0;
  }

  .tfc-built-feature-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .tfc-built-visual-features strong {
    grid-column: 2;
    font-size: 14px;
  }

  .tfc-built-visual-features small {
    grid-column: 2;
    max-width: none;
    margin: 0;
    font-size: 11.5px;
    line-height: 1.25;
  }

  .tfc-built-proof {
    margin-top: 0;
    padding: 10px;
    grid-template-columns: 1fr;
    gap: 8px;
    border-radius: 18px;
  }

  .tfc-built-proof-item {
    grid-template-columns: 34px 1fr;
    gap: 10px;
    padding: 9px 10px;
    border-radius: 14px;
  }

  .tfc-built-proof-icon {
    width: 30px;
    height: 30px;
  }

  .tfc-built-proof-icon svg {
    width: 15px !important;
    height: 15px !important;
  }

  .tfc-built-proof strong,
  .tfc-built-proof-final strong {
    font-size: 14.5px;
  }

  .tfc-built-proof small,
  .tfc-built-proof-final small {
    font-size: 11.5px;
  }

  .tfc-built-proof-final {
    padding: 10px;
  }
}