.theme-glacier {
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, .14), transparent 35%),
    radial-gradient(circle at bottom right, rgba(99, 102, 241, .12), transparent 35%),
    linear-gradient(
      180deg,
      #0b1220 0%,
      #111827 50%,
      #0f172a 100%
    );

  color: #f8fafc;
  position: relative;
  overflow: hidden;
}

.theme-glacier > * {
  position: relative;
  z-index: 2;
}

.theme-glacier .section-heading {
  color: #ffffff;
}

.theme-glacier .section-text {
  color: rgba(248,250,252,.76);
}

.theme-glacier .card-glass {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.10);
}

.theme-glacier .card-stylist {
  background: linear-gradient(180deg, #0f172a, #1e293b);
}

.theme-glacier .icon svg,
.theme-glacier .kt-info-svg-icon svg {
  opacity: .92;
}