/* IxpertOnCloud — Enterprise marketing site */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");

:root {
  --navy: #0b1f3a;
  --navy-2: #123b68;
  --ink: #16283f;
  --muted: #5a6b83;
  --line: #dbe3ed;
  --bg: #ffffff;
  --ice: #f2f6fa;
  --ice-2: #e6edf5;
  --blue: #1d5ba6;
  --blue-dark: #123b68;
  --sapphire: #1d5ba6;
  --orange: #c2761b;
  --grad: linear-gradient(120deg, #0b1f3a 0%, #123b68 55%, #1d5ba6 100%);
  --grad-soft: linear-gradient(135deg, #eef3f9, #f8fafc);
  --shadow: 0 10px 30px rgba(11, 31, 58, 0.06);
  --shadow-md: 0 18px 48px rgba(11, 31, 58, 0.12);
  --radius: 14px;
  --font: "Inter", system-ui, sans-serif;
  --display: "Manrope", Inter, system-ui, sans-serif;
  --nav-h: 124px;
  --wrap: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }

.wrap {
  width: min(var(--wrap), calc(100% - 2.5rem));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: var(--nav-h);
  height: auto;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s;
  overflow: visible;
}
.site-header.is-scrolled {
  border-bottom-color: var(--line);
  box-shadow: 0 6px 24px rgba(11, 31, 58, 0.05);
}
.nav {
  min-height: var(--nav-h);
  height: auto;
  padding: .55rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  overflow: visible;
}
.brand {
  display: flex;
  align-items: center;
  gap: .65rem;
  color: var(--navy);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -.02em;
  text-decoration: none;
  overflow: visible;
  flex-shrink: 0;
  padding: 4px 0;
}
.brand:hover { color: var(--navy); }
.brand img {
  height: 86px;
  width: auto;
  max-width: min(500px, 66vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  overflow: visible;
  background: transparent;
}
.foot-brand .brand img {
  height: 86px;
  max-width: min(500px, 90%);
  background: #fff;
  padding: 14px 18px;
  border-radius: 12px;
  box-sizing: content-box;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: .15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  display: block;
  padding: .5rem .85rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}
.nav-links a:hover,
.nav-links a.active { color: var(--navy); background: var(--ice); }
.nav-actions { display: flex; align-items: center; gap: .55rem; }
.menu-btn {
  display: none;
  width: 42px; height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.menu-btn span { width: 16px; height: 1.5px; background: var(--navy); border-radius: 2px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  min-height: 44px;
  padding: 0 1.2rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: .9rem;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s, transform .15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 22px rgba(18, 59, 104, 0.25);
}
.btn-primary:hover { background: var(--blue-dark); color: #fff; }
.btn-secondary {
  background: #fff;
  border-color: var(--line);
  color: var(--navy);
}
.btn-secondary:hover { border-color: #b8c7de; color: var(--blue); }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-orange {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 8px 22px rgba(194, 118, 27, 0.28);
}
.btn-orange:hover { background: #a86315; color: #fff; }

/* Sections */
.section { padding: clamp(1.75rem, 3vw, 2.75rem) 0; }
.section-ice { background: var(--ice); }
.section-white { background: #fff; }
.section-navy {
  background: var(--grad);
  color: #fff;
}
.section-head {
  max-width: 680px;
  margin-bottom: 1.35rem;
}
.section-head.center {
  margin-inline: auto;
  text-align: center;
}
.section-head:has(.sol-page-title) {
  max-width: min(100%, 1180px);
}
.eyebrow {
  display: inline-block;
  margin: 0 0 .65rem;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue);
}
.section-navy .eyebrow { color: #9dc0e2; }
.section-head h2 {
  margin: 0 0 .65rem;
  font-family: var(--display);
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  letter-spacing: -.03em;
  line-height: 1.15;
  color: var(--navy);
}
.section-navy .section-head h2 { color: #fff; }
.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}
.section-navy .section-head p { color: rgba(255,255,255,.78); }

/* Hero */
.hero {
  padding: clamp(1.35rem, 2.5vw, 2.1rem) 0 clamp(1.5rem, 2.8vw, 2.25rem);
  background: linear-gradient(180deg, #ffffff 0%, var(--ice) 100%);
  border-bottom: 1px solid var(--line);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(1rem, 2vw, 1.6rem);
  align-items: center;
}
.hero h1 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: clamp(2.15rem, 4.5vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  color: var(--navy);
  font-weight: 800;
}
.hero h1 .accent {
  display: block;
  background: linear-gradient(100deg, #0b1f3a, #123b68 55%, #1d5ba6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lead {
  margin: 0 0 1.1rem;
  max-width: 46ch;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-bottom: .85rem; }
.hero-badges {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .28rem;
  margin: 0;
  max-width: 100%;
}
.hero-badges span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 .42rem;
  border-radius: 999px;
  border: 1px solid #c9d7e8;
  background: #fff;
  color: var(--navy-2);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .01em;
  white-space: nowrap;
}
@media (max-width: 820px) {
  .hero-badges { flex-wrap: wrap; }
}
.hero-visual {
  position: relative;
  background: #e6eef6;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  line-height: 0;
}
.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-in;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

/* Product frame (live dashboard mock) */
.app-frame {
  background: #fff;
  border: 1px solid #cfdae8;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(11, 31, 58, .16), 0 2px 6px rgba(11, 31, 58, .06);
}
.app-bar {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .45rem .7rem;
  background: linear-gradient(180deg, #f7f9fc, #eef2f7);
  border-bottom: 1px solid #dbe3ed;
}
.app-dots { display: inline-flex; gap: 5px; }
.app-dots i { width: 8px; height: 8px; border-radius: 50%; background: #cbd6e4; }
.app-dots i:first-child { background: #d9b3b3; }
.app-url {
  flex: 1;
  background: #fff;
  border: 1px solid #dfe6ef;
  border-radius: 5px;
  padding: .15rem .5rem;
  font-size: .62rem;
  color: #7d8ca3;
  letter-spacing: .01em;
}
.app-body { display: grid; grid-template-columns: 116px 1fr; background: #fbfcfe; }
.app-side { background: var(--navy); color: #fff; padding: .7rem .55rem; }
.app-side-brand {
  font-family: var(--display);
  font-weight: 800;
  font-size: .68rem;
  letter-spacing: -.01em;
  padding: 0 .3rem .55rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
  margin-bottom: .45rem;
}
.app-side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 1px; }
.app-side li {
  font-size: .63rem;
  font-weight: 500;
  color: rgba(255,255,255,.62);
  padding: .3rem .4rem;
  border-radius: 5px;
  line-height: 1.3;
}
.app-side li.on { background: rgba(255,255,255,.12); color: #fff; font-weight: 700; }
.app-main { padding: .7rem .75rem .8rem; display: grid; gap: .5rem; }
.app-head { display: flex; align-items: flex-start; justify-content: space-between; gap: .5rem; }
.app-head h4 {
  margin: 0;
  font-family: var(--display);
  font-size: .84rem;
  color: var(--navy);
  letter-spacing: -.01em;
}
.app-head > div > span { font-size: .58rem; color: #8091a8; letter-spacing: .01em; }
.app-chip {
  font-size: .55rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #14713f;
  background: #e6f4ec;
  border: 1px solid #c9e6d6;
  border-radius: 20px;
  padding: .1rem .45rem;
}
.app-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: .4rem; }
.app-kpi {
  background: #fff;
  border: 1px solid #e2e9f2;
  border-radius: 7px;
  padding: .4rem .45rem;
  display: grid;
  gap: 1px;
}
.k-label { font-size: .55rem; color: #8091a8; letter-spacing: .02em; }
.k-value { font-family: var(--display); font-size: .82rem; color: var(--navy); letter-spacing: -.02em; }
.k-delta { font-size: .53rem; color: #7d8ca3; }
.k-delta.up { color: #16794a; }
.k-delta.down { color: #a4562b; }
.app-charts { display: grid; grid-template-columns: 1.25fr 1fr; gap: .4rem; }
.app-card { background: #fff; border: 1px solid #e2e9f2; border-radius: 7px; padding: .45rem .5rem .5rem; }
.app-card-head { display: flex; align-items: baseline; justify-content: space-between; gap: .4rem; margin-bottom: .25rem; }
.app-card-head h5 { margin: 0; font-family: var(--display); font-size: .66rem; color: var(--navy); }
.app-card-head span { font-size: .53rem; color: #93a2b8; }
.app-line { width: 100%; height: 62px; }
.app-legend { display: flex; gap: .6rem; margin-top: .2rem; }
.lg { font-size: .52rem; color: #7d8ca3; display: inline-flex; align-items: center; gap: .25rem; }
.lg::before { content: ""; width: 10px; height: 2px; border-radius: 2px; background: var(--sapphire); }
.lg-2::before { background: #9dc0e2; }
.app-donut-row { display: flex; align-items: center; gap: .5rem; }
.app-donut { width: 72px; height: 72px; flex: 0 0 auto; transform: rotate(-90deg); }
.app-donut-v { font-size: 5px; font-weight: 700; fill: #0b1f3a; transform: rotate(90deg); transform-origin: 21px 21px; font-family: Manrope, sans-serif; }
.app-donut-l { font-size: 2.8px; fill: #8091a8; transform: rotate(90deg); transform-origin: 21px 21px; }
.app-keys { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.app-keys li { font-size: .54rem; color: #6b7c94; display: flex; align-items: center; gap: .3rem; }
.app-keys b { color: var(--navy); font-size: .55rem; margin-left: auto; }
.app-keys i { width: 6px; height: 6px; border-radius: 2px; flex: 0 0 auto; }
.app-keys .k1 { background: #0b1f3a; }
.app-keys .k2 { background: #1d5ba6; }
.app-keys .k3 { background: #5b93c9; }
.app-keys .k4 { background: #b9cfe4; }
.app-branch ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .22rem; }
.app-branch li { display: grid; grid-template-columns: 96px 1fr 30px; align-items: center; gap: .4rem; font-size: .55rem; color: #6b7c94; }
.app-branch .bar { height: 5px; border-radius: 3px; background: #e6edf5; overflow: hidden; }
.app-branch .bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, #123b68, #1d5ba6); }
.app-branch b { font-size: .55rem; color: var(--navy); text-align: right; }
@media (max-width: 560px) {
  .app-body { grid-template-columns: 1fr; }
  .app-side { display: none; }
  .app-kpis { grid-template-columns: repeat(2, 1fr); }
  .app-charts { grid-template-columns: 1fr; }
}

/* Cards / grids */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 4px 16px rgba(11, 31, 58, 0.03);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: #c5d3ea;
}
.card-ico {
  width: 42px; height: 42px;
  border-radius: 10px;
  display: grid; place-items: center;
  margin-bottom: .95rem;
  background: var(--ice-2);
  border: 1px solid #d7e4f5;
}
.card-ico img { width: 22px; height: 22px; }
.card h3 {
  margin: 0 0 .45rem;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: -.02em;
  color: var(--navy);
}
.card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}
.card .more {
  display: inline-block;
  margin-top: .85rem;
  font-size: .88rem;
  font-weight: 700;
  color: var(--blue);
}

.sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.sol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: #fff;
  border: 1px solid #d7e4f1;
  border-radius: var(--radius);
  padding: 0;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(11, 31, 58, 0.04);
  overflow: hidden;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.sol-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 2;
  background: var(--sol-accent, var(--sapphire));
}
.sol-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(11, 31, 58, 0.1);
  border-color: #c5d3ea;
  color: inherit;
}
.sol-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1f3a;
}
.sol-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.sol-card:hover .sol-media img { transform: scale(1.04); }
.sol-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(11,31,58,.28));
  pointer-events: none;
}
.sol-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.05rem 1.05rem;
}
.sol-card .card-ico {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  margin-bottom: .7rem;
  background: var(--sol-tint, var(--ice-2));
  border: 1px solid #d7e4f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sol-card .card-ico img { width: 22px; height: 22px; }
.sol-card h3 {
  margin: 0 0 .45rem;
  font-family: var(--display);
  font-size: 1.02rem;
  color: var(--navy);
  min-height: 2.4em;
}
.sol-card p {
  margin: 0;
  flex: 1 1 auto;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.sol-card .more {
  margin-top: auto;
  padding-top: .85rem;
  font-size: .86rem;
  font-weight: 700;
  color: var(--blue);
}
.accent-finance { --sol-accent: #1d5ba6; --sol-tint: #eaf2fb; }
.accent-pos { --sol-accent: #c2761b; --sol-tint: #fff6eb; }
.accent-crm { --sol-accent: #5b6bc8; --sol-tint: #eef0fb; }
.accent-purchase { --sol-accent: #0f766e; --sol-tint: #ecfdf5; }
.accent-inventory { --sol-accent: #0369a1; --sol-tint: #e8f5fc; }
.accent-mfg { --sol-accent: #475569; --sol-tint: #f1f5f9; }
.accent-hr { --sol-accent: #7c3aed; --sol-tint: #f3eefc; }
.accent-project { --sol-accent: #0e7490; --sol-tint: #e8f7fb; }
.accent-service { --sol-accent: #be185d; --sol-tint: #fdf0f6; }
.accent-assets { --sol-accent: #c2410c; --sol-tint: #fff4ed; }
.accent-leasing { --sol-accent: #1d4ed8; --sol-tint: #eef3ff; }
.accent-bi { --sol-accent: #123b68; --sol-tint: #e9eef6; }

.sol-page-title {
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .sol-page-title { white-space: normal; }
}

/* Product showcase tabs */
.prod-showcase { margin-top: .25rem; }
.prod-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.prod-tab {
  min-height: 38px;
  padding: 0 .95rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
}
.prod-tab:hover { color: var(--navy); border-color: #b8c7da; }
.prod-tab.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
  box-shadow: 0 8px 18px rgba(11, 31, 58, .16);
}
.prod-panel {
  display: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, .75fr);
  gap: 1.35rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.prod-panel.is-active { display: grid; }
.prod-shot {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d7e3ed;
  background: #eef3f8;
  line-height: 0;
}
.prod-shot img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-in;
  max-height: 420px;
  object-fit: contain;
  object-position: center top;
  background: #fff;
}
.prod-copy h3 {
  margin: 0 0 .55rem;
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--navy);
  letter-spacing: -.02em;
}
.prod-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.55;
}
.cap-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .85rem;
}
.cap-card {
  background: #fff;
  border: 1px solid #d7e4f1;
  border-radius: 12px;
  padding: 1rem 1.05rem;
  box-shadow: 0 4px 14px rgba(11, 31, 58, 0.03);
}
.cap-card h3 {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-size: .95rem;
  color: var(--navy);
}
.cap-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.45;
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  counter-reset: step;
}
.step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.25rem;
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  margin-bottom: .85rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: .95rem;
  color: var(--blue);
}
.step h3 {
  margin: 0 0 .4rem;
  font-family: var(--display);
  font-size: 1.02rem;
  color: var(--navy);
}
.step p { margin: 0; color: var(--muted); font-size: .9rem; }

/* How we work teaser (About) + detail page */
.how-tease-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1rem;
}
.how-tease {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.how-tease:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: #c5d3e4;
}
.how-tease-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1f3a;
}
.how-tease-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .4s ease;
}
.how-tease:hover .how-tease-media img { transform: scale(1.04); }
.how-tease-body {
  padding: 1rem 1.05rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: .35rem;
  flex: 1;
}
.how-tease-n {
  font-family: var(--display);
  font-weight: 800;
  font-size: .8rem;
  color: var(--sapphire);
  letter-spacing: .04em;
}
.how-tease-body h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.02rem;
  color: var(--navy);
  line-height: 1.25;
}
.how-tease-body p {
  margin: 0;
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.45;
  flex: 1;
}
.how-tease-body .more {
  margin-top: .35rem;
  font-size: .84rem;
  font-weight: 700;
  color: var(--sapphire);
}
.how-tease-cta {
  text-align: center;
  margin-top: 1.75rem;
}
.how-hero-tag {
  margin-top: .85rem !important;
  color: var(--navy) !important;
}
.how-detail {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2rem;
  align-items: center;
}
.how-detail.reverse { grid-template-columns: .95fr 1.05fr; }
.how-detail.reverse .how-detail-copy { order: 2; }
.how-detail.reverse .how-detail-shot { order: 1; }
.how-detail-copy h2 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  color: var(--navy);
  letter-spacing: -.02em;
}
.how-detail-copy > p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.6;
}
.how-bullets,
.how-steps-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .65rem;
}
.how-bullets li,
.how-steps-list li {
  position: relative;
  font-size: .92rem;
  color: var(--ink);
  line-height: 1.5;
  border-left: 3px solid #c9dae9;
  padding: .35rem 0 .35rem .85rem;
}
.how-bullets li strong,
.how-steps-list li strong { color: var(--navy); }
.how-steps-list li em {
  display: block;
  margin-top: .15rem;
  font-style: normal;
  font-size: .8rem;
  font-weight: 700;
  color: var(--sapphire);
}
.how-bullets-2 {
  grid-template-columns: 1fr 1fr;
  gap: .55rem .9rem;
}
.how-mini-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: 1.15rem;
}
.how-mini-strip span {
  padding: .3rem .65rem;
  border-radius: 999px;
  background: var(--ice);
  border: 1px solid var(--line);
  font-size: .72rem;
  font-weight: 700;
  color: var(--navy);
}
.how-aside {
  margin: 1.1rem 0 0 !important;
  padding: .75rem .9rem;
  border-radius: 10px;
  background: rgba(18,59,104,.06);
  border: 1px solid #c9dae9;
  font-size: .88rem !important;
  font-weight: 600;
  color: var(--navy) !important;
}
.how-detail-shot {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: #fff;
}
.how-detail-shot img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .how-tease-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .how-detail,
  .how-detail.reverse { grid-template-columns: 1fr; }
  .how-detail.reverse .how-detail-copy,
  .how-detail.reverse .how-detail-shot { order: initial; }
  .how-bullets-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .how-tease-grid { grid-template-columns: 1fr; }
}

.how-hero-band {
  padding: 2.75rem 0 2.25rem;
  background:
    radial-gradient(ellipse 60% 70% at 100% 0%, rgba(29,91,166,.14), transparent 55%),
    linear-gradient(180deg, #eef3f9 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.how-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2rem;
  align-items: center;
}
.how-hero-grid h1 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 2.45rem);
  color: var(--navy);
  letter-spacing: -.03em;
  line-height: 1.15;
}
.how-lead {
  margin: 0 0 1rem;
  max-width: 54ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
}
.how-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}
.how-hero-shot {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.how-hero-shot img { display: block; width: 100%; height: auto; }
.how-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.how-sec-head h2 {
  margin: 0 0 .5rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  color: var(--navy);
}
.how-sec-head > div > p:last-child {
  margin: 0;
  max-width: 58ch;
  color: var(--muted);
  line-height: 1.55;
}
.how-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.how-pillar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  border-top: 3px solid #1d5ba6;
}
.how-pillar h3 {
  margin: 0 0 .45rem;
  font-family: var(--display);
  font-size: .98rem;
  color: var(--navy);
}
.how-pillar p {
  margin: 0;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.5;
}
.how-roadmap {
  margin-top: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #0b1f3a, #123b68 55%, #1a4f8c);
  color: #fff;
}
.how-roadmap h3 {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: 1.05rem;
}
.how-roadmap-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
}
.how-roadmap-track span {
  display: inline-block;
  margin-bottom: .35rem;
  padding: .2rem .55rem;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.how-roadmap-track p {
  margin: 0;
  font-size: .84rem;
  color: rgba(255,255,255,.82);
  line-height: 1.45;
}
.how-built {
  margin-top: 1.25rem;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: var(--ice);
  border: 1px solid var(--line);
}
.how-built h3 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: 1rem;
  color: var(--navy);
}
.how-built ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .65rem;
}
.how-built li {
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.4;
}
.how-built strong { color: var(--navy); display: block; margin-bottom: .15rem; }
.how-detail-tight { margin-bottom: 1.5rem; }
.how-journey {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .75rem;
}
.how-journey article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem .9rem 1.05rem;
  box-shadow: var(--shadow);
}
.how-journey span {
  font-family: var(--display);
  font-weight: 800;
  font-size: .78rem;
  color: var(--sapphire);
}
.how-journey h3 {
  margin: .35rem 0 .4rem;
  font-family: var(--display);
  font-size: .95rem;
  color: var(--navy);
}
.how-journey p {
  margin: 0 0 .55rem;
  font-size: .8rem;
  color: var(--muted);
  line-height: 1.4;
}
.how-journey em {
  font-style: normal;
  font-size: .72rem;
  font-weight: 700;
  color: #0f766e;
}
.how-principles {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 1.25rem 0;
}
.how-principles span,
.how-promises span {
  padding: .35rem .7rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: .75rem;
  font-weight: 700;
  color: var(--navy);
}
.how-success-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .75rem;
}
.how-success-row div {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem .9rem;
}
.how-success-row strong {
  display: block;
  margin-bottom: .25rem;
  font-size: .86rem;
  color: var(--navy);
}
.how-success-row p {
  margin: 0;
  font-size: .78rem;
  color: var(--muted);
  line-height: 1.4;
}
.how-lifecycle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.how-lifecycle article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow);
}
.how-lifecycle h3 {
  margin: 0 0 .4rem;
  font-family: var(--display);
  font-size: 1rem;
  color: var(--navy);
}
.how-lifecycle p {
  margin: 0 0 .65rem;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.45;
}
.how-lifecycle em {
  font-style: normal;
  font-size: .78rem;
  font-weight: 700;
  color: var(--sapphire);
}
.how-advantage-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .65rem;
  margin-top: 1.25rem;
}
.how-advantage-strip div {
  background: linear-gradient(180deg, #f7fafc, #eef3f9);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .85rem .8rem;
  text-align: center;
}
.how-advantage-strip strong {
  display: block;
  margin-bottom: .25rem;
  font-size: .82rem;
  color: var(--navy);
}
.how-advantage-strip span {
  font-size: .75rem;
  color: var(--muted);
}
.how-promises {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1.25rem;
}
.how-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.how-choice-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  box-shadow: var(--shadow);
}
.how-choice-grid h3 {
  margin: 0 0 .4rem;
  font-family: var(--display);
  font-size: .98rem;
  color: var(--navy);
}
.how-choice-grid p {
  margin: 0;
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.45;
}
.how-diff {
  margin-top: 1.35rem;
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: #0b1f3a;
  color: #fff;
}
.how-diff h3 {
  margin: 0 0 .4rem;
  font-family: var(--display);
  font-size: 1.05rem;
}
.how-diff p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .how-pillar-grid,
  .how-choice-grid,
  .how-lifecycle { grid-template-columns: 1fr 1fr; }
  .how-journey { grid-template-columns: repeat(3, 1fr); }
  .how-built ul,
  .how-success-row,
  .how-advantage-strip,
  .how-roadmap-track { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .how-hero-grid { grid-template-columns: 1fr; }
  .how-sec-head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .how-pillar-grid,
  .how-choice-grid,
  .how-lifecycle,
  .how-journey,
  .how-built ul,
  .how-success-row,
  .how-advantage-strip,
  .how-roadmap-track { grid-template-columns: 1fr; }
}

/* Showcase */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.showcase {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11, 31, 58, 0.03);
}
.showcase-frame {
  aspect-ratio: 16 / 10;
  background: linear-gradient(160deg, #0f1b33, #123b68 55%, #1d5ba6);
  padding: .85rem;
  display: grid;
  place-items: stretch;
}
.showcase-ui {
  background: rgba(255,255,255,.96);
  border-radius: 8px;
  padding: .65rem;
  display: grid;
  gap: .4rem;
  align-content: start;
}
.ui-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--blue);
}
.ui-bar { height: 8px; border-radius: 4px; background: #e2e8f0; width: 40%; }
.ui-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: .4rem; }
.ui-kpi {
  min-height: 42px;
  border-radius: 6px;
  background: linear-gradient(180deg, #eef3f9, #dce7f2);
  border: 1px solid #c6d7e8;
  padding: .35rem .4rem;
  display: flex;
  flex-direction: column;
  gap: .1rem;
}
.ui-kpi span { font-size: .62rem; color: var(--muted); line-height: 1.1; }
.ui-kpi strong { font-size: .78rem; color: var(--navy); font-weight: 700; line-height: 1.1; }
.ui-chart {
  height: 48px;
  border-radius: 6px;
  background:
    linear-gradient(180deg, transparent 55%, #9dc0e2 55%),
    repeating-linear-gradient(90deg, #dce7f2 0 10px, transparent 10px 18px);
  border: 1px solid #c6d7e8;
}
.ui-chart-pos {
  background:
    linear-gradient(90deg, #1d5ba6 0 28%, #2f7ac0 28% 55%, #c2761b 55% 78%, #e2e8f0 78% 100%);
}
.ui-chart-ai {
  background:
    radial-gradient(circle at 30% 50%, #8b5cf6 0 8px, transparent 9px),
    radial-gradient(circle at 55% 40%, #1d5ba6 0 10px, transparent 11px),
    radial-gradient(circle at 75% 60%, #2f7ac0 0 7px, transparent 8px),
    linear-gradient(180deg, #eef3f9, #dce7f2);
}
.tone-pos { background: linear-gradient(160deg, #0f172a, #123b68 60%, #2f7ac0); }
.tone-fin { background: linear-gradient(160deg, #0f1b33, #123b68, #334155); }
.tone-inv { background: linear-gradient(160deg, #0f1b33, #0f766e 55%, #14b8a6); }
.tone-hr { background: linear-gradient(160deg, #1e1b4b, #5b21b6 55%, #8b5cf6); }
.tone-mfg { background: linear-gradient(160deg, #1c1917, #9a3412 50%, #c2761b); }
.tone-con { background: linear-gradient(160deg, #1c1917, #b45309 55%, #f59e0b); }
.tone-assets { background: linear-gradient(160deg, #0b1f3a, #1e3a5f 55%, #3b82f6); }
.tone-ai { background: linear-gradient(160deg, #0f1b33, #312e81 45%, #1d5ba6); }
.showcase-body { padding: 1rem 1.1rem 1.15rem; }
.showcase-body h3 {
  margin: 0 0 .25rem;
  font-family: var(--display);
  font-size: .98rem;
  color: var(--navy);
}
.showcase-body p { margin: 0; color: var(--muted); font-size: .86rem; }

/* Why list */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.why-item {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.why-item .dot {
  width: 8px; height: 8px;
  margin-top: .45rem;
  border-radius: 50%;
  background: var(--blue);
  flex-shrink: 0;
}
.why-item span {
  font-size: .92rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.4;
}

/* AI list (legacy / shared) */
.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}
.ai-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.ai-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  padding: .85rem 1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: .92rem;
  color: var(--ink);
  font-weight: 600;
}
.ai-list li::before {
  content: "";
  width: 7px; height: 7px;
  margin-top: .45rem;
  border-radius: 50%;
  background: var(--sapphire);
  flex-shrink: 0;
}
.ai-note {
  background: var(--ice);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem;
}
.ai-note h3 {
  margin: 0 0 .5rem;
  font-family: var(--display);
  color: var(--navy);
}
.ai-note p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Homepage AI Analytics showcase */
.home-ai {
  position: relative;
  overflow: hidden;
}
.home-ai::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29,91,166,.1), transparent 70%);
  pointer-events: none;
}
.home-ai-title {
  max-width: 22ch;
}
@media (min-width: 1180px) {
  .home-ai-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.45rem, 1.9vw, 1.9rem);
  }
}
.home-ai-layout {
  display: grid;
  grid-template-columns: 1.35fr .9fr;
  gap: 1.35rem;
  align-items: stretch;
}
.home-ai-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.home-ai-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.home-ai-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #c5d3e4;
}
.home-ai-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1f3a;
}
.home-ai-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.home-ai-card:hover .home-ai-media img { transform: scale(1.04); }
.home-ai-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(11,31,58,.35));
  pointer-events: none;
}
.home-ai-card-body {
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding: .9rem 1rem 1.05rem;
}
.home-ai-card p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: var(--navy);
  font-weight: 600;
}
.home-ai-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(145deg, #eaf2fb, #d7e6f6);
  border: 1px solid #c9dae9;
  position: relative;
  flex: 0 0 auto;
}
.home-ai-ico::before,
.home-ai-ico::after {
  content: "";
  position: absolute;
  background: #1d5ba6;
}
.home-ai-ico[data-ico="traffic"]::before { left: 9px; right: 9px; bottom: 9px; height: 2px; border-radius: 2px; }
.home-ai-ico[data-ico="traffic"]::after { width: 6px; height: 11px; left: 14px; bottom: 11px; border-radius: 2px; }
.home-ai-ico[data-ico="zones"]::before { inset: 9px; border: 2px dashed #1d5ba6; background: transparent; border-radius: 4px; }
.home-ai-ico[data-ico="zones"]::after { display: none; }
.home-ai-ico[data-ico="map"]::before { width: 13px; height: 13px; left: 10px; top: 10px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.home-ai-ico[data-ico="map"]::after { width: 4px; height: 4px; left: 14px; top: 13px; border-radius: 50%; background: #fff; }
.home-ai-ico[data-ico="people"]::before { width: 8px; height: 8px; border-radius: 50%; left: 13px; top: 8px; }
.home-ai-ico[data-ico="people"]::after { width: 13px; height: 7px; border-radius: 7px 7px 2px 2px; left: 10px; top: 18px; }
.home-ai-ico[data-ico="svc"]::before { width: 12px; height: 8px; left: 11px; top: 10px; border-radius: 2px; }
.home-ai-ico[data-ico="svc"]::after { width: 8px; height: 6px; left: 14px; top: 17px; border-radius: 2px; opacity: .7; }
.home-ai-ico[data-ico="risk"]::before { width: 0; height: 0; left: 10px; top: 9px; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #1d5ba6; background: transparent; }
.home-ai-ico[data-ico="risk"]::after { width: 2px; height: 4px; left: 16px; top: 13px; background: #fff; box-shadow: 0 4px 0 #fff; }
.home-ai-ico[data-ico="rec"]::before { inset: 10px; border-radius: 3px; border: 2px solid #1d5ba6; background: transparent; }
.home-ai-ico[data-ico="rec"]::after { width: 6px; height: 6px; border-radius: 50%; left: 14px; top: 14px; background: #c2761b; }
.home-ai-ico[data-ico="edge"]::before { width: 13px; height: 13px; left: 10px; top: 10px; border-radius: 3px; }
.home-ai-ico[data-ico="edge"]::after { width: 4px; height: 4px; left: 15px; top: 15px; border-radius: 1px; background: #fff; }
.home-ai-ico[data-ico="demo"]::before { width: 14px; height: 8px; left: 9px; top: 13px; border-radius: 2px; }
.home-ai-ico[data-ico="demo"]::after { width: 6px; height: 6px; border-radius: 50%; left: 18px; top: 8px; opacity: .55; }

.home-ai-panel {
  display: flex;
  flex-direction: column;
  gap: .85rem;
  padding: 1.35rem 1.3rem 1.4rem;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(29,91,166,.28), transparent 55%),
    linear-gradient(155deg, #0b1f3a 0%, #123b68 55%, #1a4f8c 100%);
  color: #fff;
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(255,255,255,.1);
}
.home-ai-feed {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  aspect-ratio: 16 / 10;
  background: #071526;
}
.home-ai-feed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  animation: home-ai-ken 12s ease-in-out infinite alternate;
}
@keyframes home-ai-ken {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}
.home-ai-feed-ui {
  position: absolute;
  left: .65rem;
  right: .65rem;
  top: .55rem;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
}
.home-ai-feed-cam {
  padding: .2rem .45rem;
  border-radius: 6px;
  background: rgba(7,21,38,.55);
  color: #fff;
}
.home-ai-feed-rec {
  padding: .2rem .45rem;
  border-radius: 6px;
  background: rgba(194, 40, 40, .85);
  color: #fff;
  animation: home-ai-blink 1.4s ease-in-out infinite;
}
@keyframes home-ai-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}
.home-ai-scan {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(126,196,255,.85), transparent);
  box-shadow: 0 0 12px rgba(126,196,255,.55);
  animation: home-ai-scan 3.2s linear infinite;
  z-index: 2;
  pointer-events: none;
}
@keyframes home-ai-scan {
  from { top: 8%; }
  to { top: 90%; }
}
.home-ai-box {
  position: absolute;
  border: 1.5px solid rgba(126, 196, 255, .85);
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(11,31,58,.25);
  animation: home-ai-box 2.8s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}
.home-ai-box.b1 { left: 14%; top: 38%; width: 18%; height: 28%; animation-delay: 0s; }
.home-ai-box.b2 { left: 42%; top: 30%; width: 16%; height: 34%; animation-delay: .4s; }
.home-ai-box.b3 { left: 66%; top: 36%; width: 17%; height: 30%; animation-delay: .8s; }
@keyframes home-ai-box {
  0%, 100% { opacity: .55; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.03); }
}
@media (prefers-reduced-motion: reduce) {
  .home-ai-feed img,
  .home-ai-scan,
  .home-ai-box,
  .home-ai-feed-rec { animation: none !important; }
}
.home-ai-panel-top {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255,255,255,.88);
}
.home-ai-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.2);
  animation: aix-pulse 1.8s ease-in-out infinite;
}
.home-ai-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .45rem;
}
.home-ai-mini div {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: .55rem .45rem;
  text-align: center;
}
.home-ai-mini span {
  display: block;
  font-size: .62rem;
  color: rgba(255,255,255,.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.home-ai-mini strong {
  display: block;
  margin-top: .2rem;
  font-family: var(--display);
  font-size: .78rem;
  color: #fff;
  font-weight: 700;
}
.home-ai-panel h3 {
  margin: .15rem 0 0;
  font-family: var(--display);
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -.015em;
  color: #fff;
}
.home-ai-panel > p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: .92rem;
  line-height: 1.55;
}
.home-ai-panel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.home-ai-panel-pills span {
  padding: .28rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  font-size: .72rem;
  font-weight: 600;
  color: rgba(255,255,255,.9);
}
.home-ai-panel .btn-primary {
  margin-top: auto;
  align-self: flex-start;
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}
.home-ai-panel .btn-primary:hover {
  background: var(--ice);
  color: var(--navy);
}

@media (max-width: 1050px) {
  .home-ai-layout { grid-template-columns: 1fr; }
  .home-ai-cards { grid-template-columns: repeat(3, 1fr); }
  .home-ai-title { white-space: normal; max-width: none; }
}
@media (max-width: 820px) {
  .home-ai-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .home-ai-cards { grid-template-columns: 1fr; }
  .home-ai-mini { grid-template-columns: 1fr; }
}

/* CTA band */
.cta-band {
  border-radius: 18px;
  padding: clamp(1.8rem, 3.5vw, 2.6rem);
  background: var(--grad);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.cta-band h2 {
  margin: 0 0 .4rem;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  letter-spacing: -.02em;
}
.cta-band p { margin: 0; color: rgba(255,255,255,.82); max-width: 48ch; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .65rem; }

.closing-visual {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #0b1f3a;
  box-shadow: var(--shadow-md);
  line-height: 0;
  background: #0b1f3a;
}
.closing-visual img {
  width: 100%;
  height: auto;
  display: block;
  cursor: zoom-in;
}
.closing-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 1.1rem;
}

/* Page hero */
.page-hero {
  padding: 1.75rem 0 1.35rem;
  background: var(--ice);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  letter-spacing: -.03em;
  color: var(--navy);
}
.page-hero p {
  margin: 0;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.05rem;
}

/* Forms */
.form-layout {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.5rem;
}
.form-card, .info-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(11, 31, 58, 0.03);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem;
}
.form-grid .full { grid-column: 1 / -1; }
.field label {
  display: block;
  margin-bottom: .3rem;
  font-size: .8rem;
  font-weight: 700;
  color: var(--navy);
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: .75rem .85rem;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 59, 104, 0.12);
}
.field textarea { min-height: 120px; resize: vertical; }
.contact-actions {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
}
.info-card h3 {
  margin: 0 0 .5rem;
  font-family: var(--display);
  color: var(--navy);
}
.info-card p { margin: 0 0 1rem; color: var(--muted); font-size: .95rem; }
.placeholder {
  display: inline-block;
  padding: .15rem .4rem;
  border-radius: 4px;
  background: #f1f5f9;
  color: #64748b;
  font-size: .85rem;
  font-family: ui-monospace, monospace;
}

/* Footer */
.site-footer {
  background: var(--navy);
  color: rgba(255,255,255,.7);
  padding: 3.25rem 0 1.5rem;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 2rem;
}
.foot-brand .brand { color: #fff; margin-bottom: .75rem; }
.foot-brand p { margin: 0; max-width: 34ch; font-size: .9rem; line-height: 1.55; }
.foot-col h4 {
  margin: 0 0 .85rem;
  color: #fff;
  font-family: var(--display);
  font-size: .92rem;
}
.foot-col a {
  display: block;
  margin-bottom: .45rem;
  color: rgba(255,255,255,.65);
  font-size: .9rem;
}
.foot-col a:hover { color: #fff; }
.foot-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .6rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .84rem;
}

/* Image lightbox */
img[data-lightbox],
img.is-zoomable {
  cursor: zoom-in;
}
.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(11, 31, 58, 0.82);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity .2s ease;
}
.img-lightbox.is-open { opacity: 1; }
.img-lightbox[hidden] { display: none !important; }
.img-lightbox img {
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  width: auto;
  height: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.img-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.img-lightbox-close:hover { background: var(--ice); }

/* What makes different */
.diff-layout {
  display: grid;
  grid-template-columns: minmax(210px, .82fr) minmax(340px, 1.36fr) minmax(210px, .82fr);
  gap: .7rem;
  align-items: stretch;
}
.diff-col { display: grid; grid-auto-rows: 1fr; gap: .6rem; }
.diff-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .9rem 1rem;
  box-shadow: 0 4px 14px rgba(11, 31, 58, 0.03);
  display: flex;
  gap: .75rem;
  align-items: flex-start;
}
.diff-item.boxed { border-color: #d3dfec; background: linear-gradient(180deg, #fff, #f8fafd); }
.diff-ico {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d5ba6;
  background: #e9f0f7;
  border: 1px solid #d3dfec;
}
.diff-ico svg { width: 22px; height: 22px; }
.diff-item h3 {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-size: .95rem;
  color: #123b68;
}
.diff-item p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.5;
}
.diff-visual {
  align-self: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: .7rem;
  box-shadow: var(--shadow-md);
}
.diff-visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  cursor: zoom-in;
}
.diff-banner {
  margin-top: 1.1rem;
  padding: 1.05rem 1.35rem;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  background: linear-gradient(120deg, #0f1b33, #123b68 50%, #1d5ba6);
  color: rgba(255,255,255,.9);
  font-size: .95rem;
  line-height: 1.55;
  text-align: center;
}
.diff-banner strong { color: #fff; }
.diff-banner-ico {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #123b68;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.diff-banner-ico svg { width: 18px; height: 18px; }

/* Responsive */
@media (max-width: 1200px) {
  .sol-grid { grid-template-columns: repeat(3, 1fr); }
  .cap-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1050px) {
  .hero-grid,
  .ai-grid,
  .form-layout { grid-template-columns: 1fr; }
  .diff-layout { grid-template-columns: 1fr 1fr; }
  .diff-visual { grid-column: 1 / -1; order: -1; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .sol-grid { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .prod-panel.is-active { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav-links, .nav-actions { display: none; }
  .site-header.menu-open .nav-links,
  .site-header.menu-open .nav-actions {
    display: flex;
    position: absolute;
    left: 1.25rem; right: 1.25rem;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: .85rem;
    box-shadow: var(--shadow-md);
  }
  .site-header.menu-open .nav-links { top: calc(var(--nav-h) + .4rem); }
  .site-header.menu-open .nav-actions { top: calc(var(--nav-h) + 17rem); }
  .menu-btn { display: inline-flex; }
  .grid-3, .showcase-grid, .why-grid, .foot-grid, .diff-layout { grid-template-columns: 1fr 1fr; }
  .sol-grid { grid-template-columns: repeat(2, 1fr); }
  .cap-grid { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .grid-4, .grid-3, .sol-grid, .steps, .showcase-grid, .why-grid, .foot-grid, .diff-layout, .cap-grid,
  .home-ind-grid {
    grid-template-columns: 1fr;
  }
}

/* —— Industries split panels —— */
.industry-panels .wrap { display: flex; flex-direction: column; gap: 1.35rem; }
.ind-panel {
  display: grid;
  grid-template-columns: 45% 55%;
  min-height: 400px;
  height: clamp(380px, 42vw, 420px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
}
.ind-panel:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.ind-panel.reverse { grid-template-columns: 55% 45%; }
.ind-panel.reverse .ind-copy { order: 2; }
.ind-panel.reverse .ind-photo { order: 1; }
.ind-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.65rem 1.85rem;
  background: linear-gradient(180deg, #fff 0%, #F2F6FA 100%);
}
.ind-copy h2 {
  margin: 0 0 .55rem;
  font-size: 1.35rem;
  color: var(--navy);
  letter-spacing: -.01em;
}
.ind-copy > p {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
  max-width: 42ch;
}
.ind-copy ul {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .38rem;
}
.ind-copy li {
  position: relative;
  padding-left: 1rem;
  font-size: .88rem;
  color: #243447;
  line-height: 1.35;
}
.ind-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1D5BA6;
}
.ind-copy .more {
  margin-top: auto;
  font-weight: 600;
  font-size: .9rem;
  color: #1D5BA6;
  text-decoration: none;
}
.ind-copy .more:hover { color: var(--navy); }
.ind-photo {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
.ind-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .45s ease;
}
.ind-panel:hover .ind-photo img { transform: scale(1.03); }

/* Homepage industry photo cards */
.home-ind-title {
  white-space: nowrap;
}
.home-ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  align-items: stretch;
}
.home-ind-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.home-ind-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.home-ind-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  height: auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.home-ind-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(11,31,58,.28));
  pointer-events: none;
}
.home-ind-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}
.home-ind-card:hover .home-ind-photo img { transform: scale(1.03); }
.home-ind-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: .95rem 1.05rem 1.15rem;
  background: linear-gradient(180deg, #fff, #F2F6FA);
}
.home-ind-body h3 {
  margin: 0 0 .4rem;
  font-size: 1.02rem;
  color: var(--navy);
  display: flex;
  align-items: baseline;
  gap: .35rem;
}
.home-ind-body h3 span {
  color: #1D5BA6;
  font-weight: 600;
  transition: transform .2s ease;
}
.home-ind-card:hover .home-ind-body h3 span { transform: translateX(2px); }
.home-ind-body p {
  margin: 0;
  font-size: .94rem;
  line-height: 1.55;
  color: var(--muted);
}
.home-ind-cta {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

@media (max-width: 1050px) {
  .ind-panel,
  .ind-panel.reverse {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .ind-panel.reverse .ind-copy,
  .ind-panel.reverse .ind-photo { order: unset; }
  .ind-photo { height: 240px; }
  .home-ind-grid { grid-template-columns: repeat(2, 1fr); }
  .home-ind-title { white-space: normal; }
}
@media (max-width: 820px) {
  .home-ind-grid { grid-template-columns: repeat(2, 1fr); }
}

/* —— Ixpert AI Analytics page —— */
.page-aix { overflow-x: clip; }

.aix-hero {
  position: relative;
  padding: 3.25rem 0 2.75rem;
  background:
    radial-gradient(ellipse 70% 80% at 90% 10%, rgba(29,91,166,.22), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(18,59,104,.18), transparent 50%),
    linear-gradient(145deg, #0b1f3a 0%, #123b68 48%, #1a4f8c 100%);
  color: #fff;
  overflow: hidden;
}
.aix-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 85%);
  pointer-events: none;
}
.aix-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 2.25rem;
  align-items: center;
}
.aix-hero-copy .eyebrow {
  color: #9ec1ea;
  letter-spacing: .12em;
}
.aix-hero-title {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.35vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #fff;
  max-width: 20ch;
}
@media (min-width: 1180px) {
  .aix-hero-title { max-width: none; white-space: nowrap; font-size: clamp(1.45rem, 1.85vw, 1.95rem); }
}
.aix-hero-copy > p {
  margin: 0 0 .85rem;
  color: rgba(255,255,255,.82);
  font-size: .98rem;
  line-height: 1.65;
  max-width: 58ch;
}
.aix-tagline {
  margin: 1.15rem 0 1.25rem !important;
  padding: .85rem 1.05rem;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: #fff !important;
  font-size: 1.02rem !important;
  max-width: 52ch;
}
.aix-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: 1.15rem;
}
.aix-hero-actions .btn-secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.28);
  color: #fff;
}
.aix-hero-actions .btn-secondary:hover {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.aix-pills {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}
.aix-pills span {
  padding: .35rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.aix-hero-visual { min-width: 0; }
.aix-viz {
  background: rgba(255,255,255,.96);
  color: var(--ink);
  border-radius: 18px;
  padding: 1rem 1.05rem 1.05rem;
  box-shadow: 0 24px 60px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.35);
}
.aix-viz-top {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .78rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: .85rem;
}
.aix-viz-live {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,.2);
  animation: aix-pulse 1.8s ease-in-out infinite;
}
@keyframes aix-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34,197,94,.18); }
  50% { box-shadow: 0 0 0 6px rgba(34,197,94,.08); }
}
.aix-viz-badge {
  margin-left: auto;
  padding: .2rem .5rem;
  border-radius: 999px;
  background: var(--ice);
  color: var(--sapphire);
  font-size: .68rem;
  font-weight: 700;
}
.aix-viz-cams {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin-bottom: .75rem;
}
.aix-cam {
  background: linear-gradient(180deg, #f7fafc, #eef3f9);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: .65rem .7rem;
  display: grid;
  gap: .15rem;
}
.aix-cam span { font-size: .68rem; color: var(--muted); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.aix-cam strong { font-size: .86rem; color: var(--navy); font-family: var(--display); }
.aix-cam em { font-style: normal; font-size: .72rem; color: var(--sapphire); font-weight: 600; }
.aix-viz-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-bottom: .75rem;
}
.aix-viz-kpis div {
  background: var(--ice);
  border-radius: 10px;
  padding: .55rem .5rem;
  text-align: center;
}
.aix-viz-kpis span { display: block; font-size: .65rem; color: var(--muted); font-weight: 600; }
.aix-viz-kpis strong { font-family: var(--display); font-size: 1.05rem; color: var(--navy); }
.aix-viz-bars {
  display: flex;
  align-items: flex-end;
  gap: .28rem;
  height: 72px;
  padding: .45rem .35rem .2rem;
  background: linear-gradient(180deg, #f8fafc, #eef3f9);
  border-radius: 10px;
  border: 1px solid var(--line);
  margin-bottom: .55rem;
}
.aix-viz-bars i {
  flex: 1;
  height: var(--h);
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #4f8fd4, #1d5ba6);
  opacity: .9;
  transform-origin: bottom;
  animation: aix-bar 2.8s ease-in-out infinite;
}
.aix-viz-bars i:nth-child(2) { animation-delay: .15s; }
.aix-viz-bars i:nth-child(3) { animation-delay: .3s; }
.aix-viz-bars i:nth-child(4) { animation-delay: .45s; }
.aix-viz-bars i:nth-child(5) { animation-delay: .6s; }
.aix-viz-bars i:nth-child(6) { animation-delay: .75s; }
.aix-viz-bars i:nth-child(7) { animation-delay: .9s; }
.aix-viz-bars i:nth-child(8) { animation-delay: 1.05s; }
@keyframes aix-bar {
  0%, 100% { transform: scaleY(.72); opacity: .75; }
  50% { transform: scaleY(1); opacity: 1; }
}
.aix-viz-note {
  margin: 0;
  font-size: .68rem;
  color: var(--muted);
  text-align: center;
}

/* Live camera feed (hero) */
.aix-live {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: .75rem;
  border: 1px solid #c5d3e4;
  background: #0b1f3a;
  aspect-ratio: 16 / 9;
}
.aix-live img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: aix-feed-pulse 8s ease-in-out infinite;
}
@keyframes aix-feed-pulse {
  0%, 100% { transform: scale(1); filter: brightness(1); }
  50% { transform: scale(1.03); filter: brightness(1.05); }
}
.aix-live-ui {
  position: absolute;
  inset: 0 auto auto 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .45rem .55rem;
  background: linear-gradient(180deg, rgba(0,0,0,.55), transparent);
  z-index: 2;
}
.aix-live-cam {
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .03em;
}
.aix-live-rec {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .06em;
  animation: aix-rec-blink 1.4s ease-in-out infinite;
}
.aix-live-rec::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239,68,68,.25);
}
@keyframes aix-rec-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .45; }
}
.aix-live-scan {
  position: absolute;
  left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(126,196,255,.95), transparent);
  box-shadow: 0 0 12px rgba(126,196,255,.65);
  z-index: 2;
  animation: aix-scan 3.2s linear infinite;
}
@keyframes aix-scan {
  0% { top: 8%; opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { top: 92%; opacity: 0; }
}
.aix-live-box {
  position: absolute;
  border: 2px solid rgba(74, 222, 128, .9);
  border-radius: 3px;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(0,0,0,.25);
  animation: aix-box 3.5s ease-in-out infinite;
}
.aix-live-box.b1 { left: 12%; top: 36%; width: 16%; height: 38%; animation-delay: 0s; }
.aix-live-box.b2 { left: 40%; top: 28%; width: 15%; height: 42%; animation-delay: .5s; border-color: #7ec4ff; }
.aix-live-box.b3 { left: 64%; top: 34%; width: 17%; height: 36%; animation-delay: 1s; border-color: #fbbf24; }
@keyframes aix-box {
  0%, 100% { opacity: .55; transform: scale(.98); }
  50% { opacity: 1; transform: scale(1); }
}
.aix-live-label {
  position: absolute;
  z-index: 3;
  padding: .12rem .35rem;
  border-radius: 3px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0b1f3a;
  background: rgba(74, 222, 128, .92);
  animation: aix-box 3.5s ease-in-out infinite;
}
.aix-live-label.l1 { left: 12%; top: calc(36% - 16px); }
.aix-live-label.l2 { left: 40%; top: calc(28% - 16px); background: rgba(126,196,255,.95); animation-delay: .5s; }
.aix-live-label.l3 { left: 64%; top: calc(34% - 16px); background: rgba(251,191,36,.95); animation-delay: 1s; }

.aix-show-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.aix-show {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.aix-show:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.aix-show-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0b1f3a;
}
.aix-show-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.aix-show:hover .aix-show-media img { transform: scale(1.06); }
.aix-show-badge {
  position: absolute;
  left: .7rem;
  bottom: .7rem;
  padding: .28rem .55rem;
  border-radius: 999px;
  background: rgba(11,31,58,.78);
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .04em;
  backdrop-filter: blur(6px);
}
.aix-show h3 {
  margin: .85rem 1rem .35rem;
  font-family: var(--display);
  font-size: 1rem;
  color: var(--navy);
}
.aix-show p {
  margin: 0 1rem 1rem;
  font-size: .86rem;
  color: var(--muted);
  line-height: 1.45;
}
@media (max-width: 980px) {
  .aix-show-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .aix-show-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .aix-live img,
  .aix-live-scan,
  .aix-live-box,
  .aix-live-label,
  .aix-live-rec,
  .aix-viz-bars i { animation: none !important; }
}

.aix-jump {
  position: sticky;
  top: var(--nav-h);
  z-index: 40;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.aix-jump-inner {
  display: flex;
  gap: .35rem;
  overflow-x: auto;
  padding: .65rem 0;
  scrollbar-width: none;
}
.aix-jump-inner::-webkit-scrollbar { display: none; }
.aix-jump a {
  flex: 0 0 auto;
  padding: .4rem .85rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.aix-jump a:hover {
  color: var(--navy);
  border-color: #b8c7da;
  background: var(--ice);
}

.page-aix .section { scroll-margin-top: calc(var(--nav-h) + 48px); }
.page-aix .aix-block { scroll-margin-top: calc(var(--nav-h) + 56px); }

.aix-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
  counter-reset: aix-card;
}
.aix-block {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem 1.4rem 1.4rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.aix-block::before {
  content: "";
  position: absolute;
  left: 0; top: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #123b68, #1d5ba6);
  opacity: .85;
}
.aix-block:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: #c5d3e4;
}
.section-ice .aix-block { background: #fff; }
.aix-block-media {
  margin: -1.35rem -1.4rem 1rem;
  height: 148px;
  overflow: hidden;
  background: #0b1f3a;
}
.aix-block-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.aix-block:hover .aix-block-media img { transform: scale(1.05); }
.aix-block-head {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: .85rem;
}
.aix-block-head h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.08rem;
  color: var(--navy);
  letter-spacing: -.01em;
  line-height: 1.3;
  padding-top: .2rem;
}
.aix-ico {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(145deg, #eaf2fb, #d7e6f6);
  border: 1px solid #c9dae9;
  position: relative;
}
.aix-ico::before,
.aix-ico::after {
  content: "";
  position: absolute;
  background: #1d5ba6;
}
/* simple geometric icons by data-ico */
.aix-ico[data-ico="cam"]::before { inset: 12px 10px 14px; border-radius: 3px; border: 2px solid #1d5ba6; background: transparent; box-shadow: 7px 8px 0 -5px #1d5ba6; }
.aix-ico[data-ico="cam"]::after { width: 6px; height: 6px; border-radius: 50%; left: 17px; top: 15px; }
.aix-ico[data-ico="traffic"]::before { left: 11px; right: 11px; bottom: 11px; height: 2px; border-radius: 2px; }
.aix-ico[data-ico="traffic"]::after { width: 8px; height: 14px; left: 16px; bottom: 13px; border-radius: 2px; }
.aix-ico[data-ico="zones"]::before { inset: 11px; border: 2px dashed #1d5ba6; background: transparent; border-radius: 4px; }
.aix-ico[data-ico="zones"]::after { display: none; }
.aix-ico[data-ico="map"]::before { width: 16px; height: 16px; left: 12px; top: 12px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); opacity: .9; }
.aix-ico[data-ico="map"]::after { width: 6px; height: 6px; left: 17px; top: 15px; border-radius: 50%; background: #fff; }
.aix-ico[data-ico="people"]::before { width: 10px; height: 10px; border-radius: 50%; left: 15px; top: 10px; }
.aix-ico[data-ico="people"]::after { width: 16px; height: 9px; border-radius: 8px 8px 2px 2px; left: 12px; top: 21px; }
.aix-ico[data-ico="time"]::before { inset: 10px; border-radius: 50%; border: 2px solid #1d5ba6; background: transparent; }
.aix-ico[data-ico="time"]::after { width: 2px; height: 8px; left: 19px; top: 13px; border-radius: 1px; box-shadow: 3px 5px 0 -1px #1d5ba6; }
.aix-ico[data-ico="svc"]::before { width: 14px; height: 10px; left: 13px; top: 12px; border-radius: 2px; }
.aix-ico[data-ico="svc"]::after { width: 10px; height: 8px; left: 17px; top: 20px; border-radius: 2px; opacity: .7; }
.aix-ico[data-ico="risk"]::before { width: 0; height: 0; left: 12px; top: 11px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 14px solid #1d5ba6; background: transparent; }
.aix-ico[data-ico="risk"]::after { width: 2px; height: 6px; left: 19px; top: 16px; background: #fff; box-shadow: 0 5px 0 #fff; }
.aix-ico[data-ico="rec"]::before { inset: 12px; border-radius: 3px; border: 2px solid #1d5ba6; background: transparent; }
.aix-ico[data-ico="rec"]::after { width: 8px; height: 8px; border-radius: 50%; left: 16px; top: 16px; background: #c2761b; }
.aix-ico[data-ico="demo"]::before { width: 18px; height: 10px; left: 11px; top: 15px; border-radius: 2px; }
.aix-ico[data-ico="demo"]::after { width: 8px; height: 8px; border-radius: 50%; left: 22px; top: 10px; opacity: .55; }
.aix-ico[data-ico="rpt"]::before,
.aix-ico[data-ico="adv"]::before { width: 14px; height: 2px; left: 13px; top: 14px; box-shadow: 0 5px 0 #1d5ba6, 0 10px 0 #1d5ba6; }
.aix-ico[data-ico="rpt"]::after,
.aix-ico[data-ico="adv"]::after { width: 6px; height: 14px; left: 21px; top: 13px; border-radius: 1px; opacity: .55; }
.aix-ico[data-ico="mail"]::before { inset: 13px 10px 15px; border: 2px solid #1d5ba6; background: transparent; border-radius: 2px; }
.aix-ico[data-ico="mail"]::after { width: 12px; height: 8px; left: 14px; top: 14px; border-left: 2px solid #1d5ba6; border-right: 2px solid #1d5ba6; border-bottom: 2px solid #1d5ba6; background: transparent; transform: rotate(180deg); clip-path: polygon(0 0, 50% 70%, 100% 0); }
.aix-ico[data-ico="edge"]::before { width: 16px; height: 16px; left: 12px; top: 12px; border-radius: 4px; opacity: .9; }
.aix-ico[data-ico="edge"]::after { width: 6px; height: 6px; left: 17px; top: 17px; border-radius: 1px; background: #fff; }
.aix-ico[data-ico="health"]::before { width: 18px; height: 2px; left: 11px; top: 19px; box-shadow: 0 -5px 0 #1d5ba6, 0 5px 0 #1d5ba6; }
.aix-ico[data-ico="health"]::after { width: 2px; height: 12px; left: 19px; top: 14px; }
.aix-ico[data-ico="alert"]::before { width: 14px; height: 14px; left: 13px; top: 11px; border-radius: 50%; }
.aix-ico[data-ico="alert"]::after { width: 2px; height: 5px; left: 19px; top: 14px; background: #fff; box-shadow: 0 6px 0 #fff; }

.aix-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .4rem;
}
.aix-block li {
  position: relative;
  padding-left: 1.05rem;
  font-size: .9rem;
  line-height: 1.48;
  color: #243447;
}
.aix-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1D5BA6;
}
.aix-aside {
  margin: 1rem 0 0;
  padding: .9rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #f2f6fa, #e8eef6);
  border: 1px solid var(--line);
  border-left: 3px solid #1D5BA6;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}
.aix-aside code {
  font-size: .82em;
  color: var(--navy);
  background: rgba(255,255,255,.7);
  padding: .05rem .3rem;
  border-radius: 4px;
}

.aix-report-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  align-items: stretch;
}
.aix-flat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .7rem 1.15rem;
}
.aix-flat-list li {
  position: relative;
  padding: 1rem 1.05rem 1rem 2.1rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  font-size: .9rem;
  line-height: 1.45;
  color: #243447;
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.aix-flat-list li:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.aix-flat-list li::before {
  content: "";
  position: absolute;
  left: .95rem;
  top: 1.25rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1d5ba6, #123b68);
}

.aix-use-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .75rem;
}
.aix-use {
  padding: 1rem 1.05rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  font-size: .9rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
  transition: transform .2s ease, box-shadow .2s ease;
}
.aix-use:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.aix-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.aix-why {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.35rem 1.3rem 1.4rem;
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.aix-why:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.aix-why-num {
  display: inline-block;
  margin-bottom: .55rem;
  font-family: var(--display);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: #1d5ba6;
}
.aix-why h3 {
  margin: 0 0 .45rem;
  font-family: var(--display);
  font-size: 1.05rem;
  color: var(--navy);
}
.aix-why p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

.aix-notice {
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid #c2761b;
  border-radius: 16px;
  padding: 1.45rem 1.55rem;
  box-shadow: var(--shadow);
}
.aix-notice h2 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: 1.25rem;
  color: var(--navy);
}
.aix-notice p {
  margin: 0 0 .75rem;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.55;
}
.aix-notice p:last-child { margin-bottom: 0; }
.cta-band .aix-cta-extra {
  margin: .65rem 0 0;
  color: rgba(255,255,255,.82);
  font-size: .92rem;
  max-width: 52ch;
}

/* AI Analytics — deeper polish */
.aix-hero-visual {
  animation: aix-float 6s ease-in-out infinite;
}
@keyframes aix-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.aix-viz {
  position: relative;
}
.aix-viz::after {
  content: "";
  position: absolute;
  inset: auto -8% -10% -8%;
  height: 40%;
  background: radial-gradient(ellipse at center, rgba(29,91,166,.35), transparent 70%);
  z-index: -1;
  filter: blur(18px);
  pointer-events: none;
}
.aix-scene {
  margin-bottom: .75rem;
}
.aix-scene-frame {
  position: relative;
  height: 118px;
  border-radius: 12px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(18,59,104,.55), transparent 50%),
    linear-gradient(180deg, #1a3358 0%, #0d2240 100%);
  border: 1px solid #2a4a72;
}
.aix-scene-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 22% 60%, rgba(255,255,255,.12) 0 8px, transparent 9px),
    radial-gradient(circle at 48% 48%, rgba(255,255,255,.1) 0 7px, transparent 8px),
    radial-gradient(circle at 70% 62%, rgba(255,255,255,.12) 0 9px, transparent 10px),
    radial-gradient(circle at 38% 72%, rgba(255,255,255,.08) 0 6px, transparent 7px);
  opacity: .9;
}
.aix-zone {
  position: absolute;
  border: 1.5px dashed rgba(126, 196, 255, .75);
  background: rgba(29, 91, 166, .18);
  color: #d7ebff;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .15rem .3rem;
  border-radius: 4px;
}
.aix-zone.z1 { left: 8%; top: 18%; width: 28%; height: 42%; }
.aix-zone.z2 { left: 42%; top: 28%; width: 24%; height: 48%; }
.aix-zone.z3 { right: 8%; top: 22%; width: 22%; height: 40%; border-color: rgba(194, 118, 27, .7); background: rgba(194, 118, 27, .15); }
.aix-track {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ec4ff;
  box-shadow: 0 0 0 3px rgba(126,196,255,.25);
  animation: aix-track 3.6s ease-in-out infinite;
}
.aix-track.t1 { left: 18%; top: 55%; animation-delay: 0s; }
.aix-track.t2 { left: 50%; top: 48%; animation-delay: .6s; }
.aix-track.t3 { left: 74%; top: 42%; animation-delay: 1.2s; }
@keyframes aix-track {
  0%, 100% { transform: translate(0, 0); opacity: .85; }
  50% { transform: translate(10px, -8px); opacity: 1; }
}
.aix-scene-meta {
  display: flex;
  justify-content: space-between;
  margin-top: .4rem;
  font-size: .68rem;
  color: var(--muted);
  font-weight: 600;
}
.aix-scene-ok { color: #1a7f4b; }

.aix-jump a.is-active {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.aix-flow {
  padding: 1.35rem 0 0;
  background: linear-gradient(180deg, #eef3f9 0%, #fff 100%);
  border-bottom: 1px solid var(--line);
}
.aix-flow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .85rem;
  padding-bottom: 1.35rem;
}
.aix-flow-step {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.1rem 1.15rem 1.2rem;
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .45s ease, transform .45s ease, box-shadow .2s ease;
  transition-delay: var(--aix-delay, 0ms);
}
.aix-flow-step.is-in,
.aix-flow-step.aix-reveal.is-in {
  opacity: 1;
  transform: none;
}
.aix-flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.45rem;
  right: -.55rem;
  width: .7rem;
  height: 2px;
  background: #b7c9de;
  z-index: 1;
}
.aix-flow-n {
  display: inline-block;
  margin-bottom: .4rem;
  font-family: var(--display);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: #1d5ba6;
}
.aix-flow-step h3 {
  margin: 0 0 .35rem;
  font-family: var(--display);
  font-size: .98rem;
  color: var(--navy);
}
.aix-flow-step p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.45;
  color: var(--muted);
}

.aix-ribbon {
  padding: 2.5rem 0;
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(29,91,166,.18), transparent 55%),
    linear-gradient(120deg, #0b1f3a, #123b68 60%, #1a4f8c);
  color: #fff;
}
.aix-ribbon-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 1.75rem;
  align-items: center;
}
.aix-ribbon-copy .eyebrow { color: #9ec1ea; }
.aix-ribbon-copy h2 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  letter-spacing: -.02em;
  line-height: 1.25;
  color: #fff;
}
.aix-ribbon-copy p {
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: .95rem;
  line-height: 1.6;
  max-width: 54ch;
}
.aix-ribbon-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.aix-ribbon-points li {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  padding: .9rem 1rem;
  display: grid;
  gap: .2rem;
}
.aix-ribbon-points strong {
  font-family: var(--display);
  font-size: .95rem;
  color: #fff;
}
.aix-ribbon-points span {
  font-size: .84rem;
  color: rgba(255,255,255,.75);
  line-height: 1.4;
}

.aix-reveal,
.aix-block.aix-reveal,
.aix-why.aix-reveal,
.aix-use.aix-reveal,
.aix-notice.aix-reveal,
.aix-ribbon {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
  transition-delay: var(--aix-delay, 0ms);
}
.aix-reveal.is-in,
.aix-block.is-in,
.aix-why.is-in,
.aix-use.is-in,
.aix-notice.is-in,
.aix-ribbon.is-in {
  opacity: 1;
  transform: none;
}

.aix-viz-bars i {
  transform-origin: bottom;
  animation: aix-bar 2.8s ease-in-out infinite;
}
.aix-viz-bars i:nth-child(2) { animation-delay: .15s; }
.aix-viz-bars i:nth-child(3) { animation-delay: .3s; }
.aix-viz-bars i:nth-child(4) { animation-delay: .45s; }
.aix-viz-bars i:nth-child(5) { animation-delay: .2s; }
.aix-viz-bars i:nth-child(6) { animation-delay: .35s; }
.aix-viz-bars i:nth-child(7) { animation-delay: .5s; }
.aix-viz-bars i:nth-child(8) { animation-delay: .25s; }
@keyframes aix-bar {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(.82); }
}

.cta-band.aix-cta {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.cta-band.aix-cta::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -60px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.12), transparent 70%);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .aix-hero-visual,
  .aix-track,
  .aix-viz-bars i,
  .aix-viz-live { animation: none !important; }
  .aix-reveal,
  .aix-flow-step,
  .aix-block,
  .aix-why,
  .aix-use,
  .aix-notice,
  .aix-ribbon {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

@media (max-width: 1050px) {
  .aix-hero-grid,
  .aix-blocks,
  .aix-report-grid,
  .aix-why-grid,
  .aix-flow-grid,
  .aix-ribbon-inner { grid-template-columns: 1fr 1fr; }
  .aix-use-grid { grid-template-columns: 1fr 1fr; }
  .aix-hero-title { white-space: normal; max-width: none; }
  .aix-hero-visual { grid-column: 1 / -1; order: -1; max-width: 520px; animation: none; }
  .aix-flow-step:not(:last-child)::after { display: none; }
}
@media (max-width: 820px) {
  .aix-hero-grid,
  .aix-blocks,
  .aix-report-grid,
  .aix-why-grid,
  .aix-flat-list,
  .aix-use-grid,
  .aix-flow-grid,
  .aix-ribbon-inner { grid-template-columns: 1fr; }
  .aix-hero { padding: 2.4rem 0 2rem; }
  .aix-jump { top: calc(var(--nav-h) - 12px); }
}

/* —— Financial Management detail page —— */
.page-fin .fin-hero-title {
  max-width: 18ch;
}
@media (min-width: 1100px) {
  .page-fin .fin-hero-title {
    max-width: none;
    white-space: nowrap;
    font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  }
}
.fin-shot {
  margin-bottom: .75rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #0b1f3a;
}
.fin-shot img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.fin-intro {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  padding: .35rem 0 .5rem;
}
.fin-intro h2 {
  margin: 0 0 .85rem;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  color: var(--navy);
  letter-spacing: -.02em;
}
.fin-intro p {
  margin: 0 0 .85rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.fin-intro p:last-child { margin-bottom: 0; }
.fin-block-lead {
  margin: 0 0 .75rem;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.5;
}
.fin-intel {
  align-items: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.fin-intel-copy .eyebrow { margin-bottom: .35rem; }
.fin-intel-copy h2 {
  margin: 0 0 .75rem;
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  color: var(--navy);
  letter-spacing: -.02em;
}
.fin-intel-copy p {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
}
.fin-kpi-list {
  grid-template-columns: 1fr 1fr;
}
.fin-adapt {
  margin: 1.25rem auto 0;
  max-width: 62ch;
  text-align: center;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.55;
}
.page-fin .aix-report-grid {
  grid-template-columns: 1fr 1.35fr 1fr;
}
@media (max-width: 1050px) {
  .page-fin .aix-report-grid,
  .fin-kpi-list { grid-template-columns: 1fr 1fr; }
  .page-fin .fin-hero-title { white-space: normal; max-width: none; }
}
@media (max-width: 820px) {
  .page-fin .aix-report-grid,
  .fin-kpi-list { grid-template-columns: 1fr; }
}

/* Center a lone card, or the last card when an odd count sits on a 2-column grid */
@media (min-width: 901px) {
  .aix-blocks > .aix-block:only-child,
  .aix-blocks > .aix-block:last-child:nth-child(odd):not(:only-child) {
    grid-column: 1 / -1;
    width: min(100%, calc((100% - 1.2rem) / 2));
    justify-self: center;
  }
}
.pm-shot {
  margin: 1.5rem 0 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.pm-shot img {
  display: block;
  width: 100%;
  height: auto;
}
.pm-shot figcaption {
  margin: 0;
  padding: .75rem 1rem .9rem;
  font-size: .82rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: var(--ice);
}
.pm-shot-grid {
  display: grid;
  grid-template-columns: 1.45fr .7fr;
  gap: 1.15rem;
  margin-top: 1.5rem;
  align-items: start;
}
.pm-shot-grid .pm-shot { margin: 0; }
.pm-shot-phone {
  max-width: 320px;
  justify-self: center;
  width: 100%;
}
.pm-shot-phone img {
  object-fit: cover;
  object-position: top;
}
@media (max-width: 900px) {
  .pm-shot-grid { grid-template-columns: 1fr; }
  .pm-shot-phone { max-width: 280px; }
}
