:root {
  color-scheme: dark;
  --bg: #071015;
  --panel: rgba(12, 25, 34, 0.72);
  --panel-strong: rgba(17, 39, 52, 0.88);
  --text: #eef8ff;
  --muted: #a9c0ca;
  --line: rgba(188, 239, 255, 0.18);
  --cyan: #52e5ff;
  --green: #8cffb7;
  --pink: #ff6bd6;
  --amber: #ffd166;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 18%, rgba(82, 229, 255, 0.22), transparent 34rem),
    radial-gradient(circle at 82% 12%, rgba(255, 107, 214, 0.18), transparent 32rem),
    radial-gradient(circle at 50% 92%, rgba(140, 255, 183, 0.14), transparent 30rem),
    linear-gradient(135deg, #061016 0%, #0b1820 48%, #081012 100%);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.signal-canvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.58;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 78%);
}

.section-shell,
.site-header,
.site-footer,
.logo-strip {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 16px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 14, 19, 0.72);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(82, 229, 255, 0.42);
  border-radius: 8px;
  color: #041015;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 0 24px rgba(82, 229, 255, 0.32);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.nav-links {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.nav-links a,
.header-cta {
  min-height: 38px;
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.header-cta:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  border: 1px solid rgba(140, 255, 183, 0.36);
  color: var(--green);
}

.hero,
.product-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 72px 0 52px;
}

.home-hero {
  min-height: 620px;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1fr);
}

.hero::before,
.product-hero::before {
  position: absolute;
  inset: 22px -42px 18px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(188, 239, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.94) 0%, rgba(7, 16, 21, 0.78) 42%, rgba(7, 16, 21, 0.18) 100%),
    linear-gradient(180deg, rgba(7, 16, 21, 0.08), rgba(7, 16, 21, 0.78)),
    url("/assets/bifang-hero-banner.png") center / cover no-repeat;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.58), 0 30px 90px rgba(0, 0, 0, 0.28);
  opacity: 0.88;
}

.home-hero::before {
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.95) 0%, rgba(7, 16, 21, 0.8) 52%, rgba(7, 16, 21, 0.38) 100%),
    linear-gradient(180deg, rgba(7, 16, 21, 0.08), rgba(7, 16, 21, 0.78)),
    url("/assets/bifang-hero-banner.png") center / cover no-repeat;
}

.home-hero h1 {
  max-width: 820px;
  font-size: clamp(3.2rem, 6vw, 5.9rem);
}

.home-hero .hero-text {
  max-width: 620px;
}

.hero-copy,
.product-stage {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4.4vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.14rem;
}

.hero-text,
.section-heading p,
.workflow-copy p,
.cta-panel p,
.site-footer p,
.content-body {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-text {
  max-width: 650px;
  margin: 26px 0 0;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #031015;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  box-shadow: 0 18px 44px rgba(82, 229, 255, 0.25);
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 640px;
  margin: 0;
}

.hero-metrics div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.hero-metrics dt {
  color: var(--cyan);
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  font-weight: 800;
}

.hero-metrics dd {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.hero-product-panel {
  position: relative;
  z-index: 1;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 10%, rgba(82, 229, 255, 0.18), transparent 14rem),
    rgba(8, 19, 26, 0.84);
  box-shadow: var(--shadow);
}

.panel-kicker {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-product-panel strong {
  display: block;
  color: var(--cyan);
  font-size: clamp(5rem, 14vw, 9rem);
  line-height: 0.9;
}

.hero-product-panel p {
  max-width: 300px;
  margin: 12px 0 0;
  color: var(--muted);
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.product-tags span {
  padding: 8px 10px;
  border: 1px solid rgba(82, 229, 255, 0.24);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 760;
}

.featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(140, 255, 183, 0.22), transparent 20rem),
    radial-gradient(circle at 12% 72%, rgba(255, 107, 214, 0.16), transparent 22rem),
    rgba(8, 20, 27, 0.84);
  box-shadow: var(--shadow);
}

.featured-product h3 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.featured-product p {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--muted);
}

.product-stage {
  min-height: 570px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(82, 229, 255, 0.22);
  border-radius: 50%;
  animation: rotate 18s linear infinite;
}

.orbit::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  background: var(--green);
  box-shadow: 0 0 26px var(--green);
}

.orbit-one {
  inset: 18px;
}

.orbit-one::after {
  top: 14%;
  right: 18%;
}

.orbit-two {
  inset: 86px 12px 74px 38px;
  animation-duration: 25s;
  animation-direction: reverse;
}

.orbit-two::after {
  bottom: 16%;
  left: 10%;
  background: var(--pink);
  box-shadow: 0 0 26px var(--pink);
}

.app-window {
  position: absolute;
  inset: 68px 0 36px;
  overflow: hidden;
  border: 1px solid rgba(188, 239, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 34%),
    rgba(8, 19, 26, 0.82);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(20px);
}

.app-window::before {
  position: absolute;
  inset: -40% 18% auto -18%;
  height: 360px;
  content: "";
  background: linear-gradient(95deg, transparent, rgba(82, 229, 255, 0.24), transparent);
  transform: rotate(12deg);
  animation: scan 5.5s ease-in-out infinite;
}

.window-bar {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.window-bar span:nth-child(2) {
  background: var(--amber);
}

.window-bar span:nth-child(3) {
  background: var(--pink);
}

.dashboard-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
}

.status-panel,
.task-card,
.product-card,
.trust-card,
.cta-panel,
.timeline-item,
.product-panel,
.feature-list li,
.use-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.status-panel {
  grid-column: 1 / -1;
  min-height: 156px;
  padding: 22px;
}

.status-panel p,
.task-card p,
.product-card p,
.trust-card p,
.timeline-item p {
  color: var(--muted);
  line-height: 1.58;
}

.status-panel strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.5rem, 4vw, 2.8rem);
}

.pulse-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.pulse-row span {
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(to top, rgba(82, 229, 255, 0.1), rgba(82, 229, 255, 0.72));
  transform-origin: bottom;
  animation: pulseBar 1.8s ease-in-out infinite;
}

.pulse-row span:nth-child(2) {
  animation-delay: 0.16s;
}

.pulse-row span:nth-child(3) {
  animation-delay: 0.32s;
}

.pulse-row span:nth-child(4) {
  animation-delay: 0.48s;
}

.task-card {
  min-height: 178px;
  padding: 18px;
}

.task-card.active {
  background: linear-gradient(145deg, rgba(82, 229, 255, 0.18), rgba(140, 255, 183, 0.08));
  box-shadow: 0 0 36px rgba(82, 229, 255, 0.14);
}

.task-card span,
.timeline-item span {
  display: inline-grid;
  min-width: 36px;
  height: 30px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #061016;
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--green);
}

.task-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.logo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.logo-strip span {
  display: grid;
  min-height: 68px;
  place-items: center;
  padding: 14px;
  color: var(--muted);
  font-weight: 800;
  text-align: center;
  background: rgba(6, 16, 22, 0.82);
}

.split-section,
.product-home-section,
.trust-section,
.cta-band,
.detail-body,
.list-page {
  padding: 110px 0;
}

.product-showcase {
  position: relative;
  isolation: isolate;
}

.product-showcase::before {
  position: absolute;
  inset: 70px -42px 54px;
  z-index: -1;
  content: "";
  border: 1px solid rgba(188, 239, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 16, 21, 0.92), rgba(7, 16, 21, 0.58) 46%, rgba(7, 16, 21, 0.82)),
    linear-gradient(180deg, rgba(7, 16, 21, 0.68), rgba(7, 16, 21, 0.9)),
    url("/assets/bifang-window-layout-bg.png") center / cover no-repeat;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.62);
  opacity: 0.78;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.95fr 1fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading p,
.content-body p {
  margin: 0;
}

.product-grid,
.trust-grid {
  display: grid;
  gap: 16px;
}

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

.product-card {
  display: flex;
  min-height: 292px;
  flex-direction: column;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.product-card:hover,
.trust-card:hover {
  border-color: rgba(82, 229, 255, 0.46);
  background: var(--panel-strong);
  transform: translateY(-4px);
}

.product-card-disabled:hover {
  border-color: var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  transform: none;
}

.product-card h3 {
  margin: 18px 0 12px;
  font-size: 1.28rem;
  line-height: 1.18;
}

.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.text-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--cyan);
  font-weight: 760;
}

.muted-button {
  align-self: flex-start;
  margin-top: auto;
  border: 1px solid rgba(188, 239, 255, 0.14);
  color: rgba(238, 248, 255, 0.58);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
  cursor: not-allowed;
}

.muted-button:hover {
  transform: none;
}

.workflow-section {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    linear-gradient(90deg, rgba(82, 229, 255, 0.1), transparent 28%),
    linear-gradient(270deg, rgba(255, 107, 214, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.03);
}

.workflow-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 48px;
  align-items: center;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  position: relative;
  padding: 22px 22px 22px 28px;
}

.timeline-item::before {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 10px;
  width: 3px;
  border-radius: 99px;
  content: "";
  background: linear-gradient(var(--cyan), var(--pink));
}

.timeline-item span {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

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

.trust-card {
  min-height: 206px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
}

.trust-card h3 {
  margin-bottom: 12px;
}

.trust-card a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-color: rgba(82, 229, 255, 0.4);
}

.feature-deep-dive {
  padding: 110px 0;
}

.deep-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.icon-chip {
  display: inline-grid;
  min-width: 36px;
  height: 30px;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 8px;
  color: #061016;
  font-size: 0.78rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
}

.deep-grid .trust-card {
  min-height: 246px;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 7vw, 68px);
  background:
    radial-gradient(circle at 88% 18%, rgba(140, 255, 183, 0.22), transparent 20rem),
    radial-gradient(circle at 12% 72%, rgba(255, 107, 214, 0.16), transparent 22rem),
    rgba(8, 20, 27, 0.84);
}

.cta-panel h2,
.cta-panel p {
  max-width: 840px;
}

.product-hero {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 340px);
}

.product-hero h1 {
  font-size: clamp(2.8rem, 5.6vw, 5.5rem);
}

.product-hero .hero-text {
  margin-top: 20px;
}

.hero-quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.hero-quick-points span {
  padding: 8px 10px;
  border: 1px solid rgba(82, 229, 255, 0.24);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.8rem;
  font-weight: 760;
}

.product-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  background: rgba(8, 19, 26, 0.82);
  box-shadow: var(--shadow);
}

.panel-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

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

.detail-grid section {
  min-width: 0;
}

.detail-grid h2 {
  margin-bottom: 24px;
  font-size: clamp(1.75rem, 3vw, 3.2rem);
}

.overview-lead {
  color: var(--text);
  font-size: 1.12rem;
}

.feature-list,
.use-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.use-list li {
  padding: 16px 18px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 14, 19, 0.72);
}

.legal-page {
  padding: 92px 0 120px;
}

.legal-header {
  max-width: 820px;
  margin: 0 auto 32px;
  text-align: center;
}

.legal-header h1 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.legal-header p:not(.eyebrow) {
  color: var(--muted);
}

.legal-content {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 19, 26, 0.82);
}

.legal-content p {
  margin: 0 0 18px;
  color: var(--muted);
}

.legal-content p:first-child {
  color: var(--text);
  font-size: 1.35rem;
}

.legal-content h2 {
  margin: 34px 0 14px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.25;
}

.legal-content h3 {
  margin: 26px 0 12px;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.3;
}

.footer-brand {
  margin-bottom: 14px;
}

.copyright {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.copyright-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-left: auto;
}

.copyright a {
  color: var(--muted);
  font-weight: 400;
}

.footer-spacer {
  min-height: 1px;
}

.copyright a:hover {
  color: var(--cyan);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

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

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

@keyframes pulseBar {
  0%,
  100% {
    transform: scaleY(0.36);
  }
  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 1080px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 940px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .hero,
  .home-hero,
  .product-hero,
  .section-heading,
  .workflow-layout,
  .detail-grid,
  .featured-product {
    grid-template-columns: 1fr;
  }

  .hero,
  .product-hero {
    min-height: auto;
    padding-top: 56px;
  }

  .product-stage {
    min-height: 520px;
  }

  .trust-grid,
  .deep-grid,
  .logo-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 620px) {
  .site-header,
  .section-shell,
  .logo-strip,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

  .header-cta {
    width: 100%;
    text-align: center;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 6px;
    overflow-x: visible;
  }

  .nav-links a {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
    padding-inline: 8px;
    text-align: center;
  }

  .hero-metrics,
  .dashboard-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-stage {
    min-height: 660px;
  }

  .app-window {
    inset: 28px 0;
  }

  .orbit {
    display: none;
  }

  .split-section,
  .product-home-section,
  .trust-section,
  .cta-band,
  .feature-deep-dive,
  .workflow-section,
  .detail-body,
  .list-page {
    padding: 72px 0;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero::before,
  .product-hero::before,
  .product-showcase::before {
    inset-inline: 0;
  }
}

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