/* ==========================================================================
   AI Capabilities — ai-at-apoxeo.html
   Visual-first, spotlight layout (not editorial columns / not card grids)
   ========================================================================== */

.ai-page {
  --ai-navy: #001b29;
  --ai-cyan: #03a7ff;
  --ai-orange: #ff7300;
  --ai-electric: #7f5dff;
  --ai-muted: rgba(0, 27, 41, 0.62);
  --ai-rule: rgba(0, 27, 41, 0.1);
}

.ai-page .sv2-gradient {
  background: linear-gradient(105deg, #03a7ff 0%, #ff7300 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ai-page .sv2-gradient--light {
  background: linear-gradient(105deg, #7dd3fc 0%, #ffb070 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */

.ai-hero {
  position: relative;
  z-index: 1;
  /* padding: clamp(2rem, 5vw, 3.25rem) 0 clamp(1.75rem, 3vw, 2.75rem); */
  padding: 1rem 0 5rem;
  overflow: hidden;
}

.ai-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.ai-hero__glow--cyan {
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  top: -8%;
  right: 5%;
  background: rgba(3, 167, 255, 0.18);
}

.ai-hero__glow--orange {
  width: min(36vw, 22rem);
  height: min(36vw, 22rem);
  bottom: -12%;
  left: -4%;
  background: rgba(255, 115, 0, 0.12);
}

.ai-hero__inner {
  position: relative;
  z-index: 1;
}

.ai-hero__stage {
  position: relative;
  border-radius: 1.4rem;
  border: 1px solid rgba(3, 167, 255, 0.28);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(3, 167, 255, 0.28), transparent 58%),
    radial-gradient(ellipse at 0% 100%, rgba(127, 93, 255, 0.2), transparent 55%),
    linear-gradient(135deg, rgba(0, 27, 41, 0.9), rgba(1, 42, 63, 0.86));
  backdrop-filter: blur(10px);
  overflow: clip;
  overflow-clip-margin: 0.35rem;
  box-shadow:
    0 28px 50px rgba(0, 27, 41, 0.28),
    0 0 35px rgba(3, 167, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
    border-top: 2px solid rgba(255, 115, 0, 0.65);
}

.ai-hero__stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.09) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse at 58% 42%, #000 48%, transparent 96%);
  -webkit-mask-image: radial-gradient(ellipse at 58% 42%, #000 48%, transparent 96%);
  pointer-events: none;
}

/* .ai-hero__stage::after {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 2px solid rgba(255, 115, 0, 0.65);
  opacity: 0.9;
  pointer-events: none;
} */

.ai-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem 2rem;
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2.2rem) clamp(1.25rem, 3vw, 2.4rem);
}

.ai-hero__copy {
  max-width: 36rem;
  min-width: 0;
  overflow: visible;
  padding-right: 0.15rem;
}

.ai-hero .mod-eyebrow {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(125, 211, 252, 0.35);
}

.ai-hero .mod-eyebrow__text {
  color: rgba(212, 241, 255, 0.86);
}

.ai-hero__brand {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.08em 0.18em;
  font-size: clamp(3.1rem, 8.5vw, 6.4rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.05;
  color: #f2faff;
  margin: 0 0 1rem;
  overflow: visible;
  padding-right: 0.12em;
}

.ai-hero__brand-ai {
  color: #ffffff;
}

.ai-hero__brand-at {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ff7300;
  font-weight: 800;
  font-size: 0.92em;
  line-height: 1;
  transform: translateY(0.02em);
}

.ai-hero__brand-name {
  display: inline-block;
  background: linear-gradient(105deg, #3aa8d4 0%, #9ec9db 45%, #b86a2e 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  /* background-clip clips glyph overhang — give the last letter room */
  padding-right: 0.18em;
  margin-right: -0.1em;
}

.ai-hero__title {
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #ffffff;
  max-width: 22ch;
  margin: 0 0 1.25rem;
}

.ai-hero__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(220, 240, 255, 0.76);
  max-width: 38ch;
  margin: 0 0 1.75rem;
}

.ai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-bottom: 0;
}

.ai-hero__text-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #b3e6ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(179, 230, 255, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.ai-hero__text-link:hover {
  color: #fff;
  border-color: #fff;
}

.ai-hero__visual-wrap {
  position: relative;
  padding-inline: clamp(0.2rem, 1vw, 0.75rem);
}

.ai-hero__visual {
  position: relative;
  margin: 0;
}

.ai-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(42vh, 26rem);
  object-fit: contain;
  filter: drop-shadow(0 18px 40px rgba(0, 27, 41, 0.12));
}

.ai-hero__orbit {
  position: absolute;
  inset: 8% 6%;
  border: 1px solid rgba(3, 167, 255, 0.22);
  border-radius: 50%;
  pointer-events: none;
  animation: aiOrbitPulse 6s ease-in-out infinite;
}

.ai-hero__orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255, 115, 0, 0.28);
  border-radius: 50%;
}

@keyframes aiOrbitPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.04); opacity: 1; }
}

.ai-hero__signal {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 8.8rem;
  padding: 0.7rem 0.85rem 0.75rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(3, 167, 255, 0.46);
  background: linear-gradient(145deg, rgba(0, 39, 59, 0.88), rgba(0, 18, 28, 0.9));
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 27, 41, 0.36), 0 0 16px rgba(3, 167, 255, 0.24);
}

.ai-hero__signal--one {
  top: 10%;
  right: 7%;
}

.ai-hero__signal--two {
  left: 7%;
  bottom: 6%;
}

.ai-hero__signal-label {
  font-size: 0.65rem;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.ai-hero__signal strong {
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ai-hero__signal-sub {
  font-size: 0.72rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
}

.ai-hero__ticker {
  position: relative;
  z-index: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.95rem 0 1.1rem;
  border-top: 1px solid rgba(125, 211, 252, 0.25);
  background: linear-gradient(90deg, rgba(3, 167, 255, 0.08), rgba(255, 115, 0, 0.08));
}

.ai-hero__ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: aiTickerRun 40s linear infinite;
}

.ai-hero__ticker-group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.7rem;
  padding-right: 0.7rem;
}

.ai-hero__ticker span {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.4rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.4);
  background: rgba(3, 23, 34, 0.68);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(214, 242, 255, 0.95);
}

@keyframes aiTickerRun {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ── Capability spotlight ─────────────────────────────────────────────── */

.ai-spot {
  position: relative;
  z-index: 1;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.ai-spot__head {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.ai-spot__title {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--ai-navy);
  margin: 0 0 0.75rem;
}

.ai-spot__lede {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ai-muted);
  max-width: 46ch;
  margin: 0;
}

.ai-spot__stage {
  display: grid;
  grid-template-columns: minmax(12rem, 0.85fr) minmax(0, 1.55fr);
  gap: 0;
  min-height: 36rem;
  border: 1px solid var(--ai-rule);
  border-radius: 1.35rem;
  overflow: visible;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
}

.ai-spot__body {
  display: grid;
  grid-template-rows: auto 1fr;
  min-width: 0;
  border-radius: 0 1.35rem 1.35rem 0;
  overflow: hidden;
  border-left: 1px solid var(--ai-rule);
}

.ai-spot__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 13.5rem;
  background: #001b29;
  border-bottom: 1px solid rgba(0, 27, 41, 0.08);
}

.ai-spot__media img {
  display: block;
  width: 100%;
  height: clamp(13rem, 24vw, 16.5rem);
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.55s ease;
}

.ai-spot__media:hover img {
  transform: scale(1.06);
}

.ai-spot__media-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 27, 41, 0.08) 0%, rgba(0, 27, 41, 0.55) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(3, 167, 255, 0.28), transparent 55%);
  transition: background 0.4s ease;
}

.ai-spot__media[data-tone="orange"] .ai-spot__media-glow {
  background:
    linear-gradient(180deg, rgba(0, 27, 41, 0.08) 0%, rgba(0, 27, 41, 0.55) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(255, 115, 0, 0.32), transparent 55%);
}

.ai-spot__media[data-tone="navy"] .ai-spot__media-glow {
  background:
    linear-gradient(180deg, rgba(0, 27, 41, 0.12) 0%, rgba(0, 27, 41, 0.62) 100%),
    radial-gradient(ellipse at 80% 20%, rgba(127, 93, 255, 0.28), transparent 55%);
}

.ai-spot__media-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.85rem;
  z-index: 1;
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.ai-spot__nav {
  list-style: none;
  margin: 0;
  padding: 0.65rem;
  background: transparent;
  /* backdrop-filter: blur(12px); */
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  position: sticky;
  top: 6.25rem;
  align-self: start;
  max-height: calc(100vh - 7rem);
  overflow-y: auto;
  border-radius: 1.35rem 0 0 1.35rem;
  z-index: 2;
}

.ai-spot__tab {
  display: grid;
  grid-template-columns: 2.4rem 1fr auto;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 0;
  border-radius: 0.85rem;
  background: transparent;
  text-align: left;
  cursor: pointer;
  color: var(--ai-navy);
  transition: background 0.22s ease, color 0.22s ease;
}

.ai-spot__tab:hover {
  background: rgba(3, 167, 255, 0.08);
}

.ai-spot__tab.is-active {
  background: var(--ai-navy);
  color: #fff;
}

.ai-spot__tab-num {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  opacity: 0.45;
}

.ai-spot__tab.is-active .ai-spot__tab-num {
  color: var(--ai-orange);
  opacity: 1;
}

.ai-spot__tab-label {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.ai-spot__tab-mark {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: transparent;
  transition: background 0.2s ease;
}

.ai-spot__tab.is-active .ai-spot__tab-mark {
  background: var(--ai-cyan);
  box-shadow: 0 0 10px rgba(3, 167, 255, 0.7);
}

.ai-spot__panel {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 26rem;
  overflow: hidden;
}

.ai-spot__panel-wash {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  transition: background 0.4s ease;
}

.ai-spot__panel[data-tone="cyan"] .ai-spot__panel-wash {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(3, 167, 255, 0.16), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(3, 167, 255, 0.06), transparent 50%);
}

.ai-spot__panel[data-tone="orange"] .ai-spot__panel-wash {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(255, 115, 0, 0.16), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(255, 115, 0, 0.06), transparent 50%);
}

.ai-spot__panel[data-tone="navy"] .ai-spot__panel-wash {
  background:
    radial-gradient(ellipse at 100% 0%, rgba(0, 27, 41, 0.1), transparent 55%),
    radial-gradient(ellipse at 0% 100%, rgba(3, 167, 255, 0.08), transparent 50%);
}

.ai-spot__panel-inner {
  position: relative;
  z-index: 1;
}

.ai-spot__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ai-orange);
  margin-bottom: 0.85rem;
}

.ai-spot__panel-title {
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ai-navy);
  margin: 0 0 0.85rem;
  max-width: 18ch;
}

.ai-spot__panel-text {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ai-muted);
  max-width: 42ch;
  margin: 0 0 1.5rem;
}

.ai-spot__panel-detail {
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(0, 27, 41, 0.72);
  max-width: 46ch;
  margin: 0 0 1rem;
}

.ai-spot__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.ai-spot__chip {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--ai-rule);
  background: rgba(255, 255, 255, 0.7);
  color: var(--ai-navy);
}

.ai-spot__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 0.4rem;
  margin-bottom: 0.7rem;
}

.ai-spot__meta-block {
  border: 1px solid rgba(0, 27, 41, 0.08);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0.8rem;
  padding: 0.85rem 0.9rem 0.75rem;
}

.ai-spot__meta-block h4 {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0, 27, 41, 0.62);
  margin: 0 0 0.5rem;
}

.ai-spot__meta-block ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.ai-spot__meta-block li {
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(0, 27, 41, 0.8);
  margin-bottom: 0.28rem;
}

.ai-spot__meta-block li:last-child {
  margin-bottom: 0;
}

.ai-spot__outcome {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ai-rule);
}

.ai-spot__outcome-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ai-cyan);
  padding-top: 0.2rem;
}

.ai-spot__outcome-text {
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ai-navy);
  margin: 0;
}

.ai-spot__watermark {
  position: absolute;
  right: -2%;
  bottom: -12%;
  font-size: clamp(5rem, 14vw, 9rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(0, 27, 41, 0.08);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* ── Practice strip ───────────────────────────────────────────────────── */

.ai-practice {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
}

.ai-practice__rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--ai-rule);
  border-bottom: 1px solid var(--ai-rule);
}

.ai-practice__item {
  padding: clamp(1.5rem, 3vw, 2.15rem) clamp(1.1rem, 2.5vw, 1.75rem);
  border-right: 1px solid var(--ai-rule);
}

.ai-practice__item:last-child {
  border-right: 0;
}

.ai-practice__tag {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.ai-practice__tag--cyan { color: #0284c7; }
.ai-practice__tag--orange { color: var(--ai-orange); }
.ai-practice__tag--navy { color: var(--ai-navy); }

.ai-practice__item h3 {
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--ai-navy);
  margin: 0 0 0.55rem;
}

.ai-practice__item p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--ai-muted);
  margin: 0;
}

/* ── Closing CTA ──────────────────────────────────────────────────────── */

.ai-close {
  position: relative;
  z-index: 1;
}

.ai-close__panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 1.5rem;
  padding: clamp(2rem, 5vw, 3.4rem) clamp(1.4rem, 4vw, 3rem);
  background:
    radial-gradient(ellipse at 100% 0%, rgba(3, 167, 255, 0.22), transparent 52%),
    radial-gradient(ellipse at 0% 100%, rgba(255, 115, 0, 0.16), transparent 50%),
    linear-gradient(145deg, #001824 0%, #001b29 55%, #012536 100%);
  border: 1px solid rgba(3, 167, 255, 0.28);
  box-shadow:
    0 28px 50px rgba(0, 27, 41, 0.22),
    0 0 40px rgba(3, 167, 255, 0.12);
  color: #fff;
}

.ai-close__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ff7300 0%, #03a7ff 55%, transparent 100%);
  z-index: 2;
}

.ai-close__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at 70% 40%, #000 18%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at 70% 40%, #000 18%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.ai-close__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
  z-index: 0;
}

.ai-close__orb--cyan {
  width: min(40vw, 18rem);
  height: min(40vw, 18rem);
  top: -20%;
  right: -4%;
  background: rgba(3, 167, 255, 0.28);
}

.ai-close__orb--orange {
  width: min(34vw, 14rem);
  height: min(34vw, 14rem);
  bottom: -24%;
  left: -6%;
  background: rgba(255, 115, 0, 0.2);
}

.ai-close__watermark {
  position: absolute;
  right: -1%;
  bottom: -18%;
  font-size: clamp(6rem, 18vw, 13rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(3, 167, 255, 0.2);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.ai-close__content {
  position: relative;
  z-index: 1;
}

.ai-close__eyebrow {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ai-close__eyebrow .mod-eyebrow__text {
  color: rgba(255, 255, 255, 0.72);
}

.ai-close__top {
  display: grid;
  grid-template-columns: 1.45fr auto;
  gap: 1.25rem 2rem;
  align-items: end;
  margin-bottom: 1.15rem;
}

.ai-close__title {
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 650;
  letter-spacing: -0.035em;
  line-height: 1.08;
  color: #fff;
  margin: 0;
  max-width: 16ch;
}

.ai-close__title-accent {
  display: inline-block;
  background: linear-gradient(105deg, #5ec8f0 0%, #ff9a4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  padding-right: 0.12em;
  margin-right: -0.04em;
}

.ai-close__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 999px;
  text-decoration: none;
  overflow: hidden;
  background: #001b29;
  filter: drop-shadow(0 0 14px rgba(3, 167, 255, 0.35));
  transition: filter 0.3s ease, transform 0.25s ease;
}

.ai-close__cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220%;
  aspect-ratio: 1 / 1;
  background: conic-gradient(
    from 0deg,
    #ff7300 0%,
    #03a7ff 20%,
    #7dd3fc 35%,
    #ffffff 45%,
    #03a7ff 60%,
    #ff7300 80%,
    #03a7ff 100%
  );
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  animation: aiCloseCtaSpin 2.75s linear infinite;
  pointer-events: none;
  z-index: 0;
}

.ai-close__cta:hover {
  filter: drop-shadow(0 0 18px rgba(3, 167, 255, 0.5));
  transform: translateY(-1px);
}

.ai-close__cta-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.55rem;
  border-radius: inherit;
  background: #001b29;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

@keyframes aiCloseCtaSpin {
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.ai-close__lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(220, 240, 255, 0.72);
  max-width: 46ch;
  margin: 0 0 1.5rem;
}

.ai-close__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.65rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ai-close__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(220, 240, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ai-close__links a:hover {
  background: rgba(3, 167, 255, 0.14);
  border-color: rgba(3, 167, 255, 0.5);
  color: #fff;
}

/* ── Responsive ───────────────────────────────────────────────────────── */

@media (max-width: 991.98px) {
  .ai-hero__brand {
    font-size: clamp(3.2rem, 14vw, 5.5rem);
  }

  .ai-hero__grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.25rem 1.1rem 1.4rem;
  }

  .ai-hero__visual-wrap {
    max-width: 20rem;
    margin: 0 auto;
/*     order: -1; */
	  padding: 2rem 0; 
  }

  .ai-hero__visual img {
    max-height: 14rem;
  }

  .ai-hero__signal {
    transform: scale(0.92);
  }

  .ai-hero__signal--one {
    top: 8%;
    right: -40%;
  }

  .ai-hero__signal--two {
    left: -40%;
    bottom: 4%;
  }

  .ai-hero__ticker {
    padding: 0.8rem 0 1rem;
  }

  .ai-hero__ticker-track {
    animation-duration: 32s;
  }

  .ai-spot__stage {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .ai-spot__body {
    grid-template-rows: auto 1fr;
  }

  .ai-spot__media img {
    height: 12.5rem;
  }

  .ai-spot__nav {
    position: sticky;
    top: 5.5rem;
    z-index: 3;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    border-right: 0;
    border-bottom: 1px solid var(--ai-rule);
    border-radius: 1.35rem 1.35rem 0 0;
    gap: 0.35rem;
    padding: 0.55rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ai-spot__body {
    border-radius: 0 0 1.35rem 1.35rem;
  }

  .ai-spot__nav::-webkit-scrollbar {
    display: none;
  }

  .ai-spot__tab {
    flex: 0 0 auto;
    grid-template-columns: auto 1fr;
    min-width: 9.5rem;
    padding: 0.75rem 0.9rem;
  }

  .ai-spot__tab-mark {
    display: none;
  }

  .ai-spot__panel {
    min-height: 0;
  }

  .ai-spot__meta {
    grid-template-columns: 1fr;
  }

  .ai-practice__rail {
    grid-template-columns: 1fr;
  }

  .ai-practice__item {
    border-right: 0;
    border-bottom: 1px solid var(--ai-rule);
  }

  .ai-practice__item:last-child {
    border-bottom: 0;
  }

  .ai-close__top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .ai-close__title {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
/*   .ai-hero__signal {
    display: none;
  } */

  .ai-hero__title {
    font-size: clamp(1.35rem, 7vw, 1.75rem);
  }

  .ai-hero__ticker-track {
    animation-duration: 28s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ai-hero__orbit,
  .ai-hero__ticker-track,
  .ai-close__cta::before {
    animation: none;
  }
}
