/* ============================================
   AcuGIS corporate homepage
   Aligned with Cloud / Report Server / Agent / GeoSIEM
   ============================================ */

:root {
  --blue: #1565c0;
  --blue-hover: #1976d2;
  --navy: #0f4c75;
  --navy-dark: #0a334f;
  --navy-deep: #071e33;
  --cloud: #1565c0;
  --cloud-soft: #eef4fb;
  --report: #5b4cdb;
  --report-soft: #f3f0ff;
  --agent: #1b7f8a;
  --agent-soft: #eef7f8;
  --geosiem: #0f4c75;
  --geosiem-soft: #eef4f8;
  --geosync: #0d9488;
  --geosync-soft: #eef8f6;
  --teal: #1b7f8a;
  --text: #1f2937;
  --muted: #64748b;
  --line: #e5e7eb;
  --white: #ffffff;
  --bg: #ffffff;
  --soft: #f8fafc;
  --ok: #2e7d4f;
  --ok-bg: #e7f5ec;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06), 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 20px 40px rgba(7, 30, 51, 0.16), 0 8px 16px rgba(7, 30, 51, 0.06);
  --radius: 12px;
  --radius-lg: 16px;
  --header-height: 72px;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 12px);
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: var(--blue);
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--navy-deep);
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  z-index: 2100;
  padding: 8px 14px;
  background: var(--white);
  color: var(--navy);
  border-radius: 8px;
  font-weight: 600;
}

.skip-link:focus {
  top: 12px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.btn:focus-visible,
.product-cta:focus-visible,
.site-footer a:focus-visible,
.acugis-gn a:focus-visible {
  outline: 3px solid rgba(21, 101, 192, 0.4);
  outline-offset: 2px;
}

.btn-lg {
  min-height: 52px;
  padding: 0 26px;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--blue-hover);
  color: var(--white);
  box-shadow: var(--shadow-md);
}

.btn-outline {
  background: var(--white);
  color: var(--blue);
  border-color: var(--blue);
}

.btn-outline:hover,
.btn-outline:focus {
  background: var(--cloud-soft);
  color: var(--blue);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.btn-light:hover,
.btn-light:focus {
  background: #f0f6fc;
  color: var(--navy-deep);
}

.btn-outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline-light:hover,
.btn-outline-light:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border-color: transparent;
  min-height: 48px;
  padding: 0 12px;
}

.btn-ghost:hover,
.btn-ghost:focus {
  color: var(--white);
}

/* ---------- Shared labels / CTAs ---------- */
.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}

.lead {
  font-size: 20px;
  font-weight: 600;
  color: var(--navy);
  margin: 10px 0 14px;
  letter-spacing: -0.02em;
  line-height: 1.35;
}

.body-copy {
  font-size: 16px;
  color: var(--muted);
  max-width: 38em;
}

.product-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
}

.product-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease;
}

.product-cta:hover svg,
.product-cta:focus-visible svg {
  transform: translateX(3px);
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 22px 0 24px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text);
  line-height: 1.4;
}

.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--accent, var(--blue));
  flex-shrink: 0;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background:
    radial-gradient(ellipse 80% 60% at 78% 12%, rgba(25, 118, 210, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 40% at 8% 88%, rgba(21, 101, 192, 0.06), transparent 50%),
    linear-gradient(180deg, #f0f6fc 0%, var(--bg) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: 48px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(32px, 4.4vw, 48px);
  margin-bottom: 12px;
  max-width: 16em;
}

.hero-kicker {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}

.hero-body {
  font-size: 17px;
  color: var(--muted);
  max-width: 36em;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.tech-labels {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--muted);
}

/* ---------- Hero family visual ---------- */
.family-visual {
  position: relative;
  overflow: hidden;
}

.family-stage {
  position: relative;
  padding: 8px;
}

.family-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr 1fr;
  grid-template-areas:
    ". cloud ."
    "geosync hub report"
    "agent hub geosiem";
  gap: 14px 16px;
  align-items: stretch;
}

.family-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: var(--shadow-sm);
  min-width: 0;
}

.family-card--cloud { grid-area: cloud; --accent: var(--cloud); }
.family-card--geosync { grid-area: geosync; --accent: var(--geosync); }
.family-card--report { grid-area: report; --accent: var(--report); }
.family-card--agent { grid-area: agent; --accent: var(--agent); }
.family-card--geosiem { grid-area: geosiem; --accent: var(--geosiem); }

.family-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.family-card-top > div {
  min-width: 0;
}

.family-card-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
}

.family-card-icon svg {
  width: 32px;
  height: 32px;
}

.family-card-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-deep);
  letter-spacing: -0.02em;
}

.family-card-role {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  overflow-wrap: break-word;
}

.family-card-meta {
  margin-top: 8px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.35;
}

.family-hub {
  grid-area: hub;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  height: 100%;
  padding: 18px 14px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(21, 101, 192, 0.12), transparent 62%),
    linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  border: 1px solid #d7e4f2;
  border-radius: 18px;
  box-shadow: var(--shadow-md);
}

.hub-mark {
  width: 56px;
  height: 56px;
  margin-bottom: 8px;
}

.family-hub strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--blue);
}

.family-hub span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
}

.hub-stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}

.hub-stack li {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--cloud-soft);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.family-connectors {
  position: absolute;
  inset: 12px 10%;
  width: auto;
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.family-connectors line {
  stroke: #c5d5e6;
  stroke-width: 1.25;
  stroke-dasharray: 4 4;
}

/* ---------- Platform intro ---------- */
.intro {
  padding: 72px 0 24px;
}

.intro-header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.intro-header h2 {
  font-size: clamp(28px, 3.4vw, 36px);
  margin-bottom: 12px;
}

.intro-header p {
  color: var(--muted);
  font-size: 17px;
}

.role-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.role-item {
  position: relative;
  padding: 22px 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  text-align: center;
}

.role-item--cloud { --accent: var(--cloud); }
.role-item--geosync { --accent: var(--geosync); }
.role-item--report { --accent: var(--report); }
.role-item--agent { --accent: var(--agent); }
.role-item--geosiem { --accent: var(--geosiem); }

.role-product {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 6px;
}

.role-action {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--navy-deep);
}

.role-item::after {
  content: none;
}

.role-item:last-child::after {
  content: none;
}

/* ---------- Product sections ---------- */
.product-section {
  padding: 80px 0;
}

.product-section--cloud {
  background: var(--cloud-soft);
}

.product-section--report {
  background: var(--white);
}

.product-section--agent {
  background: var(--agent-soft);
}

.product-section--geosync {
  background: var(--geosync-soft);
}

.product-section--geosiem {
  background: #f4f7fa;
}

.product-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: center;
}

.product-split--reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.product-split--reverse .product-copy {
  order: 2;
}

.product-split--reverse .product-visual {
  order: 1;
}

.product-copy,
.product-visual,
.hero-visual {
  min-width: 0;
}

.product-copy h2 {
  font-size: clamp(28px, 3.2vw, 38px);
}

.product-section--cloud { --accent: var(--cloud); }
.product-section--geosync { --accent: var(--geosync); }
.product-section--report { --accent: var(--report); }
.product-section--agent { --accent: var(--agent); }
.product-section--geosiem { --accent: var(--geosiem); }

.product-section .eyebrow {
  color: var(--accent);
}

.product-section--geosync .product-cta { color: var(--geosync); }
.product-section--report .product-cta { color: var(--report); }
.product-section--agent .product-cta { color: var(--agent); }
.product-section--geosiem .product-cta { color: var(--navy); }

.govern-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  margin: 16px 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
}

.govern-flow span:not(:last-child)::after {
  content: "→";
  margin: 0 8px;
  color: var(--muted);
  font-weight: 600;
}

/* ---------- App frames ---------- */
.app-frame {
  margin: 0;
  max-width: 100%;
  background: #f7fafc;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.app-chrome {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  background: #e8eef3;
  border-bottom: 1px solid var(--line);
}

.app-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c5d0d8;
}

.app-dot:nth-child(1) { background: #d9b4b0; }
.app-dot:nth-child(2) { background: #d6c48a; }
.app-dot:nth-child(3) { background: #a8c4b0; }

.app-chrome-title {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

.app-body {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 320px;
}

.app-sidebar {
  background: #f0f4f9;
  border-right: 1px solid var(--line);
  padding: 14px 10px;
}

.app-brand {
  font-size: 11px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
  padding: 0 8px;
}

.app-sidebar li {
  padding: 7px 8px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 500;
  color: var(--muted);
}

.app-sidebar li.is-active {
  background: var(--accent, var(--blue));
  color: var(--white);
}

.app-main {
  display: grid;
  gap: 10px;
  padding: 12px;
  min-width: 0;
  background: #f7fafc;
}

.app-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
}

.app-card h3 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--navy-dark);
  margin-bottom: 8px;
}

.geosync-path {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy-deep);
}

.geosync-path li:not(:last-child)::after {
  content: "→";
  margin: 0 8px;
  color: var(--geosync);
  font-weight: 700;
}

.geosync-project {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}

/* Cloud map */
.map-stage {
  position: relative;
  height: 168px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #d7e8f6 0%, #eef5fb 100%);
}

.map-stage svg {
  width: 100%;
  height: 100%;
}

.layer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.layer-chip {
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--cloud-soft);
  color: var(--navy);
  font-size: 10px;
  font-weight: 700;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
}

.status-row li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ok);
}

/* Report dashboard */
.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.kpi {
  padding: 8px 10px;
}

.kpi p {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}

.kpi strong {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.03em;
}

.report-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 8px;
}

.mini-map {
  height: 92px;
  border-radius: 8px;
  background: linear-gradient(180deg, #dce8f6, #eef3fa);
  overflow: hidden;
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 78px;
  padding: 4px 2px 0;
}

.bars span {
  flex: 1;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #8b7cf6, var(--report));
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.mini-table th,
.mini-table td {
  padding: 5px 0;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.mini-table th {
  color: var(--muted);
  font-weight: 600;
  font-size: 10px;
}

.mini-table td {
  color: var(--text);
}

/* Agent services */
.service-list {
  display: grid;
  gap: 8px;
}

.service-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}

.service-row strong {
  font-weight: 700;
  color: var(--navy-deep);
}

.pill-ok {
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--ok-bg);
  color: var(--ok);
  font-size: 10px;
  font-weight: 700;
}

.meter {
  width: 72px;
  height: 6px;
  border-radius: 99px;
  background: #e6eef2;
  overflow: hidden;
}

.meter > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--agent);
}

.resource-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.resource dl {
  margin: 0 0 6px;
}

.resource dt {
  font-size: 10px;
  font-weight: 600;
  color: var(--muted);
}

.resource dd {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: var(--navy-deep);
}

/* GeoSIEM compact dash */
.geosiem-top {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 8px;
}

.donut {
  width: 96px;
  height: 96px;
  margin: 0 auto;
}

.donut-track,
.donut-value {
  fill: none;
  stroke-width: 10;
}

.donut-track { stroke: #e6eef2; }

.donut-value {
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-dasharray: 289.027;
  stroke-dashoffset: 23.122;
  transform: rotate(-90deg);
  transform-origin: 60px 60px;
}

.donut-percent {
  font-size: 18px;
  font-weight: 800;
  fill: var(--navy-deep);
  font-family: var(--font);
}

.donut-label {
  font-size: 8px;
  font-weight: 600;
  fill: var(--ok);
  font-family: var(--font);
}

.metric-list {
  display: grid;
  gap: 6px;
}

.metric-list div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
}

.metric-list dt { color: var(--muted); }
.metric-list dd {
  margin: 0;
  font-weight: 700;
  color: var(--navy-dark);
}

.type-pill {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.type-config { background: #e8f1f8; color: var(--navy); }
.type-access { background: #e7f5ec; color: var(--ok); }
.type-auth { background: #fff6e0; color: #8a5a00; }

/* ---------- Ecosystem ---------- */
.ecosystem {
  padding: 88px 0;
  background: var(--white);
}

.section-header {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-header h2 {
  font-size: clamp(28px, 3.4vw, 36px);
  margin-bottom: 12px;
}

.section-header p {
  color: var(--muted);
  font-size: 17px;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 40px;
}

.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--soft);
}

.logo-item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.logo-item span {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy-deep);
}

.role-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.role-chip {
  padding: 16px 14px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  text-align: center;
}

.role-chip strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: -0.02em;
}

.role-chip span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent, var(--blue));
}

.role-chip--cloud { --accent: var(--cloud); background: var(--cloud-soft); border-color: #d7e4f2; }
.role-chip--geosync { --accent: var(--geosync); background: var(--geosync-soft); border-color: #c5e4de; }
.role-chip--report { --accent: var(--report); background: var(--report-soft); border-color: #e4dffc; }
.role-chip--agent { --accent: var(--agent); background: var(--agent-soft); border-color: #d5e8ea; }
.role-chip--geosiem { --accent: var(--geosiem); background: var(--geosiem-soft); border-color: #d7e3ec; }

.infra-join {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.infra-join-line {
  width: 2px;
  height: 22px;
  background: #c5d5e6;
}

.infra-target {
  padding: 14px 22px;
  border-radius: 999px;
  background: var(--navy-deep);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ecosystem-note {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}

/* ---------- Open by design ---------- */
.open-section {
  padding: 80px 0;
  background: var(--soft);
}

.open-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.open-card {
  padding: 22px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.open-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.open-card p {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- Audience ---------- */
.audience {
  padding: 72px 0;
  background: var(--white);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.audience-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.audience-item p {
  font-size: 14.5px;
  color: var(--muted);
}

/* ---------- Final CTA ---------- */
.cta {
  padding: 88px 0;
  color: var(--white);
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(50, 130, 184, 0.24), transparent 55%),
    linear-gradient(135deg, #071e33 0%, #0a334f 45%, #0f4c75 100%);
}

.cta-inner {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}

.cta h2 {
  color: var(--white);
  font-size: clamp(28px, 4vw, 40px);
  margin-bottom: 14px;
}

.cta p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  gap: 32px;
}

.footer-logo {
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
}

.footer-brand p:last-child {
  max-width: 280px;
  font-size: 15px;
}

.site-footer h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 16px;
}

.site-footer li {
  margin-bottom: 10px;
}

.site-footer a {
  color: #94a3b8;
  font-size: 15px;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--white);
}

.copyright {
  margin-top: 40px;
  padding: 24px 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  text-align: center;
  font-size: 14px;
  color: #64748b;
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
  .hero-grid,
  .product-split,
  .product-split--reverse {
    gap: 36px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .app-sidebar {
    display: none;
  }

  .app-body {
    grid-template-columns: 1fr;
  }

  .role-flow,
  .role-row,
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero-grid,
  .product-split,
  .product-split--reverse,
  .logo-row,
  .role-row,
  .open-grid,
  .audience-grid,
  .role-flow {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

  .product-split .product-copy,
  .product-split--reverse .product-copy {
    order: 1;
  }

  .product-split .product-visual,
  .product-split--reverse .product-visual {
    order: 2;
  }

  .product-section,
  .intro,
  .ecosystem,
  .open-section,
  .audience {
    padding: 64px 0;
  }

  .role-item::after {
    content: none;
  }

  .family-connectors {
    display: none;
  }

  .family-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "hub hub"
      "cloud geosync"
      "report agent"
      "geosiem geosiem";
  }

  .family-hub {
    min-height: 140px;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 64px;
  }

  body {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 32px);
  }

  .hero {
    padding: 40px 0 48px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero-kicker {
    font-size: 17px;
  }

  .hero-grid,
  .product-split,
  .product-split--reverse,
  .logo-row,
  .role-row,
  .open-grid,
  .audience-grid,
  .role-flow,
  .feature-list,
  .footer-grid,
  .report-split,
  .geosiem-top,
  .kpi-row {
    grid-template-columns: 1fr;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }

  .cta {
    padding: 64px 0;
  }

  .cta h2 {
    font-size: 26px;
  }

  .role-item::after {
    content: none;
  }

  .role-flow {
    gap: 22px;
  }

  .family-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "hub"
      "cloud"
      "geosync"
      "report"
      "agent"
      "geosiem";
  }

  .family-hub {
    min-height: 140px;
  }

  .infra-target {
    border-radius: 12px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn,
  .product-cta svg,
  .site-footer a,
  .reveal {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
