/* ============================================================
   DIGICORP — Variant B
   Enterprise / corporate aesthetic
   Cyan accent, sharper edges, structured grid, hardware visual
   ============================================================ */

:root {
  --bg:           #f6f8fc;   /* soft off-white page bg */
  --bg-2:         #eef2f8;   /* subtle alt section bg */
  --surface:      #ffffff;   /* cards / panels */
  --surface-2:    #fafbfd;
  --border:       #dfe6f0;
  --border-2:     #c9d3e2;
  --text:         #0d1b36;   /* dark navy */
  --text-2:       #475674;
  --text-3:       #74829d;
  --accent:       #0b6bff;   /* solid blue for light bg */
  --accent-2:     #0848c2;
  --accent-3:     #4f8aff;
  --warn:         #ea580c;
  --ok:           #16a34a;

  --radius-sm: 4px;
  --radius:    6px;

  --container: 1240px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul, ol { list-style: none; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ============================================================
   Type
   ============================================================ */
h1, h2, h3, h4 { font-family: 'Space Grotesk', 'Inter', sans-serif; line-height: 1.15; letter-spacing: -.01em; }
h1 { font-size: clamp(2.25rem, 5vw, 3.6rem); font-weight: 700; }
h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 600; }
h3 { font-size: 1.15rem; font-weight: 600; }
h4 { font-size: .95rem; font-weight: 600; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .78rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.1rem;
}
.eyebrow .dot { width: 8px; height: 8px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 12px var(--accent); }
.accent { color: var(--accent); }

.section { padding: clamp(64px, 9vw, 110px) 0; border-bottom: 1px solid var(--border); }
.section__head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section__head p { color: var(--text-2); margin-top: 1rem; }

/* ============================================================
   Buttons (sharp, minimal)
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 26px;
  border-radius: var(--radius-sm);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500; font-size: .95rem;
  transition: all .2s var(--ease);
}
.btn--primary { background: var(--accent); color: var(--bg); font-weight: 600; }
.btn--primary:hover { background: var(--accent-3); transform: translateY(-1px); box-shadow: 0 6px 24px rgba(34,211,238,.35); }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--border-2); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--block { width: 100%; }

/* ============================================================
   Topbar
   ============================================================ */
.topbar {
  background: #0d1b36;
  color: #b8c4dc;
  border-bottom: 1px solid var(--border);
  font-size: .8rem;
}
.topbar a { color: #ffffff; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 36px; }
.topbar__contact a:hover { color: var(--accent); }

/* ============================================================
   Nav
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.nav__logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-img { width: 32px; height: 32px; object-fit: contain; flex-shrink: 0; }
.logo-img--sm { width: 28px; height: 28px; }
.logo-word { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: .12em; font-size: 1rem; }
.nav__menu { display: flex; gap: 36px; }
.nav__menu a { color: var(--text-2); font-weight: 500; font-size: .92rem; }
.nav__menu a:hover { color: var(--accent); }
.nav__cta { padding: 10px 18px; font-size: .85rem; }
.nav__toggle { display: none; flex-direction: column; gap: 5px; padding: 10px; }
.nav__toggle span { width: 22px; height: 2px; background: var(--text); transition: .2s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: flex; flex-direction: column; gap: 6px; padding: 20px 24px 28px; background: var(--bg-2); border-top: 1px solid var(--border); }
.mobile-menu[hidden] { display: none; }
.mobile-menu a { padding: 10px 0; color: var(--text-2); }
.mobile-menu .btn { margin-top: 12px; align-self: stretch; }

/* ============================================================
   Hero — split layout with rack visual
   ============================================================ */
.hero {
  padding: clamp(60px, 8vw, 100px) 0 0;
  position: relative;
  overflow: hidden;
  background: #05112a;
}

/* ── Hero video background ───────────────────────────── */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}
.hero__video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5,17,42,0.82) 0%,
    rgba(11,60,140,0.55) 50%,
    rgba(5,17,42,0.80) 100%
  );
  z-index: 1;
  pointer-events: none;
}
.hero__grid { position: relative; z-index: 2; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-bottom: clamp(40px, 5vw, 80px);
}
.hero__copy h1 { margin-bottom: 1.25rem; color: #fff; }
.hero__sub { font-size: 1.1rem; color: rgba(255,255,255,0.75); margin-bottom: 2rem; max-width: 540px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 3rem; }
.hero__partners-label { font-size: .75rem; text-transform: uppercase; letter-spacing: .16em; color: rgba(255,255,255,0.5); }
.hero__partners-row {
  display: flex; flex-wrap: wrap; gap: 0;
  margin-top: 12px;
  border-top: 1px solid var(--border);
}
.hero__partners-row span {
  flex: 1 0 33.33%;
  padding: 14px 0;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: .85rem;
  color: var(--text-2);
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
.hero__partners-row span:nth-child(3n) { border-right: 0; }

/* Dot-separator variant */
.hero__partners-row--dots { padding-top: 14px; align-items: center; flex-wrap: wrap; }
.hero__partners-row--dots span {
  flex: 0 0 auto;
  padding: 4px 0;
  border: none !important;
}
.hero__partners-row--dots span::after {
  content: '·';
  margin: 0 14px;
  color: var(--text-3);
  font-weight: 300;
  opacity: 0.6;
}
.hero__partners-row--dots span:last-child::after { content: none; }

/* Hero dark-background overrides (ghost btn + partner row on video bg) */
.hero .btn--ghost { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.28); }
.hero .btn--ghost:hover { border-color: var(--accent-3); color: #fff; }
.hero .hero__partners-row { border-top-color: rgba(255,255,255,0.12); }
.hero .hero__partners-row span { color: rgba(255,255,255,0.65); }
.hero .hero__partners-row--dots span::after { color: rgba(255,255,255,0.35); opacity: 1; }

/* Rack visual — kept dark to feel like a real NOC monitor panel on the light page */
.hero__visual { display: flex; justify-content: center; }
.rack {
  width: 100%; max-width: 360px;
  background: linear-gradient(180deg, #0f223e, #06111f);
  border: 1px solid #1c3358;
  border-radius: var(--radius);
  padding: 16px;
  box-shadow:
    0 30px 80px rgba(13,27,54,.18),
    0 0 0 1px rgba(11,107,255,.10) inset;
  color: #b8c6db;
}
.rack__head, .rack__foot {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #7a8aa6;
  border-bottom: 1px solid #1c3358;
}
.rack__foot { border-bottom: 0; border-top: 1px solid #1c3358; justify-content: space-between; margin-top: 4px; padding-top: 12px; }
.rack__title { margin-left: auto; }
.led { width: 8px; height: 8px; border-radius: 50%; background: #2a4476; }
.led--on { background: #4ade80; box-shadow: 0 0 10px #4ade80; animation: blink 2s var(--ease) infinite; }
@keyframes blink { 50% { opacity: .35; } }
.rack__unit {
  display: flex; justify-content: space-between; align-items: center;
  background: #0a1a30;
  border: 1px solid #1c3358;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin-top: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .82rem;
  color: #d6deeb;
}
.rack__unit em {
  font-style: normal; font-weight: 600; font-size: .7rem;
  letter-spacing: .12em;
  padding: 3px 8px;
  background: rgba(79,138,255,.18); color: #82b1ff;
  border-radius: 3px;
}
.rack__unit em.ok { background: rgba(74,222,128,.18); color: #4ade80; }
.rack__unit--lg { padding: 18px 14px; border-color: #2a4476; background: #122a52; }
.rack__unit--alt { background: #112447; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: #4f8aff; box-shadow: 0 0 10px #4f8aff; animation: blink 1.5s var(--ease) infinite; }

/* Stats banner */
.stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background: var(--surface);
  border: 1px solid var(--border-2);
  border-radius: var(--radius);
  overflow: hidden;
  margin: -1px auto 0;
  max-width: 480px;
}
.stats > div {
  padding: 24px 20px;
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 4px;
  align-items: center; text-align: center;
}
.stats > div:last-child { border-right: 0; }
.stats strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 700;
  color: var(--accent);
}
.stats span {
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-3);
}

/* ============================================================
   Services — 3 col with numbered cards + bullet lists
   ============================================================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.service-card {
  padding: 36px 32px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  background: var(--surface);
  transition: background .2s var(--ease), transform .2s var(--ease);
}
.service-card:hover {
  background: var(--bg-2);
  transform: translateY(-2px);
}
.service-num {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .75rem; letter-spacing: .2em;
  color: var(--accent);
  margin-bottom: 16px;
}
.service-card h3 { margin-bottom: 12px; }
.service-card > p { color: var(--text-2); font-size: .95rem; margin-bottom: 18px; }
.service-card ul { display: flex; flex-direction: column; gap: 6px; }
.service-card ul li {
  position: relative;
  padding-left: 18px;
  color: var(--text-3);
  font-size: .85rem;
}
.service-card ul li::before {
  content: '+';
  position: absolute; left: 0; top: -1px;
  color: var(--accent);
  font-weight: 700;
}

/* Featured / wide card — spans full grid width */
.service-card--wide {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #ffffff 0%, #eef4ff 100%);
  border-left: 3px solid var(--accent);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr;
  gap: 40px;
  align-items: start;
  padding: 40px 36px;
}
.service-card--wide .service-card__head {
  display: flex; align-items: center; gap: 12px;
  grid-column: 1 / -1;
  margin-bottom: -8px;
}
.service-card--wide .service-num { margin-bottom: 0; }
.service-card--wide h3 {
  font-size: 1.45rem;
  grid-column: 1;
  margin: 0;
}
.service-card--wide > p {
  grid-column: 2;
  margin: 0;
  font-size: 1rem;
}
.service-card--wide ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 24px;
  margin-top: 4px;
}
.service-card--wide:hover { background: linear-gradient(135deg, #ffffff 0%, #e3edff 100%); transform: none; }
.service-badge {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 8px;
  background: var(--accent);
  color: #ffffff;
  border-radius: 3px;
}

/* ============================================================
   About — copy + testimonial panel
   ============================================================ */
.about--dark {
  background: #06111f;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.about--dark .eyebrow { color: var(--accent-3); }
.about--dark .eyebrow .dot { background: var(--accent-3); box-shadow: 0 0 10px var(--accent-3); }
.about__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 56px;
  align-items: start;
}
.about--dark .about__copy h2 { color: #fff; margin-bottom: 1rem; }
.about__copy h2 { margin-bottom: 1rem; }
.about--dark .about__copy > p { color: rgba(255,255,255,0.58); }
.about__copy > p { color: var(--text-2); font-size: 1.05rem; margin-bottom: 2rem; }
.about__bullets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

/* ── Score cards ──────────────────────────────────────── */
.about__card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.13);
  border-top: 2px solid var(--accent);
  border-radius: 8px;
  padding: 20px;
  transition: background .2s var(--ease), border-top-color .2s;
}
.about__card:hover { background: rgba(11,107,255,0.12); border-top-color: var(--accent-3); }
.about__card--wide { grid-column: 1 / -1; }
.about__card-icon {
  width: 38px; height: 38px;
  background: rgba(79,138,255,0.80);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  color: #ffffff;
  flex-shrink: 0;
}
.about__card h4 { color: #fff; margin-bottom: 6px; font-size: .95rem; }
.about__card p { color: #ffffff; font-size: .88rem; line-height: 1.65; }

/* legacy — only targets plain divs (no .about__card class) */
.about__bullets > div:not(.about__card) h4 { color: var(--accent); margin-bottom: 6px; }
.about__bullets > div:not(.about__card) p { color: var(--text-2); font-size: .9rem; }

.about__panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-left: 3px solid var(--accent);
  padding: 32px;
  border-radius: var(--radius);
}
.about__panel-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .72rem; letter-spacing: .2em;
  color: var(--accent-3);
  display: block; margin-bottom: 18px;
}
.about__panel blockquote { margin: 0 0 24px; }
.about__panel blockquote p {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem; line-height: 1.5;
  color: #fff;
  margin-bottom: 14px;
}
.about__panel blockquote footer { color: rgba(255,255,255,0.45); font-size: .85rem; }
.about__cert { padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
.about__cert > span {
  display: block; margin-bottom: 8px;
  font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,0.4);
}
.about__cert > div { font-family: 'Space Grotesk', sans-serif; font-size: .9rem; color: rgba(255,255,255,0.7); }

/* ============================================================
   Process — horizontal timeline
   ============================================================ */
.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 24px; right: 24px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent) 0%, var(--border) 100%);
}
.timeline li {
  padding: 0 24px;
  text-align: left;
  position: relative;
}
.timeline__dot {
  display: block;
  width: 14px; height: 14px;
  margin-left: 0;
  margin-bottom: 24px;
  background: var(--accent);
  border: 4px solid var(--bg);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 2px var(--accent);
}
.timeline__num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: .8rem; letter-spacing: .2em;
  color: var(--accent);
  display: block; margin-bottom: 8px;
}
.timeline h3 { margin-bottom: 8px; }
.timeline p { color: var(--text-2); font-size: .9rem; }

/* ============================================================
   CTA
   ============================================================ */
.cta { background: var(--bg-2); }
.cta__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 64px;
  align-items: start;
}
.cta__copy h2 { margin-bottom: 1rem; }
.cta__copy > p { color: var(--text-2); margin-bottom: 2rem; }
.cta__contact { display: grid; grid-template-columns: auto 1fr; column-gap: 24px; row-gap: 10px; }
.cta__contact dt {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-3);
  padding-top: 2px;
}
.cta__contact dd a { color: var(--accent); }
.cta__contact dd a:hover { color: var(--accent-3); }

.cta__form {
  display: grid; gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border-2);
  padding: 32px;
  border-radius: var(--radius);
}
.field { display: grid; gap: 6px; }
.field label { font-size: .82rem; color: var(--text-2); font-weight: 500; }
.field input, .field textarea {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  color: var(--text);
  font: inherit;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(34,211,238,.15);
}
.form__note {
  font-size: .9rem; padding: 10px 14px; border-radius: var(--radius-sm);
  background: rgba(34,211,238,.1); color: var(--accent-3); border: 1px solid rgba(34,211,238,.3);
}
.form__note--success {
  background: rgba(34,197,94,.12); color: #16a34a; border-color: rgba(34,197,94,.35);
}
.form__note--error {
  background: rgba(239,68,68,.1); color: #dc2626; border-color: rgba(239,68,68,.3);
}

/* ── WhatsApp Float ─────────────────────────────────── */
.whatsapp-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 56px; height: 56px;
  background: #25d366; color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.whatsapp-float svg { width: 28px; height: 28px; }
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,.6);
}
.whatsapp-tooltip {
  position: absolute; right: 64px;
  background: #1a1a2e; color: #fff;
  font-size: .78rem; font-weight: 500;
  padding: 6px 12px; border-radius: 6px;
  white-space: nowrap; pointer-events: none;
  opacity: 0; transform: translateX(8px);
  transition: opacity .2s, transform .2s;
}
.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1; transform: translateX(0);
}

/* ============================================================
   Footer
   ============================================================ */
.footer { background: #0d1b36; color: #b8c4dc; padding-top: 56px; }
.footer .logo-word { color: #ffffff; }
.footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px;
  padding-bottom: 40px;
}
.footer__grid > div { display: flex; flex-direction: column; gap: 10px; }
.footer__grid > div > p { color: #8a9bb8; font-size: .9rem; margin-top: 8px; max-width: 320px; }
.footer__grid h4 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .14em;
  color: #8a9bb8; margin-bottom: 8px;
}
.footer__grid a { color: #d6deeb; font-size: .9rem; }
.footer__grid a:hover { color: var(--accent-3); }
.footer__social { display: flex; gap: 10px; margin-top: 12px; }
.footer__social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-sm);
  color: #d6deeb;
}
.footer__social a:hover { background: var(--accent-3); color: #0d1b36; border-color: var(--accent-3); }
.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  font-size: .82rem;
  color: #8a9bb8;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1000px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__visual { order: -1; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card--wide { grid-template-columns: 1fr; gap: 16px; padding: 32px 28px; }
  .service-card--wide h3, .service-card--wide > p { grid-column: 1; }
  .service-card--wide ul { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }
  .cta__grid { grid-template-columns: 1fr; gap: 32px; }
  .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 40px; }
  .timeline::before { display: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__toggle { display: flex; }
  .topbar__contact { display: none; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card--wide ul { grid-template-columns: 1fr; }
  .stats > div { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .about__bullets { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__partners-row span { flex-basis: 50%; }
  .hero__partners-row span:nth-child(3n) { border-right: 1px solid var(--border); }
  .hero__partners-row span:nth-child(2n) { border-right: 0; }
}

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