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

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

.tfc-get-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.tfc-get-header {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

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

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

.tfc-get-header h2 {
  margin: 0;
  color: #071126;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: .98;
  letter-spacing: -.075em;
  font-weight: 950;
}

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

.tfc-get-header p {
  max-width: 720px;
  margin: 24px auto 0;
  color: #5e6b80;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.45;
  font-weight: 720;
}

.tfc-get-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tfc-get-card {
  min-height: 270px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(223, 232, 245, .95);
  box-shadow: 0 24px 70px rgba(31, 70, 120, .09);
}

.tfc-get-card:nth-child(1),
.tfc-get-card:nth-child(2),
.tfc-get-card:nth-child(5) {
  grid-column: span 2;
}

.tfc-get-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 16px 30px rgba(37, 99, 235, .20);
}

.tfc-get-icon svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tfc-get-card h3 {
  margin: 0;
  color: #071126;
  font-size: 26px;
  line-height: 1.05;
  letter-spacing: -.05em;
  font-weight: 950;
}

.tfc-get-card p {
  margin: 14px 0 0;
  color: #5e6b80;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 680;
}

.tfc-get-card--blue .tfc-get-icon {
  background: linear-gradient(135deg, #1265ff, #245cff);
}

.tfc-get-card--purple .tfc-get-icon {
  background: linear-gradient(135deg, #6b19ff, #4938ff);
}

.tfc-get-card--green .tfc-get-icon {
  background: linear-gradient(135deg, #14b86a, #0ca55a);
}

.tfc-get-card--violet .tfc-get-icon {
  background: linear-gradient(135deg, #7c3cff, #4938ff);
}

.tfc-get-card--navy .tfc-get-icon {
  background: linear-gradient(135deg, #06143d, #1265ff);
}

.tfc-get-card--orange .tfc-get-icon {
  background: linear-gradient(135deg, #ff7a1a, #ff4d00);
}

.tfc-get-card--teal .tfc-get-icon {
  background: linear-gradient(135deg, #0fb6b0, #1265ff);
}

@media (max-width: 980px) {
  .tfc-get-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tfc-get-card,
  .tfc-get-card:nth-child(1),
  .tfc-get-card:nth-child(2),
  .tfc-get-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 620px) {
  .tfc-get-section {
    padding: 70px 12px;
  }

  .tfc-get-header {
    margin-bottom: 32px;
  }

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

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

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

  .tfc-get-header p {
    font-size: 16px;
  }

  .tfc-get-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tfc-get-card {
    min-height: auto;
    padding: 22px;
    border-radius: 24px;
  }

  .tfc-get-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
  }

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

  .tfc-get-card h3 {
    font-size: 23px;
  }

  .tfc-get-card p {
    font-size: 15px;
  }
}
