@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/aios/hanken-grotesk-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hanken Grotesk";
  src: url("../fonts/aios/hanken-grotesk-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/aios/inter-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/aios/inter-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/aios/inter-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/aios/inter-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/aios/inter-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/aios/jetbrains-mono-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/aios/jetbrains-mono-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  margin: 0;
  overflow-x: hidden;
}

.aios-page {
  min-width: 320px;
  background: #ffffff;
  color: #0f172a;
  font-family: "Inter";
  font-weight: 400;
}

.aios-page *,
.aios-page *::before,
.aios-page *::after {
  box-sizing: border-box;
}

.aios-page img {
  display: block;
}

.aios-page p,
.aios-page h1,
.aios-page h2,
.aios-page h3,
.aios-page h4,
.aios-page ol,
.aios-page ul {
  margin: 0;
}

.aios-page a {
  color: inherit;
  text-decoration: none;
}

.aios-nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  height: 86px;
  padding: 0 0 1px;
  border-bottom: 1px solid #e2e8f0;
  background: #ffffff;
  backdrop-filter: blur(20px);
}

.aios-nav__inner {
  width: 1355px;
  height: 85px;
  max-width: calc(100vw - 96px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aios-nav__logo {
  width: 70px;
  height: 80px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.aios-nav__logo img {
  width: 199px;
  height: 73px;
  min-width: 199px;
  flex: 0 0 199px;
  object-fit: cover;
  max-width: none;
}

.aios-nav__links {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #0a192f;
  font-size: 16px;
  line-height: 15px;
  font-weight: 400;
  text-transform: capitalize;
  white-space: nowrap;
}

.aios-nav__dropdown {
  position: relative;
  padding: 35px 0;
}

.aios-nav__menu {
  position: absolute;
  top: 68px;
  left: 50%;
  display: none;
  min-width: 190px;
  transform: translateX(-50%);
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
}

.aios-nav__dropdown:hover .aios-nav__menu,
.aios-nav__dropdown:focus-within .aios-nav__menu {
  display: flex;
  flex-direction: column;
}

.aios-nav__menu a {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.aios-nav__menu a + a {
  border-top: 1px solid #e2e8f0;
}

.aios-nav__toggle,
.aios-mobile {
  display: none;
}

.aios-main {
  padding-top: 86px;
}

.aios-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.aios-hero {
  height: 883px;
  background: #ebf4fa;
}

.aios-hero__grid {
  width: 1312px;
  height: 564px;
  margin: 159px auto 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 24px;
}

.aios-hero__copy {
  grid-column: 1 / span 6;
  padding-top: 56.5px;
}

.aios-kicker {
  width: 644px;
   position: relative;
  z-index: 10;
  color: #334155;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.aios-hero h1 {
  width: 644px;
  margin-top: 24px;
  color: #0f172a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.96px;
}

.aios-lead {
  position: relative;
  z-index: 10;
  width: 512px;
  margin-top: 24px !important;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.aios-hero__visual {
  grid-column: 7 / span 6;
  justify-self: center;
  position: relative;
  width: 644px;
  height: 564px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aios-hero__stage {
  position: relative;
  width: 600px;
  height: 600px;
  overflow: visible;
}

.aios-hero__device {
  position: absolute;
  z-index: 0;
  display: block;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.aios-hero__device--top {
  left: 103px;
  top: -48.64px;
  width: 441.65px;
  height: 218.74px;
}

.aios-hero__device--lower {
  left: -282.24px;
  top: 331.41px;
  width: 443.45px;
  height: 222px;
}

.aios-hero__device--chart {
  left: 328px;
  top: 355.41px;
  width: 280px;
  height: 187.29px;
}

.aios-hero__network {
  position: absolute;
  inset: 0;
  width: 600px;
  height: 600px;
  z-index: 1;
}

.aios-hero__core {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.aios-hero__core-outer {
  position: relative;
  width: 256px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 50px rgba(0, 229, 255, 0.1);
}

.aios-hero__core-middle {
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, 0.5);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 229, 255, 0.2);
}

.aios-hero__core-box {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  background: #0f2a4a;
  color: #cbd5e1;
  font-family: "Hanken Grotesk";
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.32px;
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}

.aios-hero__core-dot {
  display: none;
}

.aios-hero__module {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(0, 229, 255, 0.2);
  border-left: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.37);
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.aios-hero__module--freeder {
  left: 356px;
  top: 94.4px;
  width: 246px;
  height: 83px;
  padding: 17px 16px 16px 17px;
}

.aios-hero__module--eomarket {
  left: -131px;
  top: 569.4px;
  width: 204px;
  height: 65px;
  padding: 17px 16px 16px 17px;
}

.aios-hero__module--bot {
  left: 490px;
  top: 538.4px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
  padding: 47.5px 27.5px 46.5px;
}

.aios-hero__module--freeder img {
  width: 221px;
  height: 42px;
  object-fit: contain;
}

.aios-hero__module--eomarket img {
  width: 169px;
  height: 32px;
  object-fit: contain;
}

.aios-hero__module--bot img {
  width: 95px;
  height: 56px;
  object-fit: contain;
}

.aios-heading h2,
.aios-what h2,
.aios-contact h2 {
  color: #0f172a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.aios-heading p {
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.aios-heading__icon {
  display: block;
  width: auto;
  object-fit: contain;
}

.aios-freeder .aios-heading__icon,
.aios-eomarket .aios-heading__icon {
  height: 18px;
  max-width: 180px;
  margin-bottom: 20px;
}

.aios-bot .aios-heading__icon {
  height: 58px;
  max-width: 200px;
  margin-bottom: 20px;
}

.aios-video {
  height: auto;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}

.aios-heading--video {
  width: 784px;
}

.aios-heading--video h2 {
  line-height: 32px;
  letter-spacing: -0.24px;
}

.aios-heading--video p {
  width: 771px;
  margin-top: 16px;
  line-height: 20px;
}

.aios-video__frame {
  position: relative;
  width: 1344px;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #1e293b;
  background: #26364a;
}

.aios-video__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 512px 279px;
  background-position: top left;
  background-repeat: repeat;
  opacity: 0.2;
}

.aios-video__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transition: opacity 180ms ease;
}

.aios-video__frame.is-playing .aios-video__media {
  opacity: 1;
}

.aios-video__frame.is-playing::before {
  display: none;
}

.aios-video__play {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 25px;
  border: 1px solid #1e293b;
  background: #0a192f;
  color: #cbd5e1;
  cursor: pointer;
  font-family: "Inter";
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.aios-video__frame.is-playing .aios-video__play {
  display: none;
}

.aios-video__play[hidden] {
  display: none;
}

.aios-video__play:hover,
.aios-video__play:focus-visible {
  border-color: #60a5fa;
  box-shadow: 0 0 0 8px rgba(96, 165, 250, 0.12), 0 18px 38px rgba(15, 23, 42, 0.28);
  transform: translateY(-2px);
}

.aios-video__play img {
  width: 16px;
  height: 16px;
  transition: filter 220ms ease, opacity 220ms ease;
}

.aios-video__play span {
  display: block;
}

.aios-video__play:hover img,
.aios-video__play:focus-visible img {
  opacity: 1;
}

.aios-challenge {
  height: 856px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ebf4fa;
}

.aios-heading--wide {
  width: 1344px;
}

.aios-heading--wide p:first-of-type {
  margin-top: 24px;
}

.aios-heading--wide p + p {
  margin-top: 24px;
}

.aios-card-grid {
  display: grid;
  gap: 24px;
}

.aios-card-grid--three {
  width: 1344px;
  margin-top: 64px;
  grid-template-columns: repeat(3, 1fr);
}

.aios-card-grid--four {
  width: 1344px;
  grid-template-columns: repeat(4, 1fr);
}

.aios-card {
  min-height: 214px;
  padding: 25px;
  border: 1px solid rgba(0, 229, 255, 0.15);
  border-radius: 8px;
  background: rgba(240, 248, 255, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6px);
}

.aios-card h3 {
  margin-top: 16px;
  color: #0f172a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.aios-card p {
  margin-top: 16px;
  color: #334155;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.aios-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(67, 71, 78, 0.3);
  border-radius: 12px;
  background: #1f2a3c;
}

.aios-icon-box img {
  max-width: 24px;
  max-height: 24px;
}

.aios-what {
  height: 594px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  display: flex;
  gap: 26px;
  border-bottom: 1px solid #e5e7eb;
  background: #ffffff;
}

.aios-what__copy {
  width: 686px;
}

.aios-what h3 {
  margin-top: 16px;
  color: #0f172a;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.aios-body-copy {
  width: 660px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-tagline {
  color: #334155;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.aios-what .aios-tagline {
  margin-top: 40px;
}

.aios-what__image {
  width: 658px;
  height: 434px;
  object-fit: cover;
}

.aios-products {
  height: 746px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}


.aios-heading--products p {
  margin-top: 24px;
}

.aios-product-row {
  width: 1344px;
  height: 272px;
  margin-top: 64px;
  padding-top: 16px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.aios-product {
  position: relative;
  width: 378.66px;
  min-height: 232px;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid #438bd8;
  border-radius: 8px;
  text-align: center;
}

.aios-product:nth-child(2) {
  border-color: #8c1cd7;
}

.aios-product:nth-child(3) {
  border-color: #c5a059;
}

.aios-product__logo {
  position: static;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  transform: none;
}

.aios-product__logo--freeder,
.aios-product__logo--eomarket {
  width: 95px;
  height: 18px;
  margin: 23px 0;
}

.aios-product__logo--bot {
  width: 95px;
  height: 56px;
  margin: 4px 0;
}

.aios-product__title {
  font-family: "JetBrains Mono";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1.6px;
}

.aios-product__title--blue {
  color: #438bd8;
}

.aios-product__title--purple {
  color: #8c1cd7;
}

.aios-product__title--gold {
  color: #c5a059;
}

.aios-product p {
  width: 235px;
  margin: 0 auto;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-product:nth-child(3) p {
  width: 295px;
}

.aios-products > .aios-tagline {
  margin-top: 80px;
}

.aios-freeder {
  height: auto;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ebf4fa;
}

.aios-freeder .aios-heading h2 {
  color: #438bd8;
}

.aios-freeder .aios-card-grid {
  margin-top: 64px;
}

.aios-freeder .aios-card {
  height: 262px;
  min-height: 262px;
  border-color: #438bd8;
}

.aios-card--blue h3 {
  color: #438bd8;
  line-height: 32px;
}

.aios-freeder .aios-card,
.aios-bot .aios-card {
  position: relative;
}

.aios-freeder .aios-card::after,
.aios-bot .aios-card::after {
  position: absolute;
  color: currentColor;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.aios-freeder .aios-card::after {
  top: 37px;
  right: 25px;
  color: #438bd8;
}

.aios-bot .aios-card::after {
  top: 45px;
  right: 33px;
  color: #c5a059;
}

.aios-freeder .aios-card:nth-child(1)::after,
.aios-bot .aios-card:nth-child(1)::after { content: "01"; }
.aios-freeder .aios-card:nth-child(2)::after,
.aios-bot .aios-card:nth-child(2)::after { content: "02"; }
.aios-freeder .aios-card:nth-child(3)::after,
.aios-bot .aios-card:nth-child(3)::after { content: "03"; }
.aios-freeder .aios-card:nth-child(4)::after,
.aios-bot .aios-card:nth-child(4)::after { content: "04"; }

.aios-icon-box--blue,
.aios-icon-box--solid {
  width: 48px;
  height: 48px;
  border-radius: 4px;
}

.aios-icon-box--blue {
  border-color: #ffffff;
  background: #438bd8;
}

.aios-icon-box--solid {
  border-color: #ffffff;
  background: #438bd8;
}

.aios-card--blue .aios-icon-box img,
.aios-bot .aios-light-icon img {
  filter: brightness(0) invert(1);
}

.aios-benefit-panel {
  width: 1344px;
  height: auto;
  margin-top: 64px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.aios-benefit-panel > div > p {
  color: #438bd8;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.aios-benefit-panel h3 {
  margin-top: 16px;
  color: #438bd8;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.32px;
}

.aios-benefit-panel ol,
.aios-simple-benefits ol,
.aios-bento ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aios-benefit-panel li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-benefit-panel li + li {
  margin-top: 16px;
}

.aios-benefit-panel span {
  width: max-content;
  display: block;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.aios-benefit-panel span::before,
.aios-simple-benefits span::before,
.aios-bento span::before { content: "["; }

.aios-benefit-panel span::after,
.aios-simple-benefits span::after,
.aios-bento span::after { content: "]"; }
.aios-benefit-ea-panel span {
  width: max-content;
  flex: 0 0 auto;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
}
.aios-benefit-bot-panel span {
  width: max-content !important;
  flex: 0 0 auto;
  padding: 0;
  display: block;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.aios-eomarket {
  height: auto;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}

.aios-eomarket .aios-heading h2 {
  color: #8c1cd7;
}

.aios-ea-grid {
  width: 1344px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.aios-ea-grid article {
  position: relative;
  min-width: 0;
  min-height: 290px;
  padding: 33px;
  border: 1px solid #8c1cd7;
  border-radius: 8px;
  background: #ffffff;
}

.aios-ea-grid article::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 2px;
  background-color: #8c1cd7;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.aios-ea-grid article::after {
  position: absolute;
  top: 45px;
  right: 33px;
  color: #8c1cd7;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.aios-ea-grid article:nth-child(1)::before { background-image: url("../images/aios/ea-forward-test.svg"); }
.aios-ea-grid article:nth-child(2)::before { background-image: url("../images/aios/ea-filter-compare.svg"); }
.aios-ea-grid article:nth-child(3)::before { background-image: url("../images/aios/ea-evaluate.svg"); }
.aios-ea-grid article:nth-child(4)::before { background-image: url("../images/aios/ea-monitor.svg"); }
.aios-ea-grid article:nth-child(1)::after { content: "01"; }
.aios-ea-grid article:nth-child(2)::after { content: "02"; }
.aios-ea-grid article:nth-child(3)::after { content: "03"; }
.aios-ea-grid article:nth-child(4)::after { content: "04"; }

.aios-ea-grid h3 {
  color: #8c1cd7;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.aios-ea-grid h4 {
  margin-top: 4px;
  color: #0f172a;
  font-size: 12px;
  line-height: 14.4px;
  font-weight: 500;
  letter-spacing: 1.2px;
  overflow-wrap: anywhere;
}

.aios-ea-grid p {
  margin-top: 16px;
  padding-top: 1px;
  border-top: 1px solid rgba(140, 28, 215, 0.2);
  color: #0f172a;
  font-size: 15px;
  line-height: 24px;
}

.aios-simple-benefits {
  width: 1344px;
  margin-top: 40px;
}

.aios-simple-benefits > p {
  color: #8c1cd7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.aios-simple-benefits ol {
  margin-top: 24px;
}

.aios-simple-benefits li {
  display: flex;
  gap: 16px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-simple-benefits li + li {
  margin-top: 16px;
}

.aios-simple-benefits span {
  width: max-content;
  flex: 0 0 auto;
  white-space: nowrap;
}

.aios-bot {
  height: auto;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ebf4fa;
}

.aios-bot .aios-heading h2 {
  color: #c5a059;
}

.aios-bot .aios-card-grid {
  margin-top: 64px;
  gap: 32px;
}

.aios-bot .aios-card {
  height: 262px;
  min-height: 262px;
  padding: 33px;
  border-color: #c5a059;
  background: rgba(240, 248, 255, 0.5);
  box-shadow: none;
}

.aios-bot .aios-card h3 {
  margin-top: 24px;
  color: #c5a059;
  line-height: 24px;
}

.aios-light-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: #c5a059;
}

.aios-light-icon img {
  max-width: 24px;
  max-height: 24px;
}

.aios-bento {
  width: 1344px;
  height: auto;
  margin-top: 64px;
}

.aios-bento > p {
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #c5a059;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.aios-bento__cards {
  margin-top: 24px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aios-bento ol {
  display: flex;
  min-height: 0;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.aios-bento li {
  display: flex;
  gap: 16px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: anywhere;
}

.aios-bento li + li {
  padding-top: 0;
}

.aios-bento span {
  width: max-content;
  flex: 0 0 auto;
  font-size: inherit;
  line-height: inherit;
  white-space: nowrap;
}

.aios-cycle {
  height: 672px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}

.aios-cycle .aios-heading {
  width: 781px;
}

.aios-cycle .aios-heading p,
.aios-roadmap .aios-heading p {
  margin-top: 24px;
  width: max-content;
}

.aios-cycle-grid {
  width: 1344px;
  height: 278px;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #f0f8ff;
}

.aios-cycle-grid article {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.aios-cycle-grid article:last-child {
  border-right: 0;
}

.aios-cycle-grid div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #334155;
  font-size: 14px;
  line-height: 19.6px;
}

.aios-cycle-grid img {
  max-width: 22px;
  max-height: 20px;
}

.aios-cycle-grid h3 {
  color: #0f172a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.aios-cycle-grid p {
  color: #334155;
  font-size: 14px;
  line-height: 20px;
}

.aios-cycle > .aios-tagline {
  margin-top: 64px;
}

.aios-roadmap {
  height: 796px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ebf4fa;
}

.aios-roadmap .aios-heading {
  width: 781px;
}

.aios-roadmap__grid {
  position: relative;
  width: 1344px;
  height: 402px;
  margin-top: 64px;
  padding-bottom: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  justify-content: space-between;
}

.aios-roadmap__grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 185px;
  height: 1px;
  background: #1a365d;
}

.aios-roadmap__grid article {
  position: relative;
  z-index: 1;
  width: 240px;
  min-height: 370px;
  margin: 0 auto;
  padding: 33px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border: 1px solid #f0f8ff;
  border-radius: 8px;
  background: #f0f8ff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.aios-roadmap__grid strong {
  color: #0a192f;
  font-family: "JetBrains Mono";
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.aios-roadmap__grid span {
  color: #0a192f;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
}

.aios-roadmap__grid i {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a192f;
  border-radius: 9999px;
  font-style: normal;
}

.aios-roadmap__grid i img {
  max-width: 24px;
  max-height: 24px;
}

.aios-roadmap__grid h3 {
  color: #0a192f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.aios-roadmap__grid p {
  color: #334155;
  font-size: 14px;
  line-height: 20px;
}

.aios-roadmap > .aios-tagline {
  margin-top: 64px;
}

.aios-integration {
  height: 1118px;
  padding: 100px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}

.aios-integration .aios-heading {
  width: 781px;
}

.aios-integration .aios-heading p {
  width: 993px;
  margin-top: 24px;
}

.aios-integration__diagram {
  width: 1344px;
  height: 400px;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aios-diagram-card {
  border: 1px solid #0f172a;
  border-radius: 8px;
  padding: 24px;
}

.aios-diagram-card--infra {
  width: 273px;
}

.aios-diagram-card--suite {
  width: 280px;
}

.aios-diagram-card--outcomes {
  width: 334px;
}

.aios-diagram-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  font-family: "JetBrains Mono";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1.6px;
}

.aios-diagram-card h3 span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #0f172a;
  color: #ffffff;
  letter-spacing: 0;
}

.aios-diagram-card ul {
  list-style: none;
  padding: 0;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aios-diagram-card li {
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid #0f172a;
  border-radius: 4px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-diagram-card li > img:not(.aios-mini-logo) {
  width: 22px;
  max-height: 21px;
}

.aios-mini-logo {
  width: 65px;
  height: 16px;
  object-fit: contain;
}

.aios-mini-logo--bot {
  width: 30px;
  height: 32px;
}

.aios-diagram-card b {
  display: flex;
  flex-direction: column;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.aios-diagram-card small {
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
}

.aios-diagram-arrow {
  width: 19px;
  height: 9px;
}

.aios-diagram-core {
  position: relative;
  width: 239px;
  height: 328px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0) 100%);
  box-shadow: 0 25px 25px rgba(0, 0, 0, 0.25);
}

.aios-diagram-core i {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #3a18e7;
  border-radius: 8px;
}

.aios-diagram-core img {
  width: 24px;
  height: 23px;
}

.aios-diagram-core h3 {
  margin-top: 24px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.aios-diagram-core p {
  width: 174px;
  margin-top: 24px;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-align: center;
}

.aios-partner {
  width: 1344px;
  margin-top: 64px;
}

.aios-partner h3 {
  color: #0f172a;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.aios-partner > p {
  margin-top: 16px;
  color: #334155;
  font-size: 14px;
  line-height: 20px;
}

.aios-partner div {
  margin-top: 16px;
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.aios-partner div p {
  min-height: 112px;
  padding: 32px;
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ebf4fa;
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-integration > .aios-tagline {
  margin-top: 64px;
}

.aios-foundation {
  height: 658px;
  padding: 80px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ffffff;
}

.aios-foundation .aios-heading {
  width: 904px;
}

.aios-foundation .aios-heading p {
  width: 884px;
  margin-top: 24px;
}

.aios-foundation__grid {
  width: 1344px;
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.aios-foundation__grid article {
  padding: 32px;
}

.aios-foundation__grid strong {
  color: #0f172a;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.aios-foundation__grid h3 {
  margin-top: 16px;
  color: #0f172a;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.aios-foundation__grid p {
  margin-top: 16px;
  color: #334155;
  font-size: 14px;
  line-height: 20px;
}

.aios-foundation > .aios-tagline {
  margin-top: 64px;
}

.aios-contact {
  height: 486px;
  padding: 100px max(48px, calc((100vw - 1440px) / 2 + 48px));
  background: #ebf4fa;
}

.aios-contact h2 {
  width: 880px;
  line-height: 40px;
}

.aios-contact p {
  color: #334155;
  font-size: 16px;
  line-height: 24px;
}

.aios-contact p:first-of-type {
  width: 802px;
  margin-top: 64px;
}

.aios-contact p + p {
  width: 1046px;
  margin-top: 12px;
}

.aios-contact a {
  width: 248px;
  height: 52px;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #334155;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.aios-important {
  height: 458px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

.aios-important div {
  width: 1129px;

}

.aios-important p {
  color: #0f172a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.aios-important p + p {
  margin-top: 20px;
}

.aios-footer {
  margin-top: 83px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #1a365d;
  background: #ffffff;
}

.aios-footer p {
  width: 990px;
  color: #1a365d;
  font-size: 16px;
  line-height: 29.25px;
  font-weight: 300;
  text-align: center;
}

.feature-card,
.aios-animate {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.5s ease-out, transform 1.3s ease-out, border-color 220ms ease, box-shadow 220ms ease;
}

.feature-card.show,
.aios-animate.show {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover,
.aios-product:hover,
.aios-roadmap__grid article:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.aios-product,
.aios-roadmap__grid article,
.aios-contact a {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}

.aios-contact a:hover,
.aios-contact a:focus-visible {
  border-color: #0a192f;
  background: #0a192f;
  color: #ffffff;
  transform: translateY(-2px);
}

@media screen and (max-width: 1439px) {
  .aios-nav__inner,
  .aios-hero__grid,
  .aios-video__frame,
  .aios-heading--wide,
  .aios-card-grid,
  .aios-product-row,
  .aios-benefit-panel,
  .aios-ea-grid,
  .aios-simple-benefits,
  .aios-bento,
  .aios-cycle-grid,
  .aios-roadmap__grid,
  .aios-integration__diagram,
  .aios-partner,
  .aios-foundation__grid {
    width: calc(100vw - 96px);
  }
}

@media screen and (max-width: 1279px) {
  .aios-product {
    width: calc((100% - 48px) / 3);
    padding-left: 24px;
    padding-right: 24px;
  }

  .aios-product p,
  .aios-product:nth-child(3) p {
    width: min(100%, 295px);
  }

  .aios-what {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .aios-what__copy,
  .aios-body-copy {
    width: 100%;
  }

  .aios-what__image {
    width: min(100%, 658px);
    height: auto;
  }

  .aios-integration .aios-heading p,
  .aios-contact p + p,
  .aios-important div {
    width: 100%;
    max-width: 100%;
  }

  .aios-important div {
    margin-left: 0;
    padding: 0 48px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1100px) {
  .aios-challenge,
  .aios-products,
  .aios-freeder,
  .aios-eomarket,
  .aios-bot,
  .aios-cycle,
  .aios-roadmap,
  .aios-integration,
  .aios-foundation,
  .aios-contact {
    height: auto;
    overflow: visible;
  }

  .aios-heading,
  .aios-heading--wide,
  .aios-heading--products,
  .aios-cycle .aios-heading,
  .aios-roadmap .aios-heading,
  .aios-integration .aios-heading,
  .aios-foundation .aios-heading {
    width: 100%;
    max-width: 100%;
  }

  .aios-heading p,
  .aios-cycle .aios-heading p,
  .aios-roadmap .aios-heading p,
  .aios-integration .aios-heading p,
  .aios-foundation .aios-heading p,
  .aios-contact h2,
  .aios-contact p,
  .aios-contact p:first-of-type,
  .aios-contact p + p {
    width: 100%;
    max-width: 100%;
  }

  .aios-card-grid--three,
  .aios-card-grid--four,
  .aios-ea-grid,
  .aios-foundation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aios-freeder .aios-card,
  .aios-bot .aios-card {
    height: auto;
  }

  .aios-product-row {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aios-product {
    width: 100%;
  }

  .aios-product:nth-child(3) {
    width: calc((100% - 24px) / 2);
    grid-column: 1 / -1;
    justify-self: center;
  }

  .aios-cycle-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    gap: 1px;
    background: #ffffff;
  }

  .aios-cycle-grid article {
    min-height: 240px;
    border: 0;
    background: #f0f8ff;
  }

  .aios-cycle-grid article:last-child {
    grid-column: 1 / -1;
  }

  .aios-roadmap__grid {
    height: auto;
    padding-bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .aios-roadmap__grid::before {
    display: none !important;
  }

  .aios-roadmap__grid article {
    width: 100%;
    min-height: 0;
  }

  .aios-integration__diagram {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }

  .aios-diagram-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .aios-diagram-card,
  .aios-diagram-core {
    width: min(100%, 600px);
  }

  .aios-foundation__grid {
    gap: 24px;
  }
}

@media screen and (max-width: 900px) {
  .aios-nav {
    height: 76px;
    padding: 0;
  }

  .aios-nav__inner {
    width: calc(100% - 48px);
    max-width: none;
    height: 76px;
  }

  .aios-nav__links {
    display: none;
  }

  .aios-nav__toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    background: transparent;
    color: #0a192f;
    font-family: "Inter";
    font-size: 24px;
    line-height: 1;
  }

  .aios-mobile:not(.hidden) {
    display: flex;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 20px;
    padding: 28px 24px;
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    color: #0a192f;
    font-size: 16px;
    line-height: 24px;
  }

  .aios-main {
    padding-top: 76px;
  }

  .aios-section {
    height: auto;
    padding: 64px 24px;
  }

  .aios-hero__grid,
  .aios-video__frame,
  .aios-what,
  .aios-product-row,
  .aios-card-grid,
  .aios-ea-grid,
  .aios-benefit-panel,
  .aios-bento ol,
  .aios-cycle-grid,
  .aios-roadmap__grid,
  .aios-integration__diagram,
  .aios-partner div,
  .aios-foundation__grid {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
  }

  .aios-hero__grid {
    margin: 0;
  }

  .aios-hero__copy,
  .aios-hero__visual {
    grid-column: auto;
  }

  .aios-hero__copy {
    padding-top: 0;
  }

  .aios-hero h1 {
    width: auto;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
  }

  .aios-kicker,
  .aios-lead,
  .aios-heading,
  .aios-cycle .aios-heading,
  .aios-roadmap .aios-heading,
  .aios-integration .aios-heading,
  .aios-foundation .aios-heading,
  .aios-heading h2,
  .aios-heading p,
  .aios-cycle .aios-heading p,
  .aios-roadmap .aios-heading p,
  .aios-integration .aios-heading p,
  .aios-foundation .aios-heading p,
  .aios-heading--video,
  .aios-heading--video p,
  .aios-heading--products,
  .aios-heading--products p,
  .aios-what__copy,
  .aios-body-copy,
  .aios-contact h2,
  .aios-contact p,
  .aios-contact p:first-of-type,
  .aios-important div,
  .aios-footer p {
    width: auto;
  }

  .aios-hero__visual {
    width: min(600px, calc(100vw - 48px));
    height: min(690px, calc((100vw - 48px) * 1.15));
    margin: 48px auto 0;
    transform: none;
  }

  .aios-hero__stage {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    transform: none;
  }

  .aios-hero__network {
    width: 100%;
    height: 100%;
  }

  .aios-hero__device--top {
    left: 17.17%;
    top: -8.11%;
    width: 73.61%;
    height: auto;
  }

  .aios-hero__device--lower {
    left: 0;
    top: 55.24%;
    width: 60%;
    height: auto;
  }

  .aios-hero__device--chart {
    left: 54.67%;
    top: 59.24%;
    width: 46.67%;
    height: auto;
  }

  .aios-hero__core-outer {
    width: 42.67%;
    height: 42.67%;
    border-radius: 8px;
  }

  .aios-hero__core-middle {
    width: 75%;
    height: 75%;
    border-radius: 8px;
  }

  .aios-hero__core-box {
    width: 66.67%;
    height: 66.67%;
    border-radius: 8px;
    font-size: clamp(18px, 5vw, 32px);
    line-height: 1.25;
  }

  .aios-hero__core-dot {
    display: none;
  }

  .aios-hero__module {
    padding: 0;
  }

  .aios-hero__module--freeder {
    left: 55%;
    top: 15.73%;
    width: 41%;
    aspect-ratio: 246 / 83;
    height: auto;
  }

  .aios-hero__module--eomarket {
    left: -4%;
    top: 93%;
    width: 34%;
    aspect-ratio: 204 / 65;
    height: auto;
  }

  .aios-hero__module--bot {
    left: 79%;
    top: 84%;
    width: 25%;
    aspect-ratio: 1 / 1;
    height: auto;
  }

  .aios-hero__module--freeder img {
    width: 90%;
    height: auto;
  }

  .aios-hero__module--eomarket img {
    width: 83%;
    height: auto;
  }

  .aios-hero__module--bot img {
    width: 63.33%;
    height: auto;
  }

  .aios-video__frame {
    height: auto;
  }

  .aios-what {
    gap: 32px;
  }

  .aios-what__image {
    width: 100%;
    height: auto;
  }

  .aios-product {
    width: 100%;
    min-height: auto;
  }

  .aios-simple-benefits,
  .aios-bento,
  .aios-partner {
    width: 100%;
  }

  .aios-benefit-panel,
  .aios-bento {
    padding: 0;
  }

  .aios-benefit-panel {
    display: flex;
    gap: 24px;
  }

  .aios-benefit-panel h3 {
    font-size: 26px;
    line-height: 34px;
  }

  .aios-benefit-panel li,
  .aios-simple-benefits li,
  .aios-bento li {
    min-width: 0;
    align-items: flex-start;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .aios-ea-grid article {
    min-height: 0;
    height: auto;
  }

  .aios-ea-grid p br {
    display: initial;
  }

  .aios-bot {
    overflow: visible;
  }

  .aios-bot .aios-card {
    height: auto;
    min-height: 0;
  }

  .aios-bento {
    height: auto;
    padding: 0;
  }

  .aios-bento__cards {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .aios-bento ol {
    display: flex;
    min-height: 0;
    padding: 0;
  }

  .aios-bento li {
    font-size: 16px;
    line-height: 24px;
  }

  .aios-bento li + li {
    padding-top: 0;
  }

  .aios-cycle-grid,
  .aios-roadmap__grid {
    gap: 16px;
  }

  .aios-roadmap__grid::before {
    display: none;
  }

  .aios-roadmap__grid article::after {
    display: none;
  }

  .aios-integration__diagram {
    gap: 20px;
  }

  .aios-diagram-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }

  .aios-diagram-card,
  .aios-diagram-core {
    width: 100%;
  }

  .aios-partner div {
    padding: 0;
  }

  .aios-important div {
    margin-left: 0;
    padding: 0;
  }

  .aios-footer {
    height: auto;
    min-height: 48px;
    padding: 12px 24px;
  }

  .aios-footer p {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 480px) {
  .aios-nav__inner {
    width: calc(100% - 32px);
  }
  .aios-nav__logo img {
    width: 166px;
    min-width: 166px;
    flex-basis: 166px;
  }


  .aios-mobile:not(.hidden) {
    padding-left: 16px;
    padding-right: 16px;
  }

  .aios-mobile__submenu {
    padding-left: 16px;
    color: #64748b;
  }
}
