.product-hero--autonex {
  min-height: 690px;
  background: #061315;
}

.product-hero--autonex .hero-media {
  position: absolute;
  inset: 0;
}

.product-hero--autonex .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-hero--autonex .hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 15, 18, .98) 0%, rgba(3, 15, 18, .9) 41%, rgba(3, 15, 18, .34) 68%, rgba(3, 15, 18, .26));
  content: "";
}

.product-hero--autonex .hero-stage {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 690px;
  padding-block: 82px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 70px;
}

.product-hero--autonex h1 {
  max-width: 760px;
  font-size: clamp(48px, 5vw, 68px);
  letter-spacing: 0;
}

.product-hero--autonex .hero-lead {
  max-width: 650px;
}

.autonex-stage {
  position: relative;
  width: 420px;
  height: 420px;
  opacity: .9;
}

.autonex-ring,
.autonex-core,
.autonex-node {
  position: absolute;
}

.autonex-ring {
  top: 50%;
  left: 50%;
  border: 1px solid rgba(183, 223, 69, .34);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.autonex-ring::before {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 18px rgba(183, 223, 69, .8);
}

.autonex-ring--one {
  width: 360px;
  height: 360px;
  animation: autonexOrbit 18s linear infinite;
}

.autonex-ring--two {
  width: 260px;
  height: 260px;
  border-style: dashed;
  animation: autonexOrbit 14s linear infinite reverse;
}

.autonex-core {
  top: 50%;
  left: 50%;
  display: grid;
  width: 170px;
  height: 170px;
  place-content: center;
  color: #071719;
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .3);
}

.autonex-core small,
.autonex-core strong {
  display: block;
}

.autonex-core small {
  font-size: 9px;
  font-weight: 800;
}

.autonex-core strong {
  margin: 4px 0 9px;
  font-size: 25px;
}

.autonex-core svg {
  width: 23px;
  margin: auto;
}

.autonex-node {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--green);
  background: rgba(5, 21, 24, .88);
  border: 1px solid rgba(183, 223, 69, .42);
  border-radius: 7px;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .24);
}

.autonex-node svg { width: 23px; }
.autonex-node--team { top: 31px; left: 68px; }
.autonex-node--bot { top: 98px; right: 12px; }
.autonex-node--flow { right: 70px; bottom: 24px; }
.autonex-node--growth { bottom: 78px; left: 18px; }

@keyframes autonexOrbit {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.autonex-intro {
  background: #f4f8f5;
}

.autonex-intro-layout {
  display: grid;
  align-items: end;
  grid-template-columns: 1fr .8fr;
  gap: 90px;
}

.autonex-intro-layout h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 50px);
}

.autonex-intro-layout > p {
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 17px;
}

.solution-jump {
  display: grid;
  margin-top: 52px;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.solution-jump a {
  display: grid;
  min-height: 116px;
  padding: 24px 28px;
  align-items: center;
  grid-template-columns: 42px 1fr 24px;
  gap: 17px;
  background: #fff;
  text-decoration: none;
}

.solution-jump a + a { border-left: 1px solid var(--line); }
.solution-jump a > svg:first-child { width: 29px; color: var(--teal); }
.solution-jump a > svg:last-child { width: 18px; transition: transform .2s ease; }
.solution-jump a:hover > svg:last-child { transform: translate(3px, 3px); }
.solution-jump small,
.solution-jump strong { display: block; }
.solution-jump small { margin-bottom: 4px; color: var(--teal); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.solution-jump strong { font-size: 18px; }

.autonex-product {
  padding-block: 118px;
}

.autonex-product--team {
  position: relative;
  background: #eef5f2;
  overflow: hidden;
}

.autonex-product--ai {
  position: relative;
  color: #fff;
  background: #061315 url("../images/autonex/hero-dual-v2.webp") center / cover no-repeat;
  overflow: hidden;
}

.autonex-product--team::before,
.autonex-product--ai::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.autonex-product--team::before {
  opacity: .28;
  background-image: linear-gradient(rgba(12, 100, 91, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(12, 100, 91, .08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 58%);
}

.autonex-product--ai::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 15, 18, .68), rgba(3, 15, 18, .9) 53%, rgba(3, 15, 18, .97));
  content: "";
}

.autonex-product--ai::after {
  opacity: .12;
  background-image: linear-gradient(rgba(183, 223, 69, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(183, 223, 69, .18) 1px, transparent 1px);
  background-size: 70px 70px;
}

.autonex-product--team .container,
.autonex-product--ai .container {
  position: relative;
  z-index: 2;
}

.autonex-product-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .7fr) minmax(570px, 1.3fr);
  gap: 64px;
}

@media (min-width: 1051px) {
  .autonex-product--team .autonex-product-layout {
    grid-template-columns: minmax(460px, .82fr) minmax(570px, 1.18fr);
    gap: 56px;
  }

  .autonex-product--team .autonex-copy h2 {
    font-size: clamp(40px, 4.2vw, 56px);
  }

  .autonex-product--ai .autonex-copy h2 {
    font-size: clamp(40px, 3.6vw, 48px);
  }
}

.autonex-product-layout--reverse {
  grid-template-columns: minmax(430px, .9fr) minmax(0, 1.1fr);
}

.autonex-product--ai .autonex-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
}

.autonex-product--ai .autonex-list li {
  border-color: rgba(255, 255, 255, .2);
}

.autonex-product--ai .autonex-list li::before {
  border-color: var(--green);
}

.autonex-product--ai .text-cta {
  color: var(--green);
}

.autonex-copy h2 {
  max-width: 650px;
  font-size: clamp(40px, 4.6vw, 60px);
  letter-spacing: 0;
}

.autonex-copy > p:not(.eyebrow) {
  max-width: 600px;
  color: var(--muted);
  font-size: 17px;
}

.autonex-list {
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.autonex-list li {
  position: relative;
  padding: 12px 0 12px 28px;
  border-bottom: 1px solid var(--line);
}

.autonex-list li::before {
  position: absolute;
  top: 18px;
  left: 2px;
  width: 12px;
  height: 7px;
  border-bottom: 2px solid var(--teal);
  border-left: 2px solid var(--teal);
  content: "";
  transform: rotate(-45deg);
}

.text-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal-dark);
  font-weight: 700;
  text-decoration: none;
}

.text-cta svg { width: 18px; transition: transform .2s ease; }
.text-cta:hover svg { transform: translateX(4px); }

.shared-team-visual {
  position: relative;
  min-height: 630px;
  background: #09171a;
  border: 1px solid rgba(13, 93, 88, .2);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(6, 32, 34, .2);
}

.shared-team-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shared-team-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 16, 19, .03) 45%, rgba(4, 16, 19, .58));
  content: "";
}

.team-live-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  min-width: 238px;
  padding: 14px 16px;
  color: #fff;
  background: rgba(5, 24, 27, .72);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .2);
}

.team-live-badge span {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
  gap: 8px;
  color: var(--green);
}

.team-live-badge svg { width: 18px; }
.team-live-badge strong { font-size: 14px; }
.team-live-badge small { color: rgba(255, 255, 255, .7); font-size: 10px; }

.shared-inbox {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  width: min(430px, calc(100% - 56px));
  padding: 22px;
  color: #15201d;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .3);
  backdrop-filter: blur(14px);
}

.shared-inbox-head,
.shared-inbox-client,
.shared-team {
  display: flex;
  align-items: center;
}

.shared-inbox-head {
  padding-bottom: 14px;
  justify-content: space-between;
  border-bottom: 1px solid #dbe3de;
}

.shared-inbox-head > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-dark);
}

.shared-inbox-head svg { width: 19px; }
.shared-inbox-head small { color: #128b56; font-size: 10px; font-weight: 700; }
.shared-inbox-client { position: relative; gap: 10px; padding: 16px 0 12px; }
.shared-inbox-client div { min-width: 0; }
.shared-inbox-client strong,
.shared-inbox-client small { display: block; }
.shared-inbox-client small { color: var(--muted); font-size: 10px; }
.avatar { display: grid; width: 33px; height: 33px; flex: none; place-items: center; color: #fff; background: #0d736d; border: 2px solid #fff; border-radius: 50%; font-size: 9px; font-weight: 800; }
.avatar-client { background: #1174c8; }
.live-dot { width: 8px; height: 8px; margin-left: auto; background: #1fc36a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(31, 195, 106, .14); }
.shared-message,
.shared-reply { max-width: 88%; margin-bottom: 9px; padding: 10px 12px; border-radius: 7px; font-size: 11px; line-height: 1.45; }
.shared-message { background: #edf2f5; }
.shared-reply { margin-left: auto; background: #dff5dc; }
.shared-team { margin-top: 15px; }
.shared-team .avatar + .avatar { margin-left: -8px; }
.shared-team small { margin-left: 10px; color: var(--muted); font-size: 10px; }

.autonex-dashboard-section {
  padding-block: 112px;
  color: #fff;
  background: #071719;
}

.dashboard-heading {
  display: grid;
  margin-bottom: 50px;
  align-items: end;
  grid-template-columns: 1fr .7fr;
  gap: 80px;
}

.dashboard-heading h2 { max-width: 650px; margin-bottom: 0; font-size: clamp(38px, 4.2vw, 54px); }
.dashboard-heading > p { margin-bottom: 4px; color: rgba(255, 255, 255, .63); }

.autonex-dashboard {
  display: grid;
  min-height: 590px;
  grid-template-columns: 215px 1fr;
  color: #202a35;
  background: #f5f8fc;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 35px 75px rgba(0, 0, 0, .34);
}

.dashboard-sidebar {
  padding: 28px 20px;
  color: #dce8ef;
  background: #111f2d;
}

.dashboard-sidebar > strong { display: block; margin: 4px 10px 34px; color: var(--green); font-size: 20px; }
.dashboard-sidebar nav { display: grid; gap: 6px; }
.dashboard-sidebar span { display: flex; min-height: 42px; padding: 10px 12px; align-items: center; gap: 10px; border-radius: 6px; font-size: 12px; }
.dashboard-sidebar span.is-active { color: #132119; background: var(--green); font-weight: 700; }
.dashboard-sidebar svg { width: 17px; }

.dashboard-main { padding: 30px; }
.dashboard-top { display: flex; margin-bottom: 28px; align-items: center; justify-content: space-between; }
.dashboard-top small,
.dashboard-top strong { display: block; }
.dashboard-top small { color: #718092; font-size: 11px; }
.dashboard-top strong { margin-top: 2px; font-size: 19px; }
.dashboard-top > span { display: flex; padding: 7px 10px; align-items: center; gap: 6px; color: #108650; background: #dcf5e8; border-radius: 5px; font-size: 10px; font-weight: 700; }
.dashboard-top svg { width: 15px; }

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dashboard-stats article,
.dashboard-charts article {
  background: #fff;
  border: 1px solid #d9e2ec;
  border-radius: 7px;
}

.dashboard-stats article { padding: 18px; }
.dashboard-stats small,
.dashboard-stats strong,
.dashboard-stats span { display: block; }
.dashboard-stats small { color: #758294; font-size: 10px; }
.dashboard-stats strong { margin: 8px 0 5px; font-size: 25px; }
.dashboard-stats span { color: #118652; font-size: 9px; }

.dashboard-charts {
  display: grid;
  margin-top: 14px;
  grid-template-columns: 1.35fr .65fr;
  gap: 14px;
}

.dashboard-charts article { min-height: 310px; padding: 22px; }
.dashboard-charts article > div:first-child { display: flex; align-items: center; justify-content: space-between; }
.dashboard-charts article > div:first-child small { color: #7b8794; font-size: 10px; }
.bars { display: flex; height: 220px; padding-top: 28px; align-items: end; justify-content: space-around; gap: 12px; border-bottom: 1px solid #dbe3eb; }
.bars i { width: 38px; height: var(--bar); background: linear-gradient(#2d9ded, #1273c2); border-radius: 5px 5px 0 0; }
.channel-chart { display: grid; grid-template-columns: 1fr 1fr; align-content: start; }
.channel-chart > div:first-child { grid-column: 1 / -1; }
.donut { width: 150px; height: 150px; margin: 48px auto 0; background: conic-gradient(#147aca 0 52%, #42b883 52% 83%, #f5ad42 83%); border: 30px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dbe3eb; }
.channel-chart ul { margin: 52px 0 0; padding: 0; list-style: none; }
.channel-chart li { display: flex; margin-bottom: 11px; align-items: center; gap: 7px; color: #5d6c7d; font-size: 10px; }
.channel-chart li i { width: 8px; height: 8px; background: #147aca; border-radius: 2px; }
.channel-chart li:nth-child(2) i { background: #42b883; }
.channel-chart li:nth-child(3) i { background: #f5ad42; }

.ai-phone {
  position: relative;
  width: 320px;
  height: 620px;
  margin: auto;
  padding: 13px;
  color: #15201d;
  background: #081215;
  border: 1px solid #3b474b;
  border-radius: 38px;
  box-shadow: 0 34px 70px rgba(5, 25, 30, .28);
}

.ai-phone-stage {
  position: relative;
  display: grid;
  min-height: 680px;
  place-items: center;
  isolation: isolate;
}

.ai-phone-stage::before {
  position: absolute;
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(183, 223, 69, .18), rgba(15, 144, 137, .08) 45%, transparent 72%);
  border-radius: 50%;
  content: "";
  filter: blur(8px);
}

.ai-phone-stage::after {
  position: absolute;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(183, 223, 69, .28);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 60px rgba(17, 137, 130, .14);
}

.ai-stage-orbit {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.ai-stage-orbit--two {
  width: 430px;
  height: 430px;
  border-color: rgba(183, 223, 69, .18);
  transform: rotate(22deg);
}

.ai-phone-stage .ai-phone {
  z-index: 2;
  box-shadow: 0 42px 90px rgba(0, 0, 0, .52), 0 0 0 1px rgba(183, 223, 69, .16);
}

.ai-phone-speaker { position: absolute; z-index: 3; top: 12px; left: 50%; width: 92px; height: 23px; background: #081215; border-radius: 0 0 14px 14px; transform: translateX(-50%); }
.ai-chat-head { display: grid; height: 75px; padding: 18px 14px 12px; align-items: center; grid-template-columns: 38px 1fr 20px; gap: 10px; background: #fff; border-radius: 25px 25px 0 0; }
.ai-chat-head > svg { width: 18px; color: #60706b; }
.ai-bot-mark { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; background: #0a7c68; border-radius: 50%; }
.ai-bot-mark svg { width: 20px; }
.ai-chat-head strong,
.ai-chat-head small { display: block; }
.ai-chat-head strong { font-size: 12px; }
.ai-chat-head small { color: #148b58; font-size: 8px; }
.ai-chat-body { position: relative; height: 466px; padding: 24px 15px; background: #e9f0ed; overflow: hidden; }
.ai-chat-body::before { position: absolute; inset: 0; background: linear-gradient(135deg, transparent 48%, rgba(13, 93, 88, .04) 49%, transparent 51%); background-size: 26px 26px; content: ""; }
.ai-bubble,
.ai-typing { position: relative; max-width: 84%; padding: 11px 12px; border-radius: 7px; font-size: 10px; line-height: 1.5; box-shadow: 0 2px 4px rgba(0, 0, 0, .05); }
.ai-bubble--bot { margin: 0 auto 14px 0; background: #fff; }
.ai-bubble--person { margin: 0 0 14px auto; background: #d5f5ce; }
.ai-typing { display: flex; width: 54px; margin: 0 auto 14px 0; justify-content: center; gap: 4px; background: #fff; animation: typingFade 7s ease-in-out infinite; }
.ai-typing i { width: 5px; height: 5px; background: #8a9994; border-radius: 50%; animation: typingDot 1s ease-in-out infinite; }
.ai-typing i:nth-child(2) { animation-delay: .16s; }
.ai-typing i:nth-child(3) { animation-delay: .32s; }
.ai-bubble--answer { opacity: 0; transform: translateY(8px); animation: answerShow 7s ease-in-out infinite; }
.ai-chat-input { display: flex; height: 53px; padding: 9px 12px; align-items: center; justify-content: space-between; color: #899792; background: #fff; border-radius: 0 0 25px 25px; font-size: 9px; }
.ai-chat-input svg { width: 31px; height: 31px; padding: 8px; color: #fff; background: #0a8b69; border-radius: 50%; }

@keyframes typingDot { 50% { transform: translateY(-3px); opacity: .45; } }
@keyframes typingFade { 0%, 42% { opacity: 1; } 50%, 92% { opacity: 0; } 100% { opacity: 1; } }
@keyframes answerShow { 0%, 44% { opacity: 0; transform: translateY(8px); } 52%, 92% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; } }

.autonex-plans { background: #f4f8f5; }
.plan-rows { display: grid; max-width: 1040px; gap: 14px; }
.plan-row { display: grid; min-height: 150px; padding: 28px; align-items: center; grid-template-columns: 60px 1fr auto auto; gap: 26px; background: #fff; border: 1px solid #d2dfd7; border-radius: 8px; }
.plan-row--ai { background: #eff5fb; border-color: #cadbea; }
.plan-icon { display: grid; width: 54px; height: 54px; place-items: center; color: var(--teal-dark); background: #e2f3e8; border-radius: 7px; }
.plan-icon svg { width: 26px; }
.plan-name small { color: var(--teal); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.plan-name h3 { margin: 3px 0; font-size: 21px; }
.plan-name p { margin: 0; color: var(--muted); font-size: 12px; }
.plan-price { display: flex; margin: 0; align-items: baseline; gap: 4px; white-space: nowrap; }
.plan-price small { font-size: 14px; font-weight: 700; }
.plan-price strong { font-size: 35px; }
.plan-price span { color: var(--muted); font-size: 11px; }

.autonex-faq { background: #fff; }
.faq-heading { display: flex; margin-bottom: 40px; align-items: end; justify-content: space-between; gap: 30px; }
.faq-heading > div { max-width: 680px; }
.faq-heading h2 { margin-bottom: 10px; }
.faq-heading p:last-child { margin-bottom: 0; color: var(--muted); }
.faq-expand { display: inline-flex; min-height: 44px; padding: 10px 15px; align-items: center; gap: 8px; color: #fff; background: var(--teal-dark); border: 0; border-radius: 6px; font-weight: 700; cursor: pointer; }
.faq-expand svg { width: 17px; }
.autonex-faq .faq-list { max-width: 940px; }

.cta-band--autonex { background-image: url("../images/autonex/hero-dual-v2.webp"); background-position: center 52%; }
.cta-band--autonex::before { background: linear-gradient(90deg, rgba(3, 18, 21, .97), rgba(3, 18, 21, .7) 65%, rgba(3, 18, 21, .48)) !important; }
.cta-band--autonex .cta-layout > div { max-width: 760px; }
.cta-band--autonex h2 { margin-bottom: 0; }

@media (max-width: 1050px) {
  .product-hero--autonex .hero-stage { grid-template-columns: 1fr 360px; gap: 30px; }
  .autonex-stage { width: 360px; height: 360px; transform: scale(.85); }
  .autonex-product-layout,
  .autonex-product-layout--reverse { grid-template-columns: 1fr; }
  .autonex-product-layout--reverse .ai-phone-stage { order: 2; }
  .autonex-product-layout--reverse .autonex-copy { order: 1; }
  .dashboard-stats { grid-template-columns: repeat(2, 1fr); }
  .dashboard-charts { grid-template-columns: 1fr; }
  .channel-chart { min-height: 240px !important; }
}

@media (max-width: 760px) {
  .product-hero--autonex { min-height: calc(100svh - 130px); }
  .product-hero--autonex .hero-media img { object-position: 82% center; }
  .product-hero--autonex .hero-media::after { background: linear-gradient(180deg, rgba(3, 15, 18, .5), rgba(3, 15, 18, .8) 58%, rgba(3, 15, 18, .96)); }
  .product-hero--autonex .hero-stage { display: flex; min-height: calc(100svh - 130px); padding: 34px 18px; justify-content: center; flex-direction: column; text-align: center; }
  .product-hero--autonex .hero-copy { max-width: 430px; }
  .product-hero--autonex h1 { max-width: 390px; margin: 0 auto 14px; font-size: 34px; line-height: 1.06; }
  .product-hero--autonex .hero-lead { max-width: 370px; margin: 0 auto; font-size: 14px; line-height: 1.48; }
  .product-hero--autonex .hero-actions,
  .autonex-stage { display: none; }
  .autonex-intro,
  .autonex-product,
  .autonex-dashboard-section,
  .autonex-plans,
  .autonex-faq { padding-block: 64px; }
  .autonex-intro-layout,
  .dashboard-heading { grid-template-columns: 1fr; gap: 20px; }
  .autonex-intro-layout > p { font-size: 15px; }
  .solution-jump { margin-top: 32px; grid-template-columns: 1fr; }
  .solution-jump a + a { border-top: 1px solid var(--line); border-left: 0; }
  .solution-jump a { min-height: 96px; padding: 18px; grid-template-columns: 34px 1fr 20px; gap: 12px; }
  .solution-jump strong { font-size: 15px; }
  .autonex-product-layout { gap: 42px; }
  .autonex-copy h2 { font-size: 34px; }
  .autonex-copy > p:not(.eyebrow) { font-size: 15px; }
  .autonex-list li { font-size: 14px; }
  .shared-team-visual { min-height: 500px; }
  .team-live-badge { top: 14px; left: 14px; min-width: 210px; padding: 12px 14px; }
  .shared-inbox { right: 14px; bottom: 14px; width: calc(100% - 28px); padding: 17px; }
  .shared-inbox-head small { display: none; }
  .dashboard-heading { margin-bottom: 30px; }
  .dashboard-heading > p { font-size: 14px; }
  .autonex-dashboard { min-height: 0; grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .dashboard-main { padding: 16px; }
  .dashboard-top { margin-bottom: 16px; }
  .dashboard-top strong { font-size: 15px; }
  .dashboard-stats { gap: 8px; }
  .dashboard-stats article { padding: 13px; }
  .dashboard-stats strong { font-size: 20px; }
  .dashboard-charts article { min-height: 240px; padding: 15px; }
  .bars { height: 160px; gap: 7px; }
  .bars i { width: 24px; }
  .channel-chart { display: none; }
  .ai-phone { width: 285px; height: 565px; }
  .ai-phone-stage { min-height: 610px; }
  .ai-phone-stage::before { width: 400px; height: 400px; }
  .ai-phone-stage::after { width: 340px; height: 340px; }
  .ai-stage-orbit { width: 390px; height: 170px; }
  .ai-stage-orbit--two { width: 330px; height: 330px; }
  .ai-chat-body { height: 411px; }
  .plan-row { padding: 22px; grid-template-columns: 48px 1fr; gap: 16px; }
  .plan-icon { width: 45px; height: 45px; }
  .plan-price { grid-column: 1 / -1; }
  .plan-row .button { grid-column: 1 / -1; }
  .faq-heading { display: block; }
  .faq-expand { margin-top: 20px; }
}

@media (max-width: 360px) {
  .shared-inbox { padding: 14px; }
  .shared-message,
  .shared-reply { font-size: 9px; }
  .dashboard-stats { grid-template-columns: 1fr 1fr; }
  .dashboard-stats span { display: none; }
  .bars i { width: 19px; }
  .ai-phone { width: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  .autonex-ring,
  .ai-typing,
  .ai-typing i,
  .ai-bubble--answer { animation: none; }
  .ai-bubble--answer { opacity: 1; transform: none; }
}

/* AUTONEX follows the same title hierarchy as the other services. */
.product-hero--autonex h1 {
  font-weight: 700;
  line-height: 1.08;
}

.autonex-copy h2 {
  font-weight: 700;
  line-height: 1.08;
}

.autonex-intro-layout h2,
.dashboard-heading h2,
.faq-heading h2,
.cta-band--autonex h2 {
  font-weight: 650;
  line-height: 1.15;
}

.plan-name h3 {
  font-weight: 650;
  line-height: 1.2;
}

@media (min-width: 1051px) {
  .autonex-product--team .autonex-copy h2 {
    font-size: clamp(40px, 3.8vw, 52px);
  }
}
