.tp-home-polish-section .container {
  position: relative;
}

.tp-home-polish-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.tp-home-polish-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.16) 0%, rgba(37, 99, 235, 0) 72%);
  transform: translate(-30%, -30%);
  pointer-events: none;
}

.tp-home-polish-copy {
  height: 100%;
  padding: 34px 38px;
}

.tp-home-polish-eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-home-polish-title,
.tp-home-polish-title-sm {
  margin-bottom: 14px;
  color: #0f172a;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.tp-home-polish-title {
  font-size: clamp(2rem, 2.7vw, 3rem);
}

.tp-home-polish-title-sm {
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
}

.tp-home-polish-lead {
  margin-bottom: 22px;
  color: #475569;
  line-height: 1.75;
}

.tp-home-polish-mini,
.tp-home-polish-step {
  height: 100%;
  padding: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.tp-home-polish-mini strong,
.tp-home-polish-step strong {
  color: #0f172a;
  font-size: 16px;
}

.tp-home-polish-mini span,
.tp-home-polish-step span {
  color: #64748b;
  line-height: 1.7;
}

.tp-home-polish-step {
  position: relative;
  padding-top: 64px;
}

.tp-home-polish-step-no {
  position: absolute;
  top: 18px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0f172a;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.tp-home-polish-aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 34px 32px;
}

.tp-home-polish-aside--blue {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)),
    linear-gradient(135deg, #edf4ff 0%, #dfeeff 100%);
}

.tp-home-polish-aside--dark {
  background:
    radial-gradient(circle at top right, rgba(96, 165, 250, 0.18), transparent 38%),
    linear-gradient(160deg, #0f172a 0%, #16233d 100%);
}

.tp-home-polish-pill {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tp-home-polish-pill--light {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.tp-home-polish-side-title {
  color: #0f172a;
  font-size: 28px;
  line-height: 1.15;
}

.tp-home-polish-side-copy {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.tp-home-polish-note {
  padding: 18px 18px 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.tp-home-polish-note--dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.tp-home-polish-note--dark strong,
.tp-home-polish-note--dark span {
  color: rgba(255, 255, 255, 0.9);
}

.tp-home-polish-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #1d4ed8;
  border: 1px solid rgba(15, 23, 42, 0.08);
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .tp-home-polish-copy,
  .tp-home-polish-aside {
    padding: 28px 24px;
  }

  .tp-home-polish-side-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .tp-home-polish-card {
    border-radius: 22px;
  }

  .tp-home-polish-copy,
  .tp-home-polish-aside {
    padding: 22px 18px;
  }

  .tp-home-polish-mini,
  .tp-home-polish-step,
  .tp-home-polish-note {
    border-radius: 16px;
  }
}
