:root {
  --navy: #07182f;
  --blue: #135ee8;
  --teal: #0ea88a;
  --sky: #edf5ff;
  --muted: #67758b;
  --line: #dce5f0;
  --surface: #ffffff;
  --surface-soft: #f6f9fd;
  --shadow: 0 28px 80px rgb(7 24 47 / 14%);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img.brand-mark {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
}

.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 82px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  letter-spacing: 0.08em;
}
.brand small {
  display: block;
  margin-top: 2px;
  letter-spacing: 0.22em;
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 650;
}
.nav-login {
  padding-left: 20px;
  border-left: 1px solid var(--line);
}
.menu-button {
  display: none;
  padding: 8px;
  border: 0;
  background: none;
}
.menu-button span {
  width: 23px;
  height: 2px;
  display: block;
  margin: 5px;
  background: var(--navy);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-ghost {
  color: var(--navy) !important;
  border-color: var(--line);
  background: #fff !important;
  box-shadow: none !important;
}
.button-ghost:hover {
  border-color: #9ab8e8;
  background: var(--sky) !important;
}

.aaa {
  --aaa-block-padding: clamp(24px, 4vh, 48px);
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100svh - 178px);
  margin: auto;
  padding: var(--aaa-block-padding) 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5px;
}
.aaa-copy h1,
.aaa-description,
.aaa-actions,
.trust-row {
  opacity: 0;
  animation: aaa-content-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.aaa-copy h1 {
  animation-delay: 80ms;
}
.aaa-description {
  animation-delay: 180ms;
}
.aaa-actions {
  animation-delay: 280ms;
}
.trust-row {
  animation-delay: 380ms;
}
.eyebrow,
.section-number {
  margin: 0 0 22px;
  letter-spacing: 0.18em;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--blue);
}
h1 {
  margin: 0;
  line-height: 1.13;
  letter-spacing: -0.055em;
}
h1 em {
  font-style: normal;
}
.aaa-description {
  max-width: 560px;
  margin: 28px 0 35px;
  line-height: 1.85;
}
.aaa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
}
.trust-row span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.trust-row b {
  color: var(--teal);
}

.aaa-visual {
  position: relative;
  min-height: min(
    510px,
    calc(100svh - 178px - var(--aaa-block-padding) - var(--aaa-block-padding))
  );
  display: grid;
  place-items: center;
  opacity: 0;
  animation: aaa-visual-enter 900ms cubic-bezier(0.22, 1, 0.36, 1) 160ms
    forwards;
}
.animated-tech-aaa {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  pointer-events: none;
}

.trust-strip {
  min-height: 96px;
  padding: 28px max(24px, calc((100vw - 1192px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfcfe;
}

.home-page {
  scroll-margin-top: var(--theme-header-height);
}
.home-page-one {
  min-height: calc(100svh - var(--theme-header-height));
}
.home-page-one .trust-strip {
  opacity: 0;
  animation: aaa-content-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) 520ms
    forwards;
}

/* Scroll reveal: enabled by JavaScript so content stays visible if JS is unavailable. */
.scroll-reveal-enabled .home-page[data-page="2"] .section-heading,
.scroll-reveal-enabled .home-page[data-page="3"] .section-heading,
.scroll-reveal-enabled .home-page[data-page="3"] .trial-button,
.scroll-reveal-enabled .home-page[data-page="4"] .customize-copy,
.scroll-reveal-enabled .home-page[data-page="4"] .customize-visual {
  opacity: 0;
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}
.scroll-reveal-enabled .home-page[data-page="2"] .section-heading,
.scroll-reveal-enabled .home-page[data-page="3"] .section-heading,
.scroll-reveal-enabled .home-page[data-page="3"] .trial-button {
  transform: translateY(34px);
}
.scroll-reveal-enabled .module-card,
.scroll-reveal-enabled .step-grid article {
  opacity: 0;
  transform: translateY(42px) scale(0.97);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 180ms ease,
    box-shadow 180ms ease;
  transition-delay: calc(var(--reveal-index, 0) * 90ms);
}
.scroll-reveal-enabled .module-card:nth-child(1),
.scroll-reveal-enabled .step-grid article:nth-child(1) {
  --reveal-index: 1;
}
.scroll-reveal-enabled .module-card:nth-child(2),
.scroll-reveal-enabled .step-grid article:nth-child(2) {
  --reveal-index: 2;
}
.scroll-reveal-enabled .module-card:nth-child(3),
.scroll-reveal-enabled .step-grid article:nth-child(3) {
  --reveal-index: 3;
}
.scroll-reveal-enabled .module-card:nth-child(4) {
  --reveal-index: 4;
}
.scroll-reveal-enabled .module-card:nth-child(5) {
  --reveal-index: 5;
}
.scroll-reveal-enabled .module-card:nth-child(6) {
  --reveal-index: 6;
}
.scroll-reveal-enabled .home-page[data-page="4"] .customize-copy {
  transform: translateX(-42px);
}
.scroll-reveal-enabled .home-page[data-page="4"] .customize-visual {
  transform: translateX(42px) scale(0.96);
  transition-delay: 140ms;
}
.scroll-reveal-enabled .home-page.is-visible .section-heading,
.scroll-reveal-enabled .home-page.is-visible .module-card,
.scroll-reveal-enabled .home-page.is-visible .step-grid article,
.scroll-reveal-enabled .home-page.is-visible .trial-button,
.scroll-reveal-enabled .home-page.is-visible .customize-copy,
.scroll-reveal-enabled .home-page.is-visible .customize-visual {
  opacity: 1;
  transform: translate(0) scale(1);
}
.scroll-reveal-enabled .home-page.reveal-complete .module-card {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  transition-delay: 0ms;
}
.scroll-reveal-enabled .home-page.reveal-complete .module-card:hover {
  transform: translateY(-4px) scale(1);
}

.modules {
  min-height: calc(100svh - var(--theme-header-height));
  padding: 20px max(24px, calc((100vw - 1192px) / 2));
  background:
    radial-gradient(circle at 88% 8%, rgb(2 132 199 / 10%), transparent 28%),
    var(--surface-soft);
}
.modules .section-heading h2,
.customize h2 {
  margin: 0;
  color: var(--theme-color-heading);
  font-size: var(--theme-heading-section);
  line-height: 1.22;
  letter-spacing: -0.04em;
}
.module-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.module-card {
  min-height: 294px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgb(255 255 255 / 92%);
  box-shadow: 0 10px 34px rgb(15 23 42 / 5%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.module-card:hover {
  transform: translateY(-4px);
  border-color: #a8cfee;
  box-shadow: 0 18px 42px rgb(2 132 199 / 10%);
}
.module-title {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}
.module-title img {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgb(15 23 42 / 12%);
}
.module-title h2 {
  color: var(--theme-color-primary);
  font-size: var(--theme-text-lg);
  font-weight: var(--theme-weight-bold);
  letter-spacing: 0.16em;
  margin: 0px;
}
.module-title h3 {
  margin: 3px 0 0;
  font-size: var(--theme-text-md);
  font-weight: var(--theme-weight-regular);
}
.module-card ul {
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
  list-style: none;
}
.module-card li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
  font-size: var(--theme-text-base);
  line-height: 1.55;
}
.module-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--teal);
  font-size: var(--theme-text-xs);
  font-weight: var(--theme-weight-bold);
}

@keyframes aaa-content-enter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes aaa-visual-enter {
  from {
    opacity: 0;
    transform: translateX(36px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .aaa-copy h1,
  .aaa-description,
  .aaa-actions,
  .trust-row,
  .aaa-visual,
  .home-page-one .trust-strip {
    opacity: 1;
    animation: none;
    transform: none;
  }
}
.trust-strip > div {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.trust-strip strong {
  color: var(--navy);
  font-size: var(--theme-text-lg);
}
.trust-strip span {
  margin-top: 4px;
  color: var(--muted);
  font-size: var(--theme-text-md);
}
.trust-strip > i {
  width: 1px;
  height: 34px;
  background: var(--line);
}

.benefits {
  padding: 110px max(24px, calc((100vw - 1192px) / 2));
  background: var(--surface-soft);
}
.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: var(--theme-text-lg);
}
.benefit-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
}
.benefit-grid article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
}
.benefit-grid .featured-benefit {
  grid-row: span 2;
  min-height: 536px;
  padding: 38px;
  color: #fff;
  background: linear-gradient(145deg, #092149, #0c3977);
}
.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 11px;
  color: var(--blue);
  background: var(--sky);
  font-size: 19px;
}
.featured-benefit .benefit-icon {
  color: #fff;
  background: rgb(255 255 255 / 12%);
}
.benefit-grid article > span {
  color: #8290a3;
  font-size: var(--theme-text-xs);
  font-weight: var(--theme-weight-bold);
  letter-spacing: 0.16em;
}
.featured-benefit > span {
  color: #70a3fb !important;
}
.benefit-grid h3 {
  margin: 12px 0;
  font-size: 19px;
  line-height: 1.5;
}
.featured-benefit h3 {
  margin-top: 18px;
  font-size: 30px;
}
.benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: var(--theme-text-xs);
  line-height: 1.8;
}
.featured-benefit p {
  color: #a9bdd8;
}
.mini-databases {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.mini-databases i {
  width: 37px;
  height: 30px;
  margin-right: -8px;
  border: 2px solid #0b2d61;
  border-radius: 50% / 24%;
  background: #2b76e8;
  box-shadow: inset 0 -7px 0 #1855aa;
}
.mini-databases i:nth-child(2) {
  background: #17ae91;
  box-shadow: inset 0 -7px 0 #0a7562;
}
.mini-databases i:nth-child(3) {
  background: #7d96bd;
  box-shadow: inset 0 -7px 0 #4c678f;
}
.mini-databases span {
  margin-left: 23px;
  color: #7f9abd;
  font-size: var(--theme-text-xs);
}

.shield {
  position: relative;
  z-index: 2;
  width: 145px;
  height: 170px;
  display: grid;
  place-items: center;
  clip-path: polygon(50% 0, 92% 18%, 86% 70%, 50% 100%, 14% 70%, 8% 18%);
  background: linear-gradient(145deg, #1e6ee8, #0a3e9d);
  filter: drop-shadow(0 25px 25px rgb(19 94 232 / 25%));
}
.shield::before {
  content: "";
  position: absolute;
  inset: 12px;
  clip-path: inherit;
  background: linear-gradient(145deg, rgb(255 255 255 / 15%), transparent);
}
.shield span {
  position: relative;
  color: #fff;
  font-size: 46px;
}
.orbit {
  position: absolute;
  border: 1px dashed #abc5eb;
  border-radius: 50%;
}
.orbit-one {
  width: 300px;
  height: 300px;
}
.orbit-two {
  width: 410px;
  height: 410px;
}
.orbit i {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 3px 10px rgb(14 168 138 / 30%);
}
.orbit-one i {
  top: 28px;
  right: 47px;
}
.orbit-two i {
  left: 24px;
  bottom: 108px;
  background: var(--blue);
}
.label-bottom {
  left: 15px;
  bottom: 58px;
}

.steps {
  /* min-height: calc(100svh - var(--theme-header-height)); */
  padding: 20px max(24px, calc((100vw - 1192px) / 2));
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  background: #fff;
}
.section-heading.centered {
  display: block;
  /* text-align: center; */
}
.section-intro {
  /* max-width: 610px !important;
  margin: 20px auto 0 !important; */
  color: var(--muted);
  line-height: 1.8;
}
.step-grid {
  width: 100%;
  max-width: 1080px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.step-grid article {
  --step-color: #19acec;
  position: relative;
  min-width: 0;
  padding: 0;
  text-align: center;
}
.step-grid article:nth-child(2) {
  --step-color: #1686cf;
}
.step-grid article:nth-child(3) {
  --step-color: #245f8e;
}
.step-track {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-number {
  width: 84px;
  height: 84px;
  flex: 0 0 84px;
  display: grid;
  place-items: center;
  border: 4px solid var(--step-color);
  border-radius: 50%;
  color: #fff;
  background: var(--step-color);
  box-shadow: inset 0 0 0 7px #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}
.step-line {
  position: absolute;
  top: 50%;
  left: calc(50% + 62px);
  width: calc(100% - 124px);
  height: 4px;
  margin: 0;
  border-radius: 999px;
  background: var(--step-color);
  transform: translateY(-50%);
}
.step-line::before,
.step-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 4px solid var(--step-color);
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.step-line::before {
  left: -4px;
}
.step-line::after {
  right: -4px;
}
.step-grid h3 {
  margin: 22px 0 10px;
  color: #4b5563;
  font-size: 20px;
  line-height: 1.35;
}
.step-grid ul {
  margin: 0;
  padding-left: 22px;
  display: inline-block;
  text-align: left;
  color: var(--theme-color-text);
  font-size: 13px;
  line-height: 1.65;
}
.trail {
  margin-top: 38px;
  display: flex;
  justify-content: flex-end;
}
.trial-button {
  flex: 0 0 auto;
}

.customize {
  width: min(1192px, calc(100% - 48px));
  min-height: calc(100svh - var(--theme-header-height) - 70px);
  margin: 35px auto;
  padding: clamp(50px, 7vw, 86px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgb(20 184 166 / 26%), transparent 27%),
    linear-gradient(145deg, #07182f, #0b3979);
  overflow: hidden;
}
.customize h2 {
  color: #fff;
}
.customize-copy > p:not(.section-number) {
  max-width: 610px;
  margin: 26px 0 0;
  color: #b8c9df;
  line-height: 1.9;
}
.customize .section-number {
  color: #65b8ff;
}
.customize-tags {
  margin: 28px 0 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.customize-tags span {
  padding: 9px 12px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  color: #d8e5f5;
  background: rgb(255 255 255 / 7%);
  font-size: var(--theme-text-xs);
  letter-spacing: 0.04em;
}
.customize-button {
  color: #073d35 !important;
  background: #43dbbb !important;
  box-shadow: 0 13px 30px rgb(0 0 0 / 18%) !important;
}
.customize-visual {
  position: relative;
  min-height: 430px;
}
.system-card {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 14%);
  background: rgb(255 255 255 / 9%);
  box-shadow: 0 26px 70px rgb(0 0 0 / 22%);
  backdrop-filter: blur(12px);
}
.system-card-main {
  inset: 58px 32px 58px 28px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  transform: rotate(-3deg);
}
.system-card-main span {
  color: #62e3c8;
  font-size: var(--theme-text-xs);
  font-weight: var(--theme-weight-bold);
  letter-spacing: 0.18em;
}
.system-card-main strong {
  margin: 18px 0 30px;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.35;
}
.system-card-main i {
  width: 78%;
  height: 9px;
  margin-top: 12px;
  border-radius: 20px;
  background: rgb(255 255 255 / 13%);
}
.system-card-main i:nth-of-type(2) {
  width: 58%;
}
.system-card-main i:nth-of-type(3) {
  width: 68%;
}
.system-card-small {
  width: 124px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #fff;
}
.system-card-small b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: var(--theme-color-primary);
  font-size: var(--theme-text-xs);
}
.system-card-small span {
  color: var(--navy);
  font-size: var(--theme-text-xs);
  font-weight: var(--theme-weight-bold);
  letter-spacing: 0.08em;
}
.card-workflow {
  top: 18px;
  right: -5px;
  transform: rotate(4deg);
}
.card-report {
  left: -7px;
  bottom: 48px;
  transform: rotate(-5deg);
}
.card-api {
  right: 3px;
  bottom: 12px;
  transform: rotate(3deg);
}
.card-report b {
  background: var(--teal);
}
.card-api b {
  background: #7c6ee6;
}

.final-cta {
  width: min(1192px, calc(100% - 48px));
  margin: 90px auto;
  padding: 60px 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  border-radius: 23px;
  color: #fff;
  background: linear-gradient(135deg, #07182f, #0b3979);
  overflow: hidden;
}
.final-cta > div:first-child {
  position: relative;
}
.final-cta > div:first-child::after {
  content: "A";
  position: absolute;
  left: 80%;
  top: -100px;
  color: rgb(255 255 255 / 3%);
  font-size: 260px;
  font-weight: 900;
  transform: skew(-7deg);
}
.final-cta p {
  margin: 0 0 14px;
  color: #6fa4fd;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.final-cta h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(31px, 3.6vw, 48px);
}
.final-cta > div:last-child {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}
.cta-button {
  color: #063f34 !important;
  background: #39d8b5 !important;
  box-shadow: 0 13px 30px rgb(0 0 0 / 18%) !important;
  white-space: nowrap;
}
.cta-button:hover {
  background: #66e5c9 !important;
}
.final-cta small {
  color: #7993b6;
  font-size: var(--theme-text-xs);
}

footer {
  width: min(1192px, calc(100% - 48px));
  margin: auto;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
}
footer .brand-mark {
  width: 30px;
  height: 30px;
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
  }
  .menu-button {
    display: block;
  }
  .main-nav {
    position: absolute;
    z-index: 20;
    top: 72px;
    left: 0;
    right: 0;
    padding: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow);
  }
  .main-nav.open {
    display: flex;
  }
  .nav-login {
    padding-left: 0;
    border: 0;
  }
  .aaa {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }
  .aaa-copy {
    text-align: center;
  }
  .eyebrow,
  .aaa-actions,
  .trust-row {
    justify-content: center;
  }
  .aaa-description {
    margin-left: auto;
    margin-right: auto;
  }
  .aaa-visual {
    width: min(700px, 100%);
    margin: auto;
  }
  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .benefit-grid .featured-benefit {
    grid-row: span 2;
  }
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .customize {
    grid-template-columns: 1fr;
  }
  .customize-copy {
    text-align: center;
  }
  .customize-copy > p:not(.section-number) {
    margin-left: auto;
    margin-right: auto;
  }
  .customize-tags {
    justify-content: center;
  }
  .customize-visual {
    width: min(520px, 100%);
    margin: auto;
  }
  .final-cta {
    padding: 50px 40px;
  }
}

@media (max-width: 720px) {
  .site-header,
  .aaa,
  .final-cta,
  footer {
    width: min(100% - 32px, 1192px);
  }
  .aaa {
    min-height: auto;
    padding: 55px 0 70px;
    gap: 38px;
  }
  .aaa-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .aaa-actions .button {
    width: 100%;
  }
  .trust-row {
    align-items: center;
    flex-direction: column;
    gap: 9px;
  }
  .aaa-visual {
    min-height: 410px;
    overflow: hidden;
    border-radius: 22px;
  }
  .trust-strip {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .trust-strip > i {
    display: none;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
  }
  .benefits,
  .steps,
  .modules {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .home-page {
    scroll-margin-top: var(--theme-header-mobile-height);
  }
  .module-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .module-card {
    min-height: auto;
  }
  .benefit-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .benefit-grid .featured-benefit {
    grid-row: auto;
    min-height: 470px;
  }
  .step-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .steps {
    padding-right: 16px;
    padding-left: 16px;
  }
  .step-grid article {
    min-height: 125px;
    padding: 0 0 0 92px;
    text-align: left;
  }
  .step-track {
    position: absolute;
    inset: 0 auto 0 0;
    width: 68px;
    display: block;
  }
  .step-number {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
    box-shadow: inset 0 0 0 6px #fff;
    font-size: 31px;
  }
  .step-line {
    position: absolute;
    top: 82px;
    right: auto;
    bottom: -22px;
    left: 32px;
    width: 4px;
    height: auto;
    margin: 0;
    transform: none;
  }
  .step-line::before,
  .step-line::after {
    left: 50%;
    width: 10px;
    height: 10px;
    border-width: 3px;
    transform: translate(-50%, 0);
  }
  .step-line::before {
    top: -3px;
  }
  .step-line::after {
    top: auto;
    right: auto;
    bottom: -3px;
  }
  .step-grid h3 {
    margin: 2px 0 8px;
  }
  .step-grid ul {
    display: block;
    font-size: 12px;
  }
  .final-cta {
    margin: 60px auto;
    padding: 45px 25px;
    flex-direction: column;
    text-align: center;
  }
  .customize {
    width: min(100% - 32px, 1192px);
    min-height: auto;
    margin: 16px auto 50px;
    padding: 58px 25px 34px;
    gap: 24px;
  }
  .customize-visual {
    min-height: 365px;
  }
  .system-card-main {
    inset: 50px 20px 45px;
    padding: 34px 26px;
  }
  footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

@media (max-width: 420px) {
  .site-header {
    height: 70px;
  }
  .aaa-visual {
    min-height: 360px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .featured-benefit h3 {
    font-size: 25px;
  }
  .customize-visual {
    min-height: 320px;
  }
  .system-card-main {
    inset: 46px 8px 38px;
  }
  .system-card-small {
    width: 108px;
    padding: 11px;
  }
}

/* Home page theme presentation */
.page-home {
  color: var(--theme-color-heading);
  background: var(--theme-color-surface);
}
.page-home main {
  padding-top: var(--theme-header-height);
}
.page-home .button {
  color: var(--theme-color-surface);
  background: var(--theme-color-primary);
  box-shadow: var(--theme-shadow-primary);
  font-size: var(--theme-text-md);
  font-weight: var(--theme-weight-medium);
}
.page-home .button:hover {
  color: var(--theme-color-surface);
  background: var(--theme-color-primary-hover);
}
.page-home .eyebrow,
.page-home .section-number,
.page-home .aaa h1 em {
  color: var(--theme-color-primary);
}
.page-home .aaa h1 {
  color: var(--theme-color-heading);
  font-size: var(--theme-heading-aaa);
  line-height: 60px;
}
.page-home .aaa-description {
  color: var(--theme-color-muted);
  font-size: var(--theme-text-lg);
}
.page-home .trust-row,
.page-home footer {
  color: var(--theme-color-muted);
  font-size: var(--theme-text-base);
}
.page-home .eyebrow,
.page-home .section-number {
  font-size: var(--theme-text-base);
  font-weight: var(--theme-weight-black);
}
.page-home .steps h2 {
  color: var(--theme-color-heading);
  font-size: var(--theme-heading-section);
  margin: 10px 0px;
}
@media (max-width: 560px) {
  .page-home main {
    padding-top: var(--theme-header-mobile-height);
  }
  .page-home .aaa h1 {
    line-height: 1.25;
  }
  .page-home .aaa-description {
    font-size: 0.9375rem;
  }
}

/* Customize & Scale — interactive light glass card */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga";
}
.page-home .customize {
  width: min(1192px, calc(100% - 48px));
  min-height: calc(100svh - var(--theme-header-height) - 70px);
  margin: 35px auto;
  padding: clamp(34px, 4vw, 50px);
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 4vw, 52px);
  position: relative;
  color: #0f172a;
  border: 1px solid rgb(226 232 240 / 95%);
  background:
    linear-gradient(to right, rgb(226 232 240 / 38%) 1px, transparent 1px),
    linear-gradient(to bottom, rgb(226 232 240 / 38%) 1px, transparent 1px),
    radial-gradient(circle at 8% 5%, rgb(186 230 253 / 64%), transparent 31%),
    radial-gradient(circle at 92% 92%, rgb(191 219 254 / 55%), transparent 34%),
    rgb(255 255 255 / 88%);
  background-size:
    48px 48px,
    48px 48px,
    auto,
    auto,
    auto;
  box-shadow:
    0 25px 50px -12px rgb(14 165 233 / 12%),
    0 10px 20px -5px rgb(2 132 199 / 8%);
}
.page-home .customize::before,
.page-home .customize::after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgb(186 230 253 / 45%);
  filter: blur(70px);
  pointer-events: none;
}
.page-home .customize::before {
  top: -170px;
  left: -140px;
}
.page-home .customize::after {
  right: -150px;
  bottom: -180px;
  background: rgb(199 210 254 / 42%);
}
.page-home .customize-copy,
.page-home .customize-visual {
  position: relative;
  z-index: 1;
}
.page-home .customize h2 {
  color: #0f172a;
  font-size: clamp(32px, 3.7vw, 50px);
  line-height: 1.2;
  letter-spacing: -0.045em;
}
.page-home .customize h2 span {
  color: #0369a1;
  background: linear-gradient(135deg, #0284c7, #0369a1 52%, #0f172a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-home .customize-copy > p:not(.customize-eyebrow) {
  max-width: 610px;
  margin: 18px 0 0;
  color: #5b687a;
  font-size: var(--theme-text-lg);
  line-height: 1.85;
}
.page-home .customize-copy > p strong {
  color: #0369a1;
}
.page-home .customize-copy > p.customize-eyebrow {
  width: max-content;
  margin: 0 0 20px;
  padding: 7px 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  color: #0369a1;
  background: #f0f9ff;
  box-shadow: 0 4px 12px rgb(14 165 233 / 8%);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.customize-eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0ea5e9;
}
.customize-eyebrow .material-symbols-outlined {
  font-size: 15px;
}
.customize-options {
  margin-top: 24px;
}
.customize-options-label {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #64748b;
  font-size: var(--theme-text-lg);
  font-weight: var(--theme-weight-medium);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.customize-options-label small {
  color: #0284c7;
  font-size: var(--theme-text-md);
}
.page-home .customize-tags {
  margin: 0;
  gap: 9px;
}
.customize-tag {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dbe3ed;
  border-radius: 11px;
  color: #526175;
  background: rgb(255 255 255 / 78%);
  font: inherit;
  font-size: var(--theme-text-md);
  font-weight: var(--theme-weight-medium);
  cursor: pointer;
  transition: 180ms ease;
}
.customize-tag:hover {
  color: #0f172a;
  border-color: #7dd3fc;
  background: #f8fafc;
}
.customize-tag.is-active {
  color: #fff;
  border-color: #0284c7;
  background: #0284c7;
  box-shadow: 0 7px 18px rgb(2 132 199 / 22%);
}
.page-home .customize-tag .material-symbols-outlined {
  margin: 0;
  padding: 0;
  border: 0;
  color: #0284c7;
  background: transparent;
  font-size: 16px;
  letter-spacing: normal;
}
.page-home .customize-tag.is-active .material-symbols-outlined {
  color: #fff;
}
.customize-tag:focus-visible,
.floating-module:focus-visible {
  outline: 3px solid rgb(14 165 233 / 32%);
  outline-offset: 3px;
}
.page-home .customize-button {
  margin-top: 27px;
  color: #fff !important;
  border-radius: 15px;
  font-size: var(--theme-text-lg);
    background: var(--theme-gradient-aaa) !important;
  /* background: linear-gradient(90deg, #0ea5e9, #2563eb 58%, #4f46e5) !important; */
  box-shadow: 0 9px 25px rgb(2 132 199 / 28%) !important;
}
.customize-button .material-symbols-outlined {
  font-size: 20px;
  transition: transform 180ms ease;
}
.customize-button:hover .material-symbols-outlined {
  transform: translateX(3px);
}
.page-home .customize-visual {
  min-height: 410px;
  display: flex;
  align-items: center;
}
.customize-preview {
  width: 100%;
  min-height: 345px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgb(203 213 225 / 80%);
  border-radius: 18px;
  background: rgb(255 255 255 / 90%);
  box-shadow: 0 25px 50px -12px rgb(100 116 139 / 30%);
  backdrop-filter: blur(18px);
}
.preview-toolbar,
.preview-footer,
.preview-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.preview-toolbar {
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e8f0;
}
.preview-window-dots {
  display: flex;
  gap: 6px;
}
.preview-window-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fb7185;
}
.preview-window-dots i:nth-child(2) {
  background: #fbbf24;
}
.preview-window-dots i:nth-child(3) {
  background: #34d399;
}
.preview-toolbar code {
  margin-right: auto;
  margin-left: 9px;
  color: #64748b;
  font-size: var(--theme-text-md);
}
.preview-badge {
  padding: 4px 8px;
  border: 1px solid #bae6fd;
  border-radius: 999px;
  color: #0369a1;
  background: #e0f2fe;
  font-size: var(--theme-text-sm);
  font-weight: 800;
}
.preview-content {
  margin: auto 0;
  padding: 17px 0;
}
.preview-subtitle {
  margin: 0 0 4px;
  color: #0284c7;
  font-size: var(--theme-text-md);
  font-weight: var(--theme-weight-medium);
  letter-spacing: 0.09em;
}
.preview-content h3 {
  min-height: 52px;
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.35;
}
.preview-canvas {
  min-height: 137px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: rgb(248 250 252 / 92%);
  box-shadow: inset 0 2px 7px rgb(15 23 42 / 4%);
}
.preview-panel.is-active {
  animation: customize-panel-enter 260ms ease both;
}
.preview-meta {
  margin-bottom: 10px;
  color: #64748b;
  font-size: var(--theme-text-xs);
}
.preview-meta b {
  color: #0284c7;
  font-weight: var(--theme-weight-medium);
}
.preview-meta .connected {
  color: #059669;
}
.preview-meta .connected,
.form-preview-row > span,
.preview-footer > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.preview-meta .connected .material-symbols-outlined {
  font-size: var(--theme-text-xs);
}
.form-preview-row .material-symbols-outlined {
  color: #0284c7;
  font-size: var(--theme-text-md);
  font-style: normal;
}
.workflow-steps,
.role-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.workflow-steps div {
  min-height: 65px;
  padding: 8px 4px;
  border: 1px solid #bae6fd;
  border-radius: 8px;
  color: #075985;
  background: #e0f2fe;
  text-align: center;
  font-size: var(--theme-text-xs);
}
.workflow-steps div:nth-child(2) {
  border-color: #bfdbfe;
  color: #1e40af;
  background: #dbeafe;
}
.workflow-steps div:nth-child(3) {
  border-color: #a7f3d0;
  color: #065f46;
  background: #d1fae5;
}
.workflow-steps b {
  width: 25px;
  height: 25px;
  margin: 0 auto 4px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #0ea5e9;
  font-size: var(--theme-text-xs);
}
.workflow-steps b.material-symbols-outlined {
  font-size: var(--theme-text-md);
}
.workflow-steps div:nth-child(2) b {
  background: #3b82f6;
}
.workflow-steps div:nth-child(3) b {
  background: #10b981;
}
.form-preview-row,
.role-preview span {
  margin-top: 7px;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #475569;
  background: #fff;
  font-size: var(--theme-text-xs);
}
.form-preview-row b,
.form-preview-row em {
  padding: 3px 6px;
  border-radius: 5px;
  color: #0369a1;
  background: #e0f2fe;
  font-style: normal;
}
.form-preview-row em {
  color: #64748b;
  background: #f1f5f9;
}
.api-preview {
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  border-radius: 8px;
  color: #7dd3fc;
  background: #0f172a;
  font:
    var(--theme-text-xs)/1.5 ui-monospace,
    monospace;
}
.api-preview b {
  color: #34d399;
}
.api-preview small {
  grid-column: 1 / -1;
  color: #94a3b8;
}
.role-preview {
  grid-template-columns: 1fr 1fr;
}
.role-preview span b {
  color: #0284c7;
}
.role-preview span b.material-symbols-outlined {
  font-size: var(--theme-text-md);
}
.preview-footer {
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: var(--theme-text-xs);
}
.preview-footer div {
  display: flex;
  gap: 5px;
}
.preview-footer i {
  width: 7px;
  height: 5px;
  border-radius: 999px;
  background: #e2e8f0;
}
.preview-footer i:first-child {
  width: 27px;
  background: #0ea5e9;
}
.preview-footer > span > i.material-symbols-outlined {
  width: auto;
  height: auto;
  color: #0284c7;
  background: transparent;
  font-size: var(--theme-text-xs);
}
.floating-module {
  position: absolute;
  min-width: 126px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgb(226 232 240 / 90%);
  border-radius: 14px;
  color: #0f172a;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 10px 25px -5px rgb(14 165 233 / 18%);
  font: inherit;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: box-shadow 180ms ease;
}
.floating-module:hover {
  box-shadow: 0 16px 30px -6px rgb(14 165 233 / 26%);
}
.floating-module b {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  font-size: var(--theme-text-xs);
}
.floating-module b.material-symbols-outlined {
  font-size: var(--theme-text-md);
}
.floating-module span {
  display: grid;
  gap: 2px;
  text-align: left;
  font-size: var(--theme-text-xs);
  font-weight: var(--theme-weight-medium);
  letter-spacing: 0.04em;
}
.floating-module small {
  color: #94a3b8;
  font-size: var(--theme-text-xs);
}
.page-home .card-workflow {
  top: -22px;
  right: -20px;
  transform: none;
  animation: customize-float 6s ease-in-out infinite;
}
.page-home .card-report {
  left: -20px;
  bottom: 8px;
  transform: none;
  animation: customize-float 6s ease-in-out 3s infinite;
}
.page-home .card-api {
  right: 28px;
  bottom: -12px;
  transform: none;
  animation: customize-float 6s ease-in-out 1.5s infinite;
}
.page-home .card-report b {
  background: linear-gradient(135deg, #2dd4bf, #10b981);
}
.page-home .card-api b {
  background: linear-gradient(135deg, #6366f1, #2563eb);
}

@keyframes customize-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes customize-panel-enter {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .page-home .customize {
    grid-template-columns: 1fr;
  }
  .page-home .customize-copy {
    text-align: center;
  }
  .page-home .customize-copy > p.customize-eyebrow {
    margin-right: auto;
    margin-left: auto;
  }
  .customize-options-label {
    width: min(560px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .page-home .customize-tags {
    justify-content: center;
  }
  .page-home .customize-visual {
    width: min(560px, 100%);
    margin: auto;
  }
}
@media (max-width: 720px) {
  .page-home .customize {
    width: min(100% - 32px, 1192px);
    padding: 42px 22px 34px;
    gap: 26px;
  }
  .page-home .customize h2 {
    font-size: clamp(29px, 9vw, 40px);
  }
  .page-home .customize-copy > p:not(.customize-eyebrow) {
    font-size: 13px;
  }
  .page-home .customize-visual {
    min-height: 385px;
  }
  .customize-preview {
    min-height: 330px;
    padding: 18px;
  }
  .page-home .card-workflow {
    top: -20px;
    right: -10px;
  }
  .page-home .card-report {
    left: -10px;
  }
}
@media (max-width: 480px) {
  .customize-options-label {
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }
  .customize-tag {
    flex: 1 1 calc(50% - 9px);
    justify-content: center;
    padding-inline: 8px;
  }
  .page-home .customize-visual {
    min-height: 345px;
  }
  .customize-preview {
    min-height: 305px;
    padding: 15px;
  }
  .preview-toolbar code {
    display: none;
  }
  .preview-content h3 {
    min-height: 45px;
    font-size: 16px;
  }
  .preview-canvas {
    min-height: 126px;
    padding: 11px;
  }
  .floating-module {
    min-width: 108px;
    padding: 8px 9px;
  }
  .page-home .card-workflow {
    top: -18px;
    right: -7px;
  }
  .page-home .card-report {
    left: -7px;
    bottom: 0;
  }
  .page-home .card-api {
    right: 9px;
    bottom: -17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .floating-module,
  .preview-panel.is-active {
    animation: none;
  }
}
