/* ===========================================================
   AECflo — replica stylesheet
   Colors / fonts derived from the live site's compiled CSS
   =========================================================== */

:root {
  --background: #FFFFFF;
  --ink: #0B1628;
  --ink-rgb: 11, 22, 40;
  --navy: #051127;
  --slate-light: #F6FBFF;
  --teal: #2885EF;
  --teal-rgb: 40, 133, 239;
  --teal-foreground: #F9FCFF;
  --amber: #71C1F7;
  --muted-foreground: #62748E;
  --border: #E2E8F0;

  --font-sans: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-display: 'Space Grotesk', 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-serif: 'Instrument Serif', 'Times New Roman', ui-serif, Georgia, serif;

  --container: 1280px;
  --container-md: 1024px;
  --container-sm: 768px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--background);
  color: var(--ink);
  font-feature-settings: 'ss01', 'cv11';
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }
input, select { font: inherit; }
svg { display: block; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container--md { max-width: var(--container-md); }
.container--sm { max-width: var(--container-sm); }

section { position: relative; scroll-margin-top: 96px; }

/* ---------- Reusable bits ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(var(--ink-rgb), 0.55);
}
.eyebrow--light { color: var(--teal); }
.eyebrow--center { justify-content: center; }
.eyebrow__line {
  width: 32px;
  height: 1px;
  background: rgba(var(--ink-rgb), 0.4);
  display: inline-block;
}
.eyebrow__line--teal { background: var(--teal); }

.h2 {
  font-family: var(--font-display);
  margin-top: 16px;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.h2--md { font-size: clamp(2rem, 3.5vw, 3rem); }
.h2 .dim { color: rgba(var(--ink-rgb), 0.4); }

.h3 {
  font-family: var(--font-display);
  margin-top: 16px;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.h3--light { color: #fff; font-size: clamp(1.5rem, 2.5vw, 2.25rem); }

.lead {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(var(--ink-rgb), 0.65);
  max-width: 640px;
}

.section-head { max-width: 760px; }
.section-head--tight { max-width: 760px; margin-top: 96px; }
.section-head--center { max-width: 760px; margin: 0 auto; text-align: center; }
.section-head--center .lead { margin-left: auto; margin-right: auto; }

.anchor-offset { scroll-margin-top: 96px; margin-top: 96px; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.btn--white {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.6);
}
.btn--white:hover { transform: translateY(-2px); }
.btn--glass {
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.1);
  color: #fff;
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);
}
.btn--glass:hover { background: rgba(255,255,255,0.2); }
.btn--teal {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 20px 40px -20px rgba(var(--teal-rgb), 0.55);
  border-radius: 12px;
}
.btn--teal:hover { filter: brightness(1.1); }
.btn--outline {
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  color: var(--ink);
  border-radius: 12px;
}
.btn--outline:hover { background: var(--ink); color: var(--background); }
.btn--block { width: 100%; padding: 14px 24px; margin-top: 32px; font-weight: 700; }
.btn--upper { text-transform: uppercase; letter-spacing: 0.05em; padding: 16px 24px; }
.btn svg { transition: transform 0.2s ease; }
.btn:hover svg { transform: translateX(3px); }

.check-list { margin-top: 20px; display: flex; flex-direction: column; gap: 10px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(var(--ink-rgb), 0.7);
  line-height: 1.5;
}
.check-list li::before {
  content: '';
  flex-shrink: 0;
  margin-top: 6px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232885EF' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.check-list--plan li { font-size: 14px; }

/* ===========================================================
   HEADER / HERO
   =========================================================== */
.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.75));
}
.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.18;
  mix-blend-mode: overlay;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.6) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.6) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at 50% 40%, black 30%, transparent 75%);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}
.header.is-scrolled {
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(16px) saturate(150%);
  box-shadow: 0 1px 0 rgba(var(--ink-rgb),0.06), 0 16px 32px -24px rgba(15,27,42,0.25);
}
.header.is-scrolled .header__logo img { filter: none; }
.header.is-scrolled .nav__link { color: rgba(var(--ink-rgb), 0.75); }
.header.is-scrolled .nav__link:hover { color: var(--ink); }
.header.is-scrolled .nav__panel::before {
  background: rgba(255,255,255,0.98);
  border-color: rgba(var(--ink-rgb), 0.08);
  box-shadow: 0 30px 60px -20px rgba(15,27,42,0.25);
}
.header.is-scrolled .nav__panel-item:hover { background: rgba(var(--ink-rgb), 0.05); }
.header.is-scrolled .nav__panel-item .t { color: var(--ink); }
.header.is-scrolled .nav__panel-item .s { color: rgba(var(--ink-rgb), 0.55); }
.header.is-scrolled .btn--glass {
  border-color: rgba(var(--ink-rgb), 0.15);
  background: rgba(var(--ink-rgb), 0.04);
  color: var(--ink);
  box-shadow: none;
}
.header.is-scrolled .btn--glass:hover { background: rgba(var(--ink-rgb), 0.08); }
.header.is-scrolled .hamburger span { background: var(--ink); }
.header__inner {
  max-width: var(--container);
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.header__logo img { height: 32px; width: auto; filter: brightness(0) invert(1); }

.nav { display: none; align-items: center; gap: 32px; }

.nav__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  transition: color 0.2s ease;
}
.nav__link:hover { color: #fff; }
.nav__link .chev { opacity: 0.7; transition: transform 0.2s ease; }

.nav__dropdown { position: relative; }
.nav__panel {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 288px;
  padding-top: 16px;
  z-index: 40;
  transition: opacity 0.2s ease;
}
.nav__dropdown:hover .nav__panel { visibility: visible; opacity: 1; }
.nav__dropdown:hover .chev { transform: rotate(180deg); }
.nav__panel::before {
  content: '';
  display: block;
  position: absolute;
  inset: 16px 0 0 0;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(40px) saturate(150%);
  box-shadow: 0 30px 60px -20px rgba(0,0,0,0.5);
  z-index: -1;
}
.nav__panel-item {
  display: block;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background 0.2s ease;
}
.nav__panel-item:hover { background: rgba(255,255,255,0.15); }
.nav__panel-item .t { display: block; font-size: 14px; font-weight: 600; color: #fff; }
.nav__panel-item .s { display: block; margin-top: 2px; font-size: 12px; color: rgba(255,255,255,0.65); }

.header__actions { display: flex; align-items: center; gap: 16px; }

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  padding: 4px;
}
.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 80px 0 0 0;
  z-index: 40;
  background: rgba(5, 17, 39, 0.97);
  backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 4px;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  overflow-y: auto;
}
.mobile-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-nav a {
  padding: 14px 8px;
  font-size: 16px;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.mobile-nav a:hover { color: #fff; }
.mobile-nav__cta { color: var(--teal) !important; font-weight: 700 !important; }

.hero__content {
  position: relative;
  z-index: 20;
  max-width: 960px;
  margin: 0 auto;
  min-height: calc(100svh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px 128px;
  text-align: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.9);
  backdrop-filter: blur(20px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}
.badge__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }

.hero__title {
  font-family: var(--font-serif);
  margin-top: 32px;
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 6.25rem);
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: #fff;
}
.hero__title em { font-style: italic; color: rgba(255,255,255,0.95); }

.hero__subtitle {
  margin-top: 32px;
  max-width: 640px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
}

.hero__cta {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .nav { display: flex; }
  .hamburger { display: none; }
}

/* ===========================================================
   PROBLEM
   =========================================================== */
.problem { background: var(--background); padding: 96px 0; }
@media (min-width: 768px) { .problem { padding: 128px 0; } }
.problem__head {
  display: grid;
  gap: 40px;
  align-items: end;
}
@media (min-width: 768px) {
  .problem__head { grid-template-columns: 2fr 1fr; }
}
.problem__grid {
  margin-top: 64px;
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: rgba(var(--ink-rgb), 0.1);
}
@media (min-width: 768px) { .problem__grid { grid-template-columns: 1fr 1fr; } }
.problem__card {
  background: var(--background);
  padding: 36px;
  transition: background 0.2s ease;
}
.problem__card:hover { background: var(--slate-light); }
.problem__card .num {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--teal);
}
.problem__card h3 {
  font-family: var(--font-display);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.problem__card p {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(var(--ink-rgb), 0.65);
}
.problem__footnote {
  margin-top: 48px;
  max-width: 760px;
  font-size: 18px;
  color: rgba(var(--ink-rgb), 0.65);
}

/* ===========================================================
   FEATURES / PRODUCT
   =========================================================== */
.features-section { background: var(--slate-light); padding: 96px 0; overflow: hidden; }
@media (min-width: 768px) { .features-section { padding: 128px 0; } }

.quad-grid {
  margin-top: 64px;
  display: grid;
  gap: 24px;
}
@media (min-width: 640px) { .quad-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .quad-grid { grid-template-columns: repeat(4, 1fr); } }

.quad-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 28px;
  box-shadow: 0 20px 40px -30px rgba(15,27,42,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.quad-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(15,27,42,0.35); }
.quad-card h3 {
  font-family: var(--font-display);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.quad-card p { margin-top: 12px; font-size: 14px; line-height: 1.6; color: rgba(var(--ink-rgb), 0.65); }

.icon-tile {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
}
.icon-tile--dark { background: var(--ink); color: var(--teal); box-shadow: 0 8px 20px rgba(var(--ink-rgb), 0.25); }
.icon-tile--lg { width: 56px; height: 56px; }
.icon-tile--teal { background: var(--teal); color: var(--ink); width: 44px; height: 44px; }
.icon-tile--teal-solid { background: var(--teal); color: #fff; width: 48px; height: 48px; box-shadow: 0 10px 30px -10px rgba(var(--teal-rgb), 0.55); }
.icon-tile--outline { background: var(--background); color: var(--ink); box-shadow: 0 1px 2px rgba(0,0,0,0.06); transition: background 0.2s ease; }

.tag-num {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(var(--ink-rgb), 0.3);
}
.tag-num--sm { position: static; }

.feature-grid {
  margin-top: 48px;
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) { .feature-grid { grid-template-columns: 1fr 1fr; } }

.feature-card {
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 32px;
  box-shadow: 0 20px 40px -30px rgba(15,27,42,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(15,27,42,0.35); }
.feature-card__top { display: flex; align-items: flex-start; justify-content: space-between; }
.feature-card h4 {
  font-family: var(--font-display);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Automation (dark block) */
.automation {
  margin-top: 96px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--ink);
  padding: 32px;
  color: #fff;
  box-shadow: 0 30px 60px -30px rgba(15,27,42,0.4);
}
@media (min-width: 768px) { .automation { padding: 48px; } }
.automation__lead { margin-top: 16px; max-width: 640px; font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.7); }
.automation__grid { margin-top: 40px; display: grid; gap: 24px; }
@media (min-width: 768px) { .automation__grid { grid-template-columns: repeat(3, 1fr); } }
.automation__card {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  padding: 24px;
  backdrop-filter: blur(8px);
}
.automation__card h4 { font-family: var(--font-display); margin-top: 20px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.automation__card p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.65); }

/* Benefits */
.benefit-grid { margin-top: 48px; display: grid; gap: 24px; }
@media (min-width: 768px) { .benefit-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .benefit-grid { grid-template-columns: repeat(3, 1fr); } }
.benefit-card {
  border-radius: 16px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(var(--ink-rgb), 0.2); box-shadow: 0 20px 40px -30px rgba(15,27,42,0.3); }
.benefit-card h4 { font-family: var(--font-display); margin-top: 24px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.benefit-card p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: rgba(var(--ink-rgb), 0.65); }

/* ===========================================================
   HOW IT WORKS
   =========================================================== */
.how { background: var(--background); padding: 96px 0; overflow: hidden; }
@media (min-width: 768px) { .how { padding: 128px 0; } }
.how__grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,27,42,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,27,42,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 30%, black 40%, transparent 80%);
}
.steps { position: relative; margin-top: 64px; display: grid; gap: 24px; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step-line {
  position: absolute;
  left: 0; right: 0; top: 36px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(var(--teal-rgb), 0.4), transparent);
  display: none;
}
@media (min-width: 768px) { .step-line { display: block; } }
.step-card {
  position: relative;
  border-radius: 16px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 32px;
  box-shadow: 0 20px 50px -30px rgba(15,27,42,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(15,27,42,0.35); }
.step-card__top { display: flex; align-items: center; justify-content: space-between; }
.step-num {
  font-family: var(--font-display);
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--teal);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 30px -10px rgba(var(--teal-rgb), 0.55);
}
.step-icon { color: rgba(var(--ink-rgb), 0.3); }
.step-card h3 { font-family: var(--font-display); margin-top: 24px; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.step-card p { margin-top: 12px; font-size: 14px; line-height: 1.6; color: rgba(var(--ink-rgb), 0.65); }

/* ===========================================================
   WHO IT'S FOR
   =========================================================== */
.teams { background: var(--background); padding: 96px 0; }
@media (min-width: 768px) { .teams { padding: 128px 0; } }
.persona-grid { margin-top: 64px; display: grid; gap: 24px; }
@media (min-width: 768px) { .persona-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .persona-grid { grid-template-columns: repeat(4, 1fr); } }
.persona-card {
  border-radius: 16px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--slate-light);
  padding: 28px;
  transition: all 0.2s ease;
}
.persona-card:hover {
  border-color: rgba(var(--ink-rgb), 0.2);
  background: var(--background);
  box-shadow: 0 20px 40px -30px rgba(15,27,42,0.3);
}
.persona-card:hover .icon-tile--outline { background: var(--teal); }
.persona-card h3 { font-family: var(--font-display); margin-top: 24px; font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.persona-card p { margin-top: 8px; font-size: 14px; line-height: 1.6; color: rgba(var(--ink-rgb), 0.65); }

/* ===========================================================
   WHY AECFLO (compare table)
   =========================================================== */
.why { background: var(--slate-light); padding: 96px 0; }
@media (min-width: 768px) { .why { padding: 128px 0; } }

.why-radial-outer { margin-top: 56px; }

/* stacked fallback (default, below the radial breakpoint) */
.why-radial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.orbit-card { position: static; width: 100%; max-width: 480px; }

@media (min-width: 1180px) {
  .why-radial {
    position: relative;
    width: 100%;
    max-width: 1180px;
    height: 720px;
    margin: 0 auto;
    display: block;
  }
  .why-radial .orbit-card {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%);
    width: 250px;
    max-width: none;
    z-index: 2;
  }
}

/* ---------- radar chart ---------- */
.radar-wrap {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media (min-width: 1180px) {
  .radar-wrap { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-width: 340px; margin: 0; }
}
.radar { display: block; width: 100%; height: auto; overflow: visible; }
.radar__ring { fill: none; stroke: rgba(var(--ink-rgb), 0.08); stroke-width: 1; }
.radar__ring--outer { stroke: rgba(var(--ink-rgb), 0.16); }
.radar__axis { stroke: rgba(var(--ink-rgb), 0.12); stroke-width: 1; }

.radar__ping {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
  opacity: 0;
  transform-origin: 170px 170px;
  transform: scale(0);
}
.radar-wrap.is-visible .radar__ping { animation: radar-ping 1.6s ease-out forwards; animation-delay: 0.05s; }
.radar-wrap.is-visible .radar__ping--2 { animation-delay: 0.35s; }
@keyframes radar-ping {
  0% { transform: scale(0); opacity: 0.8; }
  75% { opacity: 0; }
  100% { transform: scale(17); opacity: 0; }
}

.radar__poly { transform-origin: 170px 170px; }

.radar__poly--generic {
  fill: rgba(var(--ink-rgb), 0.07);
  stroke: rgba(var(--ink-rgb), 0.4);
  stroke-width: 1.5;
  stroke-dasharray: 4 3;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(.22,1.36,.36,1);
  transition-delay: 0.1s;
}
.radar-wrap.is-visible .radar__poly--generic { opacity: 1; transform: scale(1); }

/* filled hexagon — fades in only after the line finishes tracing */
.radar__poly-fill {
  fill: rgba(40,133,239,0.16);
  opacity: 0;
  transition: opacity 0.7s ease;
  transition-delay: 3s;
}
.radar-wrap.is-visible .radar__poly-fill { opacity: 1; }

/* the line that "draws" itself point to point around the hexagon */
.radar__poly-line {
  fill: none;
  stroke: var(--teal);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(40,133,239,0.55));
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  transition: stroke-dashoffset 2.4s linear;
  transition-delay: 0.5s;
}
.radar-wrap.is-visible .radar__poly-line { stroke-dashoffset: 0; }

/* vertex dots pop the instant the line reaches that point */
.radar__dot {
  fill: var(--teal);
  stroke: var(--background);
  stroke-width: 1.5;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  transform: scale(0);
  transition: transform 0.4s cubic-bezier(.34,1.56,.64,1), opacity 0.25s ease;
  transition-delay: calc(0.5s + (var(--i) * 0.4s));
}
.radar-wrap.is-visible .radar__dot { opacity: 1; transform: scale(1); }

.radar__legend {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--ink-rgb), 0.6);
}
.radar__legend span { display: inline-flex; align-items: center; gap: 6px; }
.radar__legend-dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.radar__legend-dot--aecflo { background: var(--teal); box-shadow: 0 0 6px rgba(40,133,239,0.6); }
.radar__legend-dot--generic { background: rgba(var(--ink-rgb), 0.35); }

/* ---------- orbit cards ---------- */
/* each card's --i matches its vertex's position along the drawn line,
   so it lands the instant the line (and that vertex's dot) arrives */
.orbit-card {
  background: var(--background);
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 16px 32px -28px rgba(15,27,42,0.25);
  opacity: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, opacity 0.4s ease;
  transition-delay: 0s, 0s, 0s, calc(0.5s + (var(--i) * 0.4s));
}
#whyRadial.is-visible .orbit-card { opacity: 1; }
.orbit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(var(--ink-rgb), 0.2);
  box-shadow: 0 20px 40px -28px rgba(15,27,42,0.35);
}
.orbit-card__inner {
  transform: scale(0.75);
  transition: transform 0.5s cubic-bezier(.34,1.56,.64,1);
  transition-delay: calc(0.5s + (var(--i) * 0.4s));
}
#whyRadial.is-visible .orbit-card__inner { transform: scale(1); }
@media (min-width: 1180px) {
  .orbit-card:hover { transform: translate(-50%, calc(-50% - 4px)); }
}
.orbit-card__head { display: flex; align-items: baseline; gap: 8px; }
.orbit-card__num {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--teal);
}
.orbit-card h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.orbit-card p { margin-top: 4px; font-size: 12.5px; line-height: 1.5; color: rgba(var(--ink-rgb), 0.6); }
.orbit-card__tags { margin-top: 10px; display: flex; gap: 6px; }
.tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.tag--yes { background: rgba(40,133,239,0.12); color: var(--teal); }
.tag--no { background: rgba(var(--ink-rgb), 0.06); color: rgba(var(--ink-rgb), 0.4); }

/* ===========================================================
   WHY US / COMPANY
   =========================================================== */
.company { background: var(--background); padding: 96px 0; }
@media (min-width: 768px) { .company { padding: 128px 0; } }
.company__grid { display: grid; gap: 48px; }
@media (min-width: 768px) { .company__grid { grid-template-columns: 5fr 7fr; gap: 64px; } }
.chips { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  border-radius: 999px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--slate-light);
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(var(--ink-rgb), 0.7);
}
.company__right p { font-size: 18px; line-height: 1.7; color: rgba(var(--ink-rgb), 0.8); }

/* ===========================================================
   PRICING
   =========================================================== */
.pricing { background: var(--slate-light); padding: 96px 0; overflow: hidden; }
@media (min-width: 768px) { .pricing { padding: 128px 0; } }
.plans { margin-top: 64px; display: grid; gap: 24px; }
@media (min-width: 1024px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 32px;
  box-shadow: 0 20px 40px -30px rgba(15,27,42,0.15);
  transition: transform 0.2s ease;
}
.plan-card:hover { transform: translateY(-4px); }
.plan-card--featured { border-color: var(--teal); box-shadow: 0 30px 60px -30px rgba(var(--teal-rgb), 0.25); }
.plan-card__body { flex: 1; }
.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--teal);
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.plan-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.01em; }
.plan-price { margin-top: 16px; display: flex; align-items: baseline; gap: 4px; }
.plan-price .amount { font-family: var(--font-display); font-size: 36px; font-weight: 700; letter-spacing: -0.01em; }
.plan-price .period { font-size: 14px; font-weight: 500; color: rgba(var(--ink-rgb), 0.55); }
.plan-desc { margin-top: 12px; font-size: 14px; line-height: 1.6; color: rgba(var(--ink-rgb), 0.65); }
.pricing__grid-bg { display: none; }
.pricing__footnote { margin-top: 48px; text-align: center; font-size: 14px; color: rgba(var(--ink-rgb), 0.55); }

/* ===========================================================
   EARLY ACCESS
   =========================================================== */
.early-access { background: var(--background); padding: 96px 0; overflow: hidden; }
@media (min-width: 768px) { .early-access { padding: 128px 0; } }
.early-access__grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.7;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,27,42,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,27,42,0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at center, black 25%, transparent 75%);
}

.early-access__split {
  position: relative;
  display: grid;
  gap: 40px;
}
@media (min-width: 900px) {
  .early-access__split {
    grid-template-columns: 1fr 1.1fr;
    align-items: start;
    gap: 48px;
  }
}
.early-access__form-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-banner--fill {
  margin-bottom: 0;
  min-height: 320px;
}
@media (min-width: 900px) {
  .media-banner--fill .media-banner__photo { height: 100%; }
}

.early-access__form-col .access-form {
  max-width: none;
  margin: 32px 0 0;
}
.early-access__form-col .section-head { max-width: 560px; }

.access-form {
  position: relative;
  max-width: 640px;
  margin: 48px auto 0;
  border-radius: 24px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--slate-light);
  padding: 28px;
  box-shadow: 0 30px 80px -40px rgba(15,27,42,0.25);
}
@media (min-width: 768px) { .access-form { padding: 36px; } }
.access-form__grid { display: grid; gap: 16px; }
@media (min-width: 768px) { .access-form__grid { grid-template-columns: 1fr 1fr; } }
.field label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(var(--ink-rgb), 0.55);
}
.field input, .field select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(var(--ink-rgb), 0.1);
  background: var(--background);
  padding: 12px 16px;
  font-size: 14px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease;
}
.field input::placeholder { color: rgba(var(--ink-rgb), 0.35); }
.field input:focus, .field select:focus { border-color: var(--teal); }
.access-form__trust {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 24px;
  font-size: 12px;
  color: rgba(var(--ink-rgb), 0.55);
}
.access-form__trust span { display: inline-flex; align-items: center; gap: 6px; }
.access-form__trust svg { color: var(--teal); }
.access-form__success {
  display: none;
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
}
.access-form__success.is-visible { display: block; }

/* ===========================================================
   FOOTER
   =========================================================== */
.footer { border-top: 1px solid rgba(var(--ink-rgb), 0.1); background: var(--slate-light); color: var(--ink); padding: 48px 0; }
.footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media (min-width: 768px) { .footer__top { flex-direction: row; align-items: center; justify-content: space-between; } }
.footer__logo img { height: 28px; width: auto; }
.footer__nav { display: flex; flex-wrap: wrap; gap: 24px; font-size: 14px; color: rgba(var(--ink-rgb), 0.6); }
.footer__nav a:hover { color: var(--ink); }
.footer__social { display: flex; gap: 16px; font-size: 14px; color: rgba(var(--ink-rgb), 0.6); }
.footer__social a:hover { color: var(--ink); }
.footer__bottom {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(var(--ink-rgb), 0.1);
  padding-top: 24px;
  font-size: 12px;
  color: rgba(var(--ink-rgb), 0.45);
}
@media (min-width: 768px) { .footer__bottom { flex-direction: row; justify-content: space-between; } }
.footer__legal { display: flex; gap: 16px; }
.footer__legal a:hover { color: rgba(var(--ink-rgb), 0.8); }

/* ===========================================================
   BACK TO TOP
   =========================================================== */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: all 0.25s ease;
}
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.back-to-top:hover { background: var(--teal); }

/* ===========================================================
   SCROLL REVEAL
   =========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(.22,.61,.36,1), transform 0.7s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* ===========================================================
   "SCAN" CORNER-BRACKET HOVER (QA/QC motif, used across all cards)
   =========================================================== */
.corner-scan { position: relative; }
.corner-scan::before {
  content: '';
  position: absolute;
  inset: 14px;
  background:
    linear-gradient(var(--teal), var(--teal)) no-repeat top left / 2px 18px,
    linear-gradient(var(--teal), var(--teal)) no-repeat top left / 18px 2px,
    linear-gradient(var(--teal), var(--teal)) no-repeat bottom right / 2px 18px,
    linear-gradient(var(--teal), var(--teal)) no-repeat bottom right / 18px 2px;
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.corner-scan:hover::before { opacity: 1; transform: scale(1); }

/* ===========================================================
   SHINE SWEEP (flagship product cards only)
   =========================================================== */
.shine-sweep { position: relative; overflow: hidden; }
.shine-sweep::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -40%;
  width: 35%;
  height: 220%;
  background: linear-gradient(120deg, transparent, rgba(40,133,239,0.18), transparent);
  transform: rotate(15deg) translateX(-280%);
  transition: transform 0.9s cubic-bezier(.25,.8,.25,1);
  pointer-events: none;
  z-index: 1;
}
.shine-sweep:hover::after { transform: rotate(15deg) translateX(420%); }

/* Icon-tile micro interactions on card hover */
.icon-tile, .step-num { transition: transform 0.35s cubic-bezier(.34,1.56,.64,1), background-color 0.25s ease; }
.quad-card:hover .icon-tile,
.feature-card:hover .icon-tile,
.benefit-card:hover .icon-tile,
.automation__card:hover .icon-tile,
.step-card:hover .step-num {
  transform: scale(1.08) rotate(-6deg);
}
.persona-card:hover .icon-tile--outline {
  background: var(--teal);
  transform: scale(1.08) rotate(-6deg);
}

/* ===========================================================
   AMBIENT BACKGROUND GLOW (light sections)
   =========================================================== */
.problem, .teams, .why, .company { overflow: hidden; }

.problem::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -120px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,133,239,0.12), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 120px;
  left: -140px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113,193,247,0.18), transparent 70%);
  z-index: -1;
  pointer-events: none;
}
.features-section::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,133,239,0.10), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.teams::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,133,239,0.10), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.why::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 40%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(113,193,247,0.16), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.company::before {
  content: '';
  position: absolute;
  top: 10%;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,133,239,0.10), transparent 70%);
  z-index: -1;
  pointer-events: none;
}

.pricing__grid-bg {
  display: block;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  pointer-events: none;
  background-image:
    linear-gradient(to right, rgba(15,27,42,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(15,27,42,0.05) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(ellipse at 50% 20%, black 35%, transparent 78%);
}

/* ===========================================================
   AUTOMATION dark-panel decoration
   =========================================================== */
.automation { position: relative; }
.automation__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.5;
  border-radius: inherit;
  background-image: radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.5px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at 25% 15%, black 0%, transparent 65%);
  pointer-events: none;
}
.automation__bg::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(40,133,239,0.35), transparent 70%);
  filter: blur(4px);
}

/* ===========================================================
   MEDIA BANNER — reusable wide photo treatment
   (Problem, Why Us / Company)
   =========================================================== */
.media-banner {
  position: relative;
  margin-bottom: 56px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(15,27,42,0.35);
}
.media-banner__photo {
  display: block;
  width: 100%;
  height: clamp(200px, 32vw, 360px);
  object-fit: cover;
  filter: saturate(0.9);
  transform: scale(1.02);
  transition: transform 0.6s ease;
}
.media-banner:hover .media-banner__photo { transform: scale(1.06); }
.media-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,17,39,0.78), transparent 55%);
  pointer-events: none;
}
.media-banner--top::after {
  background: linear-gradient(to bottom, rgba(5,17,39,0.7), transparent 45%);
}
.media-banner__badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 300px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(20px) saturate(150%);
  padding: 12px 16px;
  box-shadow: 0 20px 40px -20px rgba(0,0,0,0.5);
}
.media-banner--top .media-banner__badge { top: 20px; bottom: auto; }
@media (min-width: 768px) {
  .media-banner__badge { left: 28px; bottom: 28px; padding: 14px 18px; }
  .media-banner--top .media-banner__badge { top: 28px; bottom: auto; }
}
.media-banner__badge-num {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}
.media-banner__badge-label {
  font-size: 11.5px;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
}

/* ===========================================================
   SPLIT SECTION HEAD — heading + image side by side
   (Teams, Benefits)
   =========================================================== */
.section-head--split {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: none;
}
@media (min-width: 900px) {
  .section-head--split {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }
  .section-head--split.section-head--reverse { flex-direction: row-reverse; }
  .section-head--split .section-head__text { flex: 1 1 55%; max-width: 640px; }
  .section-head--split .section-head__media { flex: 1 1 34%; max-width: 380px; }
}
.section-head__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 48px -28px rgba(15,27,42,0.35);
  flex-shrink: 0;
}
.section-head__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.95);
}

/* ===========================================================
   HOW IT WORKS — animated connector line
   =========================================================== */
.step-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  width: 100%;
  height: 2px;
  display: none;
  overflow: visible;
}
@media (min-width: 768px) { .step-line { display: block; } }
.step-line line {
  stroke: var(--teal);
  stroke-width: 2;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  opacity: 0.6;
}
.step-line.is-visible line { animation: dash-draw 1.6s ease forwards; }
@keyframes dash-draw { to { stroke-dashoffset: 0; } }

/* ===========================================================
   PRICING — popular badge pulse
   =========================================================== */
@keyframes badge-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(40,133,239,0.45); }
  50% { box-shadow: 0 0 0 7px rgba(40,133,239,0); }
}
.plan-badge { animation: badge-pulse 2.6s ease-in-out infinite; border-radius: 999px; }

/* ===========================================================
   FOOTER accent
   =========================================================== */
.footer { position: relative; }
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(40,133,239,0.5), transparent);
}

/* ===========================================================
   REDUCED MOTION
   =========================================================== */
@media (prefers-reduced-motion: reduce) {
  .reveal { transition: none !important; opacity: 1 !important; transform: none !important; }
  .plan-badge { animation: none !important; }
  .step-line line { animation: none !important; stroke-dashoffset: 0 !important; }
  .shine-sweep::after, .corner-scan::before, .media-banner__photo, .icon-tile, .step-num {
    transition: none !important;
  }
  .radar__ping { animation: none !important; opacity: 0 !important; }
  .radar__poly--generic, .radar__poly-fill, .radar__dot {
    transition: none !important; transform: scale(1) !important; opacity: 1 !important;
  }
  .radar__poly-line { transition: none !important; stroke-dashoffset: 0 !important; }
  .orbit-card { transition: none !important; opacity: 1 !important; }
  .orbit-card__inner { transition: none !important; transform: scale(1) !important; }
  html { scroll-behavior: auto !important; }
}
