/**
 * Sales Agent page — hero/banner only (blue theme, dark grid).
 * Scoped to #salesagent-hero-banner / .salesagent-hero-banner
 */

#salesagent-hero-banner.salesagent-hero-banner {
  --sa-blue: #3b9eff;
  --sa-blue-mid: #5eb0ff;
  --sa-blue-deep: #1e6fd8;
  --sa-blue-glow: rgba(59, 158, 255, 0.55);
  --sa-blue-glow-soft: rgba(59, 158, 255, 0.28);
  --sa-bg: #060608;
  --sa-bg-elevated: #0c0c10;
  --sa-text: #f5f5f7;
  --sa-muted: rgba(255, 255, 255, 0.72);
  --sa-border-ghost: rgba(255, 255, 255, 0.35);
  --sa-grid-line: rgba(255, 255, 255, 0.045);
  position: relative;
  overflow: hidden;
  padding-top: clamp(3rem, 8vw, 5.5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background-color: var(--sa-bg);
  background-image:
    linear-gradient(var(--sa-grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--sa-grid-line) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: center top;
}

#salesagent-hero-banner .salesagent-hero-banner__grid-fade {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 65% at 50% 0%, rgba(59, 158, 255, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 50% at 80% 60%, rgba(59, 158, 255, 0.05), transparent 50%);
}

#salesagent-hero-banner .salesagent-hero-banner__glow {
  position: absolute;
  width: min(520px, 90vw);
  height: min(520px, 90vw);
  left: 50%;
  top: 15%;
  transform: translate(-50%, -30%);
  pointer-events: none;
  background: radial-gradient(circle, var(--sa-blue-glow-soft) 0%, transparent 68%);
  filter: blur(40px);
  opacity: 0.85;
}

#salesagent-hero-banner .salesagent-hero-banner__row {
  position: relative;
  z-index: 1;
}

#salesagent-hero-banner .salesagent-hero-banner__col--copy {
  text-align: left;
}

#salesagent-hero-banner .salesagent-hero-banner__label {
  margin: 0 0 1rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sa-text);
  opacity: 0.92;
}

#salesagent-hero-banner .salesagent-hero-banner__title {
  margin: 0 0 1.25rem;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: clamp(2.65rem, 6.5vw, 4.35rem);
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--sa-text);
  text-transform: uppercase;
}

#salesagent-hero-banner .salesagent-hero-banner__accent {
  color: var(--sa-blue);
  text-shadow:
    0 0 20px var(--sa-blue-glow),
    0 0 40px var(--sa-blue-glow-soft),
    0 0 64px rgba(59, 158, 255, 0.18);
}

#salesagent-hero-banner .salesagent-hero-banner__text {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.65;
  font-weight: 400;
  color: var(--sa-muted);
}

#salesagent-hero-banner .salesagent-hero-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
}

#salesagent-hero-banner .salesagent-hero-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.78rem 1.45rem;
  border-radius: 999px;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

#salesagent-hero-banner .salesagent-hero-banner__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--sa-blue-mid) 0%, var(--sa-blue) 45%, var(--sa-blue-deep) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 4px 24px var(--sa-blue-glow-soft),
    0 0 32px rgba(59, 158, 255, 0.38);
}

#salesagent-hero-banner .salesagent-hero-banner__btn--primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 8px 32px var(--sa-blue-glow-soft),
    0 0 48px rgba(59, 158, 255, 0.48);
}

#salesagent-hero-banner .salesagent-hero-banner__btn--primary:focus-visible {
  outline: 2px solid var(--sa-blue-mid);
  outline-offset: 3px;
}

#salesagent-hero-banner .salesagent-hero-banner__btn--ghost {
  color: var(--sa-text);
  background: transparent;
  border-color: var(--sa-border-ghost);
}

#salesagent-hero-banner .salesagent-hero-banner__btn--ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.04);
}

#salesagent-hero-banner .salesagent-hero-banner__btn--ghost:focus-visible {
  outline: 2px solid var(--sa-blue-mid);
  outline-offset: 3px;
}

#salesagent-hero-banner .salesagent-hero-banner__btn-icon {
  display: inline-flex;
  flex-shrink: 0;
}

/* —— Orbital hero visual: robot follows circular path —— */
#salesagent-hero-banner .salesagent-hero-banner__orbit {
  --sa-orbit-duration: 28s;
  position: relative;
  width: 100%;
  max-width: min(560px, 100%);
  aspect-ratio: 1;
  margin-inline: auto;
  overflow: visible;
}

#salesagent-hero-banner .salesagent-hero-banner__orbit-bg {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 50% 45%, rgba(12, 18, 28, 0.65) 0%, rgba(6, 6, 8, 0.35) 55%, transparent 72%);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.45);
}

#salesagent-hero-banner .salesagent-hero-banner__visual-ring {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  border: 1px solid rgba(59, 158, 255, 0.14);
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 60px rgba(59, 158, 255, 0.1);
}

#salesagent-hero-banner .salesagent-hero-banner__orbit-spinner {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  animation: sa-orbit-rotate var(--sa-orbit-duration) linear infinite;
  will-change: transform;
}

#salesagent-hero-banner .salesagent-hero-banner__orbit-peg {
  position: absolute;
  top: 5.5%;
  left: 50%;
  width: min(82%, 440px);
  transform: translateX(-50%);
  pointer-events: auto;
}

#salesagent-hero-banner .salesagent-hero-banner__orbit-counter {
  position: relative;
  width: 100%;
  pointer-events: auto;
  animation: sa-orbit-rotate var(--sa-orbit-duration) linear infinite reverse;
  will-change: transform;
}

#salesagent-hero-banner .salesagent-hero-banner__visual {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
}

@keyframes sa-orbit-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  #salesagent-hero-banner .salesagent-hero-banner__orbit-spinner,
  #salesagent-hero-banner .salesagent-hero-banner__orbit-counter {
    animation: none;
    will-change: auto;
  }
}

#salesagent-hero-banner .salesagent-hero-banner__robot-shell {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 40px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 28px rgba(59, 158, 255, 0.14));
}

#salesagent-hero-banner .salesagent-hero-banner__robot-link {
  display: block;
  border-radius: 12px;
  transition: transform 0.25s ease, filter 0.25s ease;
}

#salesagent-hero-banner .salesagent-hero-banner__robot-link:hover,
#salesagent-hero-banner .salesagent-hero-banner__robot-link:focus-visible {
  transform: scale(1.02);
  filter: drop-shadow(0 0 20px rgba(59, 158, 255, 0.28));
}

#salesagent-hero-banner .salesagent-hero-banner__robot-link:focus-visible {
  outline: 2px solid var(--sa-blue);
  outline-offset: 4px;
}

#salesagent-hero-banner .salesagent-hero-banner__robot {
  display: block;
  width: 100%;
  height: auto;
  max-width: 560px;
  margin-inline: auto;
}

@media (max-width: 991.98px) {
  #salesagent-hero-banner.salesagent-hero-banner {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }

  #salesagent-hero-banner .salesagent-hero-banner__col--copy {
    text-align: center;
  }

  #salesagent-hero-banner .salesagent-hero-banner__text {
    margin-left: auto;
    margin-right: auto;
  }

  #salesagent-hero-banner .salesagent-hero-banner__actions {
    justify-content: center;
  }

  #salesagent-hero-banner .salesagent-hero-banner__col--visual {
    padding-inline: clamp(0.5rem, 4vw, 1.25rem);
    padding-bottom: 0.75rem;
  }

  #salesagent-hero-banner .salesagent-hero-banner__orbit {
    max-width: min(420px, 90vw);
  }
}

@media (max-width: 575.98px) {
  #salesagent-hero-banner .salesagent-hero-banner__label {
    font-size: 0.65rem;
    letter-spacing: 0.16em;
  }

  #salesagent-hero-banner .salesagent-hero-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  #salesagent-hero-banner .salesagent-hero-banner__btn {
    width: 100%;
  }

  #salesagent-hero-banner .salesagent-hero-banner__orbit {
    --sa-orbit-duration: 34s;
    max-width: min(320px, 92vw);
  }

  #salesagent-hero-banner .salesagent-hero-banner__orbit-peg {
    width: min(86%, 300px);
  }
}

/* —— Intro: hero + robot + bento cards (blue theme, matches banner) —— */
#salesagent-intro.salesagent-intro {
  --si-blue: #3b9eff;
  --si-blue-mid: #5eb0ff;
  --si-blue-deep: #1e6fd8;
  position: relative;
  padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(3rem, 6.5vw, 5rem);
  background-color: #05060a;
  overflow: hidden;
}

#salesagent-intro .salesagent-intro__pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 70%);
}

#salesagent-intro .salesagent-intro__container {
  position: relative;
  z-index: 1;
}

#salesagent-intro .salesagent-intro__hero {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

#salesagent-intro .salesagent-intro__kicker {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.85rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--si-blue-mid);
  border: 1px solid rgba(59, 158, 255, 0.35);
  border-radius: 999px;
  background: rgba(59, 158, 255, 0.08);
  box-shadow: 0 0 24px rgba(59, 158, 255, 0.12);
}

#salesagent-intro .salesagent-intro__title {
  margin: 0 0 1rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.55rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #f5f5f7;
}

#salesagent-intro .salesagent-intro__lead {
  margin: 0;
  max-width: 34rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.95rem, 2.1vw, 1.05rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

#salesagent-intro .salesagent-intro__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: min(420px, 100%);
  margin-inline: auto;
  aspect-ratio: 1;
}

#salesagent-intro .salesagent-intro__visual-glow {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 158, 255, 0.28) 0%, transparent 65%);
  filter: blur(28px);
  opacity: 0.85;
}

#salesagent-intro .salesagent-intro__visual-ring {
  position: absolute;
  inset: 4%;
  border-radius: 50%;
  border: 1px solid rgba(59, 158, 255, 0.22);
  box-shadow:
    0 0 0 1px rgba(59, 158, 255, 0.06) inset,
    0 0 48px rgba(59, 158, 255, 0.1);
}

#salesagent-intro .salesagent-intro__visual-inner {
  position: relative;
  z-index: 2;
  width: 88%;
  animation: sa-intro-float 7s ease-in-out infinite;
}

#salesagent-intro .salesagent-intro__robot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 28px rgba(59, 158, 255, 0.14));
}

@keyframes sa-intro-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (prefers-reduced-motion: reduce) {
  #salesagent-intro .salesagent-intro__visual-inner {
    animation: none;
  }
}

#salesagent-intro .salesagent-intro__cards-wrap {
  margin-top: 0.25rem;
}

#salesagent-intro .salesagent-intro__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

#salesagent-intro .salesagent-intro__card {
  position: relative;
  margin: 0;
  padding: 1.25rem 1.2rem 1.3rem 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(59, 158, 255, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    linear-gradient(155deg, rgba(10, 16, 28, 0.98), rgba(6, 10, 18, 0.98));
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(59, 158, 255, 0.06) inset,
    0 12px 26px rgba(59, 158, 255, 0.1);
  transition:
    transform 0.28s cubic-bezier(0.34, 1.3, 0.64, 1),
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

#salesagent-intro .salesagent-intro__card:hover {
  transform: translateY(-5px);
  border-color: rgba(94, 176, 255, 0.55);
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.62),
    0 0 0 1px rgba(59, 158, 255, 0.12) inset,
    0 18px 40px rgba(59, 158, 255, 0.18);
}

#salesagent-intro .salesagent-intro__card-index {
  display: block;
  margin-bottom: 0.65rem;
  font-family: "Bebas Neue", "Arial Narrow", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: 0.06em;
  color: rgba(59, 158, 255, 0.55);
  text-shadow: 0 0 20px rgba(59, 158, 255, 0.28);
}

#salesagent-intro .salesagent-intro__card-title {
  margin: 0 0 0.5rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
  color: #e8f4ff;
}

#salesagent-intro .salesagent-intro__card-text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.88rem;
  line-height: 1.58;
  color: rgba(198, 226, 255, 0.9);
}

@media (min-width: 992px) {
  #salesagent-intro .salesagent-intro__visual {
    margin-left: auto;
    max-width: min(440px, 100%);
  }
}

@media (max-width: 991.98px) {
  #salesagent-intro .salesagent-intro__copy {
    text-align: center;
  }

  #salesagent-intro .salesagent-intro__lead {
    margin-inline: auto;
  }

  #salesagent-intro .salesagent-intro__kicker {
    margin-inline: auto;
  }

  #salesagent-intro .salesagent-intro__visual {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  #salesagent-intro .salesagent-intro__cards {
    grid-template-columns: 1fr;
  }

  #salesagent-intro .salesagent-intro__card {
    padding: 1.1rem 1rem 1.15rem;
  }
}

@media (max-width: 575.98px) {
  #salesagent-intro .salesagent-intro__title {
    font-size: clamp(1.65rem, 6.5vw, 2.1rem);
  }
}

/* —— Process: timeline + robot, blue theme —— */
#salesagent-process.salesagent-process {
  --sp-blue: #3b9eff;
  --sp-blue-mid: #5eb0ff;
  --sp-blue-deep: #1e6fd8;
  position: relative;
  padding: clamp(3rem, 6.5vw, 5.5rem) 0 clamp(3.25rem, 6.5vw, 5.25rem);
  overflow: hidden;
  background: linear-gradient(180deg, #05060a 0%, #070b14 45%, #05060a 100%);
}

#salesagent-process .salesagent-process__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(59, 158, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 158, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 15%, transparent 75%);
}

#salesagent-process .salesagent-process__glow-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.35;
}

#salesagent-process .salesagent-process__glow-orb--a {
  width: min(420px, 70vw);
  height: min(420px, 70vw);
  top: -8%;
  left: -12%;
  background: rgba(59, 158, 255, 0.45);
}

#salesagent-process .salesagent-process__glow-orb--b {
  width: min(360px, 60vw);
  height: min(360px, 60vw);
  bottom: -5%;
  right: -8%;
  background: rgba(30, 111, 216, 0.4);
}

#salesagent-process .salesagent-process__head {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  margin: 0 auto clamp(2.25rem, 5vw, 3.25rem);
}

#salesagent-process .salesagent-process__kicker {
  margin: 0 0 0.65rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(94, 176, 255, 0.95);
}

#salesagent-process .salesagent-process__title {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #f5f5f7;
}

#salesagent-process .salesagent-process__accent {
  color: var(--sp-blue-mid);
  text-shadow: 0 0 28px rgba(59, 158, 255, 0.35);
}

#salesagent-process .salesagent-process__row {
  position: relative;
  z-index: 1;
}

#salesagent-process .salesagent-process__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 380px;
  margin-inline: auto;
  aspect-ratio: 1;
}

@media (min-width: 992px) {
  #salesagent-process .salesagent-process__visual {
    position: sticky;
    top: 5.5rem;
    margin-inline: 0;
    max-width: none;
  }
}

#salesagent-process .salesagent-process__visual-blob {
  position: absolute;
  inset: 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 158, 255, 0.22) 0%, transparent 68%);
  filter: blur(20px);
}

#salesagent-process .salesagent-process__visual-ring {
  position: absolute;
  inset: 2%;
  border-radius: 50%;
  border: 1px solid rgba(59, 158, 255, 0.2);
  box-shadow: 0 0 60px rgba(59, 158, 255, 0.08);
}

#salesagent-process .salesagent-process__img {
  position: relative;
  z-index: 2;
  width: 82%;
  height: auto;
  border-radius: 22px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 32px rgba(59, 158, 255, 0.12));
}

#salesagent-process .salesagent-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

#salesagent-process .salesagent-process__step {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  gap: 1rem 1.15rem;
  align-items: start;
  position: relative;
  padding-bottom: clamp(1.15rem, 3vw, 1.65rem);
}

#salesagent-process .salesagent-process__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.625rem;
  top: 3rem;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(59, 158, 255, 0.75) 0%,
    rgba(59, 158, 255, 0.2) 70%,
    rgba(59, 158, 255, 0.05) 100%
  );
}

#salesagent-process .salesagent-process__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  flex-shrink: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(145deg, var(--sp-blue-mid) 0%, var(--sp-blue) 45%, var(--sp-blue-deep) 100%);
  box-shadow:
    0 0 0 4px rgba(5, 7, 12, 0.98),
    0 10px 28px rgba(59, 158, 255, 0.35);
  position: relative;
  z-index: 1;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

#salesagent-process .salesagent-process__marker::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(59, 158, 255, 0.05),
    rgba(94, 176, 255, 0.88),
    rgba(59, 158, 255, 0.05)
  );
  opacity: 0;
  filter: blur(0.5px);
  transition: opacity 0.28s ease;
  z-index: -1;
  animation: sa-process-spin 1.8s linear infinite paused;
}

#salesagent-process .salesagent-process__panel {
  position: relative;
  isolation: isolate;
  border-radius: 16px;
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid rgba(59, 158, 255, 0.26);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.06), transparent 50%),
    linear-gradient(155deg, rgba(10, 16, 28, 0.95), rgba(6, 10, 18, 0.98));
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(59, 158, 255, 0.06) inset;
  transition:
    transform 0.28s cubic-bezier(0.34, 1.3, 0.64, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

/* #salesagent-process .salesagent-process__panel::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from 0deg,
    rgba(59, 158, 255, 0.12),
    rgba(94, 176, 255, 0.95),
    rgba(59, 158, 255, 0.12),
    rgba(30, 111, 216, 0.7),
    rgba(59, 158, 255, 0.12)
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.28s ease;
  animation: sa-process-spin 2.4s linear infinite paused;
} */

#salesagent-process .salesagent-process__step:hover .salesagent-process__panel {
  transform: translateX(5px);
  border-color: rgba(94, 176, 255, 0.45);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(59, 158, 255, 0.12) inset,
    0 12px 36px rgba(59, 158, 255, 0.12);
}

#salesagent-process .salesagent-process__step:hover .salesagent-process__panel::before {
  opacity: 1;
  animation-play-state: running;
}

#salesagent-process .salesagent-process__step:hover .salesagent-process__marker {
  transform: scale(1.06);
  background: linear-gradient(145deg, #9dd2ff 0%, #56adff 45%, #2f81e6 100%);
  box-shadow:
    0 0 0 4px rgba(5, 7, 12, 0.98),
    0 14px 34px rgba(59, 158, 255, 0.56),
    0 0 24px rgba(94, 176, 255, 0.62);
}

#salesagent-process .salesagent-process__step:hover .salesagent-process__marker::before {
  opacity: 1;
  animation-play-state: running;
}

@keyframes sa-process-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#salesagent-process .salesagent-process__step-title {
  margin: 0 0 0.45rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  font-weight: 600;
  line-height: 1.3;
  color: #e8f4ff;
}

#salesagent-process .salesagent-process__step-text {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.62;
  color: rgba(198, 226, 255, 0.88);
}

@media (max-width: 991.98px) {
  #salesagent-process .salesagent-process__visual {
    margin-bottom: 1.35rem;
  }
}

@media (max-width: 575.98px) {
  #salesagent-process .salesagent-process__step {
    grid-template-columns: 2.85rem minmax(0, 1fr);
    gap: 0.85rem 0.9rem;
  }

  #salesagent-process .salesagent-process__marker {
    width: 2.85rem;
    height: 2.85rem;
    font-size: 0.65rem;
  }

  #salesagent-process .salesagent-process__step:not(:last-child)::after {
    left: 1.425rem;
    top: 2.65rem;
  }

  #salesagent-process .salesagent-process__panel {
    padding: 1rem 1rem 1.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #salesagent-process .salesagent-process__step:hover .salesagent-process__panel {
    transform: none;
  }

  #salesagent-process .salesagent-process__step:hover .salesagent-process__marker {
    transform: none;
  }

  #salesagent-process .salesagent-process__panel::before,
  #salesagent-process .salesagent-process__marker::before {
    animation: none;
  }
}

/* —— FAQ: spotlight intro + glass accordion, blue theme —— */
#salesagent-faq.salesagent-faq {
  position: relative;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(3rem, 6vw, 4.75rem);
  background: linear-gradient(180deg, #05060a 0%, #060c18 45%, #05060a 100%);
  overflow: hidden;
}

#salesagent-faq .salesagent-faq__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(59, 158, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 75%, rgba(30, 111, 216, 0.2), transparent 36%),
    linear-gradient(rgba(59, 158, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 158, 255, 0.05) 1px, transparent 1px);
  background-size: auto, auto, 42px 42px, 42px 42px;
}

#salesagent-faq .salesagent-faq__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.25fr);
  gap: clamp(1.2rem, 2.6vw, 2rem);
  align-items: start;
}

#salesagent-faq .salesagent-faq__intro {
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(59, 158, 255, 0.25);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.08), transparent 52%),
    linear-gradient(165deg, rgba(8, 16, 28, 0.96), rgba(6, 10, 18, 0.98));
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(59, 158, 255, 0.08) inset,
    0 14px 30px rgba(59, 158, 255, 0.12);
}

#salesagent-faq .salesagent-faq__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.8rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(94, 176, 255, 0.45);
  background: rgba(59, 158, 255, 0.1);
  color: #8bc6ff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#salesagent-faq .salesagent-faq__title {
  margin: 0 0 0.8rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.45rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #f4f8ff;
}

#salesagent-faq .salesagent-faq__sub {
  margin: 0;
  color: rgba(214, 232, 255, 0.86);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.94rem, 2vw, 1.03rem);
  line-height: 1.65;
}

#salesagent-faq .salesagent-faq__highlights {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

#salesagent-faq .salesagent-faq__highlight {
  position: relative;
  padding: 0.52rem 0.7rem 0.52rem 1.8rem;
  border-radius: 10px;
  border: 1px solid rgba(59, 158, 255, 0.24);
  background: rgba(59, 158, 255, 0.07);
  color: #d4e8ff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 500;
}

#salesagent-faq .salesagent-faq__highlight::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, #8dc8ff 0%, #3b9eff 72%, #1e6fd8 100%);
  box-shadow: 0 0 16px rgba(59, 158, 255, 0.7);
}

#salesagent-faq .salesagent-faq__wrap {
  border-radius: 24px;
  padding: clamp(0.45rem, 1vw, 0.65rem);
  border: 1px solid rgba(59, 158, 255, 0.23);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(165deg, rgba(8, 14, 24, 0.96), rgba(5, 9, 16, 0.98));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(59, 158, 255, 0.08) inset;
}

#salesagent-faq .salesagent-faq__accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

#salesagent-faq .salesagent-faq__item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(121, 182, 255, 0.18);
}

#salesagent-faq .salesagent-faq__item:last-child {
  border-bottom: 0;
}

#salesagent-faq .salesagent-faq__btn {
  background: transparent;
  color: #eaf5ff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 1.05rem 1.1rem;
}

#salesagent-faq .salesagent-faq__btn::after {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background:
    linear-gradient(150deg, rgba(59, 158, 255, 0.95), rgba(30, 111, 216, 0.95));
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 5v14M5 12h14'/%3E%3C/svg%3E")
    center/70% no-repeat;
  opacity: 0.92;
}

#salesagent-faq .salesagent-faq__btn:not(.collapsed) {
  color: #f7fbff;
  background: linear-gradient(90deg, rgba(59, 158, 255, 0.09), transparent);
}

#salesagent-faq .salesagent-faq__btn:not(.collapsed)::after {
  transform: rotate(45deg);
}

#salesagent-faq .salesagent-faq__body {
  padding: 0.05rem 1.1rem 1.05rem;
  color: rgba(206, 229, 255, 0.9);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.94rem;
  line-height: 1.68;
}

@media (max-width: 991.98px) {
  #salesagent-faq .salesagent-faq__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  #salesagent-faq .salesagent-faq__intro {
    text-align: center;
  }

  #salesagent-faq .salesagent-faq__highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  #salesagent-faq .salesagent-faq__highlights {
    grid-template-columns: 1fr;
  }

  #salesagent-faq .salesagent-faq__btn {
    font-size: 0.95rem;
    padding: 0.95rem 0.9rem;
  }

  #salesagent-faq .salesagent-faq__body {
    padding: 0.05rem 0.9rem 0.95rem;
    font-size: 0.9rem;
  }
}
