.aoyea-component-inner-page {
  min-height: 100vh;
  padding: 124px 0 0;
  overflow: hidden;
  background: var(--aoyea-color-page);
  color: #fff;
}
.aoyea-component-inner-page .aoyea-inner-page-hero {
  position: relative;
  display: grid;
  min-height: 560px;
  align-items: end;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 100px) 76px;
  isolation: isolate;
}
.aoyea-component-inner-page .aoyea-inner-page-hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 8%), #121212 93%);
  content: "";
}
.aoyea-component-inner-page .aoyea-inner-page-hero-pic {
  position: absolute;
  z-index: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.aoyea-component-inner-page .aoyea-inner-page-hero > .aoyea-component-hero-slider {
  z-index: -3;
}
.aoyea-component-inner-page .aoyea-inner-page-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 70% 15%, rgb(49 197 0 / 16%), transparent 33%);
  content: "";
}
.aoyea-component-inner-page .aoyea-inner-page-breadcrumb { margin: 0 0 26px; color: #b7beb9; font-size: 13px; }
.aoyea-component-inner-page .aoyea-inner-page-breadcrumb a:hover { color: var(--aoyea-color-brand); }
.aoyea-component-inner-page .aoyea-inner-page-hero-copy { max-width: 720px; }
.aoyea-component-inner-page .aoyea-inner-page-eyebrow,
.aoyea-component-inner-page .aoyea-inner-page-section-kicker { margin: 0 0 14px; color: var(--aoyea-color-brand); font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.aoyea-component-inner-page .aoyea-inner-page-hero h1 { max-width: 740px; margin: 0; font-family: var(--aoyea-font-display); font-size: clamp(46px, 7vw, 104px); line-height: .96; letter-spacing: -.04em; }
.aoyea-component-inner-page .aoyea-inner-page-hero p:not(.aoyea-inner-page-breadcrumb):not(.aoyea-inner-page-eyebrow) { max-width: 590px; margin: 24px 0 0; color: #d2d8d4; font-family: var(--aoyea-font-copy); font-size: 15px; line-height: 1.8; }
.aoyea-component-inner-page .aoyea-inner-page-section { width: min(1302px, calc(100% - 48px)); margin: 0 auto; padding: 108px 0; }
.aoyea-component-inner-page .aoyea-inner-page-section--wide { width: min(1440px, 100%); }
.aoyea-component-inner-page .aoyea-inner-page-heading { position: relative; margin: 0 0 54px; text-align: center; }
.aoyea-component-inner-page .aoyea-inner-page-heading::before { position: absolute; z-index: 0; top: -32px; left: 50%; color: rgb(255 255 255 / 5%); content: attr(data-ghost); font-family: var(--aoyea-font-display); font-size: clamp(62px, 11vw, 164px); line-height: 1; transform: translateX(-50%); white-space: nowrap; }
.aoyea-component-inner-page .aoyea-inner-page-heading > * { position: relative; z-index: 1; }
.aoyea-component-inner-page .aoyea-inner-page-heading h2 { margin: 0; font-family: var(--aoyea-font-display); font-size: clamp(32px, 4vw, 52px); line-height: 1.1; }
.aoyea-component-inner-page .aoyea-inner-page-heading .aoyea-inner-page-generated-title { margin: 0; font-family: var(--aoyea-font-display); font-size: clamp(32px, 4vw, 52px); line-height: 1.1; }
.aoyea-component-inner-page .aoyea-inner-page-generated-title + h2 { display: none; }
.aoyea-component-inner-page .aoyea-inner-page-heading p { margin: 0 0 14px; color: var(--aoyea-color-brand); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.aoyea-component-inner-page .aoyea-inner-page-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.aoyea-component-inner-page .aoyea-inner-page-card { position: relative; display: flex; min-height: 292px; flex-direction: column; justify-content: flex-end; padding: 24px; overflow: hidden; border: 1px solid rgb(255 255 255 / 11%); border-radius: 12px; background: #202020; isolation: isolate; transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease; }
.aoyea-component-inner-page .aoyea-inner-page-card::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 28%, rgb(0 0 0 / 78%)), var(--aoyea-card-image, linear-gradient(120deg,#282828,#151515)) center / cover; content: ""; transition: transform 600ms cubic-bezier(.2,.7,.2,1); }
.aoyea-component-inner-page .aoyea-inner-page-card:hover { border-color: rgb(49 197 0 / 74%); box-shadow: 0 18px 50px rgb(0 0 0 / 28%); transform: translateY(-6px); }
.aoyea-component-inner-page .aoyea-inner-page-card:hover::before { transform: scale(1.06); }
.aoyea-component-inner-page .aoyea-inner-page-card h3 { margin: 0 0 8px; font-family: var(--aoyea-font-display); font-size: 20px; line-height: 1.1; }
.aoyea-component-inner-page .aoyea-inner-page-card p { margin: 0; color: #c4cbc6; font-family: var(--aoyea-font-copy); font-size: 13px; line-height: 1.55; }
.aoyea-component-inner-page .aoyea-inner-page-card .aoyea-inner-page-more { display: inline-flex; width: fit-content; align-items: center; gap: 12px; margin-top: 18px; color: var(--aoyea-color-brand); font-size: 13px; }
.aoyea-component-inner-page .aoyea-inner-page-card .aoyea-inner-page-more::after { content: "↗"; font-size: 17px; transition: transform 220ms ease; }
.aoyea-component-inner-page .aoyea-inner-page-card:hover .aoyea-inner-page-more::after { transform: translate(3px,-3px); }
.aoyea-component-inner-page .aoyea-inner-page-filter { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 0 0 38px; padding: 18px; border: 1px solid #353535; border-radius: 10px; background: #1b1b1b; }
.aoyea-component-inner-page .aoyea-inner-page-filter label { display: grid; gap: 8px; color: #aeb6b0; font-size: 13px; }
.aoyea-component-inner-page .aoyea-inner-page-filter select,
.aoyea-component-inner-page .aoyea-inner-page-filter input { width: 100%; height: 43px; padding: 0 13px; border: 1px solid #444; border-radius: 5px; background: #121212; color: #fff; }
.aoyea-component-inner-page .aoyea-inner-page-filter select:focus,
.aoyea-component-inner-page .aoyea-inner-page-filter input:focus { border-color: var(--aoyea-color-brand); outline: none; }
.aoyea-component-inner-page .aoyea-inner-page-filter-actions { display: flex; align-items: end; gap: 10px; }
.aoyea-component-inner-page .aoyea-inner-page-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--aoyea-color-brand); border-radius: 22px; background: var(--aoyea-color-brand); color: #fff; cursor: pointer; font-size: 13px; transition: transform 220ms ease, background 220ms ease; }
.aoyea-component-inner-page .aoyea-inner-page-button:hover { background: var(--aoyea-color-brand-strong); transform: translateY(-2px); }
.aoyea-component-inner-page .aoyea-inner-page-button--ghost { border-color: #555; background: transparent; }
.aoyea-component-inner-page .aoyea-inner-page-button--ghost:hover { border-color: var(--aoyea-color-brand); background: transparent; }
.aoyea-component-inner-page .aoyea-inner-page-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 46px; color: #aaa; }
.aoyea-component-inner-page .aoyea-inner-page-pagination button { width: 36px; height: 36px; border: 1px solid #444; border-radius: 50%; background: #262626; cursor: pointer; }
.aoyea-component-inner-page .aoyea-inner-page-pagination button.aoyea-is-active,
.aoyea-component-inner-page .aoyea-inner-page-pagination button:hover { border-color: var(--aoyea-color-brand); background: var(--aoyea-color-brand); color: #fff; }
.aoyea-component-inner-page .aoyea-inner-page-split { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 44px; align-items: center; }
.aoyea-component-inner-page .aoyea-inner-page-media { min-height: 380px; border-radius: 12px; background: center / cover no-repeat; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 13%); }
.aoyea-component-inner-page .aoyea-inner-page-copy h2 { margin: 0 0 18px; font-family: var(--aoyea-font-display); font-size: clamp(30px, 4vw, 58px); line-height: 1.06; }
.aoyea-component-inner-page .aoyea-inner-page-copy p { margin: 0 0 16px; color: #c5ccc7; font-family: var(--aoyea-font-copy); font-size: 14px; line-height: 1.8; }
.aoyea-component-inner-page .aoyea-inner-page-stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 38px; }
.aoyea-component-inner-page .aoyea-inner-page-stat { padding: 22px 16px; border: 1px solid #393939; border-radius: 10px; background: #202020; }
.aoyea-component-inner-page .aoyea-inner-page-stat strong { display: block; color: var(--aoyea-color-brand); font-family: var(--aoyea-font-display); font-size: 30px; }
.aoyea-component-inner-page .aoyea-inner-page-stat span { color: #abb3ad; font-size: 13px; }
.aoyea-component-inner-page .aoyea-inner-page-faq { display: grid; gap: 8px; }
.aoyea-component-inner-page .aoyea-inner-page-faq details { border-radius: 7px; background: #242424; }
.aoyea-component-inner-page .aoyea-inner-page-faq summary { display: flex; align-items: center; justify-content: space-between; padding: 17px 22px; cursor: pointer; list-style: none; font-size: 14px; }
.aoyea-component-inner-page .aoyea-inner-page-faq summary::-webkit-details-marker { display: none; }
.aoyea-component-inner-page .aoyea-inner-page-faq summary::after { color: var(--aoyea-color-brand); content: "+"; font-size: 20px; }
.aoyea-component-inner-page .aoyea-inner-page-faq details[open] summary::after { content: "−"; }
.aoyea-component-inner-page .aoyea-inner-page-faq p { margin: 0; padding: 0 22px 18px; color: #bfc7c1; font-family: var(--aoyea-font-copy); font-size: 13px; line-height: 1.7; }
.aoyea-component-inner-page .aoyea-inner-page-article { max-width: 940px; margin: 0 auto; padding: 78px 0; }
.aoyea-component-inner-page .aoyea-inner-page-article figure { margin: 34px 0; }
.aoyea-component-inner-page .aoyea-inner-page-article figure img { width: 100%; max-height: 520px; border-radius: 12px; object-fit: cover; }
.aoyea-component-inner-page .aoyea-inner-page-article p { color: #c6ccc8; font-family: var(--aoyea-font-copy); font-size: 15px; line-height: 1.95; }
.aoyea-component-inner-page .aoyea-inner-page-article h2 { margin-top: 42px; font-family: var(--aoyea-font-display); font-size: 32px; }
.aoyea-component-inner-page .aoyea-inner-page-timeline { position: relative; display: grid; gap: 0; }
.aoyea-component-inner-page .aoyea-inner-page-timeline::before { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #3a3a3a; content: ""; }
.aoyea-component-inner-page .aoyea-inner-page-timeline-item { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; min-height: 180px; }
.aoyea-component-inner-page .aoyea-inner-page-timeline-item:nth-child(even) .aoyea-inner-page-timeline-content { grid-column: 2; }
.aoyea-component-inner-page .aoyea-inner-page-timeline-content { padding: 22px; border: 1px solid #363636; border-radius: 10px; background: #202020; }
.aoyea-component-inner-page .aoyea-inner-page-timeline-content strong { color: var(--aoyea-color-brand); font-size: 24px; }
.aoyea-component-inner-page .aoyea-inner-page-reveal { --aoyea-parallax-y: 0px; opacity: 0; transform: translate3d(0, calc(30px + var(--aoyea-parallax-y)), 0); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.7,.2,1); }
.aoyea-component-inner-page .aoyea-inner-page-reveal.aoyea-is-visible { opacity: 1; transform: translate3d(0, var(--aoyea-parallax-y), 0); }
.aoyea-component-inner-page .aoyea-inner-page-more-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; color: var(--aoyea-color-brand); }
@media (max-width: 900px) { .aoyea-component-inner-page .aoyea-inner-page-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .aoyea-component-inner-page .aoyea-inner-page-split { grid-template-columns: 1fr; } .aoyea-component-inner-page .aoyea-inner-page-stat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .aoyea-component-inner-page { padding-top: 76px; } .aoyea-component-inner-page .aoyea-inner-page-hero { min-height: 470px; padding: 90px 24px 48px; } .aoyea-component-inner-page .aoyea-inner-page-hero h1 { font-size: clamp(42px, 14vw, 68px); } .aoyea-component-inner-page .aoyea-inner-page-section { width: min(100% - 36px, 600px); padding: 72px 0; } .aoyea-component-inner-page .aoyea-inner-page-card-grid { grid-template-columns: 1fr; } .aoyea-component-inner-page .aoyea-inner-page-filter { grid-template-columns: 1fr; } .aoyea-component-inner-page .aoyea-inner-page-filter-actions { align-items: stretch; } .aoyea-component-inner-page .aoyea-inner-page-filter-actions .aoyea-inner-page-button { flex: 1; } .aoyea-component-inner-page .aoyea-inner-page-timeline::before { left: 8px; } .aoyea-component-inner-page .aoyea-inner-page-timeline-item, .aoyea-component-inner-page .aoyea-inner-page-timeline-item:nth-child(even) { display: block; min-height: auto; margin: 0 0 18px; padding-left: 28px; } .aoyea-component-inner-page .aoyea-inner-page-timeline-item:nth-child(even) .aoyea-inner-page-timeline-content { grid-column: auto; } }
@media (prefers-reduced-motion: reduce) { .aoyea-component-inner-page .aoyea-inner-page-reveal { opacity: 1; transform: none; transition: none; } .aoyea-component-inner-page .aoyea-inner-page-card, .aoyea-component-inner-page .aoyea-inner-page-card::before { transition: none; } }

/* Product catalogue variant — values follow the 1440px Figma frame. */
.aoyea-component-product-page {
  width: 100%;
  min-height: 5161px;
  padding: 0;
  background: #121212;
  color: #fff;
  overflow: hidden;
}
.aoyea-component-product-page--filter { min-height: 5317px; }
@media (min-width: 768px) {
  .aoyea-page-products .aoyea-component-site-footer,
  .aoyea-page-products-filter .aoyea-component-site-footer { height: 964px; overflow: hidden; }
}
.aoyea-component-product-page .aoyea-product-page-hero { position: relative; height: var(--aoyea-hero-height-tall); overflow: hidden; }
.aoyea-component-product-page .aoyea-product-page-hero-pic { width: 100%; height: var(--aoyea-hero-height-tall); object-fit: cover; object-position: center; }
.aoyea-component-product-page .aoyea-product-page-hero h1 { position: absolute; top: 129px; left: 50%; width: max-content; margin: 0; color: #000; font-family: var(--aoyea-font-display); font-size: clamp(42px, 3.9vw, 56px); line-height: .96; letter-spacing: -.03em; text-align: center; transform: translateX(-50%); }
.aoyea-component-product-page .aoyea-product-page-categories { display: grid; width: min(1302px, calc(100% - 48px)); margin: 113px auto 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 29px; }
.aoyea-component-product-page .aoyea-product-category { position: relative; display: block; height: 130px; overflow: hidden; border: 1px solid #3d3d3d; border-radius: 12px; background: linear-gradient(140deg, #2c2c2c, #242424); box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d; transition: transform 300ms ease, border-color 300ms ease, background 300ms ease, color 300ms ease; }
.aoyea-component-product-page .aoyea-product-category:hover, .aoyea-component-product-page .aoyea-product-category:focus-visible, .aoyea-component-product-page .aoyea-product-category.aoyea-is-active { border-color: var(--aoyea-color-brand); background: linear-gradient(114deg, #fff 44%, #31c500 139%); color: #000; transform: translateY(-4px); }
.aoyea-component-product-page .aoyea-product-category--car { background: linear-gradient(140deg, #2c2c2c, #242424); color: #fff; }
.aoyea-component-product-page .aoyea-product-category strong { position: absolute; z-index: 1; top: 31px; left: 27px; font-family: var(--aoyea-font-display); font-size: 20px; line-height: 1; transition: color 250ms ease; }
.aoyea-component-product-page .aoyea-product-category:hover strong, .aoyea-component-product-page .aoyea-product-category:focus-visible strong, .aoyea-component-product-page .aoyea-product-category.aoyea-is-active strong { color: #000; }
.aoyea-component-product-page .aoyea-product-category img { position: absolute; right: -12px; bottom: -16px; width: 72%; height: 118px; object-fit: contain; object-position: center; }
.aoyea-component-product-page .aoyea-product-category--car img { right: -16px; bottom: -22px; width: 74%; height: 142px; }
.aoyea-component-product-page .aoyea-product-page-filter { position: relative; width: min(1304px, calc(100% - 48px)); margin: 64px auto 0; }
.aoyea-component-product-page .aoyea-product-page-filter-actions { display: flex; gap: 28px; height: 44px; align-items: flex-start; }
.aoyea-component-product-page .aoyea-product-page-text-button { padding: 0; border: 0; border-bottom: 1px solid transparent; background: transparent; color: #fff; cursor: pointer; font-size: 16px; line-height: 22px; }
.aoyea-component-product-page .aoyea-product-page-text-button:first-child { border-bottom-color: #fff; }
.aoyea-component-product-page .aoyea-product-page-text-button:hover { color: var(--aoyea-color-brand); border-bottom-color: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-page-filter-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.aoyea-component-product-page .aoyea-product-filter-group { min-width: 0; }
.aoyea-component-product-page .aoyea-product-filter-toggle { display: flex; width: 100%; height: 70px; align-items: center; justify-content: space-between; padding: 0 26px 0 30px; border: 1px solid #fff; background: #000; color: #fff; cursor: pointer; font-size: 20px; text-align: left; }
.aoyea-component-product-page .aoyea-product-filter-group:first-child .aoyea-product-filter-toggle { border-radius: 10px 0 0 0; }
.aoyea-component-product-page .aoyea-product-filter-group:last-child .aoyea-product-filter-toggle { border-radius: 0 10px 0 0; }
.aoyea-component-product-page .aoyea-product-filter-group + .aoyea-product-filter-group .aoyea-product-filter-toggle { border-left: 0; }
.aoyea-component-product-page .aoyea-product-filter-toggle span { font-size: 22px; transition: transform 250ms ease; }
.aoyea-component-product-page .aoyea-product-filter-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.aoyea-component-product-page .aoyea-product-filter-options { display: grid; height: 153px; gap: 9px; padding: 14px 30px 18px; border: 1px solid #fff; border-top: 0; background: #000; overflow-y: auto; }
.aoyea-component-product-page .aoyea-product-filter-options[hidden] { display: none; }
.aoyea-component-product-page .aoyea-product-filter-options label { display: flex; align-items: center; gap: 9px; color: #eee; font-size: 16px; line-height: 22px; cursor: pointer; transition: color 180ms ease; }
.aoyea-component-product-page .aoyea-product-filter-options label:hover,
.aoyea-component-product-page .aoyea-product-filter-options label:focus-within,
.aoyea-component-product-page .aoyea-product-filter-options label.aoyea-is-selected { color: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-filter-options input { width: 19px; height: 19px; accent-color: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-page-filter-total { position: absolute; top: 158px; right: 1px; z-index: 1; margin: 0; font-size: 16px; line-height: 22px; }
.aoyea-component-product-page .aoyea-product-page-selected { display: flex; min-height: 40px; margin-top: 20px; align-items: center; gap: 14px; color: #fff; font-size: 16px; }
.aoyea-component-product-page .aoyea-product-page-selected > div { display: flex; flex-wrap: wrap; gap: 8px; }
.aoyea-component-product-page .aoyea-product-page-selected-clear { display: inline-flex; height: 30px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid #666; border-radius: 15px; background: transparent; color: #bbb; cursor: pointer; font-size: 13px; line-height: 1; white-space: nowrap; }
.aoyea-component-product-page .aoyea-product-page-selected-clear[hidden] { display: none; }
.aoyea-component-product-page .aoyea-product-page-selected-clear:hover { border-color: var(--aoyea-color-brand); color: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-selected-tag { display: inline-flex; height: 30px; align-items: center; gap: 12px; padding: 0 12px; border-radius: 15px; background: #444; color: #fff; font-size: 13px; line-height: 1; }
.aoyea-component-product-page .aoyea-product-selected-tag button { display: inline-grid; width: 18px; height: 18px; padding: 0; place-items: center; border: 0; background: transparent; color: #bbb; cursor: pointer; font-size: 18px; line-height: 1; }
.aoyea-component-product-page .aoyea-product-selected-tag button:hover { color: #fff; }
.aoyea-component-product-page .aoyea-product-page-catalog { position: relative; width: min(1302px, calc(100% - 48px)); margin: 24px auto 0; }
.aoyea-component-product-page--index .aoyea-product-page-catalog { margin-top: 55px; }
.aoyea-component-product-page--filter .aoyea-product-page-selected { min-height: 42px; }
.aoyea-component-product-page .aoyea-product-filter-grid:has(.aoyea-product-filter-options:not([hidden])) + .aoyea-product-page-selected { margin-top: 16px; }
.aoyea-component-product-page--filter .aoyea-product-page-catalog { margin-top: -22px; padding-top: 77px; padding-bottom: 0; }
.aoyea-component-product-page--filter .aoyea-product-page-catalog-count { margin-bottom: 12px; }
.aoyea-component-product-page .aoyea-product-page-catalog-count { min-height: 26px; margin: 0 0 13px; color: #fff; font-size: 16px; text-align: right; }
.aoyea-component-product-page .aoyea-product-page-catalog-count b { color: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px 62px; }
.aoyea-component-product-page .aoyea-product-card { position: relative; display: flex; height: 472px; flex-direction: column; overflow: visible; border: 1px solid #3d3d3d; border-radius: 12px; color: #fff; isolation: isolate; box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d; transition: transform 350ms ease, border-color 350ms ease, box-shadow 350ms ease, color 350ms ease; }
.aoyea-component-product-page .aoyea-product-card-background { position: absolute; z-index: 0; inset: 0; border-radius: inherit; background: #212121; box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d; transition: background 350ms ease, box-shadow 350ms ease; }
.aoyea-component-product-page .aoyea-product-card--light { color: #101010; }
.aoyea-component-product-page .aoyea-product-card--light .aoyea-product-card-background { background: #fff; box-shadow: inset 0 4px 6px rgb(207 207 207 / 40%), inset 0 -4px 6px #e8e8e8; }
.aoyea-component-product-page .aoyea-product-card::after { position: absolute; z-index: 1; right: -70px; bottom: -78px; width: 168px; height: 168px; border-radius: 50%; background: rgb(49 197 0 / 30%); filter: blur(22px); content: ""; pointer-events: none; }
.aoyea-component-product-page .aoyea-product-card--light::after { background: rgb(255 255 255 / 30%); }
.aoyea-component-product-page .aoyea-product-card-sub-background { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; height: 248px; border-radius: 0 0 12px 12px; pointer-events: none; transition: opacity 350ms ease; }
.aoyea-component-product-page .aoyea-product-card-sub-background--white { background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(177 177 177 / 80%) 100%); opacity: 0; }
.aoyea-component-product-page .aoyea-product-card-sub-background--green { background: linear-gradient(to bottom, rgb(33 33 33 / 0%) 0%, rgb(65 164 32 / 80%) 100%); opacity: 1; }
.aoyea-component-product-page .aoyea-product-card--light .aoyea-product-card-sub-background--white { opacity: 1; }
.aoyea-component-product-page .aoyea-product-card--light .aoyea-product-card-sub-background--green { opacity: 0; }
.aoyea-component-product-page .aoyea-product-card:hover, .aoyea-component-product-page .aoyea-product-card:focus-visible { border-color: var(--aoyea-color-brand); color: #101010; box-shadow: 0 18px 36px rgb(0 0 0 / 35%); transform: translateY(-6px); }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-background, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-background { background: #fff; box-shadow: inset 0 4px 6px rgb(207 207 207 / 40%), inset 0 -4px 6px #e8e8e8; }
.aoyea-component-product-page .aoyea-product-card:hover::after, .aoyea-component-product-page .aoyea-product-card:focus-visible::after { background: rgb(255 255 255 / 30%); }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-sub-background--white, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-sub-background--white { opacity: 1; }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-sub-background--green, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-sub-background--green { opacity: 0; }
.aoyea-component-product-page .aoyea-product-card-brand { position: absolute; z-index: 4; top: 5px; right: 20px; background: linear-gradient(#fff, #565656); -webkit-background-clip: text; background-clip: text; color: transparent; font-family: var(--aoyea-font-display); font-size: 32px; font-weight: 700; }
.aoyea-component-product-page .aoyea-product-card-media { position: relative; height: 304px; flex: 0 0 304px; overflow: visible; }
.aoyea-component-product-page .aoyea-product-card-pic { position: absolute; z-index: 1; max-width: none; object-fit: contain; filter: drop-shadow(0 15px 12px rgb(0 0 0 / 23%)); transition: transform 450ms cubic-bezier(.2,.7,.2,1); }
.aoyea-component-product-page .aoyea-product-card-pic:not(.aoyea-product-card-pic--two-way) { top: -15px; left: -23px; width: 445px; height: 333px; }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-pic, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-pic { z-index: 4; transform: translateY(-9px) scale(1.06); }
.aoyea-component-product-page .aoyea-product-card-image { position: absolute; z-index: 1; width: auto; max-width: none; height: auto; object-fit: contain; filter: drop-shadow(0 15px 12px rgb(0 0 0 / 23%)); transition: transform 450ms cubic-bezier(.2,.7,.2,1); }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-image, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-image { z-index: 4; transform: translateY(-9px) scale(1.06); }
.aoyea-component-product-page .aoyea-product-card-image--phone { top: 10px; left: -8px; width: 172px; height: 250px; object-fit: contain; }
.aoyea-component-product-page .aoyea-product-card-image--key { top: 52px; left: 126px; width: 120px; height: 210px; }
.aoyea-component-product-page .aoyea-product-card-image--start { top: 88px; right: 14px; width: 142px; height: 145px; }
.aoyea-component-product-page .aoyea-product-card-image--pager { top: -10px; left: 8px; width: 240px; height: 255px; object-fit: contain; }
.aoyea-component-product-page .aoyea-product-card-image--module { right: 20px; bottom: 2px; width: 230px; height: 184px; }
.aoyea-component-product-page .aoyea-product-card-image--watch { top: 88px; right: 3px; width: 160px; height: 188px; }
.aoyea-component-product-page .aoyea-product-card-image--keypad { top: 40px; left: 8px; width: 180px; height: 250px; }
.aoyea-component-product-page .aoyea-product-card-image--lock { top: 30px; left: 20px; width: 130px; height: 230px; }
.aoyea-component-product-page .aoyea-product-card-image--keyless { top: 80px; right: 20px; width: 100px; height: 170px; }
.aoyea-component-product-page .aoyea-product-card-image--ring { top: 82px; left: 160px; width: 150px; height: 190px; }
.aoyea-component-product-page .aoyea-product-card-image--blackkey { top: 96px; right: 18px; width: 102px; height: 160px; }
.aoyea-component-product-page .aoyea-product-card-image--actuator { top: 2px; left: 42px; width: 300px; height: 300px; }
.aoyea-component-product-page .aoyea-product-card-image--module-large { top: 44px; left: 136px; width: 226px; height: 210px; }
.aoyea-component-product-page .aoyea-product-card-image--remote { top: 52px; left: 30px; width: 100px; height: 200px; }
.aoyea-component-product-page .aoyea-product-card-image--tpms { top: 62px; left: 24px; width: 355px; height: 170px; }
.aoyea-component-product-page .aoyea-product-card-body { position: relative; z-index: 3; margin-top: auto; padding: 8px 22px 52px; }
.aoyea-component-product-page .aoyea-product-card-tags { display: flex; gap: 5px; margin-bottom: 18px; }
.aoyea-component-product-page .aoyea-product-card-tags span { padding: 3px 13px; border: 1px solid rgb(255 255 255 / 58%); border-radius: 15px; color: inherit; font-size: 10px; line-height: 15px; white-space: nowrap; }
.aoyea-component-product-page .aoyea-product-card--light .aoyea-product-card-tags span { border-color: #155200; }
.aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-tags span, .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-tags span { border-color: #155200; }
.aoyea-component-product-page .aoyea-product-card h2 { margin: 0 0 8px; font-family: var(--aoyea-font-display); font-size: 22px; line-height: 1.1; }
.aoyea-component-product-page .aoyea-product-card p { margin: 0; color: inherit; font-family: var(--aoyea-font-copy); font-size: 12px; line-height: 16px; }
.aoyea-component-product-page .aoyea-product-page-pagination { display: grid; grid-template-columns: max-content 1fr max-content; gap: 18px; align-items: center; margin: 64px 0 0; }
.aoyea-component-product-page .aoyea-product-page-pagination > div { display: flex; align-items: center; gap: 22px; }
.aoyea-component-product-page .aoyea-product-page-pagination > span { height: 1px; border-top: 2px dashed #666; }
.aoyea-component-product-page .aoyea-product-page-pagination button { min-width: 25px; padding: 0; border: 0; background: transparent; color: #666; cursor: pointer; font-size: 36px; line-height: 1; }
.aoyea-component-product-page .aoyea-product-page-pagination > div:last-child .aoyea-product-page-pagination-arrow { display: grid; width: 70px; height: 70px; place-items: center; border-radius: 50%; background: #fff; transition: background-color 220ms ease, transform 220ms ease; }
.aoyea-component-product-page .aoyea-product-page-pagination-arrow img { display: block; width: 14px; height: 21px; filter: brightness(0); object-fit: contain; transition: filter 220ms ease; }
.aoyea-component-product-page .aoyea-product-page-pagination-arrow--prev img { transform: translateX(-.5px) rotate(180deg); }
.aoyea-component-product-page .aoyea-product-page-pagination-arrow--next img { transform: translateX(.5px); }
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:hover,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:focus,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:focus-visible,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:active,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow.aoyea-is-active {
  background-color: var(--aoyea-color-brand) !important;
  background: var(--aoyea-color-brand) !important;
  transform: scale(1.05);
}
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:hover img,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:focus img,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:focus-visible img,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow:active img,
.aoyea-component-product-page .aoyea-product-page-pagination-arrow.aoyea-is-active img {
  filter: brightness(0) invert(1) !important;
}
.aoyea-component-product-page .aoyea-product-page-pagination button.aoyea-is-active { color: #fff; font-size: 48px; }
.aoyea-component-product-page .aoyea-product-page-quality { width: min(1304px, calc(100% - 48px)); margin: 232px auto 0; }
.aoyea-component-product-page .aoyea-product-page-section-title { position: relative; width: fit-content; margin: 0 auto 90px; text-align: center; }
.aoyea-component-product-page .aoyea-product-page-quality .aoyea-product-page-section-title { margin-bottom: 112px; }
.aoyea-component-product-page .aoyea-product-page-section-title::before { position: absolute; top: 26px; left: 50%; color: #202020; content: "testing"; font-family: "BBH Bartle", sans-serif; font-size: 72px; line-height: 1; transform: translateX(-50%); white-space: nowrap; }
.aoyea-component-product-page .aoyea-product-page-section-title span { position: relative; display: inline-flex; align-items: center; min-height: 45px; padding: 0 20px; border: 1.5px solid #262626; font-size: 18px; }
.aoyea-component-product-page .aoyea-product-page-section-title h2 { position: relative; margin: 22px 0 0; font-family: var(--aoyea-font-display); font-size: 48px; line-height: 54px; }
.aoyea-component-product-page .aoyea-product-quality-intro { display: grid; grid-template-columns: minmax(0, 650px) minmax(0, 572px); gap: 50px; align-items: center; }
.aoyea-component-product-page .aoyea-product-quality-intro h3 { max-width: 650px; margin: 0 0 28px; font-family: var(--aoyea-font-display); font-size: clamp(32px, 2.5vw, 36px); line-height: 48px; }
.aoyea-component-product-page .aoyea-product-quality-intro p { max-width: 588px; margin: 0; font-family: var(--aoyea-font-copy); font-size: 14px; line-height: 24px; }
.aoyea-component-product-page .aoyea-product-quality-image { position: relative; height: 344px; overflow: visible; }
.aoyea-component-product-page .aoyea-product-quality-image > span { position: absolute; z-index: 0; bottom: 0; left: 0; width: 205px; height: 205px; border-radius: 50%; background: var(--aoyea-color-brand); box-shadow: 0 0 90px rgb(49 197 0 / 42%); }
.aoyea-component-product-page .aoyea-product-quality-machine { position: absolute; z-index: 2; top: 0; right: 0; width: 440px; height: 299px; border-radius: 12px; object-fit: cover; }
.aoyea-component-product-page .aoyea-product-quality-inspection { position: absolute; z-index: 1; top: 78px; left: -3px; width: 334px; height: auto; }
.aoyea-component-product-page .aoyea-product-cert-heading { display: flex; align-items: center; gap: 20px; margin-top: 19px; font-size: 16px; line-height: 22px; }
.aoyea-component-product-page .aoyea-product-cert-heading span { height: 1px; flex: 1; border-top: 1px dashed #777; }
.aoyea-component-product-page .aoyea-product-certifications { --aoyea-cert-logo-size: 112px; height: 128px; margin-top: 24px; overflow: hidden; border: 1px solid #3d3d3d; border-radius: 12px; background: #212121; box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d; }
.aoyea-component-product-page .aoyea-product-certifications-track { display: flex; width: 100%; height: 100%; align-items: center; }
.aoyea-component-product-page .aoyea-product-certifications-set { display: flex; width: 100%; height: 100%; flex: 0 0 100%; align-items: center; justify-content: space-around; padding: 0 24px; }
.aoyea-component-product-page .aoyea-product-certifications-set + .aoyea-product-certifications-set { display: none; }
.aoyea-component-product-page .aoyea-product-cert-logo { display: grid; width: var(--aoyea-cert-logo-size); aspect-ratio: 1; flex: 0 0 var(--aoyea-cert-logo-size); padding: 20px; place-items: center; }
.aoyea-component-product-page .aoyea-product-cert-logo img { width: 100%; height: 100%; object-fit: contain; }
@keyframes aoyea-product-certifications-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
.aoyea-component-product-page .aoyea-product-page-process { margin-top: 240px; padding-bottom: 0; }
.aoyea-component-product-page .aoyea-product-page-process .aoyea-product-page-section-title { margin-bottom: 108px; }
.aoyea-component-product-page .aoyea-product-page-process .aoyea-product-page-section-title::before { content: "one-on-one"; }
.aoyea-component-product-page .aoyea-product-process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 401px); gap: 52px; justify-content: center; padding: 0 0 47px; }
.aoyea-component-product-page .aoyea-product-process-grid::before { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 285px; background: var(--aoyea-color-brand); content: ""; }
.aoyea-component-product-page .aoyea-product-process-grid article { position: relative; z-index: 1; display: flex; height: 488px; flex-direction: column; overflow: hidden; border: 1px solid #3d3d3d; border-radius: 12px; background: #212121; box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d; }
.aoyea-component-product-page .aoyea-product-process-grid article:first-child { margin-top: 7px; }
.aoyea-component-product-page .aoyea-product-process-grid article > div { min-height: 210px; padding: 34px 36px 22px; }
.aoyea-component-product-page .aoyea-product-process-grid article h3 { margin: 0 0 12px; font-size: 16px; line-height: 20px; }
.aoyea-component-product-page .aoyea-product-process-grid article p { margin: 0; font-size: 12px; line-height: 20px; }
.aoyea-component-product-page .aoyea-product-process-grid article > img { width: 360px; height: 257px; flex: 0 0 257px; margin: 0 20px 20px; object-fit: cover; }
.aoyea-component-product-page .aoyea-product-process-grid article:nth-child(2) > img { margin-top: 20px; margin-bottom: 0; }
.aoyea-component-product-page .aoyea-product-process-icon { position: absolute; z-index: 2; top: 156px; right: 20px; display: grid; width: 71px; height: 71px; place-items: center; border-radius: 50%; background: var(--aoyea-color-brand); }
.aoyea-component-product-page .aoyea-product-process-grid article:nth-child(2) .aoyea-product-process-icon { top: 241px; }
.aoyea-component-product-page .aoyea-product-process-icon img { width: 40px; height: 40px; }
@media (max-width: 1350px) { .aoyea-component-product-page .aoyea-product-process-grid { width: calc(100% - 48px); margin: 0 auto; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }.aoyea-component-product-page .aoyea-product-process-grid article > img { width: calc(100% - 40px); } }
@media (max-width: 900px) { .aoyea-component-product-page .aoyea-product-page-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }.aoyea-component-product-page .aoyea-product-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.aoyea-component-product-page .aoyea-product-process-grid { grid-template-columns: 1fr; width: min(401px, calc(100% - 36px)); margin: auto; }.aoyea-component-product-page .aoyea-product-process-grid::before { height: 100%; }.aoyea-component-product-page .aoyea-product-quality-intro { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .aoyea-component-product-page { min-height: 0; }.aoyea-component-product-page .aoyea-product-page-hero, .aoyea-component-product-page .aoyea-product-page-hero-pic { height: var(--aoyea-hero-height-tall-mobile); }.aoyea-component-product-page .aoyea-product-page-hero h1 { top: 100px; width: calc(100% - 36px); font-size: clamp(20px, 10vw, 36px); }.aoyea-component-product-page .aoyea-product-page-categories { width: calc(100% - 36px); margin-top: 20px; grid-template-columns: 1fr 1fr; gap: 12px; }.aoyea-component-product-page .aoyea-product-category { height: 104px; }.aoyea-component-product-page .aoyea-product-category strong { top: 22px; left: 16px; font-size: 16px; }.aoyea-component-product-page .aoyea-product-category img { right: -8px; bottom: -13px; width: 69%; height: 94px; }.aoyea-component-product-page .aoyea-product-page-filter, .aoyea-component-product-page .aoyea-product-page-catalog, .aoyea-component-product-page .aoyea-product-page-quality { width: calc(100% - 36px); }.aoyea-component-product-page .aoyea-product-page-filter { margin-top: 44px; }.aoyea-component-product-page .aoyea-product-page-filter-grid { grid-template-columns: 1fr; }.aoyea-component-product-page .aoyea-product-filter-group:first-child .aoyea-product-filter-toggle { border-radius: 10px 10px 0 0; }.aoyea-component-product-page .aoyea-product-filter-group:last-child .aoyea-product-filter-toggle { border-radius: 0; }.aoyea-component-product-page .aoyea-product-filter-group + .aoyea-product-filter-group .aoyea-product-filter-toggle { border-left: 1px solid #fff; border-top: 0; }.aoyea-component-product-page .aoyea-product-page-filter-total { position: static; margin: 14px 0 0; text-align: right; }.aoyea-component-product-page .aoyea-product-page-catalog, .aoyea-component-product-page--index .aoyea-product-page-catalog, .aoyea-component-product-page--filter .aoyea-product-page-catalog { margin-top: 18px; padding-top: 0; }.aoyea-component-product-page .aoyea-product-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }.aoyea-component-product-page .aoyea-product-page-pagination { grid-template-columns: 1fr; gap: 18px; }.aoyea-component-product-page .aoyea-product-page-pagination > span { display: none; }.aoyea-component-product-page .aoyea-product-page-pagination > div { justify-content: center; }.aoyea-component-product-page .aoyea-product-page-quality { margin-top: 100px; }.aoyea-component-product-page .aoyea-product-page-section-title, .aoyea-component-product-page .aoyea-product-page-quality .aoyea-product-page-section-title, .aoyea-component-product-page .aoyea-product-page-process .aoyea-product-page-section-title { margin-bottom: 54px; }.aoyea-component-product-page .aoyea-product-page-section-title h2 { font-size: 34px; line-height: 42px; }.aoyea-component-product-page .aoyea-product-page-section-title::before { font-size: 54px; }.aoyea-component-product-page .aoyea-product-quality-intro h3 { font-size: 28px; line-height: 36px; }.aoyea-component-product-page .aoyea-product-quality-image { height: 280px; }.aoyea-component-product-page .aoyea-product-quality-machine { top: 0; width: calc(100% - 44px); height: 230px; }.aoyea-component-product-page .aoyea-product-quality-image > span { width: 150px; height: 150px; }.aoyea-component-product-page .aoyea-product-quality-inspection { top: 82px; left: -12px; width: 230px; }.aoyea-component-product-page .aoyea-product-cert-heading { margin-top: 20px; }.aoyea-component-product-page .aoyea-product-page-process { margin-top: 100px; }.aoyea-component-product-page .aoyea-product-card { height: 442px; } }
<<<<<<< HEAD
=======
/* The mobile certification strip is a clipped marquee. Two identical sets
   keep the next logo in place while the first set exits, so the loop never
   exposes an empty gap at either edge. */
@media (max-width: 767px) {
  .aoyea-component-product-page .aoyea-product-certifications {
    overflow: hidden;
  }

  .aoyea-component-product-page .aoyea-product-certifications-track {
    width: max-content;
    min-width: 0;
    animation: aoyea-product-certifications-marquee 26s linear infinite;
    will-change: transform;
  }

  .aoyea-component-product-page .aoyea-product-certifications-set,
  .aoyea-component-product-page .aoyea-product-certifications-set + .aoyea-product-certifications-set {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
  }

  .aoyea-component-product-page .aoyea-product-certifications-set + .aoyea-product-certifications-set {
    display: flex;
  }

  .aoyea-component-product-page .aoyea-product-certifications:hover .aoyea-product-certifications-track,
  .aoyea-component-product-page .aoyea-product-certifications:focus-within .aoyea-product-certifications-track {
    animation-play-state: paused;
  }
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-product-page .aoyea-product-certifications-track {
    animation: none;
    transform: none;
  }
}

>>>>>>> a17ca05 (更新多个组件以支持图片轮播，优化样式和响应式设计，添加新的 CSS 变量以统一高度设置，修正了导航菜单在移动端的行为。)
@media (prefers-reduced-motion: reduce) { .aoyea-component-product-page .aoyea-product-category, .aoyea-component-product-page .aoyea-product-category strong, .aoyea-component-product-page .aoyea-product-card, .aoyea-component-product-page .aoyea-product-card-image, .aoyea-component-product-page .aoyea-product-card-pic, .aoyea-component-product-page .aoyea-product-card-background, .aoyea-component-product-page .aoyea-product-card-sub-background, .aoyea-component-product-page .aoyea-product-page-pagination-arrow, .aoyea-component-product-page .aoyea-product-page-pagination-arrow img { transition: none; } }

@media (max-width: 600px) {
  .aoyea-component-product-page .aoyea-product-page-filter-total {
    position: static;
    display: block;
    width: 100%;
    height: 22px;
    clear: both;
    margin: 14px 0 0;
    text-align: right;
  }

  .aoyea-component-product-page .aoyea-product-page-selected {
    position: relative;
    z-index: 1;
    min-height: 60px;
    margin-top: 8px;
    padding-bottom: 4px;
    align-items: flex-start;
  }

  .aoyea-component-product-page .aoyea-product-page-selected > span {
    flex: 0 0 auto;
    line-height: 22px;
  }

  .aoyea-component-product-page .aoyea-product-page-selected > div {
    min-height: 30px;
    align-content: flex-start;
  }

  .aoyea-component-product-page .aoyea-product-page-selected.aoyea-has-selected-tags {
    margin-top: 28px;
    padding-bottom: 28px;
  }

  .aoyea-component-product-page .aoyea-product-card {
    height: auto; width: 100%; padding-bottom: 15px;
    min-height: 252px;
    aspect-ratio: 393 / 472;
  }

  .aoyea-component-product-page .aoyea-product-card-brand {
    top: 4px;
    right: 10px;
    font-size: 22px;
  }

  .aoyea-component-product-page .aoyea-product-card-media {
    height: 64%;
    flex-basis: 64%;
    display: flex; justify-content: center; align-items: center;
  }

  .aoyea-component-product-page .aoyea-product-card-sub-background {
    height: 53%;
  }

  .aoyea-component-product-page .aoyea-product-card-pic,
  .aoyea-component-product-page .aoyea-product-card-image {
    transform: scale(.44);
    transform-origin: center center;
  }

  .aoyea-component-product-page .aoyea-product-card-pic:not(.aoyea-product-card-pic--two-way) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.44);
  }

  .aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-pic,
  .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-pic,
  .aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-image,
  .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-image {
    transform: translateY(-3px) scale(.46);
  }

  .aoyea-component-product-page .aoyea-product-card:hover .aoyea-product-card-pic:not(.aoyea-product-card-pic--two-way),
  .aoyea-component-product-page .aoyea-product-card:focus-visible .aoyea-product-card-pic:not(.aoyea-product-card-pic--two-way) {
    transform: translateX(-50%) translateY(-3px) scale(.46);
  }

  .aoyea-component-product-page .aoyea-product-card-body {
    padding: 4px 10px 34px;
  }

  /* Keep mobile pagination compact while retaining a clear touch state. */
  .aoyea-component-product-page .aoyea-product-page-pagination {
    gap: 14px;
    margin-top: 42px;
  }

  .aoyea-component-product-page .aoyea-product-page-pagination > div {
    gap: 16px;
  }

  .aoyea-component-product-page .aoyea-product-page-pagination button {
    min-width: 18px;
    font-size: 24px;
  }

  .aoyea-component-product-page .aoyea-product-page-pagination button.aoyea-is-active {
    font-size: 28px;
  }

  .aoyea-component-product-page .aoyea-product-page-pagination > div:last-child .aoyea-product-page-pagination-arrow {
    width: 48px;
    height: 48px;
  }

  .aoyea-component-product-page .aoyea-product-page-pagination-arrow img {
    width: 11px;
    height: 17px;
  }

  .aoyea-component-product-page .aoyea-product-card-tags {
    gap: 3px;
    margin-bottom: 7px;
  }

  .aoyea-component-product-page .aoyea-product-card-tags span {
    padding: 2px 6px;
    font-size: 7px;
    line-height: 10px;
  }

  .aoyea-component-product-page .aoyea-product-card h2 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
  }

  .aoyea-component-product-page .aoyea-product-card p {
    font-size: 12px;
    line-height: 12px;
  }

  .aoyea-component-product-page.aoyea-component-product-page--single-column .aoyea-product-card-grid {
    grid-template-columns: 1fr;
  }
}

/* Rich Figma page variants ------------------------------------------------ */
.aoyea-rich-product-family,.aoyea-rich-product-detail,.aoyea-rich-solutions,.aoyea-rich-api,.aoyea-rich-news,.aoyea-rich-news-detail,.aoyea-rich-manual,.aoyea-rich-about{background:#121212;color:#fff;font-family:var(--aoyea-font-ui);overflow:hidden}
.aoyea-rich-switch button,.aoyea-rich-switch a{display:flex;flex:1;height:28px;align-items:center;justify-content:center;border:0;border-radius:14px;background:#292929;color:#fff;font:12px var(--aoyea-font-ui);text-decoration:none}.aoyea-rich-switch button.is-active,.aoyea-rich-switch a.is-active{background:var(--aoyea-color-brand);color:#fff}
.aoyea-rich-product-track{grid-template-columns:none!important;grid-auto-flow:column;grid-auto-columns:calc((100% - 72px)/5);overflow-x:auto!important;scrollbar-width:none;scroll-snap-type:x proximity}.aoyea-rich-product-track::-webkit-scrollbar{display:none}.aoyea-rich-product-card{scroll-snap-align:start}
.aoyea-rich-pagination button.is-active{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#fff;color:#111}
.aoyea-rich-section{position:relative;width:min(1302px,calc(100% - 48px));margin:0 auto;padding:110px 0}.aoyea-rich-heading{position:relative;margin:0 auto 60px;text-align:center}.aoyea-rich-heading:before{position:absolute;z-index:0;top:-26px;left:50%;color:rgba(255,255,255,.06);content:attr(data-ghost);font-family:var(--aoyea-font-display);font-size:clamp(58px,9vw,150px);font-weight:800;line-height:1;transform:translateX(-50%);white-space:nowrap}.aoyea-rich-heading>*{position:relative;z-index:1}.aoyea-rich-heading span,.aoyea-rich-kicker{display:block;margin-bottom:9px;color:var(--aoyea-color-brand);font-size:12px}.aoyea-rich-heading h2{margin:0;font-family:var(--aoyea-font-display);font-size:clamp(29px,3vw,44px);line-height:1.1}.aoyea-rich-family-hero{position:relative;min-height:590px;padding:170px max(6vw,24px) 28px;background:#050505;isolation:isolate}.aoyea-rich-family-hero:before{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.2) 56%,rgba(0,0,0,.75)),var(--aoyea-rich-hero) center/cover no-repeat;content:""}.aoyea-rich-family-hero-copy{position:relative;z-index:2;max-width:650px;margin-top:200px}.aoyea-rich-family-hero-copy p{margin:0;color:#ddd;font-size:12px}.aoyea-rich-family-hero h1{margin:12px 0 0;font-family:var(--aoyea-font-display);font-size:clamp(42px,5vw,72px);line-height:1}.aoyea-rich-family-hero h1 em{color:var(--aoyea-color-brand);font-style:normal}.aoyea-rich-family-devices{position:absolute;right:6%;bottom:60px;display:flex;align-items:flex-end;gap:18px}.aoyea-rich-family-devices img:first-child{width:min(360px,32vw);height:180px;object-fit:contain}.aoyea-rich-family-devices img:last-child{width:180px;height:170px;object-fit:contain}.aoyea-rich-switch{position:absolute;right:6%;bottom:0;display:flex;gap:6px;width:330px}.aoyea-rich-switch button{flex:1;height:28px;border:0;border-radius:14px;background:#292929;color:#fff;font:12px var(--aoyea-font-ui)}.aoyea-rich-switch button.is-active{background:var(--aoyea-color-brand);color:#fff}.aoyea-rich-models{position:relative;padding:42px 0 120px}.aoyea-rich-product-track{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;overflow:hidden}.aoyea-rich-product-card{position:relative;display:flex;min-width:0;height:260px;flex-direction:column;align-items:center;padding:17px 12px 13px;border:1px solid #404040;border-radius:6px;background:#222;color:#fff;text-align:center;transition:transform .3s,border-color .3s}.aoyea-rich-product-card:hover{border-color:var(--aoyea-color-brand);transform:translateY(-5px)}.aoyea-rich-product-card--active{background:linear-gradient(#fff 72%,#d4ffd1);color:#111}.aoyea-rich-product-card strong{font-size:12px}.aoyea-rich-product-card img{width:140px;height:120px;margin:20px 0 8px;object-fit:contain}.aoyea-rich-product-card small{font-size:9px}.aoyea-rich-product-card span{display:grid;min-width:34px;height:30px;place-items:center;margin-top:auto;border-radius:15px;background:#fff;color:#111;font-size:10px}.aoyea-rich-product-card--active span{width:72px;background:var(--aoyea-color-brand);color:#fff}.aoyea-rich-arrow{position:absolute;top:50%;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:#8c8c8c;color:#fff;font-size:28px;transform:translateY(-50%)}.aoyea-rich-arrow--prev{left:-20px}.aoyea-rich-arrow--next{right:-20px}.aoyea-rich-feature-table{padding-top:64px}.aoyea-rich-table-wrap{overflow:auto;border-radius:7px;background:#3b3b3b}.aoyea-rich-table-wrap table{width:100%;min-width:740px;border-collapse:collapse;font-size:11px}.aoyea-rich-table-wrap th,.aoyea-rich-table-wrap td{height:34px;border:1px solid #4d4d4d;text-align:center}.aoyea-rich-table-wrap th{font-weight:500}.aoyea-rich-table-wrap thead th{background:var(--aoyea-color-brand);color:#fff}.aoyea-rich-table-wrap tbody th{width:180px;background:#fff;color:#111;text-align:left;padding:0 13px;font-size:10px}.aoyea-rich-table-wrap td{color:var(--aoyea-color-brand);font-size:15px}.aoyea-rich-interface-tabs{display:flex;justify-content:center;gap:4px;margin:0 auto 20px}.aoyea-rich-interface-tabs button{border:1px solid #555;border-radius:14px;background:#111;color:#aaa;padding:6px 14px;font-size:10px}.aoyea-rich-interface-tabs button.is-active{background:#fff;color:#111}.aoyea-rich-interface-image{padding:18px;border:1px solid var(--aoyea-color-brand);border-radius:8px;box-shadow:0 0 20px rgba(49,197,0,.35)}.aoyea-rich-interface-image img{display:block;width:100%;height:380px;object-fit:cover}.aoyea-rich-advantage-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.aoyea-rich-advantage-visual{height:240px;padding:22px;border:1px solid #424242;border-radius:6px;background:#202020}.aoyea-rich-advantage-visual img{width:100%;height:100%;object-fit:contain}.aoyea-rich-advantage-grid ul{margin:0;padding-left:18px;color:#eee;font-size:12px;line-height:2}.aoyea-rich-advantage-grid li::marker{color:var(--aoyea-color-brand)}.aoyea-rich-platform{min-height:260px;margin-top:58px;padding:55px 42px;border-radius:8px;background-position:center;background-size:cover}.aoyea-rich-platform h3{margin:0 0 20px;font-size:20px}.aoyea-rich-platform p{max-width:420px;font-size:12px;line-height:2}.aoyea-rich-faq-list{display:grid;gap:10px}.aoyea-rich-faq details{padding:18px 28px;border-radius:5px;background:#242424}.aoyea-rich-faq details[open]{background:#fff;color:#111}.aoyea-rich-faq summary{display:grid;grid-template-columns:45px 1fr 20px;align-items:center;list-style:none;cursor:pointer;font-size:13px}.aoyea-rich-faq summary::-webkit-details-marker{display:none}.aoyea-rich-faq summary b{font-size:14px}.aoyea-rich-faq summary i{font-style:normal;text-align:right}.aoyea-rich-faq details p{margin:10px 0 0;padding-left:45px;font-size:10px}.aoyea-rich-faq details[open] summary i{color:var(--aoyea-color-brand)}
.aoyea-rich-detail-top{width:min(1330px,calc(100% - 48px));margin:0 auto;padding:154px 0 100px}.aoyea-rich-breadcrumb,.aoyea-rich-news-crumb{color:#aaa;font-size:12px}.aoyea-rich-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:25px}.aoyea-rich-detail-image{display:grid;height:555px;place-items:center;border-radius:8px;background:#fff}.aoyea-rich-detail-image img{width:100%;height:100%;object-fit:contain;border-radius:8px}.aoyea-rich-thumb-row{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.aoyea-rich-thumb-row span{width:88px;height:88px;background:#ddd}.aoyea-rich-thumb-row button{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:50%;background:#8c8c8c;color:#fff;font-size:24px}.aoyea-rich-detail-copy h1{margin:0 0 18px;font-size:34px}.aoyea-rich-detail-copy>p{color:#bbb;font-size:11px;line-height:1.6}.aoyea-rich-detail-cta,.aoyea-rich-detail-online{display:flex;height:40px;align-items:center;justify-content:center;margin-top:24px;border-radius:5px;background:var(--aoyea-color-brand);font-size:12px}.aoyea-rich-detail-online{margin-top:12px;border:1px solid #fff;background:transparent}.aoyea-rich-detail-copy h3{display:flex;align-items:center;justify-content:space-between;margin:32px 0 12px;border-top:1px solid #343434;padding-top:24px;font-size:15px}.aoyea-rich-detail-copy h3 i{font-style:normal}.aoyea-rich-function-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.aoyea-rich-function-grid span{padding:15px;border-radius:5px;background:#fff;color:#111;font-size:11px}.aoyea-rich-detail-intro{text-align:center}.aoyea-rich-detail-intro>img{display:block;width:100%;height:460px;object-fit:contain;border-radius:7px}.aoyea-rich-reviews h2{font-size:17px}.aoyea-rich-review-grid{display:grid;grid-template-columns:150px 1fr 1.4fr;gap:30px;align-items:center}.aoyea-rich-rating strong{display:block;font-size:38px}.aoyea-rich-rating span,.aoyea-rich-review-bars span{color:#f5a623}.aoyea-rich-rating small{display:block;color:#aaa}.aoyea-rich-review-bars>div{display:grid;grid-template-columns:20px 1fr 40px;gap:10px;align-items:center;margin:8px 0;font-size:10px}.aoyea-rich-review-bars span{height:6px;border-radius:3px;background:linear-gradient(90deg,#eee var(--rating),#555 var(--rating))}.aoyea-rich-review-bars em{font-style:normal}.aoyea-rich-reviews blockquote{margin:0;padding:20px;border:1px solid #aaa;border-radius:10px;font-size:11px}.aoyea-rich-reviews blockquote span{color:#f5a623}.aoyea-rich-reviews blockquote p{color:#ccc;line-height:1.6}.aoyea-rich-similar{padding-top:95px}.aoyea-rich-api-hero{position:relative;min-height:570px;padding:150px 24px 0;text-align:center;background:#090909}.aoyea-rich-api-hero h1{margin:0;font-family:var(--aoyea-font-display);font-size:clamp(27px,3vw,44px);line-height:1.15}.aoyea-rich-api-hero h1 em{color:var(--aoyea-color-brand);font-style:normal}.aoyea-rich-api-hero button{margin-top:25px;padding:10px 20px;border:0;border-radius:4px;background:#fff;color:#111;font-size:11px}.aoyea-rich-api-circuit{height:330px;margin:16px auto 0;opacity:.8}.aoyea-rich-api-circuit img{width:100%;height:100%;object-fit:contain}.aoyea-rich-api-challenge{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.aoyea-rich-api-challenge span{color:var(--aoyea-color-brand);font-size:12px}.aoyea-rich-api-challenge h2{font-size:24px;line-height:1.2}.aoyea-rich-api-challenge p{color:#aaa;font-size:11px;line-height:1.7}.aoyea-rich-api-challenge ul{margin:25px 0 0;padding:15px 20px;border-radius:4px;background:#fff;color:#111;font-size:10px;line-height:2.2}.aoyea-rich-api-challenge li::marker{color:#ff5a1f}.aoyea-rich-api-challenge img{width:100%;height:340px;object-fit:contain}.aoyea-rich-api-solutions{text-align:center}.aoyea-rich-api-solutions>p{color:#aaa;font-size:11px}.aoyea-rich-api-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px 110px;margin-top:85px;text-align:left}.aoyea-rich-api-feature-grid article{position:relative;min-height:150px}.aoyea-rich-api-feature-grid article>span{display:inline-block;padding:4px 8px;border-radius:3px;background:#fff;color:#111;font-size:9px}.aoyea-rich-api-feature-grid h3{margin:12px 0 8px;color:var(--aoyea-color-brand);font-size:18px}.aoyea-rich-api-feature-grid p{max-width:260px;color:#bbb;font-size:10px}.aoyea-rich-api-feature-grid img{position:absolute;right:0;top:0;width:180px;height:120px;object-fit:contain}.aoyea-rich-api-benefits{background:#292929}.aoyea-rich-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.aoyea-rich-benefit-grid article{padding:20px;background:#fff;color:#111}.aoyea-rich-benefit-grid b{color:#0c0;font-size:30px}.aoyea-rich-benefit-grid h3{font-size:12px}.aoyea-rich-benefit-grid p{font-size:10px}.aoyea-rich-project-grid,.aoyea-rich-project-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.aoyea-rich-project-grid article,.aoyea-rich-project-mosaic article{overflow:hidden;border-radius:6px;background:#222}.aoyea-rich-project-grid img,.aoyea-rich-project-mosaic img{display:block;width:100%;height:170px;object-fit:cover}.aoyea-rich-project-grid h3,.aoyea-rich-project-grid small,.aoyea-rich-project-mosaic h3,.aoyea-rich-project-mosaic p{display:block;margin:8px 12px}.aoyea-rich-project-grid h3,.aoyea-rich-project-mosaic h3{font-size:12px}.aoyea-rich-project-grid small,.aoyea-rich-project-mosaic p{color:#aaa;font-size:10px}.aoyea-rich-solutions-hero{position:relative;display:flex;height:575px;align-items:flex-end;justify-content:center;padding-bottom:0;background-position:center;background-size:cover}.aoyea-rich-solutions-hero:after,.aoyea-rich-news-hero:after,.aoyea-rich-about-hero:after{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),#121212 94%);content:""}.aoyea-rich-solutions-hero h1,.aoyea-rich-news-hero h1{position:relative;z-index:1;margin:0;font-family:var(--aoyea-font-display);font-size:clamp(96px,14vw,220px);line-height:.85}.aoyea-rich-pills{position:absolute;z-index:2;top:155px;display:flex;gap:20px;padding:16px 35px;border-radius:8px;background:rgba(15,15,15,.7);font-size:11px}.aoyea-rich-pills span::first-letter{color:var(--aoyea-color-brand)}.aoyea-rich-solutions-intro{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.aoyea-rich-solutions-intro h2 i,.aoyea-rich-news-intro h2 i{color:#fff;font-style:normal}.aoyea-rich-solutions-intro h2 i:before,.aoyea-rich-news-intro h2 i:before,.aoyea-rich-about-company>div>span:before{color:var(--aoyea-color-brand);content:"▌"}.aoyea-rich-solutions-intro p,.aoyea-rich-news-intro p{font-size:12px;line-height:1.7;text-align:justify}.aoyea-rich-intro-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.aoyea-rich-intro-stats article{position:relative;min-height:220px;overflow:hidden;padding:22px;background:#113054}.aoyea-rich-intro-stats article+article{background:#29c900}.aoyea-rich-intro-stats strong{display:block;font-size:30px}.aoyea-rich-intro-stats small{font-size:10px}.aoyea-rich-intro-stats img{position:absolute;right:0;bottom:0;width:100%;height:140px;object-fit:contain}.aoyea-rich-service-card{display:grid;grid-template-columns:1.1fr 1fr 120px;min-height:300px;align-items:center;overflow:hidden;border-radius:9px;background:#fff;color:#111}.aoyea-rich-service-card>div{padding:35px}.aoyea-rich-service-card b{display:inline-block;padding:8px 25px;border-radius:16px;background:var(--aoyea-color-brand);color:#fff;font-size:12px}.aoyea-rich-service-card h3{font-size:24px}.aoyea-rich-service-card p{font-size:11px}.aoyea-rich-service-card>img{width:100%;height:230px;object-fit:contain}.aoyea-rich-service-card aside{display:grid;height:100%;grid-template-columns:1fr 1fr;gap:6px}.aoyea-rich-service-card aside span{display:flex;align-items:center;justify-content:center;background:var(--aoyea-color-brand);color:#fff;writing-mode:vertical-rl;font-size:12px}.aoyea-rich-project-mosaic article{min-height:170px}.aoyea-rich-project-mosaic article:first-child{grid-row:span 2;background:#fff;color:#111}.aoyea-rich-project-mosaic article img{height:180px}.aoyea-rich-news-hero{position:relative;display:flex;height:345px;align-items:flex-end;padding:0 max(7vw,24px);background-position:center;background-size:cover}.aoyea-rich-news-hero h1{font-size:clamp(88px,13vw,180px)}.aoyea-rich-news-intro{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.aoyea-rich-news-intro h3{font-size:25px}.aoyea-rich-news-intro ul{padding:0;list-style:none;font-size:12px;line-height:2}.aoyea-rich-news-intro li{color:#fff}.aoyea-rich-news-intro li::first-letter{color:var(--aoyea-color-brand)}.aoyea-rich-news-intro img{width:100%;height:260px;object-fit:contain}.aoyea-rich-news-intro--reverse{grid-template-columns:1fr 1fr}.aoyea-rich-news-list h2{font-size:20px}.aoyea-rich-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.aoyea-rich-news-grid a{display:flex;min-height:320px;flex-direction:column;overflow:hidden;border-radius:8px;background:#232323}.aoyea-rich-news-grid a>span,.aoyea-rich-news-grid h3,.aoyea-rich-news-grid small{margin:18px 22px 0}.aoyea-rich-news-grid a>span{font-size:9px}.aoyea-rich-news-grid h3{min-height:52px;font-weight:400;font-size:16px;line-height:1.1}.aoyea-rich-news-grid small{color:#aaa;font-size:9px}.aoyea-rich-news-grid img{width:100%;height:150px;margin-top:auto;object-fit:cover}.aoyea-rich-pagination{display:flex;justify-content:center;gap:18px;margin-top:30px;align-items:center}.aoyea-rich-pagination button,.aoyea-rich-pagination b{border:0;background:none;color:#fff;font-size:13px}.aoyea-rich-pagination b{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:#fff;color:#111}.aoyea-rich-news-detail{padding:154px 0 0}.aoyea-rich-news-crumb{width:min(1280px,calc(100% - 48px));margin:0 auto 70px}.aoyea-rich-article{width:min(1170px,calc(100% - 48px));margin:0 auto;padding:40px;border-radius:8px;background:#232323}.aoyea-rich-article-body{max-width:860px;margin:0 auto}.aoyea-rich-back{position:absolute;margin-left:-80px;border:0;background:none;color:#fff;font-size:26px}.aoyea-rich-back small{display:block;font-size:10px}.aoyea-rich-tag{display:inline-block;padding:7px 16px;border-radius:16px;background:#d8ffd8;color:#111;font-size:11px}.aoyea-rich-article h1{margin:48px 0 25px;font-family:var(--aoyea-font-display);font-size:44px;line-height:1.15}.aoyea-rich-article-body>small{color:#777;font-size:11px}.aoyea-rich-article-body>img{display:block;width:100%;height:260px;margin:38px 0 70px;object-fit:cover}.aoyea-rich-article p,.aoyea-rich-article li{color:#ddd;font-size:13px;line-height:1.65}.aoyea-rich-article h2{margin:55px 0 14px;font-size:23px}.aoyea-rich-prev-next{display:flex;width:min(1170px,calc(100% - 48px));justify-content:space-between;gap:30px;margin:35px auto 80px}.aoyea-rich-prev-next a{flex:1;padding:45px 30px;border:1px solid #444;border-radius:8px;font-size:22px}.aoyea-rich-related{width:min(1170px,calc(100% - 48px));margin:0 auto 120px}.aoyea-rich-related h2{font-size:11px;text-align:center}.aoyea-rich-news-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:35px}.aoyea-rich-news-cards a{overflow:hidden;border-radius:8px;background:#242424}.aoyea-rich-news-cards img{display:block;width:100%;height:150px;object-fit:cover}.aoyea-rich-news-cards span{display:block;padding:18px;font-size:13px}.aoyea-rich-manual-hero{position:relative;height:430px;background-position:center;background-size:cover}.aoyea-rich-manual-hero:after{position:absolute;inset:0;background:rgba(0,0,0,.08);content:""}.aoyea-rich-manual-hero h1{position:absolute;z-index:1;bottom:30px;left:50%;margin:0;font-family:var(--aoyea-font-display);font-size:clamp(100px,15vw,210px);line-height:.75;transform:translateX(-50%)}.aoyea-rich-manual-search{position:absolute;z-index:2;right:10%;bottom:-35px;left:10%;display:flex;align-items:center;justify-content:space-between;padding:26px;border-radius:9px 9px 0 0;background:#111}.aoyea-rich-manual-search strong{font-size:27px}.aoyea-rich-manual-search label{display:flex;width:52%;height:40px;border:1px solid #fff;border-radius:22px;overflow:hidden}.aoyea-rich-manual-search input{flex:1;min-width:0;padding:0 20px;border:0;background:transparent;color:#fff}.aoyea-rich-manual-search button{width:90px;border:0;border-radius:20px;background:#fff;color:#111}.aoyea-rich-manual-content{display:grid;grid-template-columns:260px 1fr;gap:58px;width:min(1260px,calc(100% - 48px));margin:0 auto;padding:100px 0}.aoyea-rich-manual-content aside{display:flex;flex-direction:column;gap:12px}.aoyea-rich-manual-content aside h2{margin:0 0 10px;font-size:18px}.aoyea-rich-manual-content aside button,.aoyea-rich-manual-content aside summary{padding:12px 10px;border:0;background:none;color:#fff;text-align:left;font-size:13px}.aoyea-rich-manual-content aside>button:first-of-type,.aoyea-rich-manual-content aside summary{border-radius:5px;background:#242424}.aoyea-rich-manual-content aside a{display:block;padding:8px 12px;border-left:1px solid #333;color:#aaa;font-size:12px}.aoyea-rich-manual-content aside a.is-active{color:var(--aoyea-color-brand)}.aoyea-rich-manual-list{display:grid;gap:25px}.aoyea-rich-manual-list article{display:grid;grid-template-columns:1fr 220px;min-height:235px;overflow:hidden;border:1px solid #555;border-radius:9px;background:#222}.aoyea-rich-manual-list article>div{padding:36px 58px}.aoyea-rich-manual-list h3{margin:0 0 10px;font-size:18px}.aoyea-rich-manual-list b{font-size:11px}.aoyea-rich-manual-list p{max-width:380px;color:#aaa;font-size:10px;line-height:1.5}.aoyea-rich-manual-list a{display:inline-flex;padding:12px 22px;border-radius:20px;background:var(--aoyea-color-brand);font-size:11px}.aoyea-rich-manual-list img{width:100%;height:100%;object-fit:cover}.aoyea-rich-about-hero{position:relative;height:590px;background-position:center;background-size:cover}.aoyea-rich-about-hero>div{position:absolute;z-index:1;top:205px;left:50%;width:70%;transform:translateX(-50%);text-align:center}.aoyea-rich-about-hero span{color:var(--aoyea-color-brand);font-size:12px}.aoyea-rich-about-hero h1{margin:10px 0;font-family:var(--aoyea-font-display);font-size:47px}.aoyea-rich-about-hero h2{position:absolute;z-index:1;bottom:-8px;left:50%;margin:0;font-family:var(--aoyea-font-display);font-size:clamp(100px,14vw,220px);line-height:.8;transform:translateX(-50%);white-space:nowrap}.aoyea-rich-about-company{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;padding-top:75px}.aoyea-rich-about-company>div:first-child{padding-left:10px}.aoyea-rich-about-company>div>span{color:var(--aoyea-color-brand);font-size:13px}.aoyea-rich-about-company h2{max-width:570px;font-size:28px}.aoyea-rich-about-company p{font-size:11px;line-height:1.7}.aoyea-rich-about-company>img{width:100%;height:260px;object-fit:contain}.aoyea-rich-about-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px}.aoyea-rich-about-stats article{display:flex;min-height:120px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #444;border-radius:5px;background:#252525}.aoyea-rich-about-stats strong{font-size:28px}.aoyea-rich-about-stats small{color:#aaa;font-size:10px}.aoyea-rich-about-machine{grid-column:2;width:100%!important;height:260px!important;object-fit:cover!important}.aoyea-rich-about-vision{min-height:470px;padding:100px max(8vw,24px);background-position:center;background-size:cover;color:#111}.aoyea-rich-about-vision span{font-size:12px}.aoyea-rich-about-vision h2{font-size:36px;font-weight:400;line-height:1.3}.aoyea-rich-about-advantages{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding-top:0}.aoyea-rich-about-advantages img{width:100%;height:380px;object-fit:cover}.aoyea-rich-about-advantages h2{font-size:25px}.aoyea-rich-about-advantages p,.aoyea-rich-about-network p{font-size:11px;line-height:1.7}.aoyea-rich-about-network{padding:55px;background:#fff;color:#111;border-radius:7px}.aoyea-rich-world-map{min-height:250px;margin-top:25px;padding:75px 40px;background:#f4f4f4 url("../inner-page/assets/about/imgRectangle240648728.png") center/contain no-repeat;font-size:16px}.aoyea-rich-timeline-list{display:grid;gap:25px;max-width:720px;margin:0 auto}.aoyea-rich-timeline-list article{display:grid;grid-template-columns:180px 75px 1fr;align-items:center;gap:18px}.aoyea-rich-timeline-list img{width:180px;height:90px;object-fit:cover;border-radius:6px}.aoyea-rich-timeline-list strong{display:grid;width:52px;height:32px;place-items:center;border-radius:16px;background:var(--aoyea-color-brand);font-size:11px}.aoyea-rich-timeline-list h3{font-size:13px}.aoyea-rich-timeline-list p{color:#aaa;font-size:10px}.aoyea-rich-about-news h2{font-size:18px}.aoyea-rich-about-culture{padding:0 0 100px}.aoyea-rich-about-culture>span{display:block;margin-bottom:25px;text-align:center}.aoyea-rich-about-culture>div{display:grid;grid-template-columns:repeat(4,1fr);height:280px}.aoyea-rich-about-culture article{display:flex;align-items:flex-end;justify-content:center;padding:24px;background-position:center;background-size:cover;font-size:13px}
@media(max-width:767px){.aoyea-rich-section{width:calc(100% - 32px);padding:70px 0}.aoyea-rich-family-hero{min-height:520px;padding:140px 16px 30px}.aoyea-rich-family-hero-copy{margin-top:190px}.aoyea-rich-family-devices{right:4%;bottom:98px;gap:5px}.aoyea-rich-family-devices img:first-child{width:220px;height:100px}.aoyea-rich-family-devices img:last-child{width:100px;height:100px}.aoyea-rich-switch{right:16px;width:calc(100% - 32px)}.aoyea-rich-product-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.aoyea-rich-product-card{height:230px}.aoyea-rich-product-card:nth-child(n+5){display:none}.aoyea-rich-arrow{display:none}.aoyea-rich-table-wrap{margin:0 -8px}.aoyea-rich-interface-image img{height:190px}.aoyea-rich-advantage-grid,.aoyea-rich-detail-grid,.aoyea-rich-api-challenge,.aoyea-rich-solutions-intro,.aoyea-rich-news-intro,.aoyea-rich-news-intro--reverse,.aoyea-rich-about-advantages{grid-template-columns:1fr;gap:28px}.aoyea-rich-platform{min-height:220px;padding:35px 22px}.aoyea-rich-review-grid{grid-template-columns:1fr;gap:18px}.aoyea-rich-detail-top{padding-top:110px}.aoyea-rich-detail-image{height:320px}.aoyea-rich-thumb-row span{width:54px;height:54px}.aoyea-rich-detail-intro>img{height:260px}.aoyea-rich-api-hero{min-height:450px;padding-top:115px}.aoyea-rich-api-circuit{height:230px}.aoyea-rich-two-way-challenge-grid,.aoyea-rich-two-way-benefit-grid,.aoyea-rich-two-way-feature-list article,.aoyea-rich-api-feature-grid,.aoyea-rich-benefit-grid,.aoyea-rich-project-grid,.aoyea-rich-project-mosaic,.aoyea-rich-news-grid,.aoyea-rich-news-cards{grid-template-columns:1fr 1fr;gap:10px}.aoyea-rich-two-way-feature-list article,.aoyea-rich-two-way-feature-list article:nth-child(even){grid-template-columns:1fr;gap:24px}.aoyea-rich-two-way-feature-list article:nth-child(even)>div,.aoyea-rich-two-way-feature-list article:nth-child(even)>img{grid-column:auto;grid-row:auto}.aoyea-rich-two-way-feature-list img{width:100%;height:220px}.aoyea-rich-two-way-challenge-grid article{padding-top:120px}.aoyea-rich-api-feature-grid{gap:32px 12px;margin-top:50px}.aoyea-rich-api-feature-grid img{position:static;width:100%;height:90px}.aoyea-rich-benefit-grid article{padding:12px}.aoyea-rich-project-grid img,.aoyea-rich-project-mosaic img{height:110px}.aoyea-rich-solutions-hero{height:430px}.aoyea-rich-pills{top:125px;right:16px;left:16px;flex-wrap:wrap;gap:8px;padding:12px;font-size:9px}.aoyea-rich-solutions-hero h1{font-size:80px}.aoyea-rich-service-card{grid-template-columns:1fr;min-height:0}.aoyea-rich-service-card>img{height:180px}.aoyea-rich-service-card aside{height:90px;grid-template-columns:1fr 1fr}.aoyea-rich-service-card aside span{writing-mode:horizontal-tb}.aoyea-rich-news-hero{height:300px}.aoyea-rich-news-hero h1{font-size:90px}.aoyea-rich-news-intro img{height:210px}.aoyea-rich-news-grid a{min-height:260px}.aoyea-rich-news-grid h3{font-size:12px}.aoyea-rich-news-detail{padding-top:110px}.aoyea-rich-news-crumb{margin-bottom:30px}.aoyea-rich-article{padding:20px}.aoyea-rich-back{position:static;margin:0 0 20px}.aoyea-rich-article h1{margin:25px 0;font-size:31px}.aoyea-rich-article-body>img{height:180px;margin:25px 0 40px}.aoyea-rich-prev-next{gap:10px}.aoyea-rich-prev-next a{padding:28px 15px;font-size:14px}.aoyea-rich-manual-hero{height:360px}.aoyea-rich-manual-hero h1{font-size:100px}.aoyea-rich-manual-search{right:16px;bottom:-72px;left:16px;display:block;padding:18px}.aoyea-rich-manual-search strong{display:block;margin-bottom:14px;font-size:19px}.aoyea-rich-manual-search label{width:100%}.aoyea-rich-manual-content{grid-template-columns:1fr;gap:35px;padding-top:120px}.aoyea-rich-manual-content aside details{display:none}.aoyea-rich-manual-content aside{display:grid;grid-template-columns:1fr 1fr}.aoyea-rich-manual-content aside h2{grid-column:1/-1}.aoyea-rich-manual-list article{grid-template-columns:1fr 110px;min-height:190px}.aoyea-rich-manual-list article>div{padding:20px}.aoyea-rich-manual-list h3{font-size:14px}.aoyea-rich-manual-list img{height:100%}.aoyea-rich-about-hero{height:450px}.aoyea-rich-about-hero>div{top:170px;width:90%}.aoyea-rich-about-hero h1{font-size:29px}.aoyea-rich-about-hero h2{font-size:80px}.aoyea-rich-about-company{grid-template-columns:1fr;padding-top:50px}.aoyea-rich-about-company>img{height:200px}.aoyea-rich-about-machine{grid-column:auto!important}.aoyea-rich-about-vision{min-height:390px;padding:70px 20px}.aoyea-rich-about-vision h2{font-size:27px}.aoyea-rich-about-advantages img{height:240px}.aoyea-rich-about-network{padding:24px}.aoyea-rich-world-map{padding:60px 15px;font-size:11px}.aoyea-rich-timeline-list article{grid-template-columns:90px 50px 1fr;gap:8px}.aoyea-rich-timeline-list img{width:90px;height:60px}.aoyea-rich-about-culture>div{height:220px;grid-template-columns:repeat(2,1fr)}}
.aoyea-rich-product-track{scrollbar-width:none}
@media(max-width:767px){.aoyea-rich-product-track{grid-auto-columns:calc((100% - 10px)/2)}}
.aoyea-rich-product-track{grid-template-columns:none!important;grid-auto-flow:column;overflow-x:auto!important;scrollbar-width:none}

/* GPS family page: the Figma frame is a 1440 x 697 hero with the shared
   header layered over it.  Keep the exported `pic` renders intact and let
   the remaining sections flow as real HTML. */
.aoyea-rich-product-family{padding-top:0;margin-top:-124px;background:#121212}
.aoyea-rich-family-hero{min-height:697px;height:697px;overflow:hidden;padding:0 72px 57px;background:#050505}
.aoyea-rich-hero-pic{position:absolute;z-index:0;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.aoyea-rich-family-hero:before{z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.95) 0%,rgba(0,0,0,.2) 56%,rgba(0,0,0,.75))}
.aoyea-rich-family-hero-copy{position:absolute;left:72px;bottom:57px;max-width:560px;margin:0}
.aoyea-rich-family-hero-copy p{color:#fff;font:12px/16px var(--aoyea-font-copy)}
.aoyea-rich-family-hero h1{margin:6px 0 0;font-size:46px;line-height:1.05;letter-spacing:-.02em}
.aoyea-rich-switch{z-index:2;right:72px;bottom:16px;width:330px;height:28px}
.aoyea-rich-switch a{height:28px;border:1px solid #454545;background:#242424;color:#fff;font-size:11px;transition:background .25s ease,color .25s ease,border-color .25s ease}
.aoyea-rich-switch a.is-active{border-color:var(--aoyea-color-brand);background:var(--aoyea-color-brand);color:#fff}
.aoyea-rich-models{width:min(1440px,100%);padding:24px 72px 104px}
.aoyea-rich-kicker{margin-bottom:20px;font:600 14px/20px var(--aoyea-font-ui)}
.aoyea-rich-product-track{grid-auto-columns:264px;gap:18px;padding:0 0 4px}
.aoyea-rich-product-card{height:420px;padding:20px 16px 18px;border-color:#3d3d3d;border-radius:5px;background:#222}
.aoyea-rich-product-card strong{font:600 13px/18px var(--aoyea-font-ui)}
.aoyea-rich-product-card img{width:220px;height:220px;margin:25px 0 12px;object-fit:contain}
.aoyea-rich-product-card small{font:10px/14px var(--aoyea-font-copy)}
.aoyea-rich-product-card span{min-width:34px;height:30px;font:10px/30px var(--aoyea-font-ui)}
.aoyea-rich-product-card--active{background:linear-gradient(180deg,#fff 74%,#d6ffd1);color:#111}
.aoyea-rich-product-card--active span{width:68px}
.aoyea-rich-arrow{top:56%;z-index:2;width:38px;height:38px;background:#898989;box-shadow:0 3px 12px rgb(0 0 0 / 25%)}
.aoyea-rich-arrow--prev{left:51px}.aoyea-rich-arrow--next{right:51px}
.aoyea-rich-feature-table{padding-top:78px;padding-bottom:96px}
.aoyea-rich-heading{margin-bottom:56px}
.aoyea-rich-heading span{font:10px/16px var(--aoyea-font-copy)}
.aoyea-rich-heading h2{font-size:40px}
.aoyea-rich-heading:before{top:-24px;font-size:120px}
.aoyea-rich-table-wrap{height:auto;max-height:none;border-radius:7px;background:#3b3b3b}
.aoyea-rich-table-wrap table{width:720px;min-width:720px;font:10px/14px var(--aoyea-font-copy)}
.aoyea-rich-table-wrap th,.aoyea-rich-table-wrap td{height:50px}
.aoyea-rich-table-wrap thead th{height:64px;font:600 11px/14px var(--aoyea-font-ui)}
.aoyea-rich-table-wrap thead th:first-child{background:#fff;color:#111;border-radius:6px 0 0 0}
.aoyea-rich-table-wrap tbody th{width:180px;padding:0 12px;font-size:9px}
.aoyea-rich-interface{padding-top:80px;padding-bottom:112px}
.aoyea-rich-interface-tabs{gap:12px;margin-bottom:30px}
.aoyea-rich-interface-tabs button{padding:7px 17px;border-color:#555;background:#1b1b1b;font:10px/14px var(--aoyea-font-copy)}
.aoyea-rich-interface-tabs button.is-active{border-color:#777;background:#fff;color:#111}
.aoyea-rich-interface-image{padding:18px;border-color:var(--aoyea-color-brand);border-radius:8px;box-shadow:0 0 24px rgb(49 197 0 / 50%)}
.aoyea-rich-interface-image img{height:570px;object-fit:cover}
.aoyea-rich-advantages{padding-top:78px;padding-bottom:0}
.aoyea-rich-advantage-row{display:grid;grid-template-columns:1fr 1fr;gap:84px;align-items:center;margin:0 0 56px}
.aoyea-rich-advantage-row--reverse{margin-bottom:70px}
.aoyea-rich-advantage-visual{height:300px;padding:16px;border:1px solid #444;border-radius:6px;background:#202020}
.aoyea-rich-advantage-visual img{width:100%;height:100%;object-fit:contain}
.aoyea-rich-advantage-row ul{margin:0;padding-left:18px;color:#fff;font:10px/2.2 var(--aoyea-font-copy)}
.aoyea-rich-advantage-row li::marker{color:var(--aoyea-color-brand)}
.aoyea-rich-platform{min-height:420px;margin:0;padding:82px 110px;border-radius:8px;background-position:center;background-size:cover}
.aoyea-rich-platform h3{font:600 23px/28px var(--aoyea-font-display)}
.aoyea-rich-platform p{max-width:430px;font:11px/2 var(--aoyea-font-copy)}
.aoyea-rich-faq{padding-top:88px;padding-bottom:100px}
.aoyea-rich-faq-list{gap:8px}
.aoyea-rich-faq details{padding:16px 28px;background:#242424}
.aoyea-rich-faq details[open]{background:#fff;color:#111}
.aoyea-rich-faq summary{font:11px/18px var(--aoyea-font-copy)}
.aoyea-rich-faq details p{font:9px/14px var(--aoyea-font-copy)}
 .aoyea-rich-two-way-hero{position:relative;min-height:795px;padding:210px 24px 90px;background:#090909;text-align:center;overflow:hidden}.aoyea-rich-two-way-hero-pic{position:absolute;inset:170px 6% 0;width:88%;height:620px;object-fit:contain;opacity:.9}.aoyea-rich-two-way-hero>div{position:relative;z-index:1;max-width:850px;margin:auto}.aoyea-rich-two-way-hero span{color:var(--aoyea-color-brand);font-size:14px}.aoyea-rich-two-way-hero h1{margin:20px auto;font-family:var(--aoyea-font-display);font-size:clamp(38px,5vw,76px);line-height:1.05}.aoyea-rich-two-way-hero p,.aoyea-rich-two-way-solution>p{color:#aaa;font-size:14px;line-height:1.7}.aoyea-rich-two-way-challenge{background:#f5f5f5;color:#111}.aoyea-rich-two-way-challenge .aoyea-rich-heading{text-align:left}.aoyea-rich-two-way-challenge-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:50px}.aoyea-rich-two-way-challenge-grid article{min-height:418px;padding:250px 22px 24px;position:relative;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 12px 30px rgb(0 0 0 / 8%)}.aoyea-rich-two-way-challenge-grid article>img{position:absolute;top:0;left:0;width:100%;height:240px;object-fit:contain}.aoyea-rich-two-way-challenge-grid h3{font-size:20px;line-height:1.2}.aoyea-rich-two-way-challenge-grid p{color:#666;font-size:12px;line-height:1.6}.aoyea-rich-two-way-solution{text-align:center}.aoyea-rich-two-way-feature-list{display:grid;gap:34px;margin-top:70px;text-align:left}.aoyea-rich-two-way-feature-list article{display:grid;grid-template-columns:1fr 455px;gap:80px;align-items:center;min-height:263px}.aoyea-rich-two-way-feature-list article:nth-child(even){grid-template-columns:455px 1fr}.aoyea-rich-two-way-feature-list article:nth-child(even)>div{grid-column:2;grid-row:1}.aoyea-rich-two-way-feature-list article:nth-child(even)>img{grid-column:1;grid-row:1}.aoyea-rich-two-way-feature-list article span{display:inline-block;color:#111;background:#fff;border-radius:4px;padding:8px 14px;font-size:12px}.aoyea-rich-two-way-feature-list h3{margin:24px 0 12px;color:var(--aoyea-color-brand);font-size:28px}.aoyea-rich-two-way-feature-list p{max-width:455px;color:#bbb;font-size:13px;line-height:1.7}.aoyea-rich-two-way-feature-list img{width:455px;height:263px;object-fit:contain;border-radius:8px;background:#fff}.aoyea-rich-two-way-benefits{background:#292929}.aoyea-rich-two-way-benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.aoyea-rich-two-way-benefit-grid article{min-height:180px;padding:28px;border-radius:8px;background:#fff;color:#111}.aoyea-rich-two-way-benefit-grid h3{font-size:18px}.aoyea-rich-two-way-benefit-grid p{color:#666;font-size:12px;line-height:1.6}.aoyea-rich-two-way-projects{background:#121212}
@media(max-width:767px){
  .aoyea-rich-product-family{margin-top:-84px}
  .aoyea-rich-family-hero{min-height:520px;height:520px;padding:0 16px 30px}
  .aoyea-rich-family-hero-copy{left:16px;right:16px;bottom:75px;margin:0}
  .aoyea-rich-family-hero h1{font-size:36px}
  .aoyea-rich-switch{right:16px;bottom:30px;width:calc(100% - 32px)}
  .aoyea-rich-models{width:100%;padding:22px 16px 70px}
  .aoyea-rich-product-track{grid-auto-columns:minmax(210px,72vw);gap:10px}
  .aoyea-rich-product-card{height:320px}
  .aoyea-rich-product-card img{width:170px;height:170px;margin:16px 0 8px}
  .aoyea-rich-arrow{display:none}
  .aoyea-rich-section{width:calc(100% - 32px)}
  .aoyea-rich-table-wrap{height:390px;max-height:390px}
  .aoyea-rich-table-wrap th,.aoyea-rich-table-wrap td{height:34px}
  .aoyea-rich-table-wrap thead th{height:42px}
  .aoyea-rich-interface-image img{height:210px}
  .aoyea-rich-advantage-row{grid-template-columns:1fr;gap:20px;margin-bottom:38px}
  .aoyea-rich-advantage-row--reverse{display:flex;flex-direction:column-reverse}
  .aoyea-rich-advantage-visual{height:170px}
  .aoyea-rich-platform{min-height:240px;padding:36px 24px}
  .aoyea-rich-platform h3{font-size:19px}
}
@media(prefers-reduced-motion:reduce){.aoyea-rich-product-card,.aoyea-rich-switch a,.aoyea-rich-arrow{transition:none}}

/* Compact filter controls on the product catalogue mobile layout. */
@media (max-width: 600px) {
  .aoyea-component-product-page .aoyea-product-filter-toggle {
    height: 52px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.2;
  }

  .aoyea-component-product-page .aoyea-product-filter-toggle span {
    font-size: 18px;
  }
}

/* Keep the GPS family cards compact on narrow screens while preserving the
   horizontal swipe track and the desktop card proportions. */
@media (max-width: 767px) {
  .aoyea-rich-product-family .aoyea-rich-product-track {
    grid-auto-columns: minmax(190px, 64vw);
    gap: 9px;
  }

  .aoyea-rich-product-family .aoyea-rich-product-card {
    height: 292px;
    padding: 15px 11px 14px;
  }

  .aoyea-rich-product-family .aoyea-rich-product-card img {
    width: 154px;
    height: 154px;
    margin: 13px 0 7px;
  }

  .aoyea-rich-product-family .aoyea-rich-product-card strong {
    font-size: 12px;
  }

  .aoyea-rich-product-family .aoyea-rich-product-card small {
    font-size: 9px;
  }

  .aoyea-rich-product-family .aoyea-rich-product-card span {
    height: 28px;
    font-size: 9px;
    line-height: 28px;
  }

  .aoyea-rich-product-family .aoyea-rich-arrow {
    display: grid !important;
    position: absolute;
    top: 56%;
    z-index: 10;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #898989;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(-50%);
  }

  .aoyea-rich-product-family .aoyea-rich-arrow--prev {
    left: 6px;
  }

  .aoyea-rich-product-family .aoyea-rich-arrow--next {
    right: 6px;
  }
}
/* Solutions child page responsive overrides */
@media (max-width: 767px) {
  .aoyea-rich-two-way-hero { min-height: 560px; padding: 150px 16px 48px; }
  .aoyea-rich-two-way-hero-pic { inset: 170px 0 0; width: 100%; height: 390px; }
  .aoyea-rich-two-way-hero h1 { font-size: 38px; }
  .aoyea-rich-two-way-challenge-grid article { min-height: 300px; padding: 170px 12px 16px; }
  .aoyea-rich-two-way-challenge-grid article > img { height: 160px; }
  .aoyea-rich-two-way-challenge-grid h3 { font-size: 14px; }
  .aoyea-rich-two-way-challenge-grid p { font-size: 10px; }
  .aoyea-rich-two-way-feature-list article,
  .aoyea-rich-two-way-feature-list article:nth-child(even) { grid-template-columns: 1fr; gap: 24px; }
  .aoyea-rich-two-way-feature-list article:nth-child(even) > div,
  .aoyea-rich-two-way-feature-list article:nth-child(even) > img { grid-column: auto; grid-row: auto; }
  .aoyea-rich-two-way-feature-list img { width: 100%; height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
  .aoyea-rich-two-way-hero-pic { transition: none; }
}
