:root {
  --bg: #070a16;
  --panel: #0d1223;
  --line: rgba(255,255,255,.11);
  --text: #f6f7fb;
  --muted: #a8b0c4;
  --green: #8effba;
  --purple: #b99bff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: Alexandria, Arial, sans-serif;
  overflow-x: clip;
}

img,
svg {
  max-width: 100%;
}

.noise {
  position: fixed;
  inset: 0;
  opacity: .045;
  pointer-events: none;
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.container {
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: auto;
}

.nav-wrap {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  direction: ltr;
  align-items: center;
  gap: 9px;
  font: 700 22px 'Space Grotesk', sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: -1px;
}

.brand-mark {
  background: linear-gradient(135deg,#b5ffcd,#74baff);
  color: #08111c;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 17px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-links a {
  color: #c8cede;
  text-decoration: none;
  font-size: 13px;
}

.nav-links a:hover {
  color: #fff;
}

.nav-cta {
  border: 1px solid rgba(142,255,186,.45);
  color: var(--green) !important;
  border-radius: 99px;
  padding: 11px 17px;
}

.nav-cta i {
  font-style: normal;
  margin-right: 8px;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
}

.hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 30px;
  padding-top: 88px;
  min-width: 0;
}

.hero > * {
  min-width: 0;
}

.eyebrow {
  font: 600 11px 'Space Grotesk', Alexandria, sans-serif;
  letter-spacing: 1.4px;
  color: var(--green);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 9px;
}

.eyebrow span {
  height: 7px;
  width: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--green);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(42px,5.2vw,76px);
  line-height: 1.2;
  letter-spacing: -3.5px;
  margin: 18px 0 24px;
  font-weight: 700;
}

h1 em,
h2 em {
  font-style: normal;
  color: var(--green);
  position: relative;
}

h1 em:after,
h2 em:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -7px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(90deg,transparent,var(--green),transparent);
  opacity: .5;
}

.hero-text {
  font-size: 15px;
  line-height: 2;
  color: var(--muted);
  max-width: 540px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  border-radius: 10px;
  padding: 15px 19px;
  font-size: 13px;
  font-weight: 700;
  transition: .25s;
}

.button span {
  font-size: 18px;
}

.primary {
  background: var(--green);
  color: #06100c;
  box-shadow: 0 9px 30px rgba(142,255,186,.16);
}

.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(142,255,186,.28);
}

.ghost {
  color: #fff;
  border: 1px solid var(--line);
}

.ghost:hover {
  background: #ffffff0d;
}

.trust-row {
  margin-top: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #959db3;
  font-size: 11px;
}

.trust-row p {
  margin: 0;
}

.avatars {
  display: flex;
  direction: ltr;
}

.avatars b {
  width: 25px;
  height: 25px;
  margin-right: -7px;
  border: 2px solid var(--bg);
  background: #4b5f82;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
}

.avatars b:nth-child(2) {
  background: #845361;
}

.avatars b:nth-child(3) {
  background: #527b78;
}

.avatars b:nth-child(4) {
  background: #202b42;
}

.hero-visual {
  height: 570px;
  position: relative;
  isolation: isolate;
  min-width: 0;
  max-width: 100%;
}

.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  opacity: .8;
}

.orb-one {
  width: 390px;
  max-width: 90%;
  height: 390px;
  background: radial-gradient(circle at 40% 40%,#7cf8af55,transparent 68%);
  right: 5%;
  top: 15%;
}

.orb-two {
  width: 310px;
  max-width: 80%;
  height: 310px;
  background: radial-gradient(circle,#8b6cff35,transparent 65%);
  left: 7%;
  bottom: 5%;
}

.grid-sphere {
  position: absolute;
  inset: 70px 30px;
  background:
    radial-gradient(ellipse at center,transparent 45%,#07101b 72%),
    repeating-radial-gradient(ellipse at center,#81f6b523 0 1px,transparent 2px 23px);
  border-radius: 50%;
  opacity: .8;
}

.ai-core {
  position: absolute;
  width: 255px;
  height: 255px;
  top: 151px;
  right: calc(50% - 128px);
  border-radius: 50%;
  background: radial-gradient(circle,#1c4b44 0%,#0d272e 25%,#0b1830 62%,transparent 63%);
  box-shadow: inset 0 0 60px #72ffc04d,0 0 70px #4bf5bf30;
}

.core-ring {
  position: absolute;
  border: 1px solid #9dffca55;
  border-radius: 50%;
  inset: 0;
}

.r1 {
  transform: scale(.83) rotateX(67deg);
}

.r2 {
  transform: scale(1.15) rotateY(62deg);
  border-color: #9f8eff55;
}

.r3 {
  transform: scale(1.32) rotate(-35deg);
  border-color: #7dcaff44;
}

.core-center {
  position: absolute;
  inset: 72px;
  border: 1px solid #baffd599;
  border-radius: 50%;
  background: #0a2628;
  box-shadow: 0 0 35px #6dffc180;
  display: grid;
  place-content: center;
  text-align: center;
  font: 700 33px 'Space Grotesk';
  letter-spacing: -3px;
}

.core-center span {
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--green);
}

.float-card {
  position: absolute;
  z-index: 2;
  border: 1px solid #ffffff1c;
  background: #11192ad9;
  box-shadow: 0 15px 50px #0006;
  backdrop-filter: blur(8px);
  border-radius: 14px;
  padding: 15px;
}

.float-card small {
  display: block;
  color: #95a1bb;
  font: 600 8px 'Space Grotesk';
  letter-spacing: 1px;
}

.analytics-card {
  top: 92px;
  left: 2px;
  width: 160px;
}

.analytics-card strong {
  font: 700 27px 'Space Grotesk';
  display: block;
  margin-top: 7px;
}

.analytics-card sup {
  font-size: 12px;
  color: var(--green);
}

.analytics-card > span {
  font-size: 9px;
  color: #b8c0d1;
}

.mini-chart {
  height: 27px;
  display: flex;
  gap: 5px;
  align-items: end;
  margin-top: 10px;
}

.mini-chart i {
  height: 25%;
  background: var(--green);
  width: 10px;
  border-radius: 2px;
}

.mini-chart i:nth-child(2) { height:44%; }
.mini-chart i:nth-child(3) { height:36%; }
.mini-chart i:nth-child(4) { height:72%; }
.mini-chart i:nth-child(5) { height:52%; }
.mini-chart i:nth-child(6) { height:88%; }
.mini-chart i:nth-child(7) { height:100%; }

.agent-card {
  bottom: 88px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 190px;
}

.agent-card strong {
  display: block;
  font-size: 11px;
  margin-top: 4px;
}

.agent-dot {
  height: 30px;
  width: 30px;
  border-radius: 9px;
  background: linear-gradient(135deg,#87ffc0,#776eff);
  position: relative;
}

.agent-dot:after {
  content: "✦";
  color: #07111b;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.online {
  margin-right: auto;
  color: var(--green);
  font-size: 10px;
}

.scroll-line {
  position: absolute;
  bottom: 6px;
  left: 50%;
  font-size: 10px;
  color: #8590a9;
  writing-mode: vertical-rl;
  display: flex;
  gap: 12px;
  align-items: center;
}

.scroll-line span {
  height: 55px;
  width: 1px;
  background: linear-gradient(var(--green),transparent);
}

.numbers {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.numbers div {
  padding: 0 25px;
  border-left: 1px solid var(--line);
  min-width: 0;
}

.numbers div:first-child {
  border: 0;
}

.numbers strong {
  font: 700 31px 'Space Grotesk';
  display: block;
}

.numbers span {
  display: block;
  color: #9da6bc;
  font-size: 10px;
  margin-top: 4px;
}

.section {
  padding: 130px 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 52px;
}

.section-head > * {
  min-width: 0;
}

.section-head h2,
.method h2,
.platform h2,
.cta h2 {
  font-size: clamp(33px,4.4vw,57px);
  letter-spacing: -2.7px;
  line-height: 1.32;
  margin: 15px 0 0;
}

.section-head > p {
  max-width: 340px;
  color: var(--muted);
  line-height: 2;
  font-size: 13px;
  margin: 0;
}

.solutions {
  background: linear-gradient(#070a16,#0a1020 35%,#070a16);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}

.solution {
  min-height: 300px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(135deg,#11172a99,#0b0f1b99);
  position: relative;
  overflow: hidden;
  transition: .3s;
}

.solution:hover {
  border-color: #a9ffd35a;
  transform: translateY(-5px);
  background: #121a2e;
}

.solution.wide {
  grid-column: span 2;
}

.card-num {
  position: absolute;
  left: 20px;
  top: 22px;
  font: 600 10px 'Space Grotesk';
  color: #778197;
}

.solution-icon {
  width: 42px;
  height: 42px;
  border: 1px solid #8effba66;
  background: #8effba15;
  color: var(--green);
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 21px;
}

.purple {
  color: #c4adff;
  border-color: #b99bff66;
  background: #b99bff15;
}

.blue {
  color: #82b5ff;
  border-color: #82b5ff66;
  background: #82b5ff15;
}

.cyan {
  color: #7ce8ff;
  border-color: #7ce8ff66;
  background: #7ce8ff15;
}

.pink {
  color: #ffa4dd;
  border-color: #ffa4dd66;
  background: #ffa4dd15;
}

.green {
  color: #a2ffc2;
}

.orange {
  color: #ffbd89;
  border-color: #ffbd8966;
  background: #ffbd8915;
}

.yellow {
  color: #ffec88;
  border-color: #ffec8866;
  background: #ffec8815;
}

.solution h3 {
  font-size: 17px;
  margin: 23px 0 11px;
}

.solution p {
  font-size: 11px;
  line-height: 2;
  color: var(--muted);
  max-width: 510px;
}

.featured {
  background: radial-gradient(circle at 85% 110%,#6affbb20,transparent 33%),#11172a99;
}

.example {
  border-right: 2px solid var(--green);
  padding-right: 10px;
  margin: 19px 0 17px;
  max-width: 525px;
}

.example b {
  font-size: 10px;
  color: var(--green);
  display: block;
  margin-bottom: 5px;
}

.example span {
  font-size: 10px;
  line-height: 1.8;
  color: #c2c9d8;
}

.solution > a {
  color: var(--green);
  font-size: 11px;
  text-decoration: none;
  font-weight: 700;
}

.solution > a i {
  font-style: normal;
  margin-right: 5px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 22px;
}

.tags span {
  font-size: 9px;
  padding: 6px 8px;
  border: 1px solid #ffffff1c;
  border-radius: 20px;
  color: #b7c0d2;
}

.flow {
  display: flex;
  align-items: center;
  gap: 5px;
  direction: rtl;
  margin-top: 26px;
  white-space: nowrap;
  max-width: 100%;
}

.flow span {
  font-size: 8px;
  background: #ffffff0d;
  border: 1px solid #ffffff12;
  border-radius: 5px;
  padding: 7px;
}

.flow i {
  font-style: normal;
  color: var(--green);
  font-size: 12px;
}

.query {
  margin-top: 25px;
  border: 1px solid #7ce8ff38;
  background: #7ce8ff0c;
  border-radius: 8px;
  padding: 10px;
  font-size: 9px;
  color: #ccebf1;
}

.query span {
  float: left;
  color: #7ce8ff;
}

.doc-line {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
  font-size: 10px;
}

.doc-line i {
  font-style: normal;
  color: #ffa4dd;
  font-size: 22px;
}

.doc-line small {
  color: #8d96ab;
  font-size: 8px;
}

.integration {
  min-height: 245px;
}

.integration-logos {
  position: absolute;
  left: 25px;
  bottom: 30px;
  display: flex;
  direction: ltr;
  gap: 8px;
  align-items: center;
  max-width: calc(100% - 50px);
}

.integration-logos b {
  font: 600 9px 'Space Grotesk';
  border: 1px solid #ffffff25;
  padding: 9px;
  border-radius: 6px;
  color: #d8ddeb;
}

.integration-logos b:last-child {
  color: #07100d;
  background: var(--green);
  border-color: var(--green);
}

.integration-logos i {
  font-style: normal;
  color: #68738b;
}

.platform {
  padding-top: 60px;
  min-width: 0;
}

.platform-box {
  border: 1px solid #8effba33;
  border-radius: 22px;
  min-height: 620px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  align-items: center;
  padding: 70px;
  background:
    radial-gradient(circle at 5% 50%,#6affba1d,transparent 33%),
    linear-gradient(110deg,#0e1924,#090e1c);
}

.platform-box > * {
  min-width: 0;
}

.platform-copy {
  padding-right: 6vw;
}

.platform-copy > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 2;
  color: var(--muted);
  max-width: 355px;
  margin: 26px 0;
}

.platform-ui {
  direction: rtl;
  width: 650px;
  max-width: 100%;
  border: 1px solid #ffffff1e;
  border-radius: 12px;
  background: #0e1525;
  box-shadow: -20px 25px 80px #0008;
  overflow: hidden;
}

.ui-top {
  height: 52px;
  border-bottom: 1px solid #ffffff13;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  font: 600 13px 'Space Grotesk';
}

.ui-top small {
  color: var(--green);
}

.ui-top span {
  font: 10px Alexandria;
  color: #8effba;
}

.ui-body {
  display: flex;
  min-height: 335px;
  direction: ltr;
  min-width: 0;
}

.ui-body aside {
  width: 50px;
  flex: 0 0 50px;
  border-left: 1px solid #ffffff13;
  padding-top: 14px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.ui-body aside i {
  font-style: normal;
  color: #768099;
  border-radius: 7px;
  padding: 6px;
}

.ui-body aside .active {
  color: #09130f;
  background: var(--green);
}

.dashboard {
  direction: rtl;
  padding: 23px;
  width: calc(100% - 50px);
  min-width: 0;
}

.dash-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dash-title small {
  display: block;
  color: #8f99b0;
  font-size: 9px;
}

.dash-title strong {
  font-size: 13px;
  margin-top: 5px;
}

.dash-title button {
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  color: #ccd1dd;
  border-radius: 5px;
  padding: 6px;
  font: 8px Alexandria;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 8px;
  margin: 20px 0;
}

.stat-grid div {
  min-width: 0;
  border: 1px solid #ffffff14;
  border-radius: 7px;
  padding: 11px;
}

.stat-grid small {
  display: block;
  font-size: 8px;
  color: #8f99b0;
}

.stat-grid b {
  font: 700 18px 'Space Grotesk';
  display: block;
  margin: 8px 0 4px;
}

.stat-grid em {
  font-size: 8px;
  color: var(--green);
  font-style: normal;
}

.dash-chart {
  border: 1px solid #ffffff14;
  border-radius: 7px;
  padding: 14px;
  height: 145px;
}

.chart-label {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
}

.chart-label span {
  color: var(--green);
}

svg {
  width: 100%;
  height: 90px;
  margin-top: 10px;
}

.sectors {
  padding-bottom: 90px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.sector-grid article {
  min-width: 0;
  min-height: 190px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 18px;
  transition: .25s;
}

.sector-grid article:hover {
  background: #8effba0b;
}

.sector-grid span {
  color: var(--green);
  font-size: 23px;
}

.sector-grid h3 {
  font-size: 13px;
  margin: 20px 0 10px;
}

.sector-grid p {
  font-size: 10px;
  color: #9da7bb;
  line-height: 1.8;
}

.method {
  background: #0b1020;
}

.method-intro {
  text-align: center;
}

.method-intro .eyebrow {
  justify-content: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 32px;
  margin-top: 70px;
}

.steps article {
  position: relative;
  padding-top: 12px;
  min-width: 0;
}

.steps article:not(:last-child):after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg,#8effba80,transparent);
  position: absolute;
  top: 23px;
  width: calc(100% - 55px);
  left: -22px;
}

.steps span {
  height: 46px;
  width: 46px;
  border: 1px solid #8effba66;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--green);
  font: 600 12px 'Space Grotesk';
  background: #0b1020;
  position: relative;
  z-index: 1;
}

.steps h3 {
  font-size: 15px;
  margin: 21px 0 9px;
}

.steps p {
  font-size: 11px;
  line-height: 1.9;
  color: #9ca6ba;
}

.cta {
  margin-top: 130px;
  margin-bottom: 120px;
  border: 1px solid #93ffc35e;
  border-radius: 20px;
  text-align: center;
  padding: 85px 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 115%,#75ffbd48,transparent 55%),
    #0d1720;
}

.cta > *:not(.cta-glow) {
  position: relative;
}

.cta .eyebrow {
  justify-content: center;
}

.cta > p:not(.eyebrow) {
  font-size: 13px;
  line-height: 2;
  color: #c0c7d4;
  margin: 24px auto;
  max-width: 465px;
}

.light {
  background: #fff;
  color: #091018;
  margin-bottom: 20px;
  border: 0;
  cursor: pointer;
}

.light:hover {
  transform: translateY(-3px);
}

.cta small {
  display: block;
  color: #a8b1c2;
  font: 11px 'Space Grotesk';
}

.cta-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%,transparent 20%,#a8ffe208 50%,transparent 72%);
}

footer {
  border-top: 1px solid var(--line);
  padding: 32px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 15px;
}

.footer-inner > * {
  min-width: 0;
}

.footer-inner p,
.footer-inner small {
  font-size: 10px;
  color: #8993a9;
  margin: 0;
}

.footer-inner div {
  display: flex;
  gap: 18px;
}

.footer-inner a {
  font-size: 10px;
  color: #b5bdcd;
  text-decoration: none;
}

.footer-inner .brand {
  font-size: 19px;
}

.footer-inner .brand-mark {
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.footer-inner small {
  text-align: left;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease,transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}


/* =========================
   TABLET
========================= */

@media(max-width:900px) {

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 145px 0 45px;
  }

  .hero-visual {
    height: 420px;
    width: min(590px,100%);
    margin: auto;
  }

  .numbers {
    margin-top: 20px;
  }

  .platform-box {
    grid-template-columns: 1fr;
    padding: 50px 30px;
    gap: 48px;
  }

  .platform-copy {
    padding: 0;
  }

  .platform-ui {
    width: 100%;
  }

  .solutions-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .sector-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

  .steps {
    gap: 18px;
  }
}


/* =========================
   MOBILE
========================= */

@media(max-width:620px) {

  .container {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }

  .nav {
    height: 74px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    right: 16px;
    left: 16px;
    max-width: calc(100% - 32px);
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
    background: #101728;
    border: 1px solid var(--line);
    border-radius: 12px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    padding-top: 112px;
  }

  .hero-visual {
    height: 330px;
    width: 100%;
    max-width: 100%;
  }

  .ai-core {
    transform: scale(.78);
    top: 62px;
  }

  .grid-sphere {
    inset: 0;
  }

  .analytics-card {
    top: 20px;
    left: 0;
    transform: scale(.82);
    transform-origin: top left;
  }

  .agent-card {
    bottom: 10px;
    right: 0;
    transform: scale(.82);
    transform-origin: bottom right;
  }

  .scroll-line {
    display: none;
  }

  h1 {
    letter-spacing: -2.2px;
  }

  .hero-text {
    font-size: 13px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    justify-content: space-between;
  }

  .trust-row {
    margin-top: 27px;
  }

  .numbers {
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding: 7px 0;
  }

  .numbers div {
    padding: 18px 13px;
    border-bottom: 1px solid var(--line);
  }

  .numbers div:nth-child(odd) {
    border-left: 1px solid var(--line);
  }

  .numbers div:nth-child(3),
  .numbers div:nth-child(4) {
    border-bottom: 0;
  }

  .section {
    padding: 80px 0;
  }

  .section-head {
    display: block;
    margin-bottom: 32px;
  }

  .section-head > p {
    margin-top: 20px;
  }

  .solutions-grid {
    grid-template-columns: minmax(0,1fr);
  }

  .solution.wide {
    grid-column: span 1;
  }

  .solution {
    min-height: 250px;
  }

  .integration-logos {
    position: static;
    max-width: 100%;
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .platform {
    padding-top: 0;
  }

  .platform-box {
    padding: 42px 18px;
  }

  .ui-body aside {
    width: 38px;
    flex-basis: 38px;
  }

  .dashboard {
    padding: 15px;
    width: calc(100% - 38px);
  }

  .stat-grid {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }

  .stat-grid div:last-child {
    display: none;
  }

  .sector-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }

  .steps {
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-top: 45px;
  }

  .steps article:not(:last-child):after {
    display: none;
  }

  .cta {
    width: auto;
    max-width: calc(100% - 32px);
    margin: 80px 16px;
    padding: 55px 18px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-inner small {
    text-align: right;
  }

  .footer-inner div {
    order: 3;
  }

  .flow {
    gap: 2px;
    white-space: normal;
    flex-wrap: wrap;
  }

  .flow span {
    padding: 6px;
    font-size: 7px;
  }
}


/* =========================
   Xvond logo palette
========================= */

:root .scroll-line {
  display: none;
}

:root .platform {
  display: none !important;
}

.brand-word {
  font: 700 25px 'Space Grotesk',sans-serif;
  letter-spacing: -1.5px;
  background: linear-gradient(180deg,#ecf7ff 8%,#62b8ff 45%,#1b66c5 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 10px #3794ff33;
}

.ai-core {
  animation: core-float 5s ease-in-out infinite;
}

.core-ring {
  animation: ring-spin 11s linear infinite;
}

.r2 {
  animation-direction: reverse;
  animation-duration: 15s;
}

.r3 {
  animation-duration: 19s;
}

.core-center b {
  font: 700 22px 'Space Grotesk',sans-serif;
  letter-spacing: -1.5px;
  background: linear-gradient(180deg,#eafdff,#64bcff 55%,#2370d1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.core-center span {
  font-size: 6px;
  letter-spacing: .8px;
  line-height: 1.4;
  max-width: 75px;
  text-align: center;
}

.sector-grid article:last-child {
  background: #72c3ff0d;
}

.sector-grid article:last-child span {
  font-size: 28px;
}

@keyframes core-float {
  0%,100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-13px) scale(1.025);
  }
}

@keyframes ring-spin {
  to {
    transform: rotate(360deg);
  }
}

:root .core-center {
  overflow: hidden;
  padding: 2px;
}

.core-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px #70bcff99);
  animation: logo-glow 3s ease-in-out infinite;
}

@keyframes logo-glow {
  0%,100% {
    transform: scale(.96) rotate(-2deg);
    filter: drop-shadow(0 0 7px #70bcff77);
  }

  50% {
    transform: scale(1.03) rotate(2deg);
    filter: drop-shadow(0 0 17px #a4dcff);
  }
}

:root .sector-grid {
  grid-template-columns: repeat(3,minmax(0,1fr));
}

:root {
  --bg: #050914;
  --panel: #0b1427;
  --line: rgba(143,202,255,.16);
  --green: #72c3ff;
  --purple: #8fb7ff;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #72c3ff99;
  box-shadow: 0 0 16px #338dff55;
}

.brand-word {
  font-size: 30px;
}

.primary {
  background: linear-gradient(135deg,#8ed9ff,#4087e9);
  color: #06101e;
  box-shadow: 0 9px 30px rgba(77,156,255,.2);
}

.primary:hover {
  box-shadow: 0 12px 36px rgba(77,156,255,.35);
}

.orb-one {
  background: radial-gradient(circle at 40% 40%,#408dff55,transparent 68%);
}

.orb-two {
  background: radial-gradient(circle,#5da4ff35,transparent 65%);
}

.grid-sphere {
  background:
    radial-gradient(ellipse at center,transparent 45%,#07101b 72%),
    repeating-radial-gradient(ellipse at center,#7bc0ff2c 0 1px,transparent 2px 23px);
}

.ai-core {
  background: radial-gradient(circle,#2e75c9 0%,#153d72 25%,#0b1830 62%,transparent 63%);
  box-shadow: inset 0 0 60px #72c3ff5c,0 0 70px #3d8fff38;
}

.core-ring {
  border-color: #86c8ff77;
}

.core-center {
  border-color: #b5ddffbb;
  background: #0a1b36;
  box-shadow: 0 0 35px #64b8ff95;
}

.agent-dot {
  background: linear-gradient(135deg,#87caff,#5368ff);
}

.solutions {
  background: linear-gradient(#050914,#091328 35%,#050914);
}

.solution {
  background: linear-gradient(135deg,#101a31aa,#080e1d99);
}

.solution:hover {
  border-color: #7ac7ff8a;
  background: #121f3b;
}

.featured {
  background:
    radial-gradient(circle at 85% 110%,#4b9dff23,transparent 33%),
    #101a31aa;
}

.platform-box {
  border-color: #72c3ff4d;
  background:
    radial-gradient(circle at 5% 50%,#438fff21,transparent 33%),
    linear-gradient(110deg,#0d1c33,#080e1c);
}

.platform-ui {
  background: #0b172b;
}

.method {
  background: #091226;
}

.steps article:not(:last-child):after {
  background: linear-gradient(90deg,#72c3ff80,transparent);
}

.steps span {
  border-color: #72c3ff88;
  background: #091226;
}

.cta {
  border-color: #72c3ff6e;
  background:
    radial-gradient(ellipse at 50% 115%,#4b9dff55,transparent 55%),
    #0b1627;
}

.light {
  background: linear-gradient(135deg,#d7efff,#70b9ff);
  color: #07111f;
}

.footer-inner .brand-logo {
  width: 30px;
  height: 30px;
}


/* =========================
   Eyebrow wrapping fix
========================= */

.eyebrow {
  flex-wrap: wrap;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
  line-height: 1.7;
  max-width: 100%;
}

.eyebrow span {
  flex-shrink: 0;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
}

.hero-visual {
  z-index: 1;
  max-width: 100%;
}

.hero {
  overflow: visible;
}

@media(max-width:900px) {

  .hero {
    grid-template-columns: minmax(0,1fr);
    gap: 20px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: .8px;
  }
}

@media(max-width:620px) {

  .eyebrow {
    font-size: 9.5px;
    letter-spacing: .6px;
    line-height: 1.8;
  }

  h1 {
    font-size: clamp(36px,10vw,52px) !important;
    letter-spacing: -1.5px !important;
  }
}


/* =========================
   Horizontal overflow fixes
========================= */

main,
header,
footer,
section,
nav {
  max-width: 100%;
}

.hero-copy,
.hero-visual,
.solutions-grid,
.solution,
.sector-grid,
.sector-grid article,
.steps,
.steps article,
.platform-box,
.platform-ui,
.dashboard,
.contact-form,
.form-grid,
.form-field,
.footer-inner {
  min-width: 0;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.contact-form button {
  max-width: 100%;
}

@media(max-width:620px) {

  .orb-one {
    width: 290px;
    height: 290px;
    right: 0;
  }

  .orb-two {
    width: 250px;
    height: 250px;
    left: 0;
  }

  .ai-core {
    right: calc(50% - 127.5px);
    transform-origin: center;
  }

  .sector-grid,
  :root .sector-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

html[dir="rtl"] .card-num {
  left: 20px;
  right: auto;
}

html[dir="ltr"] .card-num {
  right: 20px;
  left: auto;
}
.about {
  position: relative;
  overflow: hidden;
}

.about-content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.about-content .eyebrow {
  justify-content: center;
}

.about-content h2 {
  font-size: clamp(33px, 4.4vw, 57px);
  letter-spacing: -2.7px;
  line-height: 1.32;
  margin: 15px 0 30px;
}

.about-content h2 em {
  font-style: normal;
  color: var(--green);
  position: relative;
}

.about-text {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2.2;
}

@media (max-width: 620px) {
  .about-content {
    text-align: right;
  }

  html[dir="ltr"] .about-content {
    text-align: left;
  }

  .about-content .eyebrow {
    justify-content: flex-start;
  }

  .about-content h2 {
    font-size: 34px;
    letter-spacing: -1.5px;
  }

  .about-text {
    font-size: 12px;
    line-height: 2;
  }
}