:root {
  --ac-cyan: #5cc8ff;
  --ac-green: #58f0a7;
  --ac-violet: #a78bfa;
  --ac-amber: #ffd166;
  --ac-red: #ff7a90;
  --ac-text: #edf6ff;
  --ac-muted: #9fb4cf;
  --ac-line: rgba(116, 192, 255, .20);
}

.appcloud-sales-momentum,
.appcloud-sales-momentum * {
  box-sizing: border-box;
  font-family:
    "OpenAI Sans",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif !important;
}

.appcloud-sales-momentum {
  padding-top: clamp(14px, 2vw, 24px) !important;
  padding-bottom: clamp(14px, 2vw, 26px) !important;
}

.sales-momentum-shell {
  border: 1px solid rgba(116, 192, 255, .20);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 16%, rgba(92,200,255,.14), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(255,209,102,.11), transparent 30%),
    radial-gradient(circle at 50% 100%, rgba(88,240,167,.08), transparent 34%),
    rgba(7,17,34,.72);
  padding: clamp(14px, 2vw, 22px);
  box-shadow: 0 22px 82px rgba(0,0,0,.26);
  overflow: hidden;
  position: relative;
}

.sales-momentum-shell::before {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(92,200,255,.16), transparent);
  transform: translateX(-100%);
  animation: salesSweep 8s ease-in-out infinite;
}

.sales-momentum-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 12px;
}

.sales-momentum-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(88,240,167,.28);
  border-radius: 999px;
  background: rgba(88,240,167,.08);
  color: #bfffe2;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.sales-momentum-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ac-green);
  box-shadow: 0 0 16px rgba(88,240,167,.75);
}

.sales-momentum-head h2 {
  margin: 8px 0 0 !important;
  max-width: 780px !important;
  font-size: clamp(1.28rem, 2.25vw, 2.12rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.042em !important;
  font-weight: 800 !important;
  background: linear-gradient(90deg, #eaf6ff, #8be4ff 35%, #a7f3d0 68%, #ffd166);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}

.sales-momentum-head p {
  margin: 7px 0 0 !important;
  max-width: 820px;
  color: var(--ac-muted);
  font-size: .88rem !important;
  line-height: 1.5 !important;
}

.sales-momentum-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.sales-momentum-btn {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(116,192,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: #edf6ff;
  font-size: .74rem;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.sales-momentum-btn.primary {
  border: 0;
  color: #04101f;
  background: linear-gradient(135deg, var(--ac-cyan), var(--ac-green));
}

.sales-momentum-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(116,192,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  padding: 8px 0;
  margin-bottom: 12px;
}

.sales-momentum-track {
  width: max-content;
  display: flex;
  gap: 8px;
  animation: salesTicker 34s linear infinite;
}

.sales-chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(88,240,167,.23);
  border-radius: 999px;
  background: rgba(88,240,167,.07);
  color: #dff8ff;
  font-size: .72rem;
  font-weight: 850;
  white-space: nowrap;
}

.sales-chip strong {
  color: var(--ac-green);
}

.sales-chip.hot strong {
  color: var(--ac-amber);
}

.sales-chip.popular strong {
  color: var(--ac-cyan);
}

.sales-chip.launch strong {
  color: var(--ac-red);
}

.sales-momentum-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sales-offer-card {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  border: 1px solid rgba(116,192,255,.18);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(92,200,255,.08), rgba(88,240,167,.045)),
    rgba(255,255,255,.045);
  padding: 13px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.sales-offer-card:hover {
  transform: translateY(-3px);
  border-color: rgba(92,200,255,.52);
  box-shadow: 0 22px 68px rgba(92,200,255,.12);
}

.sales-offer-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -82px;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(92,200,255,.18), transparent 68%);
}

.sales-offer-card > * {
  position: relative;
  z-index: 2;
}

.sales-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}

.sales-badge {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .045em;
  color: #04101f;
  background: var(--ac-green);
}

.sales-badge.new { background: var(--ac-cyan); }
.sales-badge.trending { background: var(--ac-amber); }
.sales-badge.popular { background: var(--ac-green); }
.sales-badge.featured { background: var(--ac-violet); color: #fff; }
.sales-badge.launch { background: var(--ac-red); color: #fff; }
.sales-badge.bundle { background: #bfffe2; }

.sales-offer-card h3 {
  margin: 0 0 7px !important;
  color: #eaf6ff;
  font-size: .96rem !important;
  line-height: 1.16 !important;
}

.sales-offer-card p {
  margin: 0 !important;
  color: #aebfd8;
  font-size: .80rem !important;
  line-height: 1.45 !important;
}

.sales-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 10px;
}

.sales-proof span {
  min-height: 38px;
  display: grid;
  align-content: center;
  border: 1px solid rgba(116,192,255,.14);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
  padding: 6px 8px;
  color: #9fb4cf;
  font-size: .66rem;
  line-height: 1.25;
}

.sales-proof b {
  display: block;
  color: #bfffe2;
  font-size: .82rem;
}

.sales-card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
}

.sales-price {
  color: #bfffe2;
  font-size: .73rem;
  font-weight: 900;
}

.sales-card-btn {
  min-height: 29px;
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  color: #04101f;
  background: linear-gradient(135deg, var(--ac-cyan), var(--ac-green));
  font-size: .68rem;
  font-weight: 950;
  cursor: pointer;
}

.sales-conversion-band {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 11px;
}

.sales-conversion-tile {
  border: 1px solid rgba(116,192,255,.15);
  border-radius: 16px;
  background: rgba(255,255,255,.035);
  padding: 10px;
}

.sales-conversion-tile b {
  display: block;
  color: #edf6ff;
  font-size: .84rem;
}

.sales-conversion-tile span {
  display: block;
  margin-top: 3px;
  color: #9fb4cf;
  font-size: .70rem;
  line-height: 1.35;
}

@keyframes salesTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes salesSweep {
  0%, 100% { transform: translateX(-110%); opacity: 0; }
  35%, 55% { opacity: 1; }
  70% { transform: translateX(110%); opacity: 0; }
}

@media (max-width: 1120px) {
  .sales-momentum-head {
    grid-template-columns: 1fr;
  }

  .sales-momentum-cta {
    justify-content: flex-start;
  }

  .sales-momentum-grid,
  .sales-conversion-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .sales-momentum-grid,
  .sales-conversion-band {
    grid-template-columns: 1fr;
  }

  .sales-proof {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sales-momentum-track,
  .sales-momentum-shell::before {
    animation: none !important;
  }
}
