/* ==========================================================================
   SCOPEX — AUTOMATION & AI IMPLEMENTATION V3
   Scoped page styles (.axv3-*) — designed to match approved mockups.
   ========================================================================== */

:root {
  --ax-blue: #2059e9;
  --ax-blue-deep: #1a47c4;
  --ax-blue-text: #2563eb;
  --ax-navy: #0d1d36;
  --ax-navy-2: #122647;
  --ax-ink: #101d35;
  --ax-body: #51617c;
  --ax-muted: #7787a0;
  --ax-line: #e4ebf6;
  --ax-tint: #eef3fc;
  --ax-tint-2: #e7effb;
  --ax-bg-band: #edf2fa;
  --ax-card-shadow: 0 12px 34px rgba(16, 44, 100, 0.08);
  --ax-card-shadow-lg: 0 24px 60px rgba(16, 44, 100, 0.13);
  --ax-font-display: 'Bricolage Grotesque', 'Geist', sans-serif;
  --ax-font-body: 'Geist', sans-serif;
  --ax-font-mono: 'Geist Mono', monospace;
}

.axv3-body { background: #fff; }

.axv3 { font-family: var(--ax-font-body); color: var(--ax-body); }
.axv3 *, .axv3 *::before, .axv3 *::after { box-sizing: border-box; }
.axv3 img { max-width: 100%; height: auto; }

.axv3-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

/* ---------- shared type ---------- */
.axv3-eyebrow {
  display: inline-block;
  font-family: var(--ax-font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ax-blue-text);
  margin: 0 0 14px;
}
.axv3 h1, .axv3 h2, .axv3 h3, .axv3 h4 {
  font-family: var(--ax-font-display);
  color: var(--ax-ink);
  margin: 0;
}
.axv3-underline {
  display: block; width: 34px; height: 4px; border-radius: 99px;
  background: var(--ax-blue); margin-top: 14px;
}
.axv3-underline--center { margin-left: auto; margin-right: auto; }

/* ---------- buttons ---------- */
.axv3-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ax-font-body); font-weight: 600; font-size: 1rem;
  border-radius: 10px; padding: 15px 26px; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  cursor: pointer;
}
.axv3-btn--primary {
  background: var(--ax-blue); color: #fff;
  box-shadow: 0 10px 24px rgba(32, 89, 233, 0.32);
}
.axv3-btn--primary:hover { background: var(--ax-blue-deep); transform: translateY(-2px); color: #fff; }
.axv3-btn--ghost { color: var(--ax-ink); padding: 15px 10px; font-weight: 600; }
.axv3-btn--ghost:hover { color: var(--ax-blue-text); }
.axv3-btn--outline {
  border: 1.5px solid rgba(255,255,255,0.35); color: #fff;
}
.axv3-btn--outline:hover { border-color: #fff; transform: translateY(-2px); color:#fff; }
.axv3-btn .axv3-arr { transition: transform .18s ease; }
.axv3-btn:hover .axv3-arr { transform: translateX(4px); }

/* ---------- reveal animation ---------- */
.axv3-rv { opacity: 0; transform: translateY(22px); transition: opacity .7s cubic-bezier(.2,.65,.25,1), transform .7s cubic-bezier(.2,.65,.25,1); }
.axv3-rv.axv3-in { opacity: 1; transform: none; }
.axv3-rv[data-d="1"] { transition-delay: .08s; }
.axv3-rv[data-d="2"] { transition-delay: .16s; }
.axv3-rv[data-d="3"] { transition-delay: .24s; }
.axv3-rv[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .axv3-rv { opacity: 1 !important; transform: none !important; transition: none; }
  .axv3-float, .axv3-hero__ring, .axv3-chip { animation: none !important; }
}

/* ==========================================================================
   1. HERO
   ========================================================================== */
.axv3-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f8ff 0%, #e9f1fd 58%, #e2ecfa 100%);
  padding: 148px 0 40px;
}
.axv3-hero__circle {
  position: absolute; left: -320px; top: -180px;
  width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(233,241,253,0.0) 68%);
  pointer-events: none;
}
.axv3-dots {
  position: absolute; width: 120px; height: 90px; pointer-events: none;
  background-image: radial-gradient(rgba(32,89,233,0.35) 1.6px, transparent 1.6px);
  background-size: 18px 18px;
  opacity: .5;
}
.axv3-dots--tl { top: 118px; left: 34px; }
.axv3-dots--bl { bottom: 120px; left: 34px; }
.axv3-hero__skyline {
  position: absolute; left: 0; right: 0; bottom: 0;
  width: 100%; pointer-events: none; color: #c6d9f3;
}
.axv3-hero__skyline svg { display: block; width: 100%; height: auto; }
.axv3-hero__fade {
  position: absolute; left: 0; right: 0; bottom: 0; height: 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #ffffff 100%);
  pointer-events: none;
}

.axv3-hero__grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.92fr 0.66fr;
  gap: 28px;
  align-items: center;
  min-height: 620px;
}

/* --- hero copy --- */
.axv3-hero__copy { padding-bottom: 40px; }
.axv3-hero__title {
  font-size: clamp(2.5rem, 4.3vw, 3.85rem);
  line-height: 1.06; letter-spacing: -0.025em; font-weight: 800;
}
.axv3-hero__lead {
  font-size: 1.06rem; line-height: 1.65; color: var(--ax-body);
  max-width: 480px; margin: 22px 0 30px;
}
.axv3-hero__actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }

.axv3-hero__cards { display: flex; gap: 18px; margin-top: 40px; align-items: stretch; }
.axv3-minicard {
  background: #fff; border: 1px solid rgba(228,235,246,0.9); border-radius: 14px;
  box-shadow: var(--ax-card-shadow); padding: 16px 18px;
  display: flex; align-items: center; justify-content: center;
}
.axv3-minicard--chart { width: 190px; }
.axv3-minicard--chart svg { width: 100%; height: auto; display: block; }
.axv3-donut { position: relative; width: 120px; height: 120px; }
.axv3-donut svg { transform: rotate(-90deg); }
.axv3-donut__track { stroke: #e2eafb; }
.axv3-donut__bar { stroke: var(--ax-blue); stroke-linecap: round; transition: stroke-dashoffset 1.4s cubic-bezier(.25,.7,.3,1); }
.axv3-donut__label {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; text-align: center;
}
.axv3-donut__label small { font-size: 0.62rem; line-height: 1.25; color: var(--ax-muted); font-weight: 600; }
.axv3-donut__label strong { font-family: var(--ax-font-display); font-size: 1.45rem; color: var(--ax-ink); letter-spacing: -0.02em; }

/* --- hero mascot --- */
.axv3-hero__stage { position: relative; align-self: end; min-height: 600px; }
.axv3-hero__mascot {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  width: min(378px, 88%); z-index: 3;
  filter: drop-shadow(0 30px 34px rgba(13, 34, 80, 0.22));
}
.axv3-hero__rings {
  position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
  width: 480px; height: 130px; z-index: 1; pointer-events: none;
}
.axv3-hero__ring {
  position: absolute; left: 50%; top: 50%;
  border: 1.5px solid rgba(32, 89, 233, 0.22); border-radius: 50%;
  transform: translate(-50%, -50%);
}
.axv3-hero__ring:nth-child(1) { width: 210px; height: 56px; }
.axv3-hero__ring:nth-child(2) { width: 330px; height: 88px; border-color: rgba(32,89,233,0.14); }
.axv3-hero__ring:nth-child(3) { width: 460px; height: 122px; border-color: rgba(32,89,233,0.08); }

/* floating chips */
.axv3-chip {
  position: absolute; z-index: 4;
  background: rgba(255,255,255,0.92);
  border: 1.5px solid rgba(32, 89, 233, 0.35);
  border-radius: 14px;
  box-shadow: 0 12px 26px rgba(16, 44, 100, 0.14);
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(3px);
}
.axv3-chip svg { display: block; }
.axv3-chip--sm { width: 54px; height: 54px; }
.axv3-chip--xs { width: 46px; height: 46px; border-radius: 12px; }
.axv3-brain {
  position: absolute; z-index: 4;
  width: 132px; height: 132px; border-radius: 50%;
  background: radial-gradient(circle, rgba(210,228,255,0.95) 0%, rgba(190,214,252,0.35) 62%, rgba(190,214,252,0) 75%);
  display: flex; align-items: center; justify-content: center;
  filter: drop-shadow(0 6px 18px rgba(32,89,233,0.28));
}
.axv3-brain::after {
  content: ""; position: absolute; inset: 14px; border-radius: 50%;
  border: 1.5px dashed rgba(32, 89, 233, 0.4);
  animation: axv3spin 22s linear infinite;
}
@keyframes axv3spin { to { transform: rotate(360deg); } }
.axv3-float { animation: axv3float 5.2s ease-in-out infinite alternate; }
.axv3-float--b { animation-duration: 6.4s; animation-delay: .8s; }
.axv3-float--c { animation-duration: 7.2s; animation-delay: 1.6s; }
@keyframes axv3float { from { transform: translateY(-5px); } to { transform: translateY(7px); } }

/* chip positions inside stage */
.axv3-brain { top: 6%; left: -8%; }
.axv3-chip--c1 { top: 2%;  right: 4%; }
.axv3-chip--c2 { top: 17%; right: -8%; }
.axv3-chip--c3 { top: 34%; right: 2%; }
.axv3-chip--c4 { top: 30%; right: -19%; }
.axv3-chip--c5 { top: 49%; right: -10%; }
.axv3-hero__wires { position: absolute; inset: 0; z-index: 2; pointer-events: none; color: rgba(32,89,233,0.4); }

/* --- hero system panel --- */
.axv3-hero__side { position: relative; z-index: 3; display: flex; flex-direction: column; gap: 18px; padding-bottom: 46px; }
.axv3-syscard {
  background: #fff; border: 1px solid rgba(228,235,246,0.9); border-radius: 16px;
  box-shadow: var(--ax-card-shadow-lg); padding: 26px 26px 22px;
}
.axv3-syscard__steps { display: flex; align-items: center; gap: 0; margin-bottom: 22px; }
.axv3-syscard__dot { width: 11px; height: 11px; border-radius: 50%; border: 2px solid var(--ax-blue); flex: none; }
.axv3-syscard__dot--on { background: var(--ax-blue); box-shadow: 0 0 0 4px rgba(32,89,233,0.15); }
.axv3-syscard__bar { height: 2px; flex: 1; background: #dbe6f8; }
.axv3-syscard__label {
  font-family: var(--ax-font-mono); font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ax-blue-text);
  margin: 0 0 8px;
}
.axv3-syscard__title { font-size: 1.42rem; font-weight: 700; letter-spacing: -0.015em; margin-bottom: 8px; }
.axv3-syscard__focus { font-size: 0.94rem; line-height: 1.55; color: var(--ax-body); margin: 0 0 6px; }
.axv3-syscard__list { list-style: none; margin: 14px 0 0; padding: 0; }
.axv3-syscard__list li {
  display: flex; align-items: center; gap: 16px;
  padding: 13px 2px; border-top: 1px solid var(--ax-line);
  font-size: 0.95rem; font-weight: 500; color: var(--ax-ink);
}
.axv3-syscard__list b {
  font-family: var(--ax-font-mono); font-weight: 600; font-size: 0.8rem;
  color: var(--ax-blue-text);
}
.axv3-syscard__note {
  display: block; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ax-line);
  font-family: var(--ax-font-mono); font-size: 0.72rem; line-height: 1.6; color: var(--ax-muted);
}
.axv3-sidechart {
  background: #fff; border: 1px solid rgba(228,235,246,0.9); border-radius: 14px;
  box-shadow: var(--ax-card-shadow); padding: 14px 16px;
  display: flex; align-items: center; gap: 14px; max-width: 250px;
}
.axv3-sidechart svg { display: block; }

/* ==========================================================================
   2. WHY AUTOMATION
   ========================================================================== */
.axv3-why { padding: 96px 0 84px; background: #fff; position: relative; }
.axv3-why__grid {
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 54px; align-items: start;
}
.axv3-why__title { font-size: clamp(1.9rem, 2.9vw, 2.6rem); line-height: 1.14; letter-spacing: -0.02em; font-weight: 800; }
.axv3-why__sub { color: var(--ax-blue-text); font-size: 1.13rem; font-weight: 500; margin: 16px 0 4px; }
.axv3-why__copy p { font-size: 1rem; line-height: 1.7; margin: 14px 0 0; }
.axv3-why__cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.axv3-fcard {
  background: #fff; border: 1px solid var(--ax-line); border-radius: 14px;
  padding: 30px 18px 26px; text-align: center;
  box-shadow: 0 6px 22px rgba(16,44,100,0.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.axv3-fcard:hover { transform: translateY(-5px); box-shadow: var(--ax-card-shadow-lg); border-color: rgba(32,89,233,0.35); }
.axv3-fcard__icon {
  width: 64px; height: 64px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--ax-tint); display: flex; align-items: center; justify-content: center;
  color: var(--ax-blue-text);
}
.axv3-fcard h3 { font-family: var(--ax-font-body); font-size: 1.02rem; font-weight: 700; letter-spacing: -0.01em; }
.axv3-fcard .axv3-underline { width: 26px; height: 3px; margin: 12px auto 14px; }
.axv3-fcard p { font-size: 0.875rem; line-height: 1.6; margin: 0; color: var(--ax-body); }

/* ==========================================================================
   3. PROCESS BAND + BENEFITS BAR
   ========================================================================== */
.axv3-process { background: var(--ax-bg-band); padding: 80px 0 90px; position: relative; overflow: hidden; }
.axv3-process__head { text-align: center; max-width: 760px; margin: 0 auto 64px; }
.axv3-process__gear {
  width: 64px; height: 64px; border-radius: 50%; background: #fff;
  box-shadow: var(--ax-card-shadow); color: var(--ax-blue-text);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 20px;
}
.axv3-process__title { font-size: clamp(1.8rem, 2.7vw, 2.35rem); font-weight: 800; letter-spacing: -0.02em; }
.axv3-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; position: relative; }
.axv3-step { text-align: center; position: relative; padding: 0 14px; }
.axv3-step__icon {
  width: 92px; height: 92px; border-radius: 50%; background: #fff;
  box-shadow: 0 10px 26px rgba(16,44,100,0.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--ax-blue-text); margin: 0 auto 20px; position: relative; z-index: 2;
  transition: transform .22s ease, box-shadow .22s ease;
}
.axv3-step:hover .axv3-step__icon { transform: translateY(-4px) scale(1.03); box-shadow: var(--ax-card-shadow-lg); }
.axv3-step__connector {
  position: absolute; top: 46px; left: calc(50% + 58px); right: calc(-50% + 58px);
  z-index: 1; color: rgba(32,89,233,0.55); pointer-events: none; height: 12px;
}
.axv3-step:last-child .axv3-step__connector { display: none; }
.axv3-step__connector .axv3-conn-line { border-top: 2.5px dotted currentColor; position: absolute; left: 0; right: 12px; top: 5px; }
.axv3-step__connector .axv3-conn-head {
  position: absolute; right: 0; top: 0;
  width: 0; height: 0; border-style: solid;
  border-width: 6px 0 6px 10px; border-color: transparent transparent transparent currentColor;
}
.axv3-step__badge {
  display: inline-block; font-family: var(--ax-font-mono); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #fff;
  background: var(--ax-blue); border-radius: 99px; padding: 5px 13px; margin-bottom: 12px;
}
.axv3-step h3 { font-family: var(--ax-font-body); font-size: 1.12rem; font-weight: 700; margin-bottom: 10px; }
.axv3-step p { font-size: 0.9rem; line-height: 1.62; margin: 0; }

.axv3-benefits {
  margin-top: 74px;
  background: var(--ax-navy); border-radius: 18px;
  padding: 30px 34px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 28px 60px rgba(13, 29, 54, 0.35);
}
.axv3-benefit { display: flex; align-items: center; gap: 16px; padding: 6px 22px; position: relative; }
.axv3-benefit + .axv3-benefit::before {
  content: ""; position: absolute; left: 0; top: 12%; bottom: 12%;
  width: 1px; background: rgba(255,255,255,0.12);
}
.axv3-benefit__icon {
  flex: none; width: 52px; height: 52px; border-radius: 50%;
  border: 1.5px solid rgba(126, 164, 255, 0.65); color: #8db1ff;
  display: flex; align-items: center; justify-content: center;
}
.axv3-benefit h3 { font-family: var(--ax-font-body); color: #fff; font-size: 1.02rem; font-weight: 700; margin: 0 0 4px; }
.axv3-benefit p { color: #b6c5e3; font-size: 0.83rem; line-height: 1.5; margin: 0; }

/* ==========================================================================
   4. TIERS
   ========================================================================== */
.axv3-tiers { padding: 96px 0 40px; background: #fff; }
.axv3-tiers__head { text-align: center; max-width: 720px; margin: 0 auto 60px; }
.axv3-tiers__head h2 { font-size: clamp(1.9rem, 2.8vw, 2.5rem); font-weight: 800; letter-spacing: -0.02em; }
.axv3-tiers__head p { font-size: 1.05rem; margin: 16px 0 0; }

.axv3-tier {
  border: 1px solid var(--ax-line); border-radius: 18px; background: #fff;
  box-shadow: 0 10px 34px rgba(16,44,100,0.06);
  padding: 38px 38px 30px; margin-bottom: 30px;
  transition: box-shadow .25s ease;
}
.axv3-tier:hover { box-shadow: var(--ax-card-shadow-lg); }
.axv3-tier__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 8px; }
.axv3-tier__id { display: flex; align-items: center; gap: 16px; }
.axv3-tier__badge {
  width: 52px; height: 52px; border-radius: 13px; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ax-font-mono); font-weight: 700; font-size: 1rem;
}
.axv3-tier--fd .axv3-tier__badge { background: var(--ax-tint); color: var(--ax-blue-text); }
.axv3-tier--fs .axv3-tier__badge { background: var(--ax-blue); color: #fff; }
.axv3-tier--en .axv3-tier__badge { background: var(--ax-navy); color: #fff; }
.axv3-tier__name { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.015em; line-height: 1.1; }
.axv3-tier__tag { font-family: var(--ax-font-mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ax-muted); display: block; margin-top: 6px; }
.axv3-tier__ideal {
  font-size: 0.82rem; font-weight: 500; color: var(--ax-blue-text);
  background: var(--ax-tint); border: 1px solid rgba(32,89,233,0.18);
  padding: 9px 16px; border-radius: 99px; max-width: 380px; line-height: 1.45;
}
.axv3-tier__desc { max-width: 780px; font-size: 0.98rem; line-height: 1.65; margin: 10px 0 30px; }
.axv3-tier__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.axv3-tier__col h4 {
  font-family: var(--ax-font-mono); font-size: 0.75rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ax-blue-text);
  padding-bottom: 12px; border-bottom: 2px solid var(--ax-tint-2); margin-bottom: 6px;
}
.axv3-tier__col ul { list-style: none; margin: 0; padding: 0; }
.axv3-tier__col li { padding: 12px 0; border-bottom: 1px solid #eff3fa; }
.axv3-tier__col li:last-child { border-bottom: 0; }
.axv3-tier__col strong { display: block; font-size: 0.93rem; font-weight: 650; color: var(--ax-ink); margin-bottom: 3px; }
.axv3-tier__col em { display: block; font-style: normal; font-size: 0.85rem; line-height: 1.55; color: var(--ax-body); }
.axv3-tier__outcome {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--ax-tint); border-radius: 12px; padding: 18px 22px; margin-top: 28px;
}
.axv3-tier__outcome svg { flex: none; margin-top: 1px; color: var(--ax-blue-text); }
.axv3-tier__outcome p { margin: 0; font-size: 0.94rem; line-height: 1.6; color: var(--ax-ink); }
.axv3-tier__outcome em { font-style: normal; font-weight: 650; }
.axv3-tier__strip {
  margin-top: 18px; background: var(--ax-navy); border-radius: 12px;
  padding: 20px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.axv3-tier__strip p { margin: 0; color: #b6c5e3; font-size: 0.88rem; line-height: 1.5; }
.axv3-tier__strip strong { display: block; color: #fff; font-size: 1.02rem; margin-bottom: 2px; }

/* ==========================================================================
   5. COMPARISON TABLE
   ========================================================================== */
.axv3-compare { padding: 40px 0 96px; background: #fff; }
.axv3-compare__head { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.axv3-compare__head h2 { font-size: clamp(1.7rem, 2.5vw, 2.2rem); font-weight: 800; letter-spacing: -0.02em; }
.axv3-compare__head p { margin: 14px 0 0; font-size: 1rem; }
.axv3-table-card { border: 1px solid var(--ax-line); border-radius: 16px; overflow: hidden; box-shadow: 0 10px 34px rgba(16,44,100,0.06); }
.axv3-table-scroll { overflow-x: auto; }
.axv3-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.axv3-table th {
  background: var(--ax-navy); color: #fff; text-align: center;
  font-family: var(--ax-font-body); font-size: 0.9rem; font-weight: 650;
  padding: 16px 18px; letter-spacing: 0.01em;
}
.axv3-table th:first-child { text-align: left; padding-left: 26px; }
.axv3-table td {
  padding: 14px 18px; text-align: center; font-size: 0.9rem; color: var(--ax-ink);
  border-top: 1px solid #eef2f9;
}
.axv3-table td:first-child { text-align: left; padding-left: 26px; font-weight: 600; }
.axv3-table tbody tr:nth-child(even) td { background: #f8fafd; }
.axv3-table .ck { color: var(--ax-blue-text); display: inline-flex; vertical-align: middle; }
.axv3-table .cl { color: var(--ax-body); font-size: 0.84rem; display: inline-block; margin-left: 6px; }
.axv3-table .cx { color: #b9c3d4; }

/* ==========================================================================
   6. FAQ
   ========================================================================== */
.axv3-faq { background: #f5f8fd; padding: 90px 0; }
.axv3-faq__head { text-align: center; max-width: 700px; margin: 0 auto 48px; }
.axv3-faq__head h2 { font-size: clamp(1.8rem, 2.6vw, 2.3rem); font-weight: 800; letter-spacing: -0.02em; }
.axv3-faq__head p { margin: 14px 0 0; }
.axv3-faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.axv3-q {
  background: #fff; border: 1px solid var(--ax-line); border-radius: 14px;
  box-shadow: 0 6px 20px rgba(16,44,100,0.04); overflow: hidden;
}
.axv3-q[open] { border-color: rgba(32,89,233,0.35); box-shadow: var(--ax-card-shadow); }
.axv3-q summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 19px 22px; font-weight: 650; font-size: 0.99rem; color: var(--ax-ink);
}
.axv3-q summary::-webkit-details-marker { display: none; }
.axv3-q__plus { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--ax-tint); color: var(--ax-blue-text); display: flex; align-items: center; justify-content: center; transition: transform .25s ease; }
.axv3-q[open] .axv3-q__plus { transform: rotate(45deg); }
.axv3-q__a { padding: 0 22px 20px; font-size: 0.92rem; line-height: 1.68; color: var(--ax-body); }
.axv3-q__a strong { color: var(--ax-ink); }

/* ==========================================================================
   7. ENDCAP CTA
   ========================================================================== */
.axv3-cta { position: relative; background: var(--ax-navy); overflow: hidden; padding: 100px 0; }
.axv3-cta::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(640px 300px at 78% 18%, rgba(32,89,233,0.28), transparent 70%),
    radial-gradient(520px 280px at 12% 88%, rgba(32,89,233,0.18), transparent 70%);
  pointer-events: none;
}
.axv3-cta__dots { position: absolute; width: 140px; height: 100px; background-image: radial-gradient(rgba(141,177,255,0.4) 1.5px, transparent 1.5px); background-size: 18px 18px; opacity: .45; pointer-events: none; }
.axv3-cta__dots--tr { top: 60px; right: 40px; }
.axv3-cta__dots--bl { bottom: 60px; left: 40px; }
.axv3-cta__inner { position: relative; z-index: 2; text-align: center; max-width: 860px; margin: 0 auto; }
.axv3-cta .axv3-eyebrow { color: #8db1ff; }
.axv3 .axv3-cta__title { color: #fff; font-size: clamp(2rem, 3.4vw, 2.9rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.12; }
.axv3 .axv3-cta__title span { color: #79a1ff; }
.axv3-cta__lead { color: #b6c5e3; font-size: 1.04rem; line-height: 1.7; max-width: 640px; margin: 20px auto 40px; }
.axv3-cta__methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 38px; }
.axv3-method {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 24px 18px; text-align: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.axv3-method:hover { background: rgba(255,255,255,0.08); border-color: rgba(141,177,255,0.45); transform: translateY(-3px); }
.axv3-method__icon { width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(126,164,255,0.65); color: #8db1ff; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.axv3-method h4 { font-family: var(--ax-font-body); color: #8fa3c4; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 6px; }
.axv3-method a { color: #fff; font-weight: 650; font-size: 1rem; text-decoration: none; }
.axv3-method a:hover { color: #9db9ff; }
.axv3-cta__actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.axv3-cta__fine { font-family: var(--ax-font-mono); color: #8fa3c4; font-size: 0.75rem; letter-spacing: 0.02em; margin: 34px 0 0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1180px) {
  .axv3-hero__grid { grid-template-columns: 1fr 0.9fr; }
  .axv3-hero__side { grid-column: span 2; flex-direction: row; padding-bottom: 20px; }
  .axv3-syscard { flex: 1; }
  .axv3-chip--c2 { right: -2%; } .axv3-chip--c4 { right: -6%; } .axv3-chip--c5 { right: -3%; }
  .axv3-brain { left: -2%; }
  .axv3-why__grid { grid-template-columns: 1fr; gap: 40px; }
  .axv3-why__cards { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 960px) {
  .axv3-hero { padding-top: 120px; }
  .axv3-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .axv3-hero__stage { min-height: 480px; order: 2; }
  .axv3-hero__mascot { width: min(320px, 74%); }
  .axv3-hero__copy { order: 1; padding-bottom: 0; text-align: center; }
  .axv3-hero__lead { margin-left: auto; margin-right: auto; }
  .axv3-hero__actions { justify-content: center; }
  .axv3-hero__cards { justify-content: center; }
  .axv3-hero__side { order: 3; flex-direction: column; grid-column: auto; }
  .axv3-sidechart { max-width: none; }
  .axv3-why__cards { grid-template-columns: 1fr 1fr; }
  .axv3-steps { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .axv3-step__connector { display: none; }
  .axv3-benefits { grid-template-columns: 1fr 1fr; gap: 10px; padding: 26px; }
  .axv3-benefit + .axv3-benefit::before { display: none; }
  .axv3-tier__cols { grid-template-columns: 1fr; gap: 8px; }
  .axv3-faq__grid { grid-template-columns: 1fr; }
  .axv3-cta__methods { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .axv3-hero__cards { flex-direction: column; align-items: center; }
  .axv3-minicard--chart { width: 200px; }
  .axv3-why { padding: 70px 0 60px; }
  .axv3-why__cards { grid-template-columns: 1fr; }
  .axv3-steps { grid-template-columns: 1fr; }
  .axv3-benefits { grid-template-columns: 1fr; }
  .axv3-tier { padding: 26px 20px; }
  .axv3-tier__head { flex-direction: column; }
  .axv3-hero__rings { width: 320px; }
  .axv3-chip--c4, .axv3-chip--c5 { display: none; }
  .axv3-brain { width: 100px; height: 100px; top: 2%; }
}
