:root {
  --bg: #12072f;
  --surface: #ffffff;
  --ink: #080618;
  --text: #f5f1ff;
  --muted: #c9bee8;
  --line: rgba(198, 177, 255, 0.22);
  --blue: #8f5cff;
  --blue-deep: #6d3dff;
  --cyan: #23e4ff;
  --violet: #b46cff;
  --magenta: #ff4fd8;
  --red: #c5192d;
  --stage: #180a3f;
  --stage-2: #2a0f66;
  --shadow: 0 22px 60px rgba(41, 12, 112, 0.28);
  --radius: 8px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 79, 216, 0.34), transparent 28rem),
    radial-gradient(circle at 86% 2%, rgba(35, 228, 255, 0.24), transparent 26rem),
    radial-gradient(circle at 50% 34%, rgba(143, 92, 255, 0.42), transparent 34rem),
    linear-gradient(180deg, #17083e 0%, #100622 46%, #0c071a 100%),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
  font-size: 16px;
  line-height: 1.68;
  font-kerning: normal;
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.ambient {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.beam {
  position: absolute;
  width: 52vw;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(35, 228, 255, 0.52), rgba(255, 79, 216, 0.42), transparent);
  filter: blur(0.4px);
  opacity: 0.58;
  transform: rotate(-16deg);
  animation: drift-beam 9s var(--ease) infinite;
}

.beam-a {
  top: 18%;
  left: -18vw;
}

.beam-b {
  top: 42%;
  right: -26vw;
  animation-delay: -4s;
  transform: rotate(14deg);
}

.orb {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.36;
}

.orb-a {
  top: 14%;
  right: -80px;
  background: #ff4fd8;
}

.orb-b {
  top: 56%;
  left: -90px;
  background: #23e4ff;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-140%);
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  border-radius: var(--radius);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  min-height: 64px;
  background: rgba(18, 7, 47, 0.72);
  border-bottom: 1px solid rgba(198, 177, 255, 0.18);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--blue), var(--magenta));
  color: white;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-title,
.brand-subtitle {
  margin: 0;
}

.brand-title {
  color: white;
  font-weight: 800;
  line-height: 1.1;
}

.brand-subtitle {
  color: #d9d0ff;
  font-size: 0.78rem;
  line-height: 1.2;
}

.topbar-link {
  margin-left: auto;
  min-width: 58px;
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(198, 177, 255, 0.32);
  border-radius: 999px;
  text-decoration: none;
  color: white;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
}

.section-band,
.section,
.system-stage,
.growth-section,
.register-section,
.compliance-section {
  width: min(calc(100% - 40px), 1040px);
  margin-inline: auto;
}

.hero {
  position: relative;
  display: grid;
  gap: 26px;
  padding: 42px 0 24px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 12px -18px auto;
  height: 220px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 79, 216, 0.2), transparent 62%);
  filter: blur(18px);
}

.kicker {
  margin: 0 0 8px;
  color: #aeefff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.kicker.light {
  color: #75e7ff;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
  overflow-wrap: anywhere;
}

p {
  word-break: break-all;
}

h1,
h2,
h3 {
  margin: 0;
  color: white;
  line-height: 1.18;
}

h1 {
  max-width: 100%;
  font-size: clamp(1.95rem, 8.4vw, 4.8rem);
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(1.62rem, 6vw, 2.7rem);
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.lead {
  max-width: 32rem;
  margin: 16px 0 0;
  color: #e9e2ff;
  font-size: 1.08rem;
}

.hero-actions,
.section-heading,
.plain-copy,
.register-panel {
  display: grid;
  gap: 14px;
}

.hero-actions {
  grid-template-columns: 1fr;
  margin-top: 24px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.button:focus-visible,
.topbar-link:focus-visible,
.doc-card:focus-visible,
.text-link:focus-visible {
  outline: 3px solid rgba(35, 228, 255, 0.42);
  outline-offset: 3px;
}

.button:hover,
.topbar-link:hover,
.doc-card:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, #7c4dff, #ff4fd8);
  color: white;
  box-shadow: 0 16px 38px rgba(143, 92, 255, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.button.primary:hover {
  box-shadow: 0 18px 44px rgba(255, 79, 216, 0.42), 0 0 28px rgba(35, 228, 255, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(198, 177, 255, 0.28);
  color: white;
}

.button.disabled {
  background: #9aa8bb;
  cursor: not-allowed;
  transform: none;
}

.hero-visual {
  position: relative;
  min-height: 285px;
  display: grid;
  place-items: center;
  padding: 28px 0;
  overflow: hidden;
  border: 1px solid rgba(198, 177, 255, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(35, 228, 255, 0.28), transparent 46%),
    radial-gradient(circle at 35% 20%, rgba(255, 79, 216, 0.24), transparent 38%),
    linear-gradient(145deg, rgba(42, 15, 102, 0.86), rgba(13, 7, 30, 0.92));
  background-size: 30px 30px, 30px 30px, auto, auto, auto;
  box-shadow: 0 24px 70px rgba(89, 39, 210, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.visual-scan {
  position: absolute;
  inset: -40% -10%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
  opacity: 0.22;
  transform: translateX(-64%) rotate(18deg);
  animation: scan 5.8s var(--ease) infinite;
}

.brain-shell {
  position: relative;
  width: min(62vw, 330px);
  aspect-ratio: 1;
  border: 1px solid rgba(35, 228, 255, 0.48);
  border-radius: 50%;
  box-shadow: 0 0 52px rgba(143, 92, 255, 0.34);
}

.brain-shell::marker {
  display: none;
}

.brain-shell::before,
.brain-shell::after {
  content: "";
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(190, 160, 255, 0.52);
  border-radius: 50%;
  animation: orbit 18s linear infinite;
}

.brain-shell::after {
  inset: 27%;
  animation-duration: 12s;
  animation-direction: reverse;
}

.brain-core {
  position: absolute;
  inset: 31%;
  z-index: 2;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.94), rgba(235, 224, 255, 0.82) 36%, rgba(161, 109, 255, 0.78) 100%);
  color: #1a0a44;
  border: 1px solid rgba(255, 255, 255, 0.66);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.08),
    0 0 36px rgba(35, 228, 255, 0.32),
    0 18px 54px rgba(255, 79, 216, 0.22);
}

.brain-core::before {
  content: "";
  position: absolute;
  inset: -16%;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(35, 228, 255, 0), rgba(35, 228, 255, 0.72), rgba(255, 79, 216, 0.62), rgba(35, 228, 255, 0));
  filter: blur(6px);
  animation: orbit 8s linear infinite;
}

.brain-core span,
.brain-core small {
  font-size: 0.72rem;
  color: #321276;
}

.brain-core strong {
  font-size: 3rem;
  line-height: 0.9;
}

.node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 58px;
  min-height: 34px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #35118a;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(83, 24, 180, 0.26), 0 0 18px rgba(35, 228, 255, 0.18);
  animation: breathe 2.8s var(--ease) infinite;
}

.n1 { left: 4%; top: 24%; }
.n2 { right: 3%; top: 28%; animation-delay: 120ms; }
.n3 { left: 9%; bottom: 18%; animation-delay: 240ms; }
.n4 { right: 12%; bottom: 16%; animation-delay: 360ms; }
.n5 { left: 42%; top: 0; animation-delay: 480ms; }
.n6 { left: 41%; bottom: 0; animation-delay: 600ms; }

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-strip span,
.feature-label,
.agent-map span,
.flow span,
.growth-rail span {
  border: 1px solid rgba(198, 177, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #e9e2ff;
  font-size: 0.82rem;
  font-weight: 800;
}

.trust-strip span {
  padding: 7px 11px;
}

.section {
  padding: 56px 0 0;
}

.section-heading {
  max-width: 720px;
}

.section-heading p:not(.kicker) {
  margin: 0;
  color: #d8d0f5;
}

.identity-grid,
.document-grid,
.feature-grid,
.steps {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  min-width: 0;
}

.strategy-panel {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.strategy-panel > div {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(198, 177, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(35, 228, 255, 0.12), rgba(255, 79, 216, 0.08)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 48px rgba(10, 5, 30, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.strategy-panel > div::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(35, 228, 255, 0.42), rgba(255, 79, 216, 0.2), transparent 62%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.strategy-panel span {
  display: inline-flex;
  width: max-content;
  margin-bottom: 10px;
  padding: 5px 9px;
  border: 1px solid rgba(35, 228, 255, 0.24);
  border-radius: 999px;
  color: #aeefff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 900;
}

.strategy-panel p {
  margin: 10px 0 0;
  color: #ddd5f8;
}

.text-panel,
.concept-card,
.feature-panel {
  min-width: 0;
  padding: 20px;
  border: 1px solid rgba(198, 177, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 48px rgba(10, 5, 30, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.text-panel,
.feature-panel,
.concept-card,
.register-panel,
.compliance-section {
  position: relative;
  overflow: hidden;
}

.text-panel::before,
.feature-panel::before,
.concept-card::before,
.register-panel::before,
.compliance-section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(35, 228, 255, 0.34), rgba(255, 79, 216, 0.22), transparent 60%);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.text-panel p,
.concept-card p,
.feature-panel p,
.timeline-item p,
.plain-copy p,
.register-panel p,
.compliance-section p {
  margin: 10px 0 0;
  color: #ddd5f8;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 26px;
  padding-left: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  bottom: 7px;
  width: 2px;
  background: linear-gradient(var(--cyan), rgba(143, 92, 255, 0.08));
}

.timeline-item {
  position: relative;
  padding-left: 16px;
}

.dot {
  position: absolute;
  left: -18px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(35, 228, 255, 0.16), 0 0 18px rgba(255, 79, 216, 0.18);
}

.evidence-section {
  padding-bottom: 8px;
}

.doc-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  min-width: 0;
  min-height: 136px;
  padding: 12px;
  border: 1px solid rgba(198, 177, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform 180ms var(--ease), border-color 180ms var(--ease);
}

.doc-card:hover {
  border-color: rgba(197, 25, 45, 0.45);
}

.doc-card img {
  width: 92px;
  height: 112px;
  object-fit: cover;
  object-position: top center;
  border: 1px solid #eceff3;
  border-radius: 6px;
}

.doc-card h3 {
  color: var(--red);
}

.doc-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.plain-section {
  padding-top: 60px;
}

.plain-copy {
  margin-top: 22px;
  max-width: 760px;
  padding: 22px;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    rgba(37, 15, 88, 0.52);
  border: 1px solid rgba(198, 177, 255, 0.22);
}

.split-section {
  display: grid;
  gap: 14px;
}

.token-panel {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 220px;
  padding: 20px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 79, 216, 0.35), transparent 34%),
    linear-gradient(145deg, #25105e, #0e0823);
  color: white;
  overflow: hidden;
}

.token-panel span {
  display: block;
  color: #f0eaff;
  font-size: clamp(1.8rem, 9vw, 4.5rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.system-stage,
.growth-section {
  margin-top: 58px;
  padding: 28px 18px;
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 18% 12%, rgba(255, 79, 216, 0.32), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(35, 228, 255, 0.24), transparent 28%),
    linear-gradient(145deg, #27105f, #110627);
  background-size: 34px 34px, 34px 34px, auto, auto;
  color: #e9f7ff;
}

.system-stage h2,
.growth-section h2 {
  color: white;
}

.system-stage p,
.growth-section p {
  color: #c8d7e5;
}

.stage-content,
.growth-copy {
  max-width: 720px;
}

.agent-map {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.agent-map span {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #e9faff;
  border-color: rgba(117, 231, 255, 0.22);
}

.feature-label {
  display: inline-flex;
  padding: 6px 10px;
  margin-bottom: 12px;
}

.rda-section .section-heading {
  max-width: 760px;
}

.flow {
  position: relative;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 20px 2px 6px;
  scroll-snap-type: x mandatory;
}

.flow::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 40px;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 228, 255, 0.2), rgba(255, 79, 216, 0.5), rgba(35, 228, 255, 0.2));
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.24);
}

.flow span {
  position: relative;
  flex: 0 0 auto;
  min-width: 118px;
  padding: 14px 14px 12px;
  text-align: center;
  scroll-snap-align: start;
  box-shadow: 0 12px 26px rgba(20, 8, 50, 0.24);
}

.flow b {
  display: block;
  color: #aeefff;
  font-size: 0.7rem;
  line-height: 1;
}

.growth-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.growth-rail span {
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.09);
  color: white;
  border-color: rgba(117, 231, 255, 0.22);
}

.steps > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: start;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(198, 177, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: white;
}

.steps span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.14);
  color: #aeefff;
  font-weight: 900;
}

.steps p {
  margin: 0;
}

.register-section {
  padding: 64px 0 0;
}

.register-panel {
  padding: 24px;
  border: 1px solid rgba(198, 177, 255, 0.24);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 79, 216, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(37, 15, 88, 0.7);
  box-shadow: var(--shadow);
}

.register-panel .button {
  width: 100%;
  margin-top: 4px;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #aeefff;
  font-weight: 800;
}

.compliance-section {
  margin-top: 22px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(198, 177, 255, 0.2);
}

.compliance-section h2 {
  font-size: 1.2rem;
}

.compliance-section ul {
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: #d8d0f5;
}

.footer {
  width: min(calc(100% - 40px), 1040px);
  margin: 28px auto 36px;
  color: #bfb5df;
  font-size: 0.9rem;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes breathe {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes scan {
  0% {
    transform: translateX(-64%) rotate(18deg);
  }
  52%, 100% {
    transform: translateX(64%) rotate(18deg);
  }
}

@keyframes drift-beam {
  0%, 100% {
    transform: translate3d(0, 0, 0) rotate(-16deg);
  }
  50% {
    transform: translate3d(36vw, 26px, 0) rotate(-16deg);
  }
}

@media (min-width: 720px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    padding-top: 70px;
  }

  .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 190px));
  }

  .trust-strip {
    grid-column: 1 / -1;
  }

  .identity-grid,
  .strategy-panel,
  .feature-grid,
  .steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .document-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .doc-card {
    grid-template-columns: 1fr;
  }

  .doc-card img {
    width: 100%;
    height: 210px;
  }

  .split-section {
    grid-template-columns: 1fr 0.9fr;
    align-items: stretch;
  }

  .system-stage,
  .growth-section {
    padding: 42px;
  }
}

@media (max-width: 520px) {
  .section-band,
  .section,
  .system-stage,
  .growth-section,
  .register-section,
  .compliance-section,
  .footer {
    width: min(calc(100% - 56px), 1040px);
  }

  .lead,
  .section-heading p:not(.kicker),
  .text-panel p,
  .strategy-panel p,
  .concept-card p,
  .feature-panel p,
  .timeline-item p {
    max-width: 18.4rem;
  }
}

@media (min-width: 1040px) {
  .section {
    padding-top: 78px;
  }

  .section-heading {
    gap: 16px;
  }
}

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