.products-hero {
  padding: 42px 0 34px;
}

.products-wrap .tg-ss-eyebrow {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 10px;
}

.products-wrap .tg-ss-title {
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--text);
  font-size: clamp(34px, 5.2vw, 56px);
  margin: 0 0 15px;
  padding-right: 0.08em;
  padding-bottom: 0.1em;
  overflow: visible;
}

.products-wrap .tg-ss-grad {
  display: inline-block;
  padding-right: 0.02em;
  overflow: visible;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

}

.products-wrap .tg-ss-sub {
  color: var(--text-dim);
  font-size: 16px;
  line-height: 1.6;
  max-width: 760px;
  margin-bottom: 18px;
}

.products-wrap .tg-ss-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.products-wrap .tg-ss-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 950;
  color: #fff;
  border: none;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  box-shadow: 0 18px 46px rgba(37, 99, 235, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  transition: transform 0.15s ease, box-shadow 0.18s ease, filter 0.18s ease;
  text-decoration: none;
}

.products-wrap .tg-ss-btn-primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 22px 58px rgba(37, 99, 235, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  color: #fff;
}

.products-wrap .tg-ss-btn-icon {
  display: inline-block;
  transition: transform 0.18s ease;
}

.products-wrap .tg-ss-btn-primary:hover .tg-ss-btn-icon {
  transform: translateX(3px);
}

.products-wrap .tg-ss-btn-secondary {
  height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  font-weight: 900;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.products-wrap .tg-ss-btn-secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(6, 182, 212, 0.3);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  color: var(--text);
}

.products-wrap .tg-ss-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
}

.products-wrap .tg-ss-stat {
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.products-wrap .tg-ss-stat-big {
  font-weight: 950;
  color: var(--text);
}

.products-wrap .tg-ss-stat-small {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 2px;
}

.products-wrap .tg-ss-card {
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 18px 56px rgba(15, 23, 42, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  height: 100%;
}

.products-wrap .tg-ss-card-glow {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(6, 182, 212, 0.08)), rgba(255, 255, 255, 0.78);
}

.products-wrap .tg-ss-minihead {
  font-weight: 950;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.7);
  margin-bottom: 10px;
}

.products-wrap .tg-ss-steps {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.products-wrap .tg-ss-step {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.products-wrap .tg-ss-step-num {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  font-size: 13px;
  background: rgba(6, 182, 212, 0.14);
  border: 1px solid rgba(6, 182, 212, 0.18);
  color: var(--text);
  flex: 0 0 auto;
}

.products-wrap .tg-ss-step-title {
  font-weight: 950;
  color: var(--text);
}

.products-wrap .tg-ss-step-sub {
  font-size: 13px;
  color: var(--text-dim);
  margin-top: 2px;
}

.products-wrap .tg-ss-mini-note {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(15, 23, 42, 0.55);
}

.products-wrap .tg-ss-section {
  padding: 34px 0;
}

.products-wrap .tg-ss-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.products-wrap .tg-ss-kicker {
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(15, 23, 42, 0.55);
  margin-bottom: 6px;
}

.products-wrap .tg-ss-h2 {
  font-weight: 950;
  color: var(--text);
  margin: 0;
  font-size: clamp(22px, 3.2vw, 30px);
}

.products-wrap .tg-ss-p {
  color: var(--text-dim);
  margin: 0;
}

.products-wrap .tg-ss-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.products-wrap .tg-ss-service {
  text-decoration: none;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  transition: transform 0.15s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  color: var(--text);
}

.products-wrap .tg-ss-service:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 182, 212, 0.28);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  color: var(--text);
}

.products-wrap .tg-ss-service-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.products-wrap .tg-ss-ic {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(6, 182, 212, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.18);
}

.products-wrap .tg-ss-service-title {
  font-weight: 950;
}

.products-wrap .tg-ss-service-desc {
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.products-wrap .tg-ss-service-meta {
  font-size: 12px;
  color: rgba(75, 85, 99, 0.9);
  padding-top: 10px;
  border-top: 1px dashed rgba(15, 23, 42, 0.12);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-eyebrow,
html[data-bs-theme="dark"] .products-wrap .tg-ss-kicker,
html[data-bs-theme="dark"] .products-wrap .tg-ss-minihead,
html[data-bs-theme="dark"] .products-wrap .tg-ss-mini-note {
  color: rgba(148, 163, 184, 0.92);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-btn-secondary {
  background: rgba(34, 38, 44, 0.92);
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.34);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-stat,
html[data-bs-theme="dark"] .products-wrap .tg-ss-card,
html[data-bs-theme="dark"] .products-wrap .tg-ss-service {
  background: rgba(34, 38, 44, 0.9);
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.34);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-card-glow {
  background: linear-gradient(135deg, rgba(47, 109, 246, 0.2), rgba(31, 75, 184, 0.16)), rgba(34, 38, 44, 0.92);
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.35);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-step-num {
  background: rgba(47, 109, 246, 0.22);
  border-color: rgba(47, 109, 246, 0.34);
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-service-meta {
  color: rgba(203, 213, 225, 0.88);
  border-top-color: rgba(148, 163, 184, 0.24);
}

@media (max-width: 575.98px) {
  .products-hero {
    padding-top: 24px;
  }
}

html[data-bs-theme="dark"] .products-wrap .tg-ss-service:hover {
  border-color: rgba(96, 165, 250, 0.38);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991.98px) {
  .products-wrap .tg-ss-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-wrap .tg-ss-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .products-wrap .tg-ss-grid {
    grid-template-columns: 1fr;
  }

  .products-wrap .tg-ss-ctas .btn {
    width: 100%;
  }
}
