/* Homepage 14-Day AI-Augmented QA Pilot hero visual. */
.aqa-hero-system-wrap{
  width: min(1260px, 100%);
  margin: -22px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  font-family: var(--tp-ff-inter);
  box-sizing: border-box;
  pointer-events: none;
}
.aqa-hero-system-wrap .aqa-hero-system{
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.aqa-hero-system-wrap .aqa-system-console{
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  height: 440px;
  display: grid;
  grid-template-rows: 46px 1fr;
  overflow: hidden;
  border: 1px solid rgba(16, 48, 42, 0.14);
  border-radius: 36px 36px 0 0;
  background: #fbfbf8;
  box-shadow: -28px 0 60px -34px rgba(16, 48, 42, 0.3), 28px 0 60px -34px rgba(16, 48, 42, 0.3), 0 28px 72px rgba(16, 48, 42, 0.16);
  color: #0c1815;
  text-align: left;
}
.aqa-hero-system-wrap .aqa-system-console::before{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, rgba(244, 247, 238, 0), rgba(244, 247, 238, 0.92));
  pointer-events: none;
  z-index: 3;
}
.aqa-hero-system-wrap .aqa-system-chrome{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(16, 48, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
}
.aqa-hero-system-wrap .aqa-system-chrome span{
  width: 11px;
  height: 11px;
  border-radius: 999px;
  display: inline-block;
}
.aqa-hero-system-wrap .aqa-system-chrome span[data-color="red"]{
  background: #ff5f57;
}
.aqa-hero-system-wrap .aqa-system-chrome span[data-color="amber"]{
  background: #febc2e;
}
.aqa-hero-system-wrap .aqa-system-chrome span[data-color="green"]{
  background: #28c840;
}
.aqa-hero-system-wrap .aqa-system-body{
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  min-height: 0;
}
.aqa-hero-system-wrap .aqa-system-sidebar{
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 18px 14px;
  border-right: 1px solid rgba(16, 48, 42, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: rgba(12, 24, 21, 0.72);
  font-size: 12px;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-sidebar-label,
.aqa-hero-system-wrap .aqa-system-kicker,
.aqa-hero-system-wrap .aqa-system-section-label span,
.aqa-hero-system-wrap .aqa-system-card-eyebrow{
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.aqa-hero-system-wrap .aqa-system-sidebar-label{
  padding: 4px 8px 8px;
  color: rgba(12, 24, 21, 0.46);
}
.aqa-hero-system-wrap .aqa-system-sidebar-row{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 10px;
  border-radius: 12px;
  color: rgba(12, 24, 21, 0.78);
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aqa-hero-system-wrap .aqa-system-sidebar-row[data-state="active"]{
  background: rgba(163, 232, 125, 0.14);
  color: #335c21;
}
.aqa-hero-system-wrap .aqa-system-sidebar-row[data-state="muted"]{
  color: rgba(12, 24, 21, 0.44);
  font-weight: 550;
}
.aqa-hero-system-wrap .aqa-system-sidebar-row span{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: rgba(12, 24, 21, 0.18);
}
.aqa-hero-system-wrap .aqa-system-sidebar-row[data-state="pass"] span{
  background: #2bb673;
}
.aqa-hero-system-wrap .aqa-system-sidebar-row[data-state="active"] span{
  background: #6eab26;
  box-shadow: 0 0 0 4px rgba(110, 171, 38, 0.14);
}
.aqa-hero-system-wrap .aqa-system-sidebar-row[data-state="warn"] span{
  background: #e5a93a;
}
.aqa-hero-system-wrap .aqa-system-sidebar-more{
  margin-top: 8px;
  padding: 14px 10px 0;
  border-top: 1px solid rgba(16, 48, 42, 0.1);
  color: rgba(12, 24, 21, 0.46);
  font-size: 11px;
  font-weight: 700;
}
.aqa-hero-system-wrap .aqa-system-main{
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 18px 22px 0;
  background: #fafaf7;
}
.aqa-hero-system-wrap .aqa-system-head{
  display: flex;
  align-items: center;
  gap: 14px;
}
.aqa-hero-system-wrap .aqa-system-kicker{
  display: block;
  margin-bottom: 7px;
  color: #61873d;
}
.aqa-hero-system-wrap .aqa-system-head h3{
  margin: 0;
  color: #0c1815;
  font-size: 19px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.04em;
}
.aqa-hero-system-wrap .aqa-system-pill{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border: 1px solid rgba(110, 171, 38, 0.22);
  border-radius: 999px;
  background: rgba(163, 232, 125, 0.16);
  color: #335c21;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-pill span{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #6eab26;
  box-shadow: 0 0 0 0 rgba(110, 171, 38, 0.44);
  animation: aqa-system-signal-pulse 2.6s ease-out infinite;
}
.aqa-hero-system-wrap .aqa-system-head em{
  margin-left: auto;
  color: rgba(12, 24, 21, 0.46);
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-section-label{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 7px;
}
.aqa-hero-system-wrap .aqa-system-section-label span{
  color: rgba(12, 24, 21, 0.46);
}
.aqa-hero-system-wrap .aqa-system-section-label em{
  color: rgba(12, 24, 21, 0.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-segbar{
  display: flex;
  height: 9px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(16, 48, 42, 0.08);
}
.aqa-hero-system-wrap .aqa-system-segbar span[data-segment="map"]{
  background: #2bb673;
}
.aqa-hero-system-wrap .aqa-system-segbar span[data-segment="build"]{
  background: #6eab26;
}
.aqa-hero-system-wrap .aqa-system-segbar span[data-segment="ai"]{
  background: #7dbab2;
}
.aqa-hero-system-wrap .aqa-system-segbar span[data-segment="review"]{
  background: #0c1815;
  opacity: 0.78;
}
.aqa-hero-system-wrap .aqa-system-tiles{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.aqa-hero-system-wrap .aqa-system-tile{
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding: 11px 12px;
  border: 1px solid rgba(16, 48, 42, 0.1);
  border-radius: 15px;
  background: #ffffff;
}
.aqa-hero-system-wrap .aqa-system-tile span{
  color: rgba(12, 24, 21, 0.58);
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-tile strong{
  color: #0c1815;
  font-size: 26px;
  font-weight: 850;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.aqa-hero-system-wrap .aqa-system-tile small{
  color: rgba(12, 24, 21, 0.46);
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-bottom{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 10px;
}
.aqa-hero-system-wrap .aqa-system-issue-board,
.aqa-hero-system-wrap .aqa-system-signal-board{
  min-width: 0;
  border: 1px solid rgba(16, 48, 42, 0.1);
  border-radius: 16px;
  background: #ffffff;
  padding: 13px 14px 12px;
}
.aqa-hero-system-wrap .aqa-system-issue-list,
.aqa-hero-system-wrap .aqa-system-signal-list{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.aqa-hero-system-wrap .aqa-system-issue-list div{
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(16, 48, 42, 0.09);
  border-radius: 14px;
  background: linear-gradient(135deg, #fbfbf8, #f5f8ef);
}
.aqa-hero-system-wrap .aqa-system-issue-list span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 26px;
  border-radius: 10px;
  background: #0c1815;
  color: #ffffff;
  font-size: 9.5px;
  font-weight: 900;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-issue-list div[data-severity="p1"] span{
  background: #d4521a;
}
.aqa-hero-system-wrap .aqa-system-issue-list div[data-severity="p2"] span{
  background: #a45b2a;
}
.aqa-hero-system-wrap .aqa-system-issue-list div[data-severity="p3"] span{
  background: #42755c;
}
.aqa-hero-system-wrap .aqa-system-issue-list div[data-severity="perf"] span{
  background: #0c1815;
}
.aqa-hero-system-wrap .aqa-system-signal-list div{
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-width: 0;
  padding: 7px 0;
  border-top: 1px solid rgba(16, 48, 42, 0.08);
}
.aqa-hero-system-wrap .aqa-system-signal-list div:first-child{
  border-top: 0;
}
.aqa-hero-system-wrap .aqa-system-signal-list span{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #6eab26;
  box-shadow: 0 0 0 4px rgba(110, 171, 38, 0.1);
}
.aqa-hero-system-wrap .aqa-system-signal-list span[data-signal="ui"]{
  background: #42755c;
  box-shadow: 0 0 0 4px rgba(66, 117, 92, 0.1);
}
.aqa-hero-system-wrap .aqa-system-signal-list span[data-signal="perf"]{
  background: #0c1815;
  box-shadow: 0 0 0 4px rgba(12, 24, 21, 0.08);
}
.aqa-hero-system-wrap .aqa-system-signal-list span[data-signal="data"]{
  background: #7dbab2;
  box-shadow: 0 0 0 4px rgba(125, 186, 178, 0.14);
}
.aqa-hero-system-wrap .aqa-system-issue-list strong,
.aqa-hero-system-wrap .aqa-system-signal-list strong{
  min-width: 0;
  color: #0c1815;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aqa-hero-system-wrap .aqa-system-issue-list em,
.aqa-hero-system-wrap .aqa-system-signal-list em{
  color: rgba(12, 24, 21, 0.5);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-signal-list b{
  color: #0c1815;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}
.aqa-hero-system-wrap .aqa-system-floating{
  position: absolute;
  z-index: 4;
  width: 284px;
  padding: 16px;
  border: 1px solid rgba(16, 48, 42, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(16, 48, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  animation: aqa-system-card-float 7s ease-in-out infinite;
  color: #0c1815;
  text-align: left;
}
.aqa-hero-system-wrap .aqa-system-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.aqa-hero-system-wrap .aqa-system-card-eyebrow{
  display: block;
  color: rgba(12, 24, 21, 0.48);
}
.aqa-hero-system-wrap .aqa-system-card-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 5px 8px;
  border: 1px solid rgba(110, 171, 38, 0.18);
  border-radius: 999px;
  background: rgba(163, 232, 125, 0.14);
  color: #335c21;
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-floating > strong{
  display: block;
  color: #0c1815;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.035em;
}
.aqa-hero-system-wrap .aqa-system-floating p{
  margin: 10px 0 0;
  color: rgba(12, 24, 21, 0.58);
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.35;
}
.aqa-hero-system-wrap .aqa-system-value-card{
  top: 18px;
  right: -112px;
  width: 348px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #1a1d21;
  color: #d1d2d3;
  transform: rotate(1deg);
}
.aqa-hero-system-wrap .aqa-system-run-report{
  overflow: hidden;
  border-radius: inherit;
  background: #1a1d21;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.aqa-hero-system-wrap .aqa-system-run-chrome{
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) 60px;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #121417;
}
.aqa-hero-system-wrap .aqa-system-run-chrome div{
  display: flex;
  align-items: center;
  gap: 6px;
}
.aqa-hero-system-wrap .aqa-system-run-chrome span{
  width: 9px;
  height: 9px;
  border-radius: 999px;
}
.aqa-hero-system-wrap .aqa-system-run-chrome span:nth-child(1){
  background: rgba(248, 113, 113, 0.78);
}
.aqa-hero-system-wrap .aqa-system-run-chrome span:nth-child(2){
  background: rgba(251, 191, 36, 0.78);
}
.aqa-hero-system-wrap .aqa-system-run-chrome span:nth-child(3){
  background: rgba(217, 249, 157, 0.78);
}
.aqa-hero-system-wrap .aqa-system-run-chrome em{
  min-width: 0;
  color: rgba(255, 255, 255, 0.34);
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aqa-hero-system-wrap .aqa-system-run-body{
  padding: 17px 18px 15px;
}
.aqa-hero-system-wrap .aqa-system-run-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aqa-hero-system-wrap .aqa-system-run-head strong{
  color: #d1d2d3;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: -0.02em;
}
.aqa-hero-system-wrap .aqa-system-run-head span{
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}
.aqa-hero-system-wrap .aqa-system-run-stats{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 13px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #9a9b9d;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-run-stats b{
  color: #d1d2d3;
  font-weight: 850;
}
.aqa-hero-system-wrap .aqa-system-run-stats span[data-state="pass"]{
  color: #d9f99d;
}
.aqa-hero-system-wrap .aqa-system-run-stats span[data-state="fail"]{
  color: #f87171;
}
.aqa-hero-system-wrap .aqa-system-run-stats span[data-state="ai"]{
  color: #fbbf24;
}
.aqa-hero-system-wrap .aqa-system-run-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.aqa-hero-system-wrap .aqa-system-run-list li{
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.aqa-hero-system-wrap .aqa-system-run-list span{
  color: #d9f99d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.aqa-hero-system-wrap .aqa-system-run-list span[data-state="bug"]{
  color: #f87171;
}
.aqa-hero-system-wrap .aqa-system-run-list span[data-state="ai"]{
  color: #fbbf24;
}
.aqa-hero-system-wrap .aqa-system-run-list span[data-state="review"]{
  color: #fbbf24;
}
.aqa-hero-system-wrap .aqa-system-run-list b{
  min-width: 0;
  color: #d1d2d3;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-run-list em,
.aqa-hero-system-wrap .aqa-system-run-list small{
  color: #9a9b9d;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 750;
  line-height: 1;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-run-list li:last-child{
  border-bottom: 0;
}
.aqa-hero-system-wrap .aqa-system-run-list li:last-child em,
.aqa-hero-system-wrap .aqa-system-run-list li:last-child small{
  color: #fbbf24;
}
.aqa-hero-system-wrap .aqa-system-run-body p{
  margin: 3px 0 0;
  color: #9a9b9d;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.35;
}
.aqa-hero-system-wrap .aqa-system-run-body .aqa-system-self-heal{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fbbf24;
  font-weight: 900;
  white-space: nowrap;
}
.aqa-hero-system-wrap .aqa-system-run-body .aqa-system-self-heal::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #fbbf24;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.16);
}
.aqa-hero-system-wrap .aqa-system-ai-steps span{
  width: 7px;
  height: 7px;
  border-radius: 999px;
  flex: 0 0 auto;
  background: #6eab26;
  box-shadow: 0 0 0 4px rgba(110, 171, 38, 0.12);
}
.aqa-hero-system-wrap .aqa-system-ai-steps div{
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: rgba(12, 24, 21, 0.7);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.25;
}
.aqa-hero-system-wrap .aqa-system-ai-card{
  left: -112px;
  bottom: 0;
  width: 326px;
  transform: rotate(-1.4deg);
  animation-delay: -2.4s;
  z-index: 5;
}
.aqa-hero-system-wrap .aqa-system-mini-runner{
  position: relative;
  height: 138px;
  margin-bottom: 12px;
  overflow: hidden;
  border: 1px solid rgba(16, 48, 42, 0.1);
  border-radius: 16px;
  background: linear-gradient(135deg, #fbfbf8, #f0f5eb);
}
.aqa-hero-system-wrap .aqa-system-runner-browser{
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(16, 48, 42, 0.1);
  background: rgba(255, 255, 255, 0.72);
}
.aqa-hero-system-wrap .aqa-system-runner-browser span{
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(12, 24, 21, 0.18);
}
.aqa-hero-system-wrap .aqa-system-runner-browser span:nth-child(1){
  background: #ff5f57;
}
.aqa-hero-system-wrap .aqa-system-runner-browser span:nth-child(2){
  background: #febc2e;
}
.aqa-hero-system-wrap .aqa-system-runner-browser span:nth-child(3){
  background: #28c840;
}
.aqa-hero-system-wrap .aqa-system-runner-browser em{
  margin-left: auto;
  color: rgba(12, 24, 21, 0.42);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.aqa-hero-system-wrap .aqa-system-runner-grid{
  position: absolute;
  inset: 48px 20px 18px 20px;
}
.aqa-hero-system-wrap .aqa-system-runner-grid span{
  position: absolute;
  display: block;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 48, 42, 0.08);
}
.aqa-hero-system-wrap .aqa-system-runner-grid span:nth-child(1){
  top: 0;
  left: 0;
  width: 42%;
  height: 18px;
}
.aqa-hero-system-wrap .aqa-system-runner-grid span:nth-child(2){
  top: 30px;
  left: 0;
  width: 64%;
  height: 22px;
}
.aqa-hero-system-wrap .aqa-system-runner-grid span:nth-child(3){
  right: 0;
  bottom: 0;
  width: 42%;
  height: 28px;
  background: rgba(163, 232, 125, 0.22);
  border-color: rgba(110, 171, 38, 0.22);
}
.aqa-hero-system-wrap .aqa-system-runner-grid span:nth-child(4){
  top: 2px;
  right: 0;
  width: 24%;
  height: 52px;
}
.aqa-hero-system-wrap .aqa-system-mini-runner svg{
  position: absolute;
  inset: 44px 18px 16px;
  width: calc(100% - 36px);
  height: calc(100% - 60px);
  overflow: visible;
}
.aqa-hero-system-wrap .aqa-system-mini-runner path{
  fill: none;
  stroke: #6eab26;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 5 6;
}
.aqa-hero-system-wrap .aqa-system-mini-runner circle{
  fill: #6eab26;
  stroke: #ffffff;
  stroke-width: 2;
}
.aqa-hero-system-wrap .aqa-system-ai-steps{
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.aqa-hero-system-wrap .aqa-system-ai-steps div[data-state="review"] span{
  background: #0c1815;
  box-shadow: 0 0 0 4px rgba(12, 24, 21, 0.08);
}
.aqa-hero-system-wrap .aqa-system-ai-steps div[data-state="next"] span{
  background: #7dbab2;
  box-shadow: 0 0 0 4px rgba(125, 186, 178, 0.15);
}
@keyframes aqa-system-card-float{
  0%, 100%{
    translate: 0 0;
  }
  50%{
    translate: 0 -9px;
  }
}
@keyframes aqa-system-signal-pulse{
  0%{
    box-shadow: 0 0 0 0 rgba(110, 171, 38, 0.44);
  }
  72%{
    box-shadow: 0 0 0 10px rgba(110, 171, 38, 0);
  }
  100%{
    box-shadow: 0 0 0 0 rgba(110, 171, 38, 0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .aqa-hero-system-wrap{
    width: min(1120px, 100%);
  }
  .aqa-hero-system-wrap .aqa-system-console{
    width: min(820px, 100%);
  }
  .aqa-hero-system-wrap .aqa-system-floating{
    width: 258px;
    padding: 14px;
  }
  .aqa-hero-system-wrap .aqa-system-ai-card{
    width: 292px;
  }
  .aqa-hero-system-wrap .aqa-system-mini-runner{
    height: 118px;
  }
  .aqa-hero-system-wrap .aqa-system-ai-card{
    left: -34px;
  }
  .aqa-hero-system-wrap .aqa-system-value-card{
    right: -34px;
  }
}
@media only screen and (max-width: 1100px){
  .aqa-hero-system-wrap .aqa-system-sidebar{
    display: none;
  }
  .aqa-hero-system-wrap .aqa-system-body{
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .aqa-hero-system-wrap{
    margin-top: -10px;
    margin-bottom: 22px;
    padding: 0 20px;
  }
  .aqa-hero-system-wrap .aqa-hero-system{
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .aqa-hero-system-wrap .aqa-system-console{
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    align-self: end;
  }
  .aqa-hero-system-wrap .aqa-system-floating{
    position: static;
    width: auto;
    transform: none;
    animation: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px){
  .aqa-hero-system-wrap{
    margin: 0 auto 22px;
    padding: 0 14px;
    width: 100%;
  }
  .aqa-hero-system-wrap .aqa-hero-system{
    min-height: auto;
    display: grid;
    gap: 10px;
    align-items: end;
  }
  .aqa-hero-system-wrap .aqa-system-console{
    width: 100%;
    height: auto;
    border-radius: 26px 26px 0 0;
    align-self: end;
  }
  .aqa-hero-system-wrap .aqa-system-main{
    padding: 16px 14px 0;
  }
  .aqa-hero-system-wrap .aqa-system-head{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .aqa-hero-system-wrap .aqa-system-head em{
    width: 100%;
    margin-left: 0;
    line-height: 1.35;
  }
  .aqa-hero-system-wrap .aqa-system-tiles,
  .aqa-hero-system-wrap .aqa-system-bottom{
    grid-template-columns: 1fr 1fr;
  }
  .aqa-hero-system-wrap .aqa-system-bottom{
    gap: 10px;
  }
  .aqa-hero-system-wrap .aqa-system-issue-board,
  .aqa-hero-system-wrap .aqa-system-signal-board{
    grid-column: 1 / -1;
  }
  .aqa-hero-system-wrap .aqa-system-floating{
    position: static;
    width: 100%;
    transform: none;
    animation: none;
  }
  .aqa-hero-system-wrap .aqa-system-value-card{
    border-radius: 20px;
  }
  .aqa-hero-system-wrap .aqa-system-ai-card{
    margin-bottom: 0;
  }
}
@media (max-width: 440px){
  .aqa-hero-system-wrap .aqa-system-tiles{
    grid-template-columns: 1fr 1fr;
  }
  .aqa-hero-system-wrap .aqa-system-signal-list div{
    grid-template-columns: 8px minmax(0, 1fr);
  }
  .aqa-hero-system-wrap .aqa-system-signal-list em{
    grid-column: 2;
  }
  .aqa-hero-system-wrap .aqa-system-issue-list strong,
  .aqa-hero-system-wrap .aqa-system-signal-list strong{
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce){
  .aqa-hero-system-wrap .aqa-system-floating,
  .aqa-hero-system-wrap .aqa-system-pill span{
    animation: none;
  }
}
