:root {
  --navy-950: #09142c;
  --navy-900: #0b1630;
  --navy-860: #0e1b37;
  --navy-800: #132242;
  --navy-760: #18294c;
  --line: rgba(255,255,255,0.08);
  --line-soft: rgba(255,255,255,0.06);
  --text-dark: #1c2434;
  --text-mid: #667188;
  --blue: #3d83f6;
  --blue-strong: #2b75ee;
  --blue-soft: #edf4ff;
  --red: #df4a5d;
  --card-dark: rgba(255,255,255,0.04);
  --card-dark-border: rgba(255,255,255,0.06);
  --light-bg: #f7f7f8;
  --body-bg: #ffffff;
  --wrap: 1220px;
  --shadow: 0 18px 40px rgba(17, 29, 58, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--body-bg);
  color: var(--text-dark);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

body.menu-open {
  overflow: hidden;
}

.wrap {
  width: min(var(--wrap), calc(100% - 46px));
  margin: 0 auto;
}

.utility-bar {
  background: var(--navy-900);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.utility-inner {
  min-height: 26px;
  display: flex;
  align-items: center;
}

.utility-links {
  display: flex;
  gap: 22px;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.66);
}

.utility-links a:hover {
  color: #ffffff;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #eff2f6;
  position: sticky;
  top: 0;
  z-index: 25;
}

.header-inner {
  min-height: 54px;
  display: grid;
  grid-template-columns: 180px 1fr 160px;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: #122142;
  letter-spacing: -0.03em;
}

.brand-mark {
  width: 28px;
  height: 28px;
  display: inline-flex;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
}

.brand-text {
  font-size: 17px;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 11px;
  font-weight: 500;
  color: #566073;
}

.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: var(--blue-strong);
  transition: width 0.24s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

.header-cta {
  justify-self: end;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue-strong);
  letter-spacing: 0.02em;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: #15274d;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle span + span {
  margin-top: 4px;
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 12, 26, 0.45);
  backdrop-filter: blur(2px);
  z-index: 28;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(360px, 88vw);
  height: 100dvh;
  background: #ffffff;
  box-shadow: -20px 0 40px rgba(17, 29, 58, 0.14);
  z-index: 29;
  padding: 20px 18px 26px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.mobile-menu[hidden],
.mobile-menu-backdrop[hidden] {
  display: none !important;
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a879d;
}

.mobile-menu-close {
  width: 34px;
  height: 34px;
  border: 1px solid #dfe5ef;
  border-radius: 6px;
  background: #ffffff;
  color: #223353;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu-links,
.mobile-menu-utility {
  display: grid;
}

.mobile-menu-links a,
.mobile-menu-utility a {
  padding: 14px 0;
  border-bottom: 1px solid #eef2f7;
}

.mobile-menu-links a {
  font-size: 16px;
  font-weight: 700;
  color: #1a2742;
}

.mobile-menu-utility a {
  font-size: 13px;
  font-weight: 600;
  color: #617088;
}

.mobile-menu-cta {
  margin-top: auto;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--blue-strong);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.hero {
  position: relative;
  background: linear-gradient(180deg, #071227 0%, #0c1a37 100%);
  height: 470px;
  overflow: hidden;
}

#heroCanvas,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 12, 26, 0.02) 0%, rgba(5, 9, 20, 0.08) 26%, rgba(9, 18, 41, 0.18) 100%),
    radial-gradient(circle at 50% 30%, rgba(81, 142, 255, 0.08), transparent 42%),
    linear-gradient(90deg, rgba(11, 20, 43, 0.8) 0%, rgba(11, 20, 43, 0.22) 32%, rgba(11, 20, 43, 0.22) 68%, rgba(11, 20, 43, 0.8) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.hero-copy {
  width: min(510px, 48vw);
  padding-top: 70px;
}

.slides {
  position: relative;
  min-height: 165px;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s ease, transform 0.45s ease;
  pointer-events: none;
}

.slide.is-active {
  opacity: 1;
  transform: translateY(0);
}

.slide h1 {
  margin: 0;
  color: #ffffff;
  font-weight: 900;
  font-size: clamp(40px, 4.5vw, 56px);
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.slide p {
  max-width: 445px;
  margin: 16px 0 0;
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  line-height: 1.65;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 600;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--blue-strong);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(43, 117, 238, 0.28);
}

.btn-primary:hover {
  background: #2169e2;
}

.btn-outline {
  border: 1px solid rgba(255,255,255,0.32);
  color: #ffffff;
  background: rgba(255,255,255,0.03);
}

.btn-outline:hover {
  border-color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.08);
}

.btn-light {
  background: #ffffff;
  color: #3378ed;
}

.btn-ghost-light {
  border: 1px solid rgba(255,255,255,0.45);
  color: #ffffff;
  background: rgba(255,255,255,0.08);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.dot {
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.4);
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.dot.is-active {
  background: #ffffff;
  transform: scale(1.25);
}

.logo-strip {
  background: #f5f5f7;
  border-top: 1px solid rgba(0,0,0,0.03);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 17px 0 22px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-strong);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
}

.faint {
  color: #80889a;
  margin-bottom: 16px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: end;
}

.logo-item {
  text-align: center;
  color: #818896;
  font-size: 10px;
}

.logo-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  display: grid;
  place-items: center;
  color: #8b909b;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.icon-google {
  font-size: 25px;
  font-weight: 500;
}

.icon-windows::before,
.icon-windows::after,
.icon-cloud::before,
.icon-cloud::after,
.icon-cisco::before,
.icon-palo::before,
.icon-okta::before {
  content: "";
  position: absolute;
}

.icon-windows::before {
  inset: 4px;
  background: linear-gradient(90deg, transparent calc(50% - 1px), #979da8 calc(50% - 1px), #979da8 calc(50% + 1px), transparent calc(50% + 1px)),
              linear-gradient(transparent calc(50% - 1px), #979da8 calc(50% - 1px), #979da8 calc(50% + 1px), transparent calc(50% + 1px));
  opacity: 0.9;
}

.icon-cloud::before {
  width: 22px;
  height: 10px;
  border: 1.8px solid #9ca4b2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  bottom: 7px;
  left: 3px;
  border-top-color: transparent;
}

.icon-cloud::after {
  width: 12px;
  height: 12px;
  border: 1.8px solid #9ca4b2;
  border-radius: 50%;
  top: 4px;
  left: 7px;
  background: #f5f5f7;
}

.icon-cisco::before {
  width: 24px;
  height: 2px;
  background: repeating-linear-gradient(90deg, #9ca4b2 0 2px, transparent 2px 4px);
  left: 2px;
  bottom: 10px;
}

.icon-palo::before {
  inset: 5px;
  border: 1.7px solid #9ca4b2;
  transform: rotate(45deg);
}

.icon-okta::before {
  inset: 5px;
  border: 1.8px solid #9ca4b2;
  border-radius: 50%;
}

.section {
  padding: 70px 0 84px;
}

.section-light {
  background: #ffffff;
}

.section-dark {
  background: #0f1732;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.section-title.dark {
  color: #1e2738;
}

.section-title.light {
  color: #ffffff;
}

.section-title.left {
  text-align: left;
}

.section-subtitle {
  max-width: 700px;
  margin: 14px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.7;
}

.light-sub {
  color: rgba(255,255,255,0.68);
}

.news-section {
  border-bottom: 1px solid #f0f1f4;
}

.news-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.news-card img {
  width: 100%;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.news-card h3,
.service-card h3,
.feature-card h3,
.trust-card h3,
.event-card h3 {
  margin: 14px 0 10px;
  font-size: 16px;
  line-height: 1.32;
  letter-spacing: -0.03em;
}

.news-card p,
.service-card p,
.feature-card p,
.trust-card p,
.event-card li,
.story-copy p {
  margin: 0;
  color: #6f7887;
  font-size: 12px;
  line-height: 1.72;
}

.news-card a,
.service-card a,
.event-card a,
.events-more a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--blue-strong);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.services-section {
  padding-top: 68px;
  padding-bottom: 90px;
}

.service-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card,
.trust-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 26px 26px 22px;
}

.service-card h3,
.trust-card h3 {
  color: #ffffff;
}

.service-card p,
.trust-card p {
  color: rgba(255,255,255,0.64);
}

.service-card a {
  color: #7caefb;
}

.service-icon,
.trust-icon,
.feature-icon {
  width: 28px;
  height: 28px;
  position: relative;
}

.service-icon::before,
.service-icon::after,
.trust-icon::before,
.trust-icon::after,
.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
}

.shield::before,
.shield-outline::before,
.shield-small::before {
  inset: 2px 5px 5px;
  border: 1.8px solid #68a8ff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  clip-path: polygon(50% 0%, 100% 12%, 100% 58%, 50% 100%, 0% 58%, 0% 12%);
}

.cloud::before {
  width: 22px;
  height: 12px;
  border: 1.8px solid #68a8ff;
  border-top-color: transparent;
  border-radius: 12px;
  left: 3px;
  bottom: 4px;
}

.cloud::after {
  width: 12px;
  height: 12px;
  border: 1.8px solid #68a8ff;
  border-radius: 50%;
  left: 7px;
  top: 3px;
}

.handshake::before,
.handshake::after {
  width: 12px;
  height: 7px;
  border: 1.8px solid #68a8ff;
  top: 11px;
}

.handshake::before {
  left: 1px;
  border-right: 0;
  transform: skewX(-18deg);
}

.handshake::after {
  right: 1px;
  border-left: 0;
  transform: skewX(18deg);
}

.platform-block,
.realtime-block {
  margin-top: 78px;
}

.pill-toggle {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.pill {
  min-width: 56px;
  height: 24px;
  border-radius: 999px;
  border: 0;
  padding: 0 12px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.75);
  font-size: 10px;
  font-weight: 700;
}

.pill.is-on {
  background: var(--red);
  color: #ffffff;
}

.bar-chart {
  width: min(680px, 100%);
  margin: 28px auto 0;
}

.bar-row {
  display: grid;
  grid-template-columns: 140px 1fr 40px;
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
  color: #ffffff;
}

.bar-row span,
.bar-row strong {
  font-size: 11px;
}

.bar-track {
  height: 5px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: var(--red);
  box-shadow: 0 0 14px rgba(223, 74, 93, 0.28);
}

.insight-card {
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 14px 18px;
  border: 1px solid rgba(223, 74, 93, 0.35);
  background: rgba(90, 20, 31, 0.26);
  display: flex;
  align-items: center;
  gap: 12px;
}

.insight-card strong {
  display: block;
  color: #ffffff;
  font-size: 12px;
}

.insight-card p {
  margin: 2px 0 0;
  color: rgba(255,255,255,0.62);
  font-size: 10px;
}

.insight-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(223,74,93,0.16);
  flex: 0 0 auto;
}

.chip-row {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.chip {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.8);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.network-visual {
  width: min(730px, 100%);
  height: 270px;
  margin: 34px auto 0;
  position: relative;
}

.network-box.outer {
  position: absolute;
  inset: 18px 10px 0;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 8px;
}

.network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.network-lines path {
  fill: none;
  stroke: rgba(255,255,255,0.34);
  stroke-width: 2;
}

.network-node {
  position: absolute;
  min-width: 74px;
  min-height: 55px;
  padding: 24px 10px 10px;
  border: 1px solid rgba(255,255,255,0.16);
  color: rgba(255,255,255,0.8);
  font-size: 11px;
  text-align: center;
  border-radius: 7px;
}

.network-node::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255,255,255,0.34);
}

.n1 { left: 7%; bottom: 28px; }
.n2 { left: 26%; top: 26px; }
.n3 { right: 26%; top: 26px; }
.n4 { left: 41%; bottom: 52px; }
.n5 { right: 7%; bottom: 28px; }

.innovation-section {
  padding-top: 68px;
}

.feature-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-card {
  border: 1px solid #edf1f7;
  padding: 28px 22px 22px;
  text-align: center;
}

.feature-card p {
  margin-left: auto;
  margin-right: auto;
}

.feature-eyebrow {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #6f8bc2 !important;
}

.stack::before,
.stack::after,
.lock::before,
.lock::after,
.eye::before,
.eye::after,
.document::before,
.document::after,
.people::before,
.people::after,
.gear::before,
.gear::after {
  border-color: #4d92ff;
}

.stack::before,
.stack::after {
  left: 4px;
  right: 4px;
  height: 8px;
  border: 1.8px solid #4d92ff;
  border-radius: 2px;
}

.stack::before { top: 4px; }
.stack::after { top: 15px; }

.lock::before {
  width: 16px;
  height: 12px;
  border: 1.8px solid #4d92ff;
  border-radius: 3px;
  left: 6px;
  bottom: 4px;
}

.lock::after {
  width: 10px;
  height: 8px;
  border: 1.8px solid #4d92ff;
  border-bottom: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  left: 9px;
  top: 2px;
}

.eye::before {
  inset: 8px 2px;
  border: 1.8px solid #4d92ff;
  border-radius: 18px;
}

.eye::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4d92ff;
  left: 10px;
  top: 10px;
}

.document::before {
  inset: 3px 6px 3px 6px;
  border: 1.8px solid #4d92ff;
  border-radius: 2px;
}

.document::after {
  left: 10px;
  top: 10px;
  width: 8px;
  height: 1.8px;
  background: #4d92ff;
  box-shadow: 0 5px 0 #4d92ff, 0 10px 0 #4d92ff;
}

.gear::before {
  inset: 5px;
  border: 1.8px solid #4d92ff;
  border-radius: 50%;
}

.gear::after {
  inset: 0;
  background: radial-gradient(circle at center, transparent 34%, #4d92ff 35%, #4d92ff 39%, transparent 40%),
              conic-gradient(from 0deg, transparent 0 5%, #4d92ff 5% 10%, transparent 10% 20%, #4d92ff 20% 25%, transparent 25% 35%, #4d92ff 35% 40%, transparent 40% 50%, #4d92ff 50% 55%, transparent 55% 65%, #4d92ff 65% 70%, transparent 70% 80%, #4d92ff 80% 85%, transparent 85% 95%, #4d92ff 95% 100%);
  mask: radial-gradient(circle at center, transparent 0 10px, #000 10px);
}

.people::before,
.people::after {
  border-radius: 50%;
  background: #4d92ff;
}

.people::before {
  width: 8px;
  height: 8px;
  top: 5px;
  left: 5px;
  box-shadow: 10px 0 0 #4d92ff;
}

.people::after {
  width: 20px;
  height: 10px;
  left: 4px;
  bottom: 5px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(90deg, #4d92ff 0 48%, transparent 48% 52%, #4d92ff 52% 100%);
}

.stats-band {
  background: linear-gradient(180deg, #081427 0%, #0d1630 100%);
  padding: 38px 0 44px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  text-align: center;
}

.stat strong {
  display: block;
  color: #3f88ff;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 10px;
}

.story-section {
  padding-top: 66px;
  padding-bottom: 70px;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.02fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.quote-mark {
  color: #dfe8fa;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
}

.story-copy .section-title {
  margin-top: 8px;
  max-width: 380px;
}

.story-copy p {
  max-width: 430px;
  margin-top: 14px;
}

.story-meta {
  margin-top: 22px !important;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #9aa5bb !important;
}

.story-nav {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #7f8898;
  font-size: 12px;
}

.story-nav button {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #d4dae6;
  background: transparent;
  color: #7c8595;
  cursor: pointer;
}

.story-image-wrap img {
  width: 100%;
  box-shadow: var(--shadow);
}

.trust-section {
  padding-top: 72px;
  padding-bottom: 64px;
}

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

.trust-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cta-band {
  background: #4a89ef;
  padding: 52px 0;
  text-align: center;
}

.cta-inner h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.05em;
}

.cta-inner p {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  line-height: 1.7;
}

.cta-actions {
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.events-section {
  padding-top: 66px;
  padding-bottom: 82px;
}

.events-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.event-card {
  border: 1px solid #e9edf3;
  padding: 20px 16px;
  min-height: 208px;
}

.event-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-card li {
  margin-bottom: 8px;
}

.events-more {
  margin-top: 24px;
  text-align: center;
}

.site-footer {
  background: #0a1227;
  color: rgba(255,255,255,0.75);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(5, 1fr);
  gap: 24px;
  padding: 48px 0 28px;
}

.footer-brand h3,
.site-footer h4 {
  margin: 0 0 16px;
  color: #ffffff;
}

.footer-brand h3 {
  font-size: 16px;
}

.footer-brand p,
.site-footer a {
  display: block;
  color: rgba(255,255,255,0.58);
  font-size: 12px;
  line-height: 1.85;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer h4 {
  font-size: 10px;
  letter-spacing: 0.18em;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 0 26px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 11px;
  color: rgba(255,255,255,0.46);
}

.footer-bottom div {
  display: flex;
  gap: 16px;
}

@media (max-width: 1120px) {
  .feature-grid,
  .trust-grid,
  .events-grid,
  .stats-grid,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-grid,
  .news-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    grid-template-columns: 180px 1fr;
  }

  .header-cta {
    display: none;
  }

  .hero {
    height: 510px;
  }

  .hero-copy {
    width: min(620px, 100%);
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(var(--wrap), calc(100% - 28px));
  }

  .utility-bar {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .header-inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-text {
    font-size: 16px;
  }

  .main-nav,
  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  body.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    height: auto;
    min-height: 540px;
  }

  .hero-inner {
    min-height: 540px;
    padding-bottom: 54px;
  }

  .hero-copy {
    width: 100%;
    max-width: 360px;
    padding-top: 52px;
  }

  .slides {
    min-height: 210px;
  }

  .slide h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 0.96;
  }

  .slide p {
    max-width: none;
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
  }

  .btn {
    min-height: 40px;
  }

  .hero-dots {
    bottom: 18px;
  }

  .logo-strip {
    padding: 16px 0 18px;
  }

  .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
  }

  .section,
  .services-section,
  .innovation-section,
  .trust-section,
  .events-section,
  .story-section {
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .platform-block,
  .realtime-block {
    margin-top: 56px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-subtitle {
    margin-top: 12px;
    font-size: 12px;
  }

  .news-grid,
  .service-grid,
  .feature-grid,
  .trust-grid,
  .events-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 14px;
  }

  .stat strong {
    font-size: 32px;
  }

  .story-grid {
    gap: 22px;
  }

  .story-copy .section-title,
  .story-copy p {
    max-width: none;
  }

  .bar-chart {
    margin-top: 24px;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-bottom: 16px;
  }

  .bar-row strong {
    text-align: right;
  }

  .insight-card {
    padding: 14px 14px;
    align-items: flex-start;
  }

  .network-visual {
    height: 300px;
    margin-top: 26px;
  }

  .network-box.outer {
    inset: 20px 0 0;
  }

  .network-node {
    min-width: 58px;
    min-height: 50px;
    padding: 22px 8px 8px;
    font-size: 9px;
  }

  .network-node::before {
    width: 10px;
    height: 10px;
  }

  .n1 { left: 0; bottom: 20px; }
  .n2 { left: 18%; top: 34px; }
  .n3 { right: 18%; top: 34px; }
  .n4 { left: 39%; bottom: 44px; }
  .n5 { right: 0; bottom: 20px; }

  .cta-band {
    padding: 42px 0;
  }

  .cta-inner p {
    font-size: 12px;
  }

  .cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .cta-actions .btn {
    width: min(100%, 290px);
    justify-content: center;
  }

  .event-card {
    min-height: 0;
  }

  .footer-grid {
    gap: 22px;
    padding: 42px 0 24px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom div {
    flex-wrap: wrap;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 580px;
  }

  .hero-inner {
    min-height: 580px;
  }

  .hero-copy {
    max-width: 310px;
    padding-top: 48px;
  }

  .slides {
    min-height: 240px;
  }

  .logo-grid,
  .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 92px;
  }
}
