:root {
  --bg: #07111f;
  --bg-soft: #0b1626;
  --panel: #0a1423;
  --panel-2: #0d1828;
  --text: #f2f6fb;
  --muted: #8ea0b9;
  --muted-2: #6b7b91;
  --line: rgba(120, 143, 171, 0.18);
  --primary: #0c72ff;
  --primary-soft: rgba(12, 114, 255, 0.12);
  --container: 1240px;
  --radius: 12px;
  --nav-height: 64px;
  --shadow: 0 0 0 1px rgba(120, 143, 171, 0.08), 0 16px 40px rgba(0, 0, 0, 0.18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.vorantis-body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: linear-gradient(180deg, #07111f 0%, #081321 100%);
  color: var(--text);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }
.section--bordered { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(7, 17, 31, 0.55); }
.section-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--muted-2);
  margin-bottom: 28px;
}
.section-label--primary, .eyebrow {
  border: 1px solid rgba(12,114,255,.24);
  background: rgba(12,114,255,.08);
  color: var(--primary);
  border-radius: 999px;
  padding: 8px 12px;
}
.eyebrow { display: inline-block; margin-bottom: 32px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.site-header { position: sticky; top: 0; z-index: 100; }
.site-nav {
  height: var(--nav-height);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  background: rgba(7, 17, 31, 0.78);
}
.site-nav__inner { min-height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand img { height: 34px; width: auto; }
.site-nav__menu-wrap { display: flex; align-items: center; gap: 28px; }
.site-menu { display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; list-style: none; }
.site-menu a {
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #dbe8f7;
  opacity: .88;
}
.site-menu a:hover, .button-primary:hover { opacity: 1; }
.button-primary {
  background: var(--primary);
  color: #fff;
  padding: 11px 14px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(12,114,255,.26);
}
.hero-section { position: relative; overflow: hidden; padding-top: 110px; padding-bottom: 170px; }
.hero-section__inner { text-align: center; position: relative; z-index: 1; }
.hero-section h1 {
  font-size: clamp(54px, 9vw, 86px);
  line-height: .98;
  letter-spacing: -0.06em;
  margin: 0 0 28px;
  font-weight: 800;
}
.hero-section p {
  width: min(760px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(12,114,255,.18), transparent 38%);
  opacity: .95;
}
.manifesto-section h2 {
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.24;
  letter-spacing: -0.035em;
  font-weight: 500;
  margin: 0;
  max-width: 980px;
}
.section-intro { margin-bottom: 72px; }
.section-intro--center { text-align: center; }
.section-intro h2, .contact-section h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 800;
}
.section-intro p { color: var(--muted); max-width: 620px; font-size: 17px; line-height: 1.7; margin: 0; }
.section-intro--center p { margin-inline: auto; }
.engineering-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.engineering-card {
  background: transparent;
  padding: 8px 8px 8px 26px;
  border-left: 1px solid rgba(12,114,255,.28);
}
.engineering-card .material-symbols-outlined {
  color: var(--primary);
  margin-bottom: 28px;
  font-size: 18px;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.engineering-card h3 { margin: 0 0 14px; font-size: 24px; letter-spacing: -0.03em; }
.engineering-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 340px; }
.platforms-section { background: linear-gradient(180deg, rgba(8,19,33,.76) 0%, rgba(8,19,33,.94) 100%); }
.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 980px;
  margin: 0 auto;
}
.platform-card {
  background: rgba(11, 22, 38, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  min-height: 210px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
}
.platform-card:last-child:nth-child(odd) { grid-column: 1 / -1; width: calc(50% - 11px); justify-self: center; }
.platform-card:hover { border-color: rgba(12,114,255,.35); box-shadow: var(--shadow); }
.platform-card__logo {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-bottom: 36px;
}
.platform-card__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.platform-card__logo-fallback { width: 20px; height: 20px; background: rgba(255,255,255,.14); border-radius: 4px; }
.platform-card h3 { margin: 0 0 14px; font-size: 28px; letter-spacing: -0.04em; }
.platform-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; max-width: 420px; }
.contact-section { border-top: 1px solid var(--line); }
.contact-section__inner { text-align: center; }
.contact-section p { margin: 0 0 20px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.contact-section a { color: #dbe8f7; }
.site-footer { border-top: 1px solid var(--line); padding: 32px 0 48px; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer__brand { display: flex; align-items: center; gap: 12px; color: var(--muted-2); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.site-footer__brand img { width: 64px; height: auto; }
.site-footer p { margin: 0; color: var(--muted-2); font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
@media (max-width: 980px) {
  .site-menu { display: none; }
  .engineering-grid, .platform-grid { grid-template-columns: 1fr; }
  .platform-card:last-child:nth-child(odd) { width: 100%; }
}
@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .section { padding: 88px 0; }
  .hero-section { padding-top: 84px; padding-bottom: 110px; }
  .button-primary { display: none; }
  .platform-card { min-height: unset; }
  .manifesto-section h2 { font-size: 28px; }
}

.hero-section__inner > .eyebrow:empty { display:none; }
.platforms-section .section-intro--center p { max-width: 720px; }
