:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-strong: #f8fbfd;
  --ink: #0f172a;
  --muted: #61708a;
  --line: #dbe4ee;
  --soft-line: #eef3f7;
  --primary: #182b63;
  --primary-dark: #101c43;
  --secondary: #0ea5c9;
  --secondary-dark: #087c98;
  --teal-soft: #e8f7fb;
  --accent: #d97706;
  --success: #15803d;
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);
  --shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
  --shadow-lg: 0 30px 72px rgba(15, 23, 42, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(14, 165, 201, 0.12), transparent 26rem),
    linear-gradient(180deg, #f8fafc 0%, var(--bg) 46%, #f9fbfd 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  padding: 0.65rem 0.9rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(219, 228, 238, 0.9);
  background: rgba(248, 250, 252, 0.88);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.95rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand,
.command-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.brand {
  min-width: max-content;
}

.brand-mark,
.mini-mark,
.cta-mark {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(14, 165, 201, 0.22);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

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

.mini-mark {
  width: 34px;
  height: 34px;
}

.cta-mark {
  width: 58px;
  height: 58px;
  background: rgba(255, 255, 255, 0.9);
}

.logo-mark {
  width: 26px;
  height: 26px;
  overflow: visible;
}

.mini-mark .logo-mark {
  width: 22px;
  height: 22px;
}

.cta-mark .logo-mark {
  width: 34px;
  height: 34px;
}

.logo-mark path {
  stroke: var(--primary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.logo-mark circle {
  fill: var(--primary);
}

.logo-mark circle:first-of-type {
  fill: var(--secondary);
}

.brand-name,
.brand-label {
  display: block;
}

.brand-name {
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-label {
  margin-top: -0.1rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.95rem;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
}

.nav-links a {
  border-radius: 6px;
  padding: 0.45rem 0.2rem;
}

.nav-links a:focus-visible,
.button:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(14, 165, 201, 0.28);
  outline-offset: 3px;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-links .nav-cta {
  border: 1px solid var(--primary);
  border-radius: 7px;
  color: var(--primary);
  padding: 0.55rem 0.85rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 1.25rem;
}

.section[id] {
  scroll-margin-top: 6rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  min-height: clamp(680px, calc(84vh - 72px), 820px);
  align-items: center;
  gap: 3.25rem;
  padding-top: 5rem;
  padding-bottom: 5.4rem;
}

.hero > *,
.section-heading > *,
.command-center,
.command-shell,
.command-body,
.command-grid,
.mock-panel,
.final-cta-content > * {
  min-width: 0;
}

.hero-content {
  max-width: 690px;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--secondary-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 1.25rem;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.2rem, 4.5vw, 3.65rem);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.12rem;
  line-height: 1.25;
}

.mobile-break {
  display: none;
}

.hero-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 1.2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.82rem 1.1rem;
  font-weight: 850;
  line-height: 1.2;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

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

.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 16px 30px rgba(24, 43, 99, 0.2);
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}

.button-secondary:hover {
  border-color: var(--secondary);
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.hero-notes span {
  border: 1px solid rgba(14, 165, 201, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.42rem 0.68rem;
}

.command-center {
  position: relative;
  z-index: 1;
  isolation: isolate;
  animation: hero-float 7s ease-in-out infinite;
}

.command-center::before,
.command-center::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(4px);
}

.command-center::before {
  inset: -2rem auto auto -2rem;
  width: 13rem;
  height: 13rem;
  background: rgba(14, 165, 201, 0.16);
}

.command-center::after {
  right: -1rem;
  bottom: -1.5rem;
  width: 11rem;
  height: 11rem;
  background: rgba(24, 43, 99, 0.13);
}

.command-shell {
  overflow: hidden;
  max-width: 100%;
  border: 1px solid rgba(219, 228, 238, 0.9);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  animation: command-glow 6s ease-in-out infinite;
}

.command-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--soft-line);
  background:
    linear-gradient(90deg, rgba(232, 247, 251, 0.92), rgba(255, 255, 255, 0.96)),
    #fff;
  padding: 1rem;
}

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

.command-brand strong {
  font-size: 0.9rem;
  letter-spacing: 0;
}

.command-brand small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
}

.command-status,
.panel-chip {
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 850;
  padding: 0.28rem 0.55rem;
}

.command-body {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 540px;
}

.command-sidebar {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  border-right: 1px solid var(--soft-line);
  background: #f8fbfd;
  padding: 1rem 0.8rem;
}

.sidebar-item {
  border-radius: 7px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.55rem 0.65rem;
}

.sidebar-item.active {
  background: #fff;
  color: var(--primary);
  box-shadow: var(--shadow-sm);
}

.command-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  background:
    linear-gradient(to right, rgba(219, 228, 238, 0.5) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(219, 228, 238, 0.5) 1px, transparent 1px),
    #fbfdff;
  background-size: 42px 42px;
  padding: 1rem;
}

.mock-panel {
  min-height: 132px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
  padding: 0.85rem;
}

.panel-wide {
  grid-column: 1 / -1;
}

.panel-dark {
  background:
    radial-gradient(circle at 90% 0%, rgba(14, 165, 201, 0.2), transparent 44%),
    var(--primary);
  color: #fff;
}

.panel-dark p {
  color: rgba(255, 255, 255, 0.78);
}

.panel-dark .panel-chip,
.panel-dark .ask-bar {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
}

.panel-dark .panel-head {
  color: #fff;
}

.record-row,
.schedule-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  border-top: 1px solid var(--soft-line);
  color: var(--muted);
  font-size: 0.75rem;
  padding: 0.48rem 0;
}

.record-row:first-of-type {
  border-top: 0;
}

.record-row span:last-child {
  color: var(--primary);
  font-weight: 800;
}

.avatar-dot,
.time-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--accent);
}

.avatar-dot.teal,
.time-dot.accent {
  background: var(--secondary);
}

.avatar-dot.navy {
  background: var(--primary);
}

.attendance-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.38rem;
  align-items: end;
  min-height: 4.8rem;
}

.attendance-bars span {
  display: block;
  border-radius: 6px 6px 3px 3px;
  background: linear-gradient(180deg, #67e8f9, var(--secondary));
}

.attendance-bars span:nth-child(1) {
  height: 52%;
}

.attendance-bars span:nth-child(2) {
  height: 76%;
}

.attendance-bars span:nth-child(3) {
  height: 62%;
}

.attendance-bars span:nth-child(4) {
  height: 86%;
}

.mock-caption {
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.schedule-line {
  grid-template-columns: auto minmax(0, 1fr);
}

.ask-bar {
  border-radius: 7px;
  margin-top: 0.9rem;
  padding: 0.55rem 0.65rem;
  font-size: 0.76rem;
  font-weight: 800;
}

.feed-line {
  height: 0.75rem;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(14, 165, 201, 0.28), rgba(24, 43, 99, 0.1));
}

.feed-line.short {
  width: 72%;
}

.hierarchy-tree {
  display: grid;
  gap: 0.5rem;
  justify-items: center;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 850;
}

.hierarchy-tree span {
  position: relative;
  min-width: 76%;
  border: 1px solid rgba(14, 165, 201, 0.28);
  border-radius: 7px;
  background: var(--teal-soft);
  padding: 0.42rem 0.55rem;
  text-align: center;
}

.hierarchy-tree span + span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.55rem;
  width: 1px;
  height: 0.55rem;
  background: rgba(14, 165, 201, 0.46);
}

.problem {
  max-width: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 18%, rgba(14, 165, 201, 0.18), transparent 26rem),
    linear-gradient(135deg, #10192f 0%, #0f172a 72%);
  color: #fff;
}

.problem-layout {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 3rem;
  align-items: center;
  padding: 0 1.25rem;
}

.section-intro {
  max-width: 790px;
}

.problem .eyebrow {
  color: #67e8f9;
}

.problem p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.1rem;
}

.disconnect-map {
  display: grid;
  gap: 1rem;
}

.tool-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.tool-cluster span {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0.55rem 0.72rem;
}

.tool-cluster svg {
  width: 17px;
  height: 17px;
  color: #67e8f9;
}

.organize-line {
  width: 70%;
  height: 2px;
  margin: 0.25rem auto;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(103, 232, 249, 0.9), transparent);
}

.nexora-layer {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  padding: 1rem;
}

.nexora-layer strong {
  display: block;
  margin-bottom: 0.25rem;
}

.nexora-layer p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.2rem;
}

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

.section-heading p:not(.eyebrow) {
  color: var(--muted);
}

.feature-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  padding-top: 6.75rem;
  padding-bottom: 4.9rem;
}

.feature-section::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(14, 165, 201, 0.35), transparent);
}

.pillar-grid,
.use-case-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pillar-card,
.use-case-card,
.trust-card,
.about-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.pillar-card {
  position: relative;
  overflow: hidden;
  min-height: 322px;
  padding: 1.45rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pillar-card::after {
  content: "";
  position: absolute;
  inset: auto -25% -42% 16%;
  height: 12rem;
  border-radius: 999px;
  background: rgba(14, 165, 201, 0.08);
  pointer-events: none;
}

.pillar-card:hover,
.use-case-card:hover,
.trust-card:hover,
.workflow-step:hover {
  border-color: rgba(14, 165, 201, 0.42);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.pillar-card.featured {
  border-color: rgba(14, 165, 201, 0.38);
  background:
    radial-gradient(circle at 88% 0%, rgba(14, 165, 201, 0.18), transparent 38%),
    #fff;
}

.pillar-icon,
.use-case-icon,
.trust-icon,
.step-icon {
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(14, 165, 201, 0.28);
  border-radius: 8px;
  background: var(--teal-soft);
  color: var(--primary);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.pillar-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.4rem;
}

.pillar-icon svg,
.use-case-icon svg,
.trust-icon svg,
.step-icon svg {
  width: 27px;
  height: 27px;
}

.pillar-card p,
.use-case-card p,
.trust-card p,
.about-card p:not(.eyebrow),
.workflow-step p {
  color: var(--muted);
}

.chip-list {
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.chip-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--primary);
  font-size: 0.8rem;
  font-weight: 850;
  padding: 0.45rem 0.65rem;
}

.workflow-section {
  max-width: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(14, 165, 201, 0.14);
  padding-top: 6rem;
  padding-bottom: 6rem;
  background:
    linear-gradient(180deg, #fff 0%, #f2f7fa 100%);
}

.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4.5rem;
  background: linear-gradient(180deg, rgba(14, 165, 201, 0.08), transparent);
  pointer-events: none;
}

.workflow-section > .section-heading,
.workflow-steps {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.workflow-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.workflow-steps::before {
  content: "";
  position: absolute;
  left: calc(1.25rem + 12.5%);
  right: calc(1.25rem + 12.5%);
  top: 2rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(14, 165, 201, 0.12), rgba(14, 165, 201, 0.56), rgba(24, 43, 99, 0.2));
}

.workflow-step {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-sm);
  padding: 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.step-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  background: #fff;
}

.use-cases {
  padding-top: 5.7rem;
  padding-bottom: 5.7rem;
}

.use-case-card {
  min-height: 248px;
  padding: 1.35rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.use-case-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 1.15rem;
}

.security-band {
  max-width: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 16% 16%, rgba(14, 165, 201, 0.16), transparent 24rem),
    #edf7fa;
}

.security-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.security-heading {
  margin-bottom: 1.6rem;
}

.trust-card {
  min-height: 210px;
  padding: 1.25rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.trust-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  background: #fff;
}

.about-card {
  max-width: 920px;
  border-left: 5px solid var(--secondary);
  padding: 1.6rem 1.7rem;
}

.about-card h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.about-card p:not(.eyebrow) {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.final-cta {
  max-width: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
  background: var(--bg);
}

.final-cta-content {
  display: grid;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  border: 1px solid rgba(14, 165, 201, 0.28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 10%, rgba(103, 232, 249, 0.25), transparent 34%),
    linear-gradient(135deg, #102052 0%, #16336d 48%, #0f7790 100%);
  box-shadow: var(--shadow-lg);
  color: #fff;
  padding: 2rem;
}

.final-cta .eyebrow {
  color: #a7f3ff;
}

.final-cta h2 {
  max-width: 760px;
  margin-bottom: 0.6rem;
}

.final-cta p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.06rem;
}

.final-cta .button-primary {
  background: #fff;
  color: var(--primary);
  box-shadow: none;
}

.final-cta .button-primary:hover {
  background: #eaf8fb;
}

@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes command-glow {
  0%,
  100% {
    box-shadow: var(--shadow-lg);
  }

  50% {
    box-shadow: 0 34px 78px rgba(15, 23, 42, 0.18), 0 0 42px rgba(14, 165, 201, 0.16);
  }
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 320ms ease, transform 320ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

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

@media (max-width: 980px) {
  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section[id] {
    scroll-margin-top: 5rem;
  }

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

  .nav-links {
    flex-wrap: wrap;
    gap: 0.45rem 0.85rem;
  }

  .hero,
  .problem-layout,
  .section-heading,
  .pillar-grid,
  .use-case-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 4.5rem;
  }

  .feature-section {
    padding-top: 5.6rem;
    padding-bottom: 4.7rem;
  }

  .command-center {
    max-width: 720px;
  }

  .command-body {
    grid-template-columns: 1fr;
  }

  .command-sidebar {
    display: flex;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--soft-line);
  }

  .sidebar-item {
    min-width: max-content;
  }

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

  .workflow-steps::before {
    display: none;
  }

  .final-cta-content {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .final-cta-content .button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .nav {
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-links a {
    padding: 0.35rem 0;
  }

  .nav-links .nav-cta {
    padding: 0.48rem 0.7rem;
  }

  .section {
    padding: 4rem 1rem;
  }

  .section[id] {
    scroll-margin-top: 1rem;
  }

  .hero {
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3.8rem;
  }

  .hero-content {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .mobile-break {
    display: inline;
  }

  h1 {
    font-size: 2.65rem;
    line-height: 1.04;
  }

  h2 {
    font-size: 2.08rem;
  }

  .hero-copy,
  .problem p:not(.eyebrow),
  .about-card p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-copy {
    max-width: 34ch;
  }

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

  .command-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .command-shell {
    overflow-x: auto;
  }

  .command-body {
    min-width: 520px;
  }

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

  .panel-wide {
    grid-column: auto;
  }

  .record-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .record-row span:last-child {
    grid-column: 2;
  }

  .tool-cluster span {
    width: 100%;
  }

  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .feature-section,
  .workflow-section,
  .use-cases,
  .final-cta {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .pillar-card,
  .use-case-card,
  .trust-card {
    min-height: auto;
  }

  .final-cta-content {
    grid-template-columns: 1fr;
    padding: 1.35rem;
  }

  .final-cta-content .button {
    grid-column: auto;
  }
}

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

  .command-center,
  .command-shell,
  .button:hover,
  .pillar-card:hover,
  .use-case-card:hover,
  .trust-card:hover,
  .workflow-step:hover {
    transform: none;
  }

  .reveal-ready .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}


/* Anchor targets live near visible section headings so sticky-nav links do not land on padded wrappers. */
.anchor-point {
  display: block;
  height: 0;
  scroll-margin-top: 90px;
}
