:root {
  --ink: #101633;
  --muted: #66708a;
  --line: #e7eaf3;
  --soft: #f7f9ff;
  --primary: #3f3df4;
  --primary-dark: #2926d8;
  --teal: #14b8a6;
  --purple: #7c3aed;
  --blue: #2764dc;
  --font: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(221, 225, 237, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.company-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.025em;
  text-decoration: none;
}
.company-mark {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}
.company-mark i {
  position: absolute;
  display: block;
  background: linear-gradient(145deg, #6e6aff, #3430ec);
  transform: skew(-25deg);
  border-radius: 2px;
}
.company-mark i:nth-child(1) { width: 8px; height: 24px; left: 4px; top: 2px; }
.company-mark i:nth-child(2) { width: 8px; height: 17px; left: 13px; top: 9px; }
.company-mark i:nth-child(3) { width: 16px; height: 7px; left: 8px; top: 14px; transform: skew(25deg); }
.header-inner nav { display: flex; align-items: center; gap: 31px; }
.header-inner nav a {
  color: #46506a;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.header-inner nav a:hover { color: var(--primary); }

.button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid var(--primary);
  border-radius: 8px;
  background: var(--primary);
  box-shadow: 0 8px 24px rgba(63, 61, 244, 0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--primary-dark); box-shadow: 0 13px 30px rgba(63, 61, 244, .25); }
.button-small { min-height: 38px; padding: 0 18px; font-size: 11px; }
.button-secondary { background: #fff; color: var(--primary); box-shadow: none; }
.button-secondary:hover { color: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 74% 34%, rgba(109, 104, 255, .11), transparent 27%),
    radial-gradient(circle at 55% 70%, rgba(20, 184, 166, .06), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(71, 76, 150, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(71, 76, 150, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, transparent);
}
.hero-grid {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 62px;
  padding-top: 56px;
  padding-bottom: 58px;
}
.hero-copy { position: relative; z-index: 2; padding-left: 2px; }
.eyebrow {
  margin: 0 0 14px;
  color: #6968e9;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  color: #111633;
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.02;
}
.hero h1 span { color: #171d42; }
.hero-lede {
  max-width: 520px;
  margin: 23px 0 0;
  color: #626c83;
  font-size: 14px;
  line-height: 1.7;
}
.hero-actions { display: flex; gap: 12px; margin-top: 26px; }
.trust-points {
  display: flex;
  gap: 27px;
  margin: 24px 0 0;
  padding: 0;
  color: #7a8399;
  font-size: 10px;
  list-style: none;
}
.trust-points li { display: flex; gap: 7px; align-items: center; }
.trust-points span { color: #5d5aee; }

.ecosystem { position: relative; height: 430px; }
.connections { position: absolute; inset: 10px 0 0; width: 100%; height: 410px; overflow: visible; }
.connections path { fill: none; stroke: #d9ddef; stroke-width: 1.5; }
.connections circle { fill: #5c58f4; stroke: #fff; stroke-width: 3; }
.ecosystem-core {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid #d5d5ff;
  border-radius: 50%;
  background: linear-gradient(145deg, #716eff, #3935ef);
  box-shadow: 0 0 0 13px rgba(89, 85, 244, .07), 0 20px 50px rgba(49, 45, 202, .28);
}
.company-mark-large {
  width: 28px;
  height: 28px;
  filter: brightness(0) invert(1);
  transform: scale(1.45);
  transform-origin: center;
}

.metric-card {
  position: absolute;
  z-index: 4;
  width: 190px;
  height: 142px;
  padding: 14px 15px;
  overflow: hidden;
  border: 1px solid #e1e5ef;
  border-radius: 12px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 16px 38px rgba(28, 40, 84, .11);
  color: var(--ink);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.metric-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(28, 40, 84, .17); }
.metric-mapty { left: 0; top: 0; }
.metric-fastsign { right: 0; top: 18px; }
.metric-altegio { left: 0; bottom: 1px; }
.metric-hiteam { right: 0; bottom: 0; }
.metric-head { height: 24px; display: flex; align-items: center; gap: 7px; }
.metric-head > img { width: auto; height: 23px; object-fit: contain; object-position: left center; }
.metric-head .fastsign-logo { width: 86px; height: 21px; object-fit: contain; object-position: left center; }
.metric-head .altegio-logo { width: 23px; height: 23px; border-radius: 5px; }
.metric-head strong { font-size: 10px; }
.metric-label { margin: 8px 0 1px; color: #8991a5; font-size: 8px; }
.metric-value { color: #19203d; font-size: 22px; font-weight: 800; letter-spacing: -.04em; }
.metric-value > span { margin-left: 4px; color: #22a987; font-size: 7px; letter-spacing: normal; vertical-align: middle; }
.metric-value small { color: #8b93a7; font-size: 7px; font-weight: 500; letter-spacing: 0; }
.metric-foot { position: absolute; left: 15px; right: 15px; bottom: 10px; margin: 0; font-size: 8px; font-weight: 700; }
.metric-foot span { float: right; color: #1eaa87; font-size: 7px; }
.sparkline { position: absolute; right: 14px; top: 50px; width: 70px; height: 35px; display: flex; align-items: flex-end; gap: 5px; }
.sparkline i { width: 9px; border-radius: 2px 2px 0 0; background: #6fd4c8; }
.sparkline i:nth-child(1) { height: 8px; }.sparkline i:nth-child(2) { height: 14px; }.sparkline i:nth-child(3) { height: 12px; }.sparkline i:nth-child(4) { height: 24px; }.sparkline i:nth-child(5) { height: 32px; }
.sparkline::after { content: ""; position: absolute; left: -5px; right: -3px; bottom: -1px; height: 1px; background: #d7eee9; }
.metric-mapty .metric-foot span { color: #18a98b; letter-spacing: 1px; }
.document-line { margin-top: 17px; padding: 7px 0; border-top: 1px solid #edf0f5; border-bottom: 1px solid #edf0f5; font-size: 7px; }
.document-line b { float: right; color: #1eaf82; font-weight: 600; }
.signature { margin-top: 5px; color: #29314e; font-family: cursive; font-size: 13px; transform: rotate(-4deg); }
.area-chart {
  position: absolute;
  right: 14px;
  top: 63px;
  width: 78px;
  height: 35px;
  background: linear-gradient(150deg, transparent 0 43%, rgba(124, 58, 237, .18) 44% 73%, transparent 74%), linear-gradient(170deg, transparent 0 45%, #8b5cf6 46% 49%, transparent 50%);
}
.gpt-answer {
  margin-top: 4px;
  padding: 4px 7px;
  border: 1px solid #e4eee9;
  border-radius: 8px;
  background: #f4fbf8;
}
.gpt-answer span { display: block; color: #7d8b86; font-size: 6px; line-height: 1.2; }
.gpt-answer strong { display: block; margin-top: 2px; color: #17231f; font-size: 13px; line-height: 1.2; letter-spacing: -.025em; }
.metric-altegio .metric-label { margin-top: 5px; white-space: nowrap; }
.metric-altegio .metric-foot { bottom: 6px; font-size: 6.5px; line-height: 1.2; }
.metric-altegio .metric-foot span { font-size: 6.5px; }
.metric-altegio .metric-foot span { color: #10a37f; }
.hiteam-brand .hiteam-marketplace-wordmark { width: 84px; height: 24px; object-fit: contain; object-position: left center; }
.bar-chart { position: absolute; right: 14px; top: 60px; height: 34px; display: flex; gap: 4px; align-items: end; }
.bar-chart i { width: 6px; border-radius: 2px 2px 0 0; background: #6b8ff7; }
.bar-chart i:nth-child(1) { height: 11px; }.bar-chart i:nth-child(2) { height: 23px; }.bar-chart i:nth-child(3) { height: 18px; }.bar-chart i:nth-child(4) { height: 29px; }.bar-chart i:nth-child(5) { height: 21px; }.bar-chart i:nth-child(6) { height: 33px; }

.products-section { padding: 64px 0 48px; background: #fff; }
.section-heading { text-align: center; }
.section-heading .eyebrow { margin-bottom: 7px; }
.section-heading h2, .about-section h2, .contact-section h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.15;
  letter-spacing: -.04em;
}
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 32px; }
.product-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card:hover { transform: translateY(-5px); border-color: #cfcef9; box-shadow: 0 18px 40px rgba(25, 35, 73, .09); }
.product-title { display: flex; align-items: center; gap: 10px; }
.product-title h3 { margin: 0; font-size: 13px; letter-spacing: -.025em; }
.product-title p { margin: 1px 0 0; color: #9299aa; font-size: 7px; }
.product-icon { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border-radius: 8px; }
.product-icon img { display: block; max-width: 100%; max-height: 100%; }
.mapty-icon { background: #e9fbf8; }
.mapty-icon img { width: 27px; height: 27px; object-fit: cover; object-position: left; }
.fastsign-icon { background: #efeaff; }
.fastsign-icon img { width: 27px; height: 27px; object-fit: contain; }
.altegio-icon { background: #e7f7f2; }
.altegio-icon img { width: 29px; height: 29px; border-radius: 7px; }
.hiteam-icon { background: #fff; }
.hiteam-icon img { width: 31px; height: 31px; object-fit: contain; image-rendering: auto; }
.hiteam-product-wordmark { display: block; width: 68px; height: 18px; object-fit: contain; object-position: left center; }
.product-card > p { min-height: 53px; margin: 17px 0 12px; color: #6f788f; font-size: 9px; line-height: 1.55; }
.product-preview { position: relative; height: 148px; overflow: hidden; border: 1px solid #e6e9f1; border-radius: 8px; background: #fafbff; }
.learn-more { display: block; margin-top: 13px; color: var(--primary); font-size: 9px; font-weight: 700; }
.learn-more b { margin-left: 4px; }

.app-preview {
  display: flex;
  flex-direction: column;
  color: #18213b;
  font-size: 8px;
  text-align: left;
  overflow: hidden;
}
.app-preview * { box-sizing: border-box; }
.app-preview img.mini-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 3px;
  object-fit: cover;
}
.mini-chrome {
  height: 26px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 8px;
  border-bottom: 1px solid #edf0f5;
  background: #fff;
}
.mini-chrome .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d7dbe6;
}
.mini-chrome .dot:nth-child(1) { background: #ff6058; }
.mini-chrome .dot:nth-child(2) { background: #ffbd2e; }
.mini-chrome .dot:nth-child(3) { background: #28c840; }
.mini-chrome b { margin-right: auto; font-size: 8px; font-weight: 700; }
.mini-chrome em { font-style: normal; font-weight: 700; }
.mini-chrome.dark {
  border-bottom-color: rgba(255,255,255,.08);
  background: #171a20;
  color: #f4f1ea;
}

/* Mapty */
.mapty-app { background: #f4faf8; }
.mapty-app .mini-chrome em { color: #06BC98; font-size: 8px; }
.mapty-body {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 6px;
  padding: 8px 8px 4px;
}
.mapty-hero-stat {
  padding: 8px;
  border: 1px solid rgba(6, 188, 152, .28);
  border-radius: 7px;
  background: #fff;
}
.mapty-hero-stat span { display: block; color: #8F9CB6; font-size: 7px; }
.mapty-hero-stat strong { display: block; margin-top: 2px; color: #06BC98; font-size: 18px; letter-spacing: -.03em; }
.mapty-side { display: grid; gap: 6px; }
.mapty-side > div {
  padding: 6px 7px;
  border: 1px solid #e4ebe8;
  border-radius: 7px;
  background: #fff;
}
.mapty-side span { display: block; color: #8F9CB6; font-size: 6px; }
.mapty-side b { display: block; margin-top: 1px; color: #253556; font-size: 11px; }
.mapty-side b span { display: inline; color: #8F9CB6; font-size: 8px; font-weight: 600; }
.mapty-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 34px;
  margin: 4px 8px 8px;
  padding: 6px 8px 5px;
  border: 1px solid #e4ebe8;
  border-radius: 7px;
  background: #fff;
}
.mapty-chart i {
  display: block;
  flex: 1;
  height: var(--h);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #2dd4b5, #06BC98);
}

/* FastSign — public form, amber CTA, purple Publish */
.fastsign-app { background: #f0f2f5; }
.fastsign-app .active-pill {
  padding: 2px 6px;
  border-radius: 8px;
  background: #d1fae5;
  color: #047857;
  font-size: 6px;
  font-weight: 700;
}
.fastsign-app .publish {
  padding: 3px 7px;
  border-radius: 5px;
  background: #673ab7;
  color: #fff;
  font-size: 7px;
}
.fastsign-body { display: flex; flex-direction: column; gap: 5px; padding: 8px; }
.fs-field label { display: block; margin-bottom: 2px; color: #8a8490; font-size: 6px; font-weight: 600; }
.fs-input {
  height: 16px;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #faf8f5;
  color: #3a3a3a;
  font-size: 7px;
}
.fs-sign {
  position: relative;
  height: 28px;
  padding: 4px 6px;
  border: 1px dashed hsl(40 60% 50%);
  border-radius: 5px;
  background: #fff;
  color: #a08770;
  font-size: 6px;
}
.fs-sign svg { position: absolute; left: 8px; right: 8px; bottom: 2px; width: calc(100% - 16px); height: 18px; }
.fs-sign path { fill: none; stroke: #2c2417; stroke-width: 1.6; stroke-linecap: round; }
.fs-submit {
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-size: 7px;
  font-weight: 700;
}

/* AltegioGPT */
.altegio-app { background: #11141a; color: #f4f1ea; }
.chatgpt-pill {
  padding: 2px 6px;
  border-radius: 8px;
  background: rgba(245, 197, 24, .14);
  color: #f5c518;
  font-size: 6px;
  font-weight: 700;
}
.altegio-body { display: flex; flex-direction: column; gap: 6px; padding: 8px; }
.ai-prompt {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 1px solid rgba(245,197,24,.24);
  border-radius: 6px;
  background: rgba(245,197,24,.07);
  color: #dadddf;
  font-size: 7px;
}
.ai-prompt span { color: #f5c518; }
.ai-result {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 6px;
  background: #191c22;
}
.ai-result small { display: block; color: #858b95; font-size: 6px; }
.ai-result strong { display: block; margin-top: 1px; color: #fff; font-size: 13px; letter-spacing: -.02em; }
.ai-result em { display: block; color: #6bcf8e; font-size: 7px; font-style: normal; }
.gold-bars { display: flex; align-items: flex-end; gap: 3px; height: 32px; }
.gold-bars i {
  display: block;
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, #f5c518, #b8890a);
}
.gold-bars i:nth-child(1) { height: 42%; }
.gold-bars i:nth-child(2) { height: 58%; }
.gold-bars i:nth-child(3) { height: 48%; }
.gold-bars i:nth-child(4) { height: 76%; }
.gold-bars i:nth-child(5) { height: 92%; }
.ai-meta { display: flex; justify-content: space-between; color: #858b95; font-size: 6px; }

/* HiTeam */
.hiteam-app { background: #f5f7ff; }
.hiteam-app .live {
  padding: 2px 6px;
  border-radius: 8px;
  background: #dbeafe;
  color: #2563eb;
  font-size: 6px;
}
.hiteam-app .ratio { margin-left: auto; color: #284bff; font-size: 10px; }
.ht-row {
  height: 28px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 6px;
  margin: 5px 8px 0;
  padding: 0 6px;
  border: 1px solid #e7eaf1;
  border-radius: 6px;
  background: #fff;
}
.ht-row > i {
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6ecff;
  color: #2563eb;
  font-size: 5px;
  font-style: normal;
  font-weight: 700;
}
.ht-row b, .ht-row small { display: block; }
.ht-row b { color: #283149; font-size: 7px; }
.ht-row small { color: #929bad; font-size: 6px; }
.ht-row em {
  padding: 2px 5px;
  border-radius: 5px;
  background: #dcf8eb;
  color: #168d67;
  font-size: 6px;
  font-style: normal;
  font-weight: 700;
}
.ht-row em.late { background: #fee2e2; color: #dc2626; }

/* Real product screenshots, cropped to their application surfaces. */
.product-screen {
  isolation: isolate;
  height: 148px;
  border-color: #e4e7ef;
  background: #f6f7fb;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}
.product-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0 0 18px rgba(30, 36, 64, .035);
}
.product-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-screen img { transform: scale(1.025); }
.mapty-screen img { object-position: 50% 45%; }
.fastsign-screen img { object-position: 50% 45%; }
.altegio-screen img { object-position: 50% 45%; }
.hiteam-screen img { object-position: 50% 42%; }

.stats-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcff; }
.stats-grid { min-height: 112px; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr) 2fr; align-items: center; }
.stats-grid > p { color: #626c83; font-size: 10px; }
.stats-grid > div:not(.industry-list) { padding-left: 27px; border-left: 1px solid var(--line); }
.stats-grid strong { display: block; color: #171d3b; font-size: 18px; letter-spacing: -.03em; }
.stats-grid div > span { display: block; margin-top: 2px; color: #9aa1b1; font-size: 7px; }
.industry-list { display: flex; justify-content: flex-end; gap: 19px; color: #b4bac8; font-family: Georgia, serif; font-size: 14px; text-transform: uppercase; }

.about-section { padding: 88px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.about-grid > p { margin: 0; color: #697288; line-height: 1.8; }
.contact-section { padding: 56px 0; background: #f2f3ff; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact-inner .eyebrow { margin-bottom: 8px; }

.site-footer { padding: 35px 0 25px; background: #11152d; color: #c8ccda; }
.footer-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 27px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-footer .company-brand { color: #fff; }
.footer-links { display: flex; gap: 25px; }
.footer-links a { color: #aeb4c6; font-size: 11px; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #727b96; font-size: 9px; }

@media (max-width: 1050px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { max-width: 650px; text-align: center; margin: 0 auto; }
  .hero-lede { margin-left: auto; margin-right: auto; }
  .hero-actions, .trust-points { justify-content: center; }
  .ecosystem { width: min(650px, 100%); margin: 0 auto; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(4, 1fr); padding: 24px 0; gap: 20px; }
  .stats-grid > p { grid-column: 1 / -1; text-align: center; }
  .industry-list { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .header-inner { height: 64px; }
  .header-inner nav { display: none; }
  .company-brand { font-size: 14px; }
  .hero-grid { min-height: auto; gap: 34px; padding-top: 55px; padding-bottom: 48px; }
  .hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-points { flex-wrap: wrap; gap: 10px 18px; }
  .ecosystem { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 90px; }
  .connections { display: none; }
  .ecosystem-core { top: 42px; width: 68px; height: 68px; }
  .metric-card { position: relative; inset: auto; width: auto; height: 138px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card > p { min-height: auto; }
  .product-preview { height: 125px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:not(.industry-list) { padding: 13px; text-align: center; border: 1px solid var(--line); border-radius: 8px; }
  .industry-list { flex-wrap: wrap; }
  .about-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 440px) {
  .header-inner .button-small { display: none; }
  .ecosystem { grid-template-columns: 1fr; }
  .metric-card { height: 140px; }
  .trust-points { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
