:root {
  --ink: #06101d;
  --ink-2: #0a1727;
  --paper: #f4f7f8;
  --white: #ffffff;
  --muted: #91a0af;
  --line: rgba(255,255,255,.12);
  --cyan: #28d9ff;
  --blue: #1677ff;
  --lime: #b6f43b;
  --text: #102030;
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 12px 18px; background: var(--lime); color: var(--ink); }
.skip-link:focus { top: 20px; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  border-bottom: 1px solid transparent;
  transition: background .25s, border-color .25s, backdrop-filter .25s;
}
.site-header.scrolled { background: rgba(6,16,29,.88); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand img {
  display: block; width: 176px; height: 48px; padding: 5px 9px;
  object-fit: contain; object-position: left center;
  border-radius: 8px; background: #fff;
}
.main-nav { display: flex; align-items: center; gap: 30px; color: #c7d2dc; font-size: 14px; font-weight: 600; }
.main-nav a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(182,244,59,.7); border-radius: 999px; color: var(--lime); }
.nav-cta:hover { background: var(--lime); color: var(--ink); }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; }

.hero {
  position: relative; overflow: hidden; min-height: 800px;
  padding: 170px 0 0; color: var(--white);
  background:
    radial-gradient(circle at 74% 28%, rgba(22,119,255,.24), transparent 28%),
    linear-gradient(130deg, #06101d 0%, #071526 52%, #08111d 100%);
}
.hero::after {
  content: ""; position: absolute; width: 520px; height: 520px; right: -280px; bottom: -260px;
  border: 1px solid rgba(40,217,255,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(40,217,255,.025), 0 0 0 160px rgba(40,217,255,.018);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .22;
  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: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 24px; color: #557085; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow, .platform .eyebrow, .privacy .eyebrow { color: #8ca2b5; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--lime); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-size: clamp(58px, 6.6vw, 92px); line-height: .96; letter-spacing: -.055em; font-weight: 720; }
h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 660px; margin: 32px 0; color: #afbecb; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; border-radius: 999px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-quiet { border: 1px solid rgba(255,255,255,.28); color: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 24px; margin: 34px 0 0; padding: 0; list-style: none; color: #8294a4; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--cyan); }

.hero-console { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(5,13,24,.72); box-shadow: 0 35px 100px rgba(0,0,0,.38); backdrop-filter: blur(10px); }
.console-top { display: flex; align-items: center; gap: 10px; padding: 15px 18px; border-bottom: 1px solid var(--line); color: #9aacbb; font-size: 11px; letter-spacing: .05em; }
.console-top small { margin-left: auto; color: var(--lime); font-weight: 800; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.vision-frame {
  position: relative; width: 100%; height: auto; aspect-ratio: 1400 / 788; overflow: hidden;
  background: #081522 url("../images/hero-vision-ai.webp") center / cover no-repeat;
}
html[lang="en"] .vision-frame { background-image: url("../images/hero-vision-ai-en.webp"); }
html[lang="it"] .vision-frame { background-image: url("../images/hero-vision-ai-it.webp"); }
.vision-frame::before {
  content: ""; position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(180deg, transparent 68%, rgba(4,14,26,.32));
}
.vision-frame::after {
  content: none;
}
.scan-line { position: absolute; z-index: 2; left: 0; right: 0; height: 1px; top: 12%; background: linear-gradient(90deg, transparent, var(--cyan), transparent); box-shadow: 0 0 18px var(--cyan); animation: scan 4s linear infinite; }
@keyframes scan { 50% { top: 88%; } }
.target { position: absolute; z-index: 3; border: 1px solid var(--cyan); box-shadow: inset 0 0 20px rgba(40,217,255,.06); }
.target::before, .target::after { content: ""; position: absolute; width: 10px; height: 10px; border-color: var(--lime); }
.target::before { left: -2px; top: -2px; border-left: 2px solid var(--lime); border-top: 2px solid var(--lime); }
.target::after { right: -2px; bottom: -2px; border-right: 2px solid var(--lime); border-bottom: 2px solid var(--lime); }
.target span { position: absolute; left: -1px; bottom: calc(100% + 5px); padding: 3px 6px; background: var(--cyan); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .08em; }
.target-a { left: 8%; top: 20%; width: 92px; height: 110px; }
.target-b { left: 44%; top: 17%; width: 72px; height: 178px; }
.target-c { right: 5%; bottom: 9%; width: 122px; height: 78px; border-color: #6c8cff; }
.frame-data { position: absolute; z-index: 3; color: #7792a8; font: 9px/1.7 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .09em; }
.data-a { left: 16px; bottom: 12px; }.data-b { right: 16px; top: 16px; text-align: right; }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); }
.console-metrics div { padding: 18px; border-right: 1px solid var(--line); }
.console-metrics div:last-child { border: 0; }
.console-metrics span, .console-metrics small { display: block; color: #708596; font-size: 10px; }
.console-metrics strong { display: block; margin: 5px 0; font-size: 24px; }
.console-metrics small { color: var(--lime); }
.hero-foot { position: relative; z-index: 2; display: flex; align-items: center; gap: 40px; margin-top: 84px; padding: 28px 0; border-top: 1px solid var(--line); color: #7f91a0; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.hero-foot strong { color: #dbe5ec; font-size: 13px; }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; margin-bottom: 56px; }
h2 { margin: 0; color: var(--ink); font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
h2 span { color: #65798a; }
.section-heading > p, .platform-copy > p, .privacy-layout > div:last-child > p { margin: 0; color: #637485; font-size: 17px; line-height: 1.7; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.solution-card { position: relative; min-height: 520px; padding: 32px; overflow: hidden; border: 1px solid #dbe2e6; border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(22,40,55,.1); }
.solution-card.featured { color: #fff; border-color: transparent; background: var(--ink-2); }
.card-number { color: #a9b5bd; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.featured .card-number { color: #5f7385; }
.card-icon { width: 100%; height: 145px; margin: 24px 0; border-radius: 16px; background-color: #edf3f5; }
.featured .card-icon { background-color: #0d2033; }
.face-icon {
  background-image: linear-gradient(rgba(6,16,29,.18), rgba(6,16,29,.5)), url("../images/analytics-faces.webp");
  background-position: center; background-size: cover;
}
.people-icon {
  background-image: linear-gradient(rgba(10,35,53,.02), rgba(10,35,53,.14)), url("../images/analytics-people.webp");
  background-position: center; background-size: cover;
}
.vehicle-icon {
  background-image: linear-gradient(rgba(10,35,53,.05), rgba(10,35,53,.28)), url("../images/analytics-vehicles.webp");
  background-position: center 48%; background-size: cover;
}
.card-kicker { margin: 0 0 8px; color: var(--blue); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .13em; }
.featured .card-kicker { color: var(--lime); }
.solution-card h3 { margin: 0 0 14px; font-size: 28px; letter-spacing: -.03em; }
.solution-card > p:not(.card-kicker) { min-height: 72px; margin: 0; color: #667886; font-size: 14px; line-height: 1.65; }
.featured > p:not(.card-kicker) { color: #9cadba; }
.solution-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid #e5ebee; list-style: none; }
.featured ul { border-color: var(--line); }
.solution-card li { margin: 10px 0; color: #536675; font-size: 13px; }
.featured li { color: #c2ced7; }
.solution-card li::before { content: "·"; margin-right: 10px; color: var(--blue); font-weight: 900; }
.featured li::before { color: var(--cyan); }

.platform { color: #fff; background: var(--ink); }
.platform-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.platform h2, .privacy h2 { color: #fff; }
.platform h2 span, .privacy h2 span { color: var(--cyan); }
.platform-copy > p { margin-top: 28px; color: #99abba; }
.platform-facts { margin-top: 40px; }
.platform-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.platform-facts strong { color: var(--lime); font-size: 13px; }
.platform-facts span { color: #91a4b3; font-size: 13px; line-height: 1.5; }
.architecture { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.arch-label { margin-bottom: 14px; color: #657c8e; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.edge-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.edge-node { position: relative; padding: 20px 14px; border: 1px solid rgba(40,217,255,.16); border-radius: 13px; background: #0c1c2d; }
.edge-node span { display: block; margin-bottom: 24px; color: var(--cyan); font: 10px ui-monospace, monospace; }
.edge-node strong, .edge-node small { display: block; }
.edge-node strong { font-size: 13px; }.edge-node small { margin-top: 5px; color: #6f8495; font-size: 10px; }
.connection-lines { display: grid; grid-template-columns: repeat(3, 1fr); height: 68px; }
.connection-lines i { position: relative; display: block; }
.connection-lines i::before { content: ""; position: absolute; top: 0; bottom: 50%; left: 50%; border-left: 1px solid #245476; }
.connection-lines i::after { content: ""; position: absolute; bottom: 50%; left: 50%; width: calc(100% + 10px); border-top: 1px solid #245476; }
.connection-lines i:first-child::after { left: 50%; }.connection-lines i:last-child::after { left: calc(-50% - 10px); }
.server-node { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 20px; border: 1px solid rgba(182,244,59,.4); border-radius: 14px; background: rgba(182,244,59,.06); }
.server-mark { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; background: var(--lime); color: var(--ink); font-weight: 900; }
.server-node strong, .server-node span { display: block; }.server-node span { margin-top: 4px; color: #7890a1; font-size: 11px; }
.server-node b { color: var(--lime); font: 9px ui-monospace, monospace; }

.privacy { background: #0b64e7; color: white; }
.privacy-layout { display: grid; grid-template-columns: 110px .9fr 1fr; gap: 45px; align-items: center; }
.privacy-badge { display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.privacy-badge span { width: 34px; height: 40px; border: 3px solid var(--lime); border-radius: 5px 5px 10px 10px; }
.privacy-badge span::before { content: ""; display: block; width: 22px; height: 20px; margin: -18px auto 0; border: 3px solid var(--lime); border-bottom: 0; border-radius: 14px 14px 0 0; }
.privacy .eyebrow { margin-bottom: 14px; color: #b7cdf5; }
.privacy h2 { font-size: clamp(36px, 4vw, 56px); }.privacy h2 span { color: var(--lime); }
.privacy-layout > div:last-child > p { color: #d8e7ff; }
.inline-checks { display: flex; flex-wrap: wrap; gap: 15px; margin: 22px 0 0; padding: 0; list-style: none; color: white; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.inline-checks li::before { content: "✓"; color: var(--lime); margin-right: 6px; }

.integrations { background: #fff; }
.integration-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.integration-grid article { min-height: 280px; padding: 32px; border: 1px solid #dde5e9; border-radius: var(--radius); background: #f8fafb; }
.integration-grid article:hover { border-color: #a9bbc5; }
.integration-tag { display: inline-block; padding: 6px 9px; border-radius: 5px; background: #e8eff3; color: #607484; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.integration-grid h3 { margin: 54px 0 13px; font-size: 25px; letter-spacing: -.03em; }
.integration-grid p { color: #647786; font-size: 14px; line-height: 1.65; }
.integration-grid small { display: block; margin-top: 28px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.integration-grid .api-card { color: white; border-color: var(--ink); background: var(--ink); }
.integration-brand { display: flex; align-items: center; height: 58px; margin-top: 34px; }
.integration-brand img { display: block; width: auto; max-width: 190px; max-height: 44px; }
.integration-brand-genetec img { max-width: 205px; }
.integration-brand + .sr-only + p { margin-top: 16px; }
.genetec-showcase { margin-top: 28px; padding: clamp(24px, 3vw, 42px); border: 1px solid #d9e9f3; border-radius: 24px; background: #f3faff; }
.genetec-showcase-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: end; margin-bottom: 26px; }
.genetec-showcase-heading h3 { margin: 8px 0 0; color: var(--ink); font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.04em; }
.genetec-showcase-heading > p { margin: 0; color: #647786; font-size: 15px; line-height: 1.7; }
.genetec-visual { display: grid; grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr); align-items: center; }
.product-shot { margin: 0; overflow: hidden; border: 1px solid #d8e7f0; border-radius: 18px; background: #eaf6ff; box-shadow: 0 20px 50px rgba(6, 43, 70, .08); }
.product-shot img { display: block; width: 100%; height: auto; }
.product-shot-ikface { aspect-ratio: 2.1; }
.product-shot-ikface img { transform: translateY(-8.5%); }
.integration-connector { display: grid; place-items: center; position: relative; z-index: 1; width: 54px; height: 54px; border: 1px solid #a9dfff; border-radius: 50%; color: #009be8; background: white; font-size: 25px; box-shadow: 0 10px 24px rgba(0, 155, 232, .14); }
.api-card p { color: #91a5b4; }.api-card code { display: block; margin-top: 26px; color: var(--lime); font-size: 12px; }

.industries { background: #edf2f4; }
.industries > .shell > h2 { margin-bottom: 55px; }
.industry-list { border-top: 1px solid #cbd6db; }
.industry-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 22px; align-items: center; padding: 28px 10px; border-bottom: 1px solid #cbd6db; transition: padding .2s, background .2s; }
.industry-list article:hover { padding-inline: 24px; background: white; }
.industry-list > article > span { color: var(--blue); font: 11px ui-monospace, monospace; }
.industry-list h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -.02em; }
.industry-list p { margin: 0; color: #6c7e8b; font-size: 14px; }
.industry-list b { color: var(--blue); font-size: 25px; font-weight: 400; }

.final-cta { padding: 80px 0; background: var(--paper); }
.cta-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; padding: 65px; border-radius: 28px; background: linear-gradient(125deg, #0b65e7, #074bbb); color: white; box-shadow: 0 30px 80px rgba(11,100,231,.22); }
.cta-panel .eyebrow { color: #bad1f7; }.cta-panel h2 { color: white; }.cta-panel h2 span { color: var(--lime); }
.cta-side { align-self: end; }.cta-side > p { margin: 0 0 28px; color: #d5e4fb; line-height: 1.7; }
.cta-side > div { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button-light { background: white; color: var(--ink); }.text-link { color: white; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { padding: 74px 0 24px; color: #95a7b5; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 70px; padding-bottom: 60px; }
.footer-brand img { width: 190px; padding: 7px 11px; border-radius: 8px; background: #fff; }
.footer-brand p { max-width: 350px; line-height: 1.7; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; font-size: 13px; }
.footer-grid strong { margin-bottom: 8px; color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: rgba(6,16,29,.98); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }.nav-cta { text-align: center; }
  .hero { padding-top: 135px; }.hero-layout { grid-template-columns: 1fr; }.hero-console { max-width: 680px; }
  .section-heading, .platform-layout, .cta-panel { grid-template-columns: 1fr; gap: 35px; }
  .solution-grid, .integration-grid { grid-template-columns: 1fr 1fr; }.solution-card:last-child, .integration-grid article:last-child { grid-column: 1 / -1; }
  .genetec-showcase-heading { grid-template-columns: 1fr; gap: 14px; }
  .privacy-layout { grid-template-columns: 90px 1fr; }.privacy-layout > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .header-inner { height: 72px; }.main-nav { top: 72px; }.brand img { width: 158px; height: 44px; }
  .hero { min-height: auto; padding-top: 120px; }.hero-layout { gap: 45px; } h1 { font-size: 52px; }
  .hero-lead { font-size: 16px; }.hero-actions .button { width: 100%; }
  .vision-frame { height: auto; }.target-a { width: 70px; height: 88px; }.target-b { width: 52px; height: 132px; }.target-c { width: 86px; height: 60px; }.console-metrics strong { font-size: 19px; }.console-metrics div { padding: 13px; }
  .hero-foot { gap: 18px; overflow-x: auto; margin-top: 55px; }.hero-foot span, .hero-foot strong { white-space: nowrap; }
  .section { padding: 82px 0; }.section-heading { margin-bottom: 36px; } h2 { font-size: 42px; }
  .solution-grid, .integration-grid { grid-template-columns: 1fr; }.solution-card:last-child, .integration-grid article:last-child { grid-column: auto; }
  .genetec-showcase { margin-top: 18px; padding: 18px; border-radius: 18px; }
  .genetec-showcase-heading { margin-bottom: 18px; }
  .genetec-visual { grid-template-columns: 1fr; gap: 12px; }
  .product-shot { border-radius: 12px; }
  .integration-connector { justify-self: center; transform: rotate(90deg); }
  .solution-card { min-height: auto; }.solution-card > p:not(.card-kicker) { min-height: auto; }
  .edge-row { grid-template-columns: 1fr; }.connection-lines { display: none; }.server-node { margin-top: 14px; grid-template-columns: auto 1fr; }.server-node b { grid-column: 2; }
  .privacy-layout { grid-template-columns: 1fr; }.privacy-layout > div:last-child { grid-column: auto; }
  .industry-list article { grid-template-columns: 35px 1fr; }.industry-list article b { display: none; }
  .cta-panel { padding: 38px 25px; }.button-light { width: 100%; }.cta-side > div { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }.footer-bottom { flex-direction: column; gap: 10px; }
}

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

/* Visual alignment with /download */
:root {
  --ink: #062b46;
  --ink-2: #07334f;
  --paper: #ffffff;
  --white: #ffffff;
  --muted: #587083;
  --line: #d6e5ee;
  --cyan: #0c9cf2;
  --blue: #0c9cf2;
  --lime: #31d99c;
  --text: #062b46;
  --radius: 18px;
}

body { background: #fff; color: var(--ink); line-height: 1.55; }
.site-header,
.site-header.scrolled {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(214,229,238,.75);
  backdrop-filter: blur(14px);
}
.header-inner { height: 82px; }
.brand img {
  width: 205px; height: auto; padding: 0;
  border-radius: 0; background: transparent;
}
.main-nav { color: var(--ink); gap: 28px; }
.main-nav a:not(.nav-cta):hover { color: var(--blue-dark, #0874bf); }
.nav-cta { padding: 11px 18px; border-color: var(--blue); color: #0874bf; }
.nav-cta:hover { background: var(--blue); color: #fff; }

.hero {
  min-height: 720px; padding: 160px 0 0; color: var(--ink);
  background:
    radial-gradient(circle at 84% 30%, rgba(12,156,242,.14), transparent 31%),
    #fff;
}
.hero::after {
  width: 480px; height: 480px; right: -260px; bottom: -260px;
  border-color: rgba(12,156,242,.14);
  box-shadow: 0 0 0 80px rgba(12,156,242,.025), 0 0 0 160px rgba(12,156,242,.018);
}
.hero-grid { opacity: .13; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-layout { grid-template-columns: 1.15fr .85fr; gap: 80px; }
.hero .eyebrow { color: #0874bf; margin-bottom: 18px; }
.eyebrow span { background: var(--blue); }
h1 { font-size: clamp(54px, 5.2vw, 72px); line-height: 1.04; letter-spacing: -.045em; }
h1 em { color: var(--blue); }
.hero-lead { color: var(--muted); font-size: 20px; line-height: 1.55; margin: 28px 0 34px; }
.button { min-height: 54px; padding: 0 24px; border-radius: 10px; font-size: 15px; }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 12px 28px rgba(12,156,242,.24); }
.button-primary:hover { background: #0874bf; }
.button-quiet { border: 0; background: #eef8fe; color: var(--ink); }
.trust-list { color: var(--muted); font-size: 13px; text-transform: none; letter-spacing: 0; }
.trust-list li::before { color: var(--blue); }
.hero-console {
  border: 0; border-radius: 24px;
  background: linear-gradient(145deg,#07334f,#041d31);
  box-shadow: 0 24px 70px rgba(5,46,75,.14);
}
.console-top { color: #b8cada; }
.console-top small { color: #31d99c; }
.console-metrics span { color: #9fb5c5; }
.console-metrics strong { color: #fff; }
.console-metrics small { color: #31d99c; }
.status-dot { background: #31d99c; box-shadow: 0 0 0 6px rgba(49,217,156,.12); }
.hero-foot {
  margin-top: 70px; color: var(--muted);
  border-top-color: var(--line); text-transform: none; letter-spacing: .04em;
}
.hero-foot strong { color: var(--ink); }

.section { padding: 100px 0; }
.section-heading { margin-bottom: 48px; }
.eyebrow { color: #0874bf; }
h2 { color: var(--ink); font-size: clamp(38px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
h2 span { color: var(--blue); }
.section-heading > p, .platform-copy > p, .privacy-layout > div:last-child > p { color: var(--muted); }
.solutions { background: #eef8fe; }
.solution-card { border-color: rgba(7,80,122,.09); border-radius: 16px; box-shadow: none; }
.solution-card.featured { background: linear-gradient(145deg,#07334f,#041d31); }
.solution-card:hover { box-shadow: 0 20px 50px rgba(5,46,75,.1); }
.card-kicker { color: #0874bf; }
.featured .card-kicker { color: #9fdbff; }
.solution-card li::before { color: var(--blue); }

.platform { background: #062b46; }
.platform .eyebrow { color: #9fdbff; }
.platform h2 { color: #fff; }
.platform h2 span { color: #21aff2; }
.platform-copy > p { color: #bad0de; }
.platform-facts strong { color: #55c8ff; }
.architecture { background: rgba(255,255,255,.035); }
.server-node { border-color: rgba(12,156,242,.5); background: rgba(12,156,242,.08); }
.server-mark { background: var(--blue); color: #fff; }
.server-node b { color: #31d99c; }

.privacy { padding: 20px 0 50px; background: #fff; color: var(--ink); }
.privacy-layout {
  grid-template-columns: 110px .9fr 1fr;
  padding: 62px; border-radius: 24px;
  background: linear-gradient(120deg,#e9f7ff,#f7fbfd);
  overflow: hidden;
}
.privacy .eyebrow { color: #0874bf; }
.privacy h2 { color: var(--ink); }
.privacy h2 span { color: var(--blue); }
.privacy-layout > div:last-child > p { color: var(--muted); }
.privacy-badge { border-color: rgba(12,156,242,.35); }
.privacy-badge span, .privacy-badge span::before { border-color: var(--blue); }
.inline-checks { color: var(--ink); }
.inline-checks li::before { color: var(--blue); }

.integrations { padding-top: 50px; background: #fff; }
.integration-grid article { border-color: var(--line); background: #fbfdfe; }
.integration-grid .api-card { border-color: #062b46; background: #062b46; }
.integration-tag { background: #eef8fe; color: #0874bf; }
.integration-grid small { color: #0874bf; }
.api-card code { color: #55c8ff; }
.industries { background: #eef8fe; }
.industry-list, .industry-list article { border-color: var(--line); }
.industry-list > article > span, .industry-list b { color: var(--blue); }

.final-cta { background: #fff; }
.cta-panel {
  border-radius: 24px;
  background: linear-gradient(145deg,#07334f,#041d31);
  box-shadow: 0 24px 70px rgba(5,46,75,.14);
}
.cta-panel .eyebrow { color: #9fdbff; }
.cta-panel h2 span { color: #21aff2; }
.button-light { background: var(--blue); color: #fff; }
.site-footer { padding-top: 48px; color: var(--muted); background: #fff; border-top: 1px solid var(--line); }
.footer-grid strong { color: var(--ink); }
.footer-grid a:hover { color: #0874bf; }
.footer-bottom { border-top-color: var(--line); }
.footer-brand img { padding: 0; border-radius: 0; background: transparent; }

.brand-logo-crop {
  display: block;
  width: 205px;
  aspect-ratio: 953 / 283;
  overflow: hidden;
}
.brand-logo-crop img,
.brand .brand-logo-crop img,
.footer-brand .brand-logo-crop img {
  display: block;
  width: 161.18%;
  height: auto;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  transform: translate(-15.23%, -32.42%);
}
.footer-brand .brand-logo-crop { width: 220px; }

@media (max-width: 980px) {
  .main-nav { background: rgba(255,255,255,.98); border-bottom-color: var(--line); }
  .menu-button span:not(.sr-only) { background: var(--ink); }
  .hero-layout { grid-template-columns: 1fr; }
  .privacy-layout { padding: 45px; }
}

@media (max-width: 640px) {
  .brand img { width: 178px; height: auto; }
  .brand .brand-logo-crop { width: 178px; }
  .hero { padding-top: 120px; }
  h1 { font-size: 46px; }
  .privacy-layout { padding: 34px 25px; }
}
/* News case study */
.home-news{background:#fff}.home-news-card{display:grid;grid-template-columns:1.35fr .65fr;border:1px solid #d5e5ef;border-radius:22px;overflow:hidden;color:#062e4a;text-decoration:none;box-shadow:0 18px 45px rgba(7,55,88,.08)}.home-news-card img{width:100%;height:100%;object-fit:cover;display:block}.home-news-card>span{padding:36px;display:flex;flex-direction:column;justify-content:center}.home-news-card small{color:#008fe0;font-weight:800;letter-spacing:.11em}.home-news-card strong{font-size:30px;line-height:1.18;margin:18px 0}.home-news-card em{font-style:normal;font-weight:800;color:#008fe0}@media(max-width:800px){.home-news-card{grid-template-columns:1fr}.home-news-card>span{padding:24px}.home-news-card strong{font-size:24px}}

/* Promotional video: the poster is local and YouTube is loaded only after consent. */
.promo-video {
  padding: 76px 0 86px;
  background: #fff;
}
.promo-video-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 66px;
  align-items: center;
}
.promo-video-copy h2 { max-width: 440px; }
.promo-video-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.promo-video-copy small {
  display: block;
  margin-top: 16px;
  color: #0874bf;
  font-size: 13px;
  font-weight: 750;
}
.promo-video-cover {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d4e5ef;
  border-radius: 24px;
  background: #062b46;
  box-shadow: 0 24px 70px rgba(5,46,75,.14);
  color: #fff;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}
.promo-video-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.promo-video-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3,24,42,.04) 45%, rgba(3,24,42,.72));
}
.promo-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 84px;
  height: 84px;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  background: rgba(12,156,242,.92);
  box-shadow: 0 16px 40px rgba(3,32,52,.28);
  transition: transform .25s ease, background .25s ease;
}
.promo-video-play i {
  position: absolute;
  left: 34px;
  top: 27px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 23px solid #fff;
}
.promo-video-cover strong {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 2;
  font-size: 15px;
  letter-spacing: .02em;
}
.promo-video-cover:hover img { transform: scale(1.025); }
.promo-video-cover:hover .promo-video-play { transform: translate(-50%,-50%) scale(1.07); background: #0874bf; }
.promo-video-cover:focus-visible { outline: 3px solid rgba(12,156,242,.42); outline-offset: 5px; }

.video-modal[hidden] { display: none; }
.video-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2,17,30,.82);
  backdrop-filter: blur(12px);
}
.video-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1080px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: #061d30;
  box-shadow: 0 34px 100px rgba(0,0,0,.48);
}
.video-modal-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  background: rgba(3,24,42,.78);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #03111d;
}
.video-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-consent-gate {
  min-height: min(608px, 76vh);
  padding: 72px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: radial-gradient(circle at 50% 30%, rgba(12,156,242,.19), transparent 44%), #061d30;
}
.video-consent-gate[hidden] { display: none; }
.video-consent-icon {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 20px;
  background: #0c9cf2;
  font-weight: 900;
  letter-spacing: .04em;
}
.video-consent-gate h2 { max-width: 700px; color: #fff; font-size: clamp(30px,4vw,48px); }
.video-consent-gate p { max-width: 650px; margin: 20px 0 28px; color: #bed0dd; font-size: 16px; line-height: 1.7; }
html.video-modal-open { overflow: hidden; }
html.video-modal-open .woot-widget-holder,
html.video-modal-open .woot--bubble-holder { display: none !important; }

@media (max-width: 900px) {
  .promo-video-layout { grid-template-columns: 1fr; gap: 34px; }
  .promo-video-copy h2, .promo-video-copy > p:not(.eyebrow) { max-width: 720px; }
}
@media (max-width: 640px) {
  .promo-video { padding: 58px 0 66px; }
  .promo-video-cover { border-radius: 17px; }
  .promo-video-play { width: 66px; height: 66px; }
  .promo-video-play i { left: 27px; top: 21px; border-top-width: 12px; border-bottom-width: 12px; border-left-width: 19px; }
  .promo-video-cover strong { left: 18px; bottom: 15px; font-size: 13px; }
  .video-modal { padding: 12px; }
  .video-modal-panel { border-radius: 15px; }
  .video-modal-close { top: 9px; right: 9px; width: 38px; height: 38px; }
}
