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

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

.tfc-real-inner {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 56px;
  align-items: start;
}

.tfc-real-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-real-kicker span {
  width: 54px;
  height: 1px;
  background: rgba(18, 101, 255, .28);
}

.tfc-real-left h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(44px, 5.2vw, 80px);
  line-height: .96;
  letter-spacing: -.075em;
  font-weight: 950;
}

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

.tfc-real-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: #5e6b80;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.45;
  font-weight: 720;
}

.tfc-real-benefits {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.tfc-real-benefit {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: center;
}

.tfc-real-benefit-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #dfe8f5;
  box-shadow: 0 16px 36px rgba(31, 70, 120, .08);
}

.tfc-real-benefit-icon svg,
.tfc-real-tag svg,
.tfc-real-trainer-icon svg,
.tfc-real-shield svg,
.tfc-real-proof-icon svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tfc-real-benefit-icon svg {
  width: 29px;
  height: 29px;
}

.tfc-real-benefit-icon--blue {
  color: #1265ff;
}

.tfc-real-benefit-icon--purple {
  color: #6b19ff;
}

.tfc-real-benefit-icon--green {
  color: #18a961;
}

.tfc-real-benefit-icon--orange {
  color: #ff7a1a;
}

.tfc-real-benefit h3 {
  margin: 0;
  color: #071126;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 950;
}

.tfc-real-benefit p {
  margin: 6px 0 0;
  color: #5e6b80;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 670;
}

.tfc-real-right {
  position: relative;
  padding: 46px 32px 32px;
  border-radius: 34px;
  background: rgba(255,255,255,.82);
  border: 1px solid #dfe8f5;
  box-shadow: 0 28px 80px rgba(31, 70, 120, .12);
}

.tfc-real-tag {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 46px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1265ff, #7c3cff);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 18px 38px rgba(37, 99, 235, .24);
}

.tfc-real-tag svg {
  width: 20px;
  height: 20px;
}

.tfc-real-compare-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #dfe8f5;
  background: #fff;
}

.tfc-real-compare-head,
.tfc-real-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.tfc-real-compare-title {
  min-height: 88px;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.tfc-real-compare-title--bad {
  background: linear-gradient(180deg, #fff4f1 0%, #fff 100%);
  border-right: 1px solid #e7edf7;
}

.tfc-real-compare-title--good {
  background: linear-gradient(180deg, #effaf4 0%, #fff 100%);
}

.tfc-real-compare-title span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: 950;
}

.tfc-real-compare-title--bad span {
  background: #ff4d5f;
}

.tfc-real-compare-title--good span {
  background: linear-gradient(135deg, #1265ff, #4938ff);
}

.tfc-real-compare-title h3 {
  margin: 0;
  color: #071126;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 950;
}

.tfc-real-compare-row {
  border-top: 1px solid #e7edf7;
}

.tfc-real-compare-row > div {
  min-height: 68px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #334155;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.tfc-real-compare-row > div:first-child {
  border-right: 1px solid #e7edf7;
}

.tfc-real-compare-row > div span {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 950;
}

.tfc-real-compare-row > div:first-child span {
  background: #fff0e8;
  color: #ff4d5f;
}

.tfc-real-compare-row > div:last-child span {
  background: #eaf9f2;
  color: #18a961;
}

.tfc-real-trainer-card {
  margin-top: 22px;
  padding: 22px;
  display: grid;
  grid-template-columns: 78px 1fr 58px;
  gap: 18px;
  align-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(18, 101, 255, .12), transparent 36%),
    linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid #dfe8f5;
}

.tfc-real-trainer-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1265ff, #4938ff);
  color: #fff;
}

.tfc-real-trainer-icon svg {
  width: 31px;
  height: 31px;
}

.tfc-real-trainer-card h3 {
  margin: 0;
  color: #071126;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 950;
}

.tfc-real-trainer-card h3 span {
  display: block;
  color: #1265ff;
}

.tfc-real-trainer-card p {
  margin: 8px 0 0;
  color: #5e6b80;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 680;
}

.tfc-real-shield {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #edf4ff;
  color: #1265ff;
}

.tfc-real-shield svg {
  width: 25px;
  height: 25px;
}

.tfc-real-proof-row {
  grid-column: 1 / -1;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
  border: 1px solid #dfe8f5;
  box-shadow: 0 20px 52px rgba(31, 70, 120, .08);
}

.tfc-real-proof-row > div {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
  padding: 0 20px;
}

.tfc-real-proof-row > div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: #dfe8f5;
}

.tfc-real-proof-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.tfc-real-proof-icon svg {
  width: 23px;
  height: 23px;
}

.tfc-real-proof-icon--blue {
  background: #edf4ff;
  color: #1265ff;
}

.tfc-real-proof-icon--green {
  background: #eaf9f2;
  color: #18a961;
}

.tfc-real-proof-icon--purple {
  background: #f4ecff;
  color: #6b19ff;
}

.tfc-real-proof-icon--orange {
  background: #fff0e8;
  color: #ff7a1a;
}

.tfc-real-proof-row strong {
  display: block;
  color: #071126;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -.035em;
}

.tfc-real-proof-row small {
  display: block;
  margin-top: 4px;
  color: #5e6b80;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 650;
}

@media (max-width: 1060px) {
  .tfc-real-inner {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .tfc-real-left {
    text-align: center;
  }

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

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

  .tfc-real-benefits {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }

  .tfc-real-benefit {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .tfc-real-section {
    padding: 72px 12px;
  }

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

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

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

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

  .tfc-real-benefit {
    grid-template-columns: 58px 1fr;
    gap: 14px;
  }

  .tfc-real-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .tfc-real-benefit-icon svg {
    width: 25px;
    height: 25px;
  }

  .tfc-real-benefit h3 {
    font-size: 19px;
  }

  .tfc-real-benefit p {
    font-size: 14px;
  }

  .tfc-real-right {
    padding: 42px 10px 14px;
    border-radius: 28px;
  }

  .tfc-real-tag {
    min-height: 42px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .tfc-real-compare-title {
    min-height: 74px;
    padding: 18px 12px;
    gap: 10px;
  }

  .tfc-real-compare-title span {
    width: 34px;
    height: 34px;
    font-size: 19px;
  }

  .tfc-real-compare-title h3 {
    font-size: 18px;
  }

  .tfc-real-compare-row > div {
    min-height: 58px;
    padding: 14px 10px;
    gap: 9px;
    font-size: 13px;
  }

  .tfc-real-compare-row > div span {
    width: 23px;
    height: 23px;
    min-width: 23px;
    font-size: 12px;
  }

  .tfc-real-trainer-card {
    grid-template-columns: 52px 1fr;
    padding: 16px;
  }

  .tfc-real-trainer-icon {
    width: 48px;
    height: 48px;
  }

  .tfc-real-trainer-icon svg {
    width: 24px;
    height: 24px;
  }

  .tfc-real-trainer-card h3 {
    font-size: 18px;
  }

  .tfc-real-trainer-card p {
    font-size: 13px;
  }

  .tfc-real-shield {
    display: none;
  }

  .tfc-real-proof-row {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 14px;
  }

  .tfc-real-proof-row > div {
    padding: 0;
    grid-template-columns: 42px 1fr;
  }

  .tfc-real-proof-row > div::after {
    display: none;
  }

  .tfc-real-proof-icon {
    width: 38px;
    height: 38px;
  }

  .tfc-real-proof-icon svg {
    width: 19px;
    height: 19px;
  }

  .tfc-real-proof-row strong {
    font-size: 14px;
  }

  .tfc-real-proof-row small {
    font-size: 12px;
  }
}
