/**
 * 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: #FF5722;
  text-shadow: 0 0 20px rgb(137 62 2), 0 0 40px rgb(35 16 0), 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, #d75d02 0%, #d05307 45%, #c75e0d 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 4px 24px rgb(255 142 34), 0 0 32px #FF5722;
}

#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: rgb(247 109 2);
}

#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: #f96e02;
  text-shadow: 0 0 28px #FF5722;
}

#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 rgb(226 101 4);
  box-shadow: 0 0 60px rgb(255 160 34);
}

#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: conic-gradient(from 0deg, rgb(255 171 59 / 5%), rgb(249 110 2), rgb(255 146 59 / 5%));
  box-shadow:
    0 0 0 4px rgba(5, 7, 12, 0.98),
    0 10px 28px rgba(255, 203, 59, 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, rgb(255 171 59 / 5%), rgb(249 110 2), rgb(255 146 59 / 5%));
  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 rgb(246 109 2);
  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(255, 177, 94, 0.45);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 173, 59, 0.12) inset,
    0 12px 36px rgba(255, 173, 59, 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, #f96e02 0%, #f1700e 45%, #e76b0d 100%);
  box-shadow:
    0 0 0 4px rgba(5, 7, 12, 0.98),
    0 14px 34px #f96e02,
    0 0 24px #f57716;
}

#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;
  }
}

/* —— Showcase: Manager dashboard screenshot —— */
#salesagent-showcase.salesagent-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(2.4rem, 5.6vw, 4.1rem) 0 clamp(2.6rem, 5.8vw, 4.35rem);
  background:
    radial-gradient(circle at 12% 20%, rgba(59, 158, 255, 0.14), transparent 36%),
    radial-gradient(circle at 90% 84%, rgba(30, 111, 216, 0.12), transparent 38%),
    linear-gradient(180deg, #05090f 0%, #060b14 56%, #04070d 100%);
}

#salesagent-showcase .salesagent-showcase__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(120, 175, 200, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(140, 130, 200, 0.09) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(circle at 50% 38%, #000 20%, transparent 74%);
}

#salesagent-showcase .salesagent-showcase__glow {
  position: absolute;
  pointer-events: none;
  filter: blur(72px);
  opacity: 0.34;
}

#salesagent-showcase .salesagent-showcase__glow--a {
  width: min(340px, 60vw);
  height: min(340px, 60vw);
  top: -12%;
  left: -6%;
  background: rgba(59, 158, 255, 0.4);
}

#salesagent-showcase .salesagent-showcase__glow--b {
  width: min(320px, 56vw);
  height: min(320px, 56vw);
  bottom: -12%;
  right: -7%;
  background: rgba(30, 111, 216, 0.24);
}

#salesagent-showcase .salesagent-showcase__head {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto clamp(1.2rem, 2.8vw, 1.8rem);
}

#salesagent-showcase .salesagent-showcase__kicker {
  margin: 0 0 0.55rem;
  color: rgba(190, 225, 255, 0.95);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#salesagent-showcase .salesagent-showcase__title {
  margin: 0 0 0.6rem;
  color: #f4f8ff;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(1.68rem, 3.8vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}

#salesagent-showcase .salesagent-showcase__title span {
  color: #5eb0ff;
  text-shadow: 0 0 26px rgba(59, 158, 255, 0.35);
}

#salesagent-showcase .salesagent-showcase__sub {
  margin: 0;
  color: rgba(205, 225, 255, 0.86);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: clamp(0.9rem, 2vw, 1.01rem);
  line-height: 1.58;
}

#salesagent-showcase .salesagent-showcase__frame {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  padding: clamp(0.55rem, 1.8vw, 0.82rem);
  border: 1px solid rgba(94, 176, 255, 0.34);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.06), transparent 52%),
    linear-gradient(160deg, rgba(8, 14, 26, 0.95), rgba(5, 10, 18, 0.99));
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(59, 158, 255, 0.08) inset;
}

#salesagent-showcase .salesagent-showcase__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(59, 158, 255, 0.24);
  pointer-events: none;
}

#salesagent-showcase .salesagent-showcase__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(133, 188, 255, 0.26);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.42),
    0 0 24px rgba(59, 158, 255, 0.12);
}

@media (max-width: 991.98px) {
  #salesagent-showcase.salesagent-showcase {
    padding-top: 1.95rem;
    padding-bottom: 2.3rem;
  }
}

@media (max-width: 575.98px) {
  #salesagent-showcase .salesagent-showcase__frame {
    border-radius: 16px;
    padding: 0.5rem;
  }

  #salesagent-showcase .salesagent-showcase__image {
    border-radius: 10px;
  }
}





/* target audience */
/* =========================
   TARGET AUDIENCE SECTION
========================= */

.target-audience {
  background: #050B1D;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.target-audience::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle,
      rgba(77, 104, 255, .18),
      transparent 70%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-tag {
  display: block;
  text-align: center;
  color: rgb(246 109 2);
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.target-audience h2 {
  text-align: center;
  color: #fff;
  font-size: 42px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 18px;
}

.section-desc {
  max-width: 760px;
  margin: auto;
  text-align: center;
  color: #8f98b3;
  line-height: 1.8;
  margin-bottom: 60px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.audience-card {
  background: rgba(10, 15, 35, .95);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  padding: 28px 22px;
  transition: .35s ease;
  backdrop-filter: blur(12px);
}

.audience-card:hover {
  transform: translateY(-8px);
  border-color: #FF9800;
  box-shadow: 0 0 25px #FF9800;
}

.icon {
  width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f76d02, #e88440);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    box-shadow: 0 0 18px rgb(255 152 0 / 78%);
}

.audience-card h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.audience-card p {
  color: #9ea7c4;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================
   TABLET
========================= */

@media(max-width:1100px) {

  .audience-grid {
    grid-template-columns: repeat(3, 1fr);
  }

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px) {

  .target-audience {
    padding: 80px 20px;
  }

  .target-audience h2 {
    font-size: 32px;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .audience-card {
    padding: 22px 18px;
  }

}

/* =========================
   SMALL MOBILE
========================= */

@media(max-width:520px) {

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .target-audience h2 {
    font-size: 28px;
  }

  .section-desc {
    font-size: 15px;
  }

}
/* target audience */


/* —— 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 #FF9800;
  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 #FF9800;
  background: rgba(59, 158, 255, 0.1);
  color: #ffad35;
  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 rgb(255 152 0);
  background: rgba(59, 158, 255, 0.07);
  color: #FF9800;
  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, #f09e25 0%, #FF9800 72%, #f09c20 100%);
  box-shadow: 0 0 16px #FF9800;
}

#salesagent-faq .salesagent-faq__wrap {
  border-radius: 24px;
  padding: clamp(0.45rem, 1vw, 0.65rem);
  border: 1px solid #FF9800;
  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;
  }
}


#td-agent-compare-section {
  width: 100%;
  padding: 90px 20px;
  background:
    radial-gradient(circle at top left, #123d8d33, transparent 35%),
    radial-gradient(circle at bottom right, #6f00ff22, transparent 35%),
    #030712;
  overflow: hidden;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

/* =========================
   WRAPPER
========================= */

.td-agent-compare-wrapper {
  max-width: 1300px;
  margin: auto;
}

/* =========================
   HEADING
========================= */

.td-agent-compare-heading {
  text-align: center;
  margin-bottom: 60px;
}

.td-agent-compare-heading span {
  color: #3b82f6;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: 600;
}

.td-agent-compare-heading h2 {
  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;
}

.td-agent-compare-heading p {
  color: #b6b6b6;
  max-width: 750px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
}

/* =========================
   GRID
========================= */

.td-agent-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

/* =========================
   CARD
========================= */

.td-agent-compare-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #08111f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.4s ease;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.td-agent-compare-card:hover {
  transform: translateY(-10px);
}

/* =========================
   CARD COLORS
========================= */

.td-agent-card-blue {
  background:
    linear-gradient(180deg, #0b1730, #07101f);
}

.td-agent-card-purple {
  background:
    linear-gradient(180deg, #1b1033, #090d1b);
}

/* =========================
   IMAGE
========================= */

.td-agent-image-box {
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 0;
  overflow: hidden;
}

/* =========================
   IMAGE
========================= */

.td-agent-image-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  transition: 0.4s ease;
}

/* Hover Effect */

.td-agent-compare-card:hover img {
  transform: scale(1.03);
}

.td-agent-image-box img {
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.35));
}

/* =========================
   CONTENT
========================= */

.td-agent-content {
  padding: 35px;
}

.td-agent-content h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 700;
}

.td-agent-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.td-agent-content ul li {
  color: #d8d8d8;
  font-size: 17px;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
  line-height: 1.5;
}

.td-agent-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #3b82f6;
  font-weight: bold;
}

.td-agent-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 60px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  transition: 0.3s ease;
}

.td-agent-content a:hover {
  transform: scale(1.05);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

  .td-agent-compare-grid {
    grid-template-columns: 1fr;
  }

  .td-agent-compare-heading h2 {
    font-size: 42px;
  }

}

@media(max-width:600px) {

  #td-agent-compare-section {
    padding: 70px 15px;
  }

  .td-agent-compare-heading h2 {
    font-size: 32px;
  }

  .td-agent-compare-heading p {
    font-size: 15px;
  }

  .td-agent-image-box {
    height: 240px;
  }

  .td-agent-content {
    padding: 25px;
  }

  .td-agent-content h3 {
    font-size: 28px;
  }

  .td-agent-content ul li {
    font-size: 15px;
  }

}