.tcc-who-help-section {
  background: #f7f8fb;
  padding: 90px 24px;
}

.tcc-who-help-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
}

.tcc-range-card {
  background: #ffffff;
  border: 1px solid rgba(10, 25, 47, 0.08);
  border-radius: 28px;
  padding: 46px 36px 34px;
  box-shadow: 0 20px 55px rgba(10, 25, 47, 0.10);
}

.tcc-range-top {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr;
  gap: 12px;
  align-items: start;
}

.tcc-range-item {
  text-align: center;
  color: #0a192f;
}

.tcc-icon-circle {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #edf4fb 0%,
    #edf4fb 62%,
    rgba(255, 206, 0, 0.22) 62%,
    rgba(255, 206, 0, 0.22) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.tcc-icon {
  font-size: 42px;
  line-height: 1;
  color: #0a192f;
}

.tcc-icon svg {
  width: 42px;
  height: 42px;
  fill: #0a192f;
}

.tcc-range-number {
  width: 42px;
  height: 42px;
  border: 3px solid #ffce00;
  background: #ffffff;
  color: #0a192f;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  margin: 0 auto 18px;
}

.tcc-range-item h3 {
  color: #0a192f;
  margin: 0 0 12px;
}

.tcc-small-line {
  width: 54px;
  height: 4px;
  background: #ffce00;
  border-radius: 999px;
  margin: 0 auto 20px;
}

.tcc-range-item p {
  color: #243865;
  margin: 0;
}

.tcc-arrow {
  color: #ffce00;
  font-size: 44px;
  font-weight: 800;
  line-height: 112px;
  text-align: center;
}

.tcc-range-footer {
  margin-top: 48px;
  background: #f2f6fb;
  border-radius: 18px;
  padding: 24px 28px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.tcc-footer-icon {
  color: #0a192f;
  font-size: 42px;
  font-weight: 800;
  flex: 0 0 auto;
}

.tcc-footer-icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.tcc-range-footer p {
  color: #0a192f;
  margin: 0;
}

.tcc-who-help-content {
  color: #0a192f;
}

.tcc-eyebrow {
  color: #ffce00;
  margin-bottom: 14px;
}

.tcc-who-help-content h2 {
  color: #0a192f;
  margin: 0 0 26px;
}

.tcc-who-help-content p {
  color: #1f315d;
  margin: 0 0 26px;
}

.tcc-who-help-content h4 {
  color: #0a192f;
  margin: 34px 0 16px;
}

.tcc-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.tcc-team-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 25, 47, 0.25);
  color: #0a192f;
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all 0.25s ease;
}

a.tcc-team-pill,
a.tcc-team-pill:visited {
  color: #0a192f;
  text-decoration: none;
}

.tcc-team-pill:hover,
a.tcc-team-pill:hover,
a.tcc-team-pill:focus {
  border-color: #ffce00;
  color: #0a192f;
  box-shadow: 0 8px 22px rgba(10, 25, 47, 0.08);
  transform: translateY(-2px);
  text-decoration: none;
}

.tcc-main-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffce00;
  color: #0a192f;
  padding: 15px 28px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(255, 206, 0, 0.28);
  transition: all 0.25s ease;
}

.tcc-main-btn:hover {
  background: #0a192f;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.tcc-main-btn .tcc-btn-icon {
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.tcc-main-btn .tcc-btn-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

@media (max-width: 1024px) {
  .tcc-who-help-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .tcc-who-help-content {
    max-width: 820px;
  }
}

@media (max-width: 768px) {
  .tcc-who-help-section {
    padding: 70px 18px;
  }

  .tcc-range-card {
    padding: 34px 22px 26px;
    border-radius: 22px;
  }

  .tcc-range-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tcc-arrow {
    transform: rotate(90deg);
    line-height: 1;
    font-size: 34px;
  }

  .tcc-icon-circle {
    width: 94px;
    height: 94px;
    margin-bottom: 18px;
  }

  .tcc-icon {
    font-size: 34px;
  }

  .tcc-range-footer {
    align-items: flex-start;
    padding: 20px;
  }

  .tcc-main-btn {
    width: 100%;
    justify-content: center;
  }
}
