:root {
  --ink: #effbff;
  --muted: #88abc4;
  --cyan: #29d9ff;
  --cyan-soft: #72ecff;
  --blue: #2c70ff;
  --violet: #8a6dff;
  --green: #62ffc0;
  --navy-950: #020813;
  --navy-900: #061225;
  --navy-850: #091a31;
  --navy-800: #0b213d;
  --line: rgba(92, 205, 255, 0.2);
  --glass: rgba(8, 25, 48, 0.74);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 12px;
  --page-width: 1180px;
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--navy-950);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  min-height: 100%;
  background: var(--navy-950);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 14%, rgba(37, 117, 255, 0.17), transparent 34rem),
    radial-gradient(circle at 8% 55%, rgba(35, 219, 255, 0.08), transparent 30rem),
    linear-gradient(160deg, #07172c 0%, #020813 54%, #061326 100%);
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #00101b;
  background: var(--cyan);
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.ambient,
.network-grid {
  position: fixed;
  pointer-events: none;
}

.ambient {
  z-index: 0;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.13;
}

.ambient-one {
  top: -16rem;
  right: -10rem;
  background: var(--cyan);
}

.ambient-two {
  bottom: -19rem;
  left: -15rem;
  background: var(--violet);
}

.network-grid {
  z-index: 0;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(88, 196, 255, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 196, 255, 0.24) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 80%);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--page-width));
  min-height: 100vh;
  min-height: 100dvh;
  margin: 0 auto;
  padding:
    calc(18px + env(safe-area-inset-top))
    max(18px, env(safe-area-inset-right))
    calc(22px + env(safe-area-inset-bottom))
    max(18px, env(safe-area-inset-left));
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(30px, 5vw, 70px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 1px solid rgba(79, 218, 255, 0.38);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(28, 82, 129, 0.46), rgba(5, 25, 48, 0.9));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.1),
    0 0 24px rgba(32, 209, 255, 0.14);
}

.brand-mark svg {
  width: 27px;
  fill: var(--cyan);
  filter: drop-shadow(0 0 8px rgba(41, 217, 255, 0.58));
}

.brand-copy {
  display: grid;
  gap: 1px;
  letter-spacing: 0.11em;
}

.brand-copy strong {
  color: #f3fcff;
  font-size: 1rem;
  line-height: 1;
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.58rem;
  letter-spacing: 0.28em;
}

.network-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid rgba(80, 255, 187, 0.18);
  border-radius: 999px;
  color: #a9ffda;
  background: rgba(6, 50, 44, 0.38);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.status-light,
.live-badge i,
.footer-pulse i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 12px var(--green);
  animation: signal 2.2s ease-in-out infinite;
}

.hero {
  display: grid;
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
}

.hero-copy {
  min-width: 0;
}

.kicker,
.agent-greeting,
.protocol-card p,
.classified p {
  margin: 0;
}

.kicker {
  margin-bottom: 14px;
  color: #6288a6;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(0.62rem, 2vw, 0.74rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.kicker span,
.agent-greeting {
  color: var(--cyan);
}

.agent-greeting {
  margin-bottom: 8px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

h1,
h2 {
  margin: 0;
}

h1 {
  max-width: 780px;
  color: #f4fcff;
  font-size: clamp(3rem, 11vw, 6.5rem);
  line-height: 0.87;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

h1 em {
  color: transparent;
  background: linear-gradient(100deg, #f2fdff 3%, #65e7ff 43%, #4b83ff 92%);
  background-clip: text;
  -webkit-background-clip: text;
  font-style: normal;
  filter: drop-shadow(0 0 24px rgba(36, 196, 255, 0.18));
}

.hero-intro {
  max-width: 620px;
  margin: 22px 0 26px;
  color: #9bb7ca;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.68;
}

.hero-intro strong {
  color: #dff8ff;
}

.protocol-card {
  position: relative;
  max-width: 650px;
  overflow: hidden;
  padding: clamp(18px, 4vw, 26px);
  border: 1px solid rgba(72, 209, 255, 0.3);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(14, 48, 82, 0.88), rgba(5, 19, 38, 0.92)),
    var(--glass);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    var(--shadow),
    0 0 60px rgba(21, 167, 255, 0.1);
  backdrop-filter: blur(18px);
}

.protocol-card::after {
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(107, 234, 255, 0.12), transparent 30%, transparent 65%, rgba(78, 94, 255, 0.12));
  content: "";
}

.protocol-card > * {
  position: relative;
  z-index: 1;
}

.protocol-topline,
.protocol-title-row,
.intel-strip,
.classified,
footer {
  display: flex;
  align-items: center;
}

.protocol-topline {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.clearance {
  color: #7095af;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.protocol-title-row {
  gap: 14px;
}

.protocol-monogram {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(63, 219, 255, 0.45);
  border-radius: 17px;
  color: #00121d;
  background: linear-gradient(145deg, #91f4ff, #27b8ff);
  box-shadow: 0 0 26px rgba(43, 211, 255, 0.24);
  font-size: 1.35rem;
  font-weight: 950;
}

.protocol-title-row p {
  margin-bottom: 3px;
  color: #6f93ac;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.protocol-title-row h2 {
  font-size: clamp(1.2rem, 4vw, 1.7rem);
  letter-spacing: -0.025em;
}

.protocol-description {
  margin: 18px 0 20px !important;
  color: #9eb8ca;
  font-size: 0.92rem;
  line-height: 1.58;
}

.mission-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: -5px 0 20px;
  padding: 0;
  list-style: none;
}

.mission-tags li {
  padding: 6px 8px;
  border: 1px solid rgba(80, 205, 255, 0.18);
  border-radius: 999px;
  color: #7fa7bf;
  background: rgba(5, 24, 45, 0.56);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.5rem;
  font-weight: 750;
  letter-spacing: 0.09em;
}

.deploy-button {
  position: relative;
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  padding: 0 20px;
  border: 1px solid rgba(130, 242, 255, 0.92);
  border-radius: 16px;
  color: #001421;
  background: linear-gradient(110deg, #91f3ff 0%, #29d7ff 42%, #4a8cff 100%);
  box-shadow:
    0 14px 32px rgba(11, 118, 207, 0.3),
    inset 0 1px rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-decoration: none;
  transition:
    transform 180ms ease,
    filter 180ms ease,
    box-shadow 180ms ease;
}

.deploy-button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.deploy-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.15) brightness(1.05);
  box-shadow:
    0 18px 42px rgba(20, 147, 240, 0.4),
    0 0 34px rgba(51, 215, 255, 0.18);
}

.deploy-button:hover svg {
  transform: translateX(4px);
}

.deploy-button:active {
  transform: translateY(0) scale(0.985);
}

.deploy-button:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(138, 240, 255, 0.95);
  outline-offset: 4px;
}

.button-scan {
  position: absolute;
  inset: -60% auto -60% -30%;
  width: 22%;
  background: rgba(255, 255, 255, 0.32);
  transform: skewX(-18deg);
  animation: button-scan 3.8s ease-in-out infinite;
}

.deploy-button.is-launching {
  filter: saturate(0.75);
  pointer-events: none;
}

.route-note {
  margin-top: 11px !important;
  color: #537895;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.57rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.agent-visual {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(75, 201, 255, 0.2);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 65%, rgba(42, 186, 255, 0.32), transparent 34%),
    radial-gradient(circle at 50% 30%, rgba(97, 74, 255, 0.16), transparent 40%),
    linear-gradient(160deg, rgba(12, 45, 77, 0.82), rgba(3, 12, 27, 0.92));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.08),
    var(--shadow);
  isolation: isolate;
}

.agent-visual::before {
  position: absolute;
  z-index: -1;
  right: -25%;
  bottom: -28%;
  left: -25%;
  height: 52%;
  border: 1px solid rgba(75, 219, 255, 0.36);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 25px, rgba(54, 204, 255, 0.1) 26px 27px),
    rgba(6, 54, 90, 0.24);
  box-shadow: 0 0 60px rgba(38, 203, 255, 0.22);
  content: "";
  transform: perspective(350px) rotateX(62deg);
}

.agent-visual picture {
  display: contents;
}

.agent-visual img {
  position: absolute;
  z-index: 2;
  right: -2%;
  bottom: 8%;
  width: 104%;
  max-width: none;
  height: 84%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, 0.42));
  animation: agents-float 5s ease-in-out infinite;
}

.visual-hud,
.agent-visual figcaption {
  position: absolute;
  right: 18px;
  left: 18px;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.visual-hud {
  top: 17px;
  color: #6d9cb8;
}

.visual-hud span:first-child {
  color: var(--cyan);
}

.agent-visual figcaption {
  bottom: 16px;
  color: #93b8cc;
}

.caption-index {
  color: var(--cyan);
}

.radar-ring {
  position: absolute;
  z-index: 0;
  top: 46%;
  left: 50%;
  border: 1px solid rgba(44, 215, 255, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: radar 4s ease-out infinite;
}

.radar-ring-one {
  width: 15rem;
  height: 15rem;
}

.radar-ring-two {
  width: 22rem;
  height: 22rem;
  animation-delay: 1.1s;
}

.intel-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: clamp(50px, 7vw, 84px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--line);
}

.intel-strip > div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px 20px;
  background: rgba(5, 19, 37, 0.86);
}

.intel-label {
  color: #587c98;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.13em;
}

.intel-strip strong {
  overflow: hidden;
  color: #cdeffc;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.intel-strip .secure-text {
  color: var(--green);
}

.operative-roster {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 28px);
  border: 1px solid rgba(75, 201, 255, 0.18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 10% 10%, rgba(36, 193, 255, 0.08), transparent 22rem),
    rgba(5, 18, 36, 0.76);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
}

.section-heading,
.operative-header,
.operative-name-row {
  display: flex;
  align-items: center;
}

.section-heading {
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-heading p {
  margin: 0 0 5px;
  color: #5c87a2;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.54rem;
  letter-spacing: 0.14em;
}

.section-heading h2 {
  color: #dff7ff;
  font-size: clamp(1.1rem, 3vw, 1.45rem);
  letter-spacing: -0.02em;
}

.section-heading > span {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(72, 207, 255, 0.18);
  border-radius: 999px;
  color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.51rem;
  letter-spacing: 0.12em;
}

.roster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.operative-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(79, 170, 218, 0.16);
  border-radius: var(--radius-md);
  background: linear-gradient(150deg, rgba(12, 42, 69, 0.7), rgba(4, 16, 32, 0.88));
}

.operative-card.is-active {
  border-color: rgba(62, 220, 255, 0.28);
  box-shadow: inset 0 1px rgba(120, 238, 255, 0.06);
}

.operative-card.is-standby {
  opacity: 0.82;
}

.operative-header {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.operative-code,
.operative-state,
.operative-link {
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.53rem;
  font-weight: 780;
  letter-spacing: 0.11em;
}

.operative-code {
  color: #638aa4;
}

.operative-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7694a7;
}

.operative-card.is-active .operative-state {
  color: var(--green);
}

.operative-state i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(98, 255, 192, 0.85);
}

.operative-name-row {
  gap: 12px;
}

.operative-monogram {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(69, 213, 255, 0.34);
  border-radius: 14px;
  color: var(--cyan-soft);
  background: rgba(11, 54, 86, 0.66);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  font-size: 1rem;
  font-weight: 900;
}

.operative-card.is-standby .operative-monogram {
  border-color: rgba(130, 146, 176, 0.2);
  color: #8095ad;
  background: rgba(31, 40, 59, 0.55);
}

.operative-name-row h3 {
  margin: 0 0 3px;
  color: #e5f9ff;
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.operative-name-row p,
.operative-brief {
  margin: 0;
  color: #819fb4;
}

.operative-name-row p {
  font-size: 0.72rem;
}

.operative-brief {
  min-height: 3.9em;
  margin: 14px 0 15px;
  font-size: 0.78rem;
  line-height: 1.55;
}

.operative-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--cyan);
  text-decoration: none;
}

a.operative-link:hover {
  color: #b1f6ff;
}

.operative-link.is-locked {
  color: #667e91;
}

.classified {
  position: relative;
  gap: 18px;
  margin-top: 18px;
  padding: 22px;
  overflow: hidden;
  border: 1px dashed rgba(113, 154, 185, 0.22);
  border-radius: var(--radius-md);
  color: #7193ab;
  background: rgba(4, 15, 30, 0.48);
}

.classified::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(-45deg, transparent 0 16px, rgba(98, 159, 194, 0.018) 16px 30px);
  content: "";
}

.classified-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(95, 150, 184, 0.2);
  border-radius: 14px;
  background: rgba(8, 34, 56, 0.5);
}

.classified-icon svg {
  width: 24px;
  fill: none;
  stroke: #698ea6;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.classified p {
  margin-bottom: 4px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.56rem;
  letter-spacing: 0.15em;
}

.classified h2 {
  color: #91adbf;
  font-size: clamp(0.92rem, 2vw, 1.05rem);
  font-weight: 650;
}

.classified-tag {
  margin-left: auto;
  padding: 7px 10px;
  border: 1px solid rgba(120, 157, 183, 0.2);
  border-radius: 999px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.53rem;
  letter-spacing: 0.12em;
}

footer {
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 18px;
  border-top: 1px solid rgba(89, 151, 186, 0.14);
  color: #4e7088;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.52rem;
  letter-spacing: 0.09em;
}

.footer-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #5f8d93;
}

.footer-pulse i {
  display: inline-block;
  width: 5px;
  height: 5px;
}

.noscript-notice {
  position: fixed;
  z-index: 20;
  right: 16px;
  bottom: 16px;
  left: 16px;
  margin: 0 auto;
  padding: 12px 16px;
  border: 1px solid rgba(255, 200, 80, 0.3);
  border-radius: 12px;
  color: #ffe3a1;
  background: #332508;
  text-align: center;
}

@keyframes signal {
  0%,
  100% {
    opacity: 0.54;
    transform: scale(0.84);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes button-scan {
  0%,
  55% {
    left: -30%;
  }
  82%,
  100% {
    left: 118%;
  }
}

@keyframes agents-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes radar {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.62);
  }
  30% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.06);
  }
}

@media (min-width: 860px) {
  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.78fr);
  }

  .agent-visual {
    min-height: 720px;
  }

  .agent-visual img {
    right: -10%;
    width: 120%;
    height: 88%;
  }
}

@media (max-width: 859px) {
  .agent-visual {
    grid-row: 1;
    min-height: clamp(270px, 74vw, 430px);
  }

  .hero-copy {
    grid-row: 2;
  }

  .agent-visual img {
    bottom: 5%;
    height: 91%;
  }

  h1 {
    font-size: clamp(3.2rem, 15vw, 5.8rem);
  }
}

@media (max-width: 620px) {
  .site-header {
    margin-bottom: 24px;
  }

  .brand-mark {
    width: 41px;
    height: 41px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .brand-copy small {
    font-size: 0.5rem;
  }

  .network-status {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.52rem;
  }

  .agent-visual {
    border-radius: 26px;
  }

  .visual-hud,
  .agent-visual figcaption {
    right: 14px;
    left: 14px;
  }

  .protocol-card {
    border-radius: 23px;
  }

  .intel-strip {
    grid-template-columns: 1fr;
  }

  .intel-strip > div {
    grid-template-columns: 78px 1fr;
    align-items: center;
  }

  .classified {
    align-items: flex-start;
  }

  .roster-grid {
    grid-template-columns: 1fr;
  }

  .classified-tag {
    display: none;
  }

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

@media (max-width: 390px) {
  .site-shell {
    padding-right: 14px;
    padding-left: 14px;
  }

  .network-status span:last-child {
    max-width: 51px;
    line-height: 1.15;
  }

  .agent-visual {
    min-height: 255px;
  }

  .protocol-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading {
    align-items: flex-start;
  }

  .deploy-button {
    font-size: 0.73rem;
  }
}

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