.aoyea-page-gps {
  background: #121212;
}

.aoyea-gps-page {
  overflow: hidden;
  background: #121212;
}

.aoyea-gps-hero {
  position: relative;
  height: 697px;
  overflow: hidden;
  background: #000;
}

.aoyea-gps-hero .aoyea-gps-hero-pic {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1440px;
  max-width: none;
  height: 697px;
  transform: translateX(-50%);
}

.aoyea-gps-hero-copy {
  position: absolute;
  bottom: 57px;
  left: max(72px, calc((100% - 1440px) / 2 + 72px));
  z-index: 1;
  width: 656px;
}

.aoyea-gps-hero-copy p {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--aoyea-font-ui);
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.aoyea-gps-hero-copy p strong {
  font-weight: 600;
}

.aoyea-gps-hero-copy h1 {
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.aoyea-gps-hero-copy h1 em {
  color: var(--aoyea-color-brand);
  font-style: normal;
}

.aoyea-gps-family-switch {
  position: absolute;
  right: max(0px, calc((100% - 1440px) / 2));
  bottom: 0;
  z-index: 1;
  display: grid;
  width: var(--aoyea-family-width, 728px);
  height: 57px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(232px, 1fr);
  align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 42px 0;
  border-radius: 20px 20px 0 0;
  background: #121212;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  touch-action: pan-x;
}

.aoyea-gps-family-switch::-webkit-scrollbar {
  display: none;
}

.aoyea-gps-family-switch button {
  display: grid;
  height: 45px;
  width: 100%;
  min-width: 232px;
  place-items: center;
  border: 1px solid #454545;
  border-radius: 23px;
  background: #242424;
  box-shadow: inset 0 1px 4px rgb(255 255 255 / 12%);
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: border-color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.aoyea-gps-family-switch:not(.is-scrollable) {
  grid-template-columns: repeat(var(--aoyea-family-count, 2), minmax(232px, 1fr));
  overflow-x: hidden;
}

.aoyea-gps-family-switch.is-scrollable {
  grid-auto-columns: 232px;
  scroll-snap-type: x proximity;
}

.aoyea-gps-family-switch.is-scrollable button {
  scroll-snap-align: start;
}

.aoyea-gps-family-switch button.is-active,
.aoyea-gps-family-switch button:hover,
.aoyea-gps-family-switch button:focus-visible {
  border-color: var(--aoyea-color-brand);
  background: var(--aoyea-color-brand);
  transform: translateY(-2px);
}

.aoyea-gps-models {
  position: relative;
  height: 652px;
  padding-top: 80px;
}

.aoyea-gps-models-title {
  position: relative;
  z-index: 2;
  width: min(1302px, calc(100% - 48px));
  margin: 0 auto 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

.aoyea-gps-models-title span {
  display: inline-block;
  width: 12px;
  height: 22px;
  margin-right: -6px;
  vertical-align: -4px;
  background: var(--aoyea-color-brand);
  transform: skew(-7deg);
}

.aoyea-gps-models-viewport {
  position: relative;
  height: 420px;
  overflow: hidden;
}

.aoyea-gps-models-viewport::before,
.aoyea-gps-models-viewport::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  display: block;
  width: clamp(72px, 10vw, 160px);
  content: "";
  pointer-events: none;
}

.aoyea-gps-models-viewport::before {
  left: 0;
  background: linear-gradient(90deg, var(--aoyea-color-page) 0%, rgb(18 18 18 / 88%) 34%, transparent 100%);
}

.aoyea-gps-models-viewport::after {
  right: 0;
  background: linear-gradient(270deg, var(--aoyea-color-page) 0%, rgb(18 18 18 / 88%) 34%, transparent 100%);
}

.aoyea-gps-models-track {
  position: absolute;
  left: 50%;
  display: flex;
  width: max-content;
  gap: 23px;
  transform: translate3d(calc(var(--aoyea-gps-track-base, -852px) + var(--aoyea-gps-track-offset, 0px)), 0, 0);
  transition: transform 500ms cubic-bezier(.2, .75, .25, 1);
  touch-action: pan-y;
}

.aoyea-gps-model-card {
  position: relative;
  display: flex;
  width: 264px;
  height: 420px;
  flex: 0 0 264px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgb(217 221 228 / 10%);
  border-radius: 12px;
  background: #212121;
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d, 0 4px 4px rgb(0 0 0 / 25%);
  color: #fff;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 360ms ease;
}

.aoyea-gps-model-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: radial-gradient(ellipse at 50% 112%, rgb(49 197 0 / 34%), rgb(49 197 0 / 0%) 70%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 320ms ease;
}

.aoyea-gps-model-card:hover,
.aoyea-gps-model-card:focus-visible {
  /* Keep the card inside the fixed-height viewport so its background is
     never clipped when the pointer enters it. */
  border-color: var(--aoyea-color-brand);
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d, 0 14px 30px rgb(0 0 0 / 30%);
  transform: none;
  z-index: 3;
}

/* Hover uses the same visual treatment as the selected model card. */
.aoyea-gps-model-card:hover,
.aoyea-gps-model-card:focus-visible {
  background: radial-gradient(ellipse at 50% 112%, #c9f8bd, rgb(255 255 255 / 0%) 46%), #fff;
  color: #000;
}

.aoyea-gps-model-card:hover::after,
.aoyea-gps-model-card:focus-visible::after {
  opacity: 1;
}

.aoyea-gps-model-card.is-active {
  border-color: #31c500;
  background: radial-gradient(ellipse at 50% 112%, #c9f8bd, rgb(255 255 255 / 0%) 46%), #fff;
  color: #000;
  z-index: 3;
}

.aoyea-gps-model-card.is-active:hover,
.aoyea-gps-model-card.is-active:focus-visible {
  border-color: var(--aoyea-color-brand);
}

.aoyea-gps-model-card.is-active::after {
  display: none;
}

.aoyea-gps-model-card strong {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.aoyea-gps-model-card > img {
  position: relative;
  z-index: 1;
  width: 165px;
  height: 149px;
  margin-top: 68px;
  object-fit: cover;
}

.aoyea-gps-model-card small {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  font-family: var(--aoyea-font-copy);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}

.aoyea-gps-model-more {
  position: absolute;
  z-index: 3;
  bottom: 43px;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-style: normal;
  transition: width 260ms cubic-bezier(.2, .75, .25, 1), height 260ms ease, gap 260ms ease, border-radius 260ms ease, background-color 260ms ease, color 260ms ease, transform 250ms ease, box-shadow 250ms ease;
}

.aoyea-gps-model-more > span {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(6px);
  transition: max-width 260ms cubic-bezier(.2, .75, .25, 1), opacity 180ms ease, transform 260ms ease;
}

.aoyea-gps-model-more--wide {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 23px;
  background: var(--aoyea-color-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.aoyea-gps-model-more b {
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 260ms ease;
}

.aoyea-gps-model-more--wide > span {
  max-width: 40px;
  opacity: 1;
  transform: translateX(0);
}

.aoyea-gps-model-more--wide b {
  transform: rotate(45deg);
}

.aoyea-gps-model-card:hover .aoyea-gps-model-more,
.aoyea-gps-model-card:focus-visible .aoyea-gps-model-more {
  width: 100px;
  gap: 12px;
  border-radius: 23px;
  background: var(--aoyea-color-brand);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 8px 18px rgb(0 0 0 / 22%);
  transform: translate(2px, -2px);
}

.aoyea-gps-model-card:hover .aoyea-gps-model-more > span,
.aoyea-gps-model-card:focus-visible .aoyea-gps-model-more > span {
  max-width: 40px;
  opacity: 1;
  transform: translateX(0);
}

.aoyea-gps-model-card:hover .aoyea-gps-model-more b,
.aoyea-gps-model-card:focus-visible .aoyea-gps-model-more b {
  transform: rotate(45deg);
}

.aoyea-gps-carousel-button {
  position: absolute;
  z-index: 4;
  top: 322px;
  width: 68px;
  height: 68px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #aaa;
  box-shadow: 0 6px 18px rgb(0 0 0 / 24%);
  color: #fff;
  cursor: pointer;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.aoyea-gps-carousel-button img {
  display: block;
  width: 14px;
  height: 21px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.aoyea-gps-carousel-button--prev img {
  transform: translateX(-.5px) rotate(180deg);
}

.aoyea-gps-carousel-button--next img {
  transform: translateX(.5px);
}

.aoyea-gps-carousel-button--prev {
  left: max(24px, calc(50% - 599px));
}

.aoyea-gps-carousel-button--next {
  right: max(24px, calc(50% - 599px));
}

.aoyea-gps-carousel-button:hover,
.aoyea-gps-carousel-button:focus-visible,
.aoyea-gps-carousel-button:active {
  background: var(--aoyea-color-brand);
  box-shadow: 0 8px 20px rgb(0 0 0 / 34%);
  transform: scale(1.06);
}

.aoyea-gps-section {
  position: relative;
  width: 1302px;
  margin-right: auto;
  margin-left: auto;
}

.aoyea-gps-section-heading {
  position: relative;
  width: 740px;
  height: 133px;
  margin: 0 auto;
  text-align: center;
}

.aoyea-gps-section-heading::before {
  position: absolute;
  top: 26px;
  left: 50%;
  color: #1c1c1c;
  content: attr(data-ghost);
  font-family: var(--aoyea-font-display);
  font-size: 112px;
  font-weight: 700;
  line-height: 86px;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.aoyea-gps-section-heading span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  height: 45px;
  padding: 0 20px;
  place-items: center;
  font-size: 20px;
  line-height: 23px;
}

.aoyea-gps-section-heading span::before,
.aoyea-gps-section-heading span::after {
  position: absolute;
  top: -3px;
  width: 13px;
  height: 51px;
  border-top: 7px solid var(--aoyea-color-brand);
  border-bottom: 7px solid var(--aoyea-color-brand);
  content: "";
}

.aoyea-gps-section-heading span::before {
  left: -7px;
}

.aoyea-gps-section-heading span::after {
  right: -7px;
}

.aoyea-gps-section-heading h2 {
  position: relative;
  z-index: 1;
  margin: 25px 0 0;
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  line-height: 54px;
}

.aoyea-gps-features {
  height: 1326px;
  margin-top: 104px;
}

.aoyea-gps-feature-matrix {
  position: relative;
  height: 1093px;
  margin-top: 100px;
}

.aoyea-gps-feature-labels {
  position: absolute;
  z-index: 2;
  top: 86px;
  left: 0;
  display: grid;
  width: 184px;
  height: 989px;
  grid-template-rows: 67px 49px 49px 49px 49px 67px 49px 49px 49px 49px 49px 49px 49px 49px 67px 67px 49px 67px;
  row-gap: 1px;
  align-content: start;
  padding: 0 20px;
  border-radius: 12px;
  background: #fff;
  color: #111;
}

.aoyea-gps-feature-labels div {
  display: grid;
  place-items: center;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.aoyea-gps-feature-labels div.is-row-active {
  position: relative;
  z-index: 1;
  height: 100%;
  margin-right: -10px;
  margin-left: -10px;
  border: 0;
  border-radius: 5px;
  background: #c9f8bd;
  box-shadow: none;
  color: #111;
}

.aoyea-gps-feature-labels div.is-row-before-active {
  border-bottom-color: transparent;
}

.aoyea-gps-feature-labels div:last-child {
  border-bottom: 0;
}

.aoyea-gps-feature-scroll {
  position: absolute;
  top: 18px;
  right: 0;
  width: 1118px;
  height: 1075px;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 12px;
  background: #3d3d3d;
  scrollbar-color: #ddd #242424;
  scrollbar-width: auto;
}

.aoyea-gps-feature-scroll::-webkit-scrollbar {
  height: 18px;
}

.aoyea-gps-feature-scroll::-webkit-scrollbar-track {
  background: #242424;
}

.aoyea-gps-feature-scroll::-webkit-scrollbar-thumb {
  border: 4px solid #242424;
  border-radius: 9px;
  background: #ddd;
}

.aoyea-gps-feature-scroll table {
  width: 559px;
  min-width: 559px;
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
}

.aoyea-gps-feature-scroll th {
  width: 185px;
  height: 64px;
  border-radius: 8px;
  background: var(--aoyea-color-brand);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.aoyea-gps-feature-scroll th.is-column-active {
  background: #45dc08;
  box-shadow: inset 0 0 0 2px var(--aoyea-color-brand);
}

.aoyea-gps-feature-scroll tbody {
  display: block;
  margin-top: 3px;
}

.aoyea-gps-feature-scroll tbody tr {
  display: grid;
  height: 49px;
  grid-template-columns: repeat(3, 185px);
  gap: 1px;
  margin-bottom: 1px;
  transition: background-color 180ms ease;
}

.aoyea-gps-feature-scroll tbody tr.is-tall {
  height: 67px;
}

.aoyea-gps-feature-scroll td {
  display: grid;
  border-radius: 5px;
  background: #303030;
  place-items: center;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.aoyea-gps-feature-scroll td.is-column-active {
  border-right: 2px solid var(--aoyea-color-brand);
  border-left: 2px solid var(--aoyea-color-brand);
  border-radius: 0;
}

.aoyea-gps-feature-scroll td.is-column-top {
  border-top: 2px solid var(--aoyea-color-brand);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.aoyea-gps-feature-scroll td.is-column-bottom {
  border-bottom: 2px solid var(--aoyea-color-brand);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.aoyea-gps-feature-scroll tbody tr.is-row-active td {
  height: 100%;
  border: 0;
  border-radius: 5px;
  background: #c9f8bd;
  box-shadow: none;
  color: #111;
}

.aoyea-gps-feature-scroll tbody tr.is-row-active td:first-child {
  border: 0;
  border-radius: 5px;
}

.aoyea-gps-feature-scroll tbody tr.is-row-active td:last-child {
  border: 0;
  border-radius: 5px;
}

.aoyea-gps-feature-scroll .is-yes {
  color: var(--aoyea-color-brand);
}

.aoyea-gps-feature-scroll .is-no {
  color: #ff3d42;
}

.aoyea-gps-interface {
  width: 1200px;
  height: 952px;
  margin-top: 180px;
}

.aoyea-gps-interface-tabs {
  display: flex;
  width: 687px;
  height: 64px;
  align-items: center;
  margin: 72px auto 32px;
  padding: 12px;
  border: 1px solid #454545;
  border-radius: 32px;
  background: linear-gradient(180deg, #242424, #171717);
  box-shadow: inset 0 1px 4px rgb(255 255 255 / 12%), 0 5px 14px rgb(0 0 0 / 28%);
}

.aoyea-gps-interface-tabs button {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 24px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  transition: background-color 220ms ease, color 220ms ease;
}

.aoyea-gps-interface-tabs button:nth-child(1) { width: 171px; }
.aoyea-gps-interface-tabs button:nth-child(2) { width: 163px; }
.aoyea-gps-interface-tabs button:nth-child(3) { width: 138px; }
.aoyea-gps-interface-tabs button:nth-child(4) { width: 191px; }

.aoyea-gps-interface-tabs svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: color 220ms ease;
}

.aoyea-gps-interface-tabs button.is-active {
  background: #fff;
  color: #111;
}

.aoyea-gps-interface-frame {
  display: grid;
  width: 1200px;
  height: 651px;
  border: 1px solid var(--aoyea-color-brand);
  border-radius: 12px;
  background: #121212;
  box-shadow: 0 0 30px rgb(49 197 0 / 68%), inset 0 0 28px rgb(49 197 0 / 8%);
  place-items: center;
}

.aoyea-gps-interface-frame > img {
  width: 1094px;
  height: 562px;
  border-radius: 7px;
  object-fit: cover;
}

.aoyea-gps-advantages {
  height: 1635px;
  margin-top: 180px;
}

.aoyea-gps-advantage-grid {
  display: grid;
  height: 648px;
  grid-template-columns: repeat(2, 620px);
  grid-template-rows: 300px 300px;
  gap: 48px 62px;
  align-items: stretch;
  margin-top: 100px;
}

.aoyea-gps-advantage-pic {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
}

.aoyea-gps-advantage-grid ul {
  display: flex;
  width: 100%;
  height: 300px;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aoyea-gps-advantage-grid li {
  position: relative;
  padding-left: 34px;
  font-size: 20px;
  line-height: 24px;
}

.aoyea-gps-advantage-grid li::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--aoyea-color-brand);
  content: "";
}

.aoyea-gps-platform {
  position: relative;
  height: 654px;
  margin-top: 100px;
}

.aoyea-gps-platform-background {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 517px;
  overflow: hidden;
  border-radius: 12px;
  background: url("assets/platform-bg.png") center / cover no-repeat;
}

.aoyea-gps-platform-copy {
  position: absolute;
  z-index: 2;
  top: 222px;
  left: 112px;
  width: 540px;
}

.aoyea-gps-platform-copy h3 {
  margin: 0 0 75px;
  font-size: 36px;
  font-weight: 500;
  line-height: 31px;
}

.aoyea-gps-platform-copy > div {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}

.aoyea-gps-platform-copy img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.aoyea-gps-platform-copy p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.aoyea-gps-platform-phone {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 594px;
  height: 654px;
  overflow: hidden;
  border-radius: 12px;
}

.aoyea-gps-platform-phone img {
  position: absolute;
  top: -3.52%;
  left: -4.46%;
  width: 191.74%;
  height: 116.11%;
  max-width: none;
  object-fit: fill;
}

.aoyea-gps-faq {
  height: 711px;
  margin-top: 160px;
}

.aoyea-gps-faq .aoyea-gps-section-heading::before {
  font-size: 104px;
}

.aoyea-gps-faq-list {
  display: grid;
  gap: 24px;
  margin-top: 100px;
}

.aoyea-gps-faq details {
  min-height: 69px;
  overflow: hidden;
  border-radius: 12px;
  background: #212121;
}

.aoyea-gps-faq details[open] {
  min-height: 160px;
  background: #fff;
  color: #111;
}

.aoyea-gps-faq summary {
  display: grid;
  min-height: 69px;
  grid-template-columns: 120px 1fr 38px;
  align-items: center;
  padding: 0 64px 0 100px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  line-height: 28px;
}

.aoyea-gps-faq summary::-webkit-details-marker {
  display: none;
}

.aoyea-gps-faq summary b {
  font-size: 32px;
  font-weight: 600;
}

.aoyea-gps-faq summary i {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
}

.aoyea-gps-faq details[open] summary i {
  background: var(--aoyea-color-brand);
  color: #fff;
}

.aoyea-gps-faq details p {
  max-width: 940px;
  margin: -5px 0 0 220px;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
}

.aoyea-gps-page {
  padding-bottom: 180px;
}

[data-aoyea-gps-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity 700ms ease, transform 850ms cubic-bezier(.2, .75, .25, 1);
}

[data-aoyea-gps-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aoyea-gps-parallax] {
  --aoyea-gps-parallax-y: 0px;
  transform: translate3d(0, var(--aoyea-gps-parallax-y), 0);
  transition: transform 120ms linear;
  will-change: transform;
}

@media (max-width: 1100px) {
  .aoyea-gps-section,
  .aoyea-gps-interface {
    width: calc(100% - 48px);
  }

  .aoyea-gps-feature-labels {
    width: 170px;
  }

  .aoyea-gps-feature-scroll {
    left: 170px;
    right: auto;
    width: calc(100% - 170px);
  }

  .aoyea-gps-interface-frame {
    width: 100%;
  }

  .aoyea-gps-interface-frame > img {
    width: calc(100% - 106px);
    object-fit: contain;
  }

  .aoyea-gps-advantage-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 48px;
  }

  .aoyea-gps-advantage-pic {
    width: 100%;
    height: auto;
    aspect-ratio: 620 / 300;
  }

  .aoyea-gps-advantage-grid ul {
    height: auto;
    aspect-ratio: 620 / 300;
  }
}

@media (max-width: 767px) {
  .aoyea-gps-hero {
    height: 520px;
  }

  .aoyea-gps-hero .aoyea-gps-hero-pic {
    width: auto;
    height: 400px;
  }

  .aoyea-gps-hero-copy {
    right: 20px;
    bottom: 92px;
    left: 20px;
    width: auto;
  }

  .aoyea-gps-hero-copy p {
    font-size: 12px;
    line-height: 18px;
  }

  .aoyea-gps-hero-copy h1 {
    font-size: 36px;
  }

  .aoyea-gps-family-switch {
    right: 0;
    width: 100%;
    height: 70px;
    grid-auto-columns: calc((100% - 10px) / 2);
    gap: 10px;
    padding: 13px 16px;
    border-radius: 18px 18px 0 0;
  }

  .aoyea-gps-family-switch button {
    height: 44px;
    width: 100%;
    min-width: 0;
    font-size: 13px;
  }

  .aoyea-gps-family-switch:not(.is-scrollable) {
    grid-template-columns: repeat(var(--aoyea-family-count, 2), minmax(0, 1fr));
  }

  .aoyea-gps-family-switch.is-scrollable {
    grid-auto-columns: calc((100% - 10px) / 2);
  }

  .aoyea-gps-models {
    height: auto;
    padding-top: 50px;
  }

  .aoyea-gps-models-title {
    width: calc(100% - 32px);
    margin-bottom: 32px;
    font-size: 22px;
  }

  .aoyea-gps-models-viewport {
    height: 340px;
  }

  .aoyea-gps-models-viewport::before,
  .aoyea-gps-models-viewport::after {
    width: 56px;
  }

  .aoyea-gps-models-viewport::before {
    background: linear-gradient(90deg, var(--aoyea-color-page), transparent);
  }

  .aoyea-gps-models-viewport::after {
    background: linear-gradient(270deg, var(--aoyea-color-page), transparent);
  }

  .aoyea-gps-models-track {
    left: 16px;
    width: max-content;
    gap: 12px;
    transform: translate3d(var(--aoyea-gps-track-offset, 0px), 0, 0);
  }

  .aoyea-gps-model-card {
    width: min(72vw, 264px);
    height: 330px;
    flex-basis: min(72vw, 180px);
    padding: 0 15px;
  }

  .aoyea-gps-model-card strong {
    margin-top: 25px; margin-bottom: 15px;
    font-size: 20px;
  }

  .aoyea-gps-model-card > img {
    margin-top: 0px;
    width: 100%;
    /* padding: 15px; */
  }

  .aoyea-gps-model-more {
    bottom: 15px;
  }

  .aoyea-gps-carousel-button {
    top: 238px;
    z-index: 8;
    display: grid;
    width: 42px;
    height: 42px;
    background: #aaa;
    opacity: 1;
    visibility: visible;
  }

  .aoyea-gps-carousel-button img {
    width: 11px;
    height: 17px;
  }

  .aoyea-gps-carousel-button--prev {
    left: 5px;
  }

  .aoyea-gps-carousel-button--next {
    right: 5px;
  }

  .aoyea-gps-section {
    width: calc(100% - 32px);
    height: auto;
  }

  .aoyea-gps-section-heading {
    width: 100%;
    height: 110px;
  }

  .aoyea-gps-section-heading::before {
    top: 28px;
    max-width: 100vw;
    font-size: 58px;
    line-height: 60px;
  }

  .aoyea-gps-section-heading span {
    height: 38px;
    font-size: 14px;
  }

  .aoyea-gps-section-heading span::before,
  .aoyea-gps-section-heading span::after {
    height: 44px;
    border-width: 5px;
  }

  .aoyea-gps-section-heading h2 {
    margin-top: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .aoyea-gps-features {
    margin-top: 30px;
  }

  .aoyea-gps-feature-matrix {
    height: 740px;
    margin-top: 55px;
    overflow: hidden;
  }

  .aoyea-gps-feature-labels {
    top: 54px;
    width: 128px;
    height: 666px;
    grid-template-rows: 44px 33px 33px 33px 33px 44px 33px 33px 33px 33px 33px 33px 33px 33px 44px 44px 33px 44px;
    padding: 0 8px;
  }

  .aoyea-gps-feature-labels div {
    font-size: 9px;
    line-height: 11px;
  }

  .aoyea-gps-feature-labels div.is-row-active {
    margin-right: -4px;
    margin-left: -4px;
  }

  .aoyea-gps-feature-scroll {
    top: 0;
    left: 128px;
    width: calc(100% - 128px);
    height: 722px;
  }

  .aoyea-gps-feature-scroll table {
    width: 423px;
    min-width: 423px;
  }

  .aoyea-gps-feature-scroll th {
    width: 140px;
    height: 50px;
    font-size: 14px;
  }

  .aoyea-gps-feature-scroll tbody tr {
    height: 33px;
    grid-template-columns: repeat(3, 140px);
  }

  .aoyea-gps-feature-scroll tbody tr.is-tall {
    height: 44px;
  }

  .aoyea-gps-feature-scroll td {
    font-size: 20px;
  }

  .aoyea-gps-interface,
  .aoyea-gps-advantages,
  .aoyea-gps-faq {
    width: calc(100% - 32px);
    height: auto;
    margin-top: 95px;
  }

  .aoyea-gps-interface-tabs {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 52px;
    padding: 8px;
    border-radius: 28px;
  }

  .aoyea-gps-interface-tabs button,
  .aoyea-gps-interface-tabs button:nth-child(n) {
    width: calc(50% - 3px);
    padding: 0 8px;
    font-size: 12px;
  }

  .aoyea-gps-interface-tabs svg {
    width: 20px;
    height: 20px;
  }

  .aoyea-gps-interface-frame {
    width: 100%;
    height: auto;
    min-height: 250px;
    padding: 20px;
  }

  .aoyea-gps-interface-frame > img {
    width: 100%;
    height: auto;
  }

  .aoyea-gps-advantage-grid {
    display: flex;
    height: auto;
    flex-direction: column;
    gap: 30px;
    margin-top: 55px;
  }

  .aoyea-gps-advantage-grid > :nth-child(3) {
    order: 4;
  }

  .aoyea-gps-advantage-grid > :nth-child(4) {
    order: 3;
  }

  .aoyea-gps-advantage-grid li {
    padding-left: 24px;
    font-size: 14px;
    line-height: 21px;
  }

  .aoyea-gps-advantage-grid ul {
    height: auto;
    aspect-ratio: auto;
    gap: 14px;
  }

  .aoyea-gps-platform {
    height: 470px;
    margin-top: 70px;
  }

  .aoyea-gps-platform-background {
    top: 0;
    height: 100%;
    background-position: 35% center;
  }

  .aoyea-gps-platform-background::after {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 42%);
    content: "";
  }

  .aoyea-gps-platform-copy {
    top: 45px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .aoyea-gps-platform-copy h3 {
    margin-bottom: 38px;
    font-size: 26px;
    line-height: 32px;
  }

  .aoyea-gps-platform-copy > div {
    gap: 16px;
    margin-top: 18px;
  }

  .aoyea-gps-platform-copy img {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .aoyea-gps-platform-copy p {
    font-size: 14px;
    line-height: 20px;
  }

  .aoyea-gps-platform-phone {
    display: none;
  }

  .aoyea-gps-faq {
    margin-top: 100px;
  }

  .aoyea-gps-faq .aoyea-gps-section-heading::before {
    font-size: 52px;
  }

  .aoyea-gps-faq-list {
    gap: 12px;
    margin-top: 55px;
  }

  .aoyea-gps-faq details,
  .aoyea-gps-faq details[open] {
    min-height: 0;
  }

  .aoyea-gps-faq summary {
    min-height: 74px;
    grid-template-columns: 44px 1fr 30px;
    gap: 8px;
    padding: 12px 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .aoyea-gps-faq summary b {
    font-size: 20px;
  }

  .aoyea-gps-faq summary i {
    width: 30px;
    height: 30px;
  }

  .aoyea-gps-faq details p {
    margin: -2px 58px 24px;
    font-size: 12px;
    line-height: 19px;
  }

  .aoyea-gps-page {
    padding-bottom: 110px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-aoyea-gps-reveal],
  [data-aoyea-gps-parallax],
  .aoyea-gps-models-track,
  .aoyea-gps-model-card,
  .aoyea-gps-model-more,
  .aoyea-gps-carousel-button {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
