:root {
  --ink: #ffffff;
  --muted: #c8c8c8;
  --soft: #070707;
  --surface: #ffffff;
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(255, 255, 255, 0.28);
  --accent: #ffffff;
  --accent-dark: #ffffff;
  --dark: #000000;
  --dark-soft: rgba(255, 255, 255, 0.1);
  --glass: rgba(255, 255, 255, 0.105);
  --glass-strong: rgba(255, 255, 255, 0.18);
  --shadow: 0 30px 95px rgba(0, 0, 0, 0.62);
  --radius: 8px;
  font-family: CairoxSans, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
  font-family: CairoxSans;
  src: url("./_next/static/media/f06bf9da926bae75-s.p.c68a79fb.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: CairoxSans, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 22% 0%, rgba(255, 255, 255, 0.055), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.035), transparent 28%),
    linear-gradient(rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.038) 1px, transparent 1px),
    #000000;
  background-size: 100% 100%, 100% 100%, 42px 42px, 42px 42px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: screen;
  opacity: 0.035;
  z-index: 20;
}

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

button,
summary {
  font: inherit;
}

svg {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes headerFade {
  from {
    opacity: 0;
    transform: translate(-50%, 18px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes glassFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes scanLine {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(120%);
  }
}

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

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

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 30;
  width: min(1440px, calc(100% - 40px));
  height: 64px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 14px 10px 18px;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(26px) saturate(160%);
  -webkit-backdrop-filter: blur(26px) saturate(160%);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
  animation: headerFade 720ms ease both;
}

.brand,
.nav-links,
.header-actions,
.hero-actions,
.hero-points,
.button,
.stats,
.marquee div,
.final-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
  min-width: 180px;
  font-size: 16px;
  font-weight: 780;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.brand-logo-img {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 10px;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 32px;
  flex: 0 0 34px;
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 0;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 10px 28px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
  overflow: hidden;
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.brand-mark span {
  display: none;
}

.brand-mark strong {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-right-color: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  font-weight: 900;
  transform: translateY(-0.5px);
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.3);
}

.brand-mark strong::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(255, 255, 255, 0.92);
  border-right: 2px solid rgba(255, 255, 255, 0.92);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0.88;
}

.nav-links {
  gap: 38px;
  font-size: 13px;
}

.nav-links a,
.login-link {
  color: rgba(255, 255, 255, 0.76);
  transition: color 160ms ease;
}

.nav-links a:hover,
.login-link:hover {
  color: var(--accent-dark);
}

.header-actions {
  gap: 14px;
}

.login-link {
  font-size: 14px;
  white-space: nowrap;
}

.button {
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.button-primary {
  color: #050505;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(255, 255, 255, 0.18);
}

.button-primary:hover {
  background: #e9e9e9;
}

.button-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line-strong);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
}

.button-small svg {
  width: 17px;
  height: 17px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.menu-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.mobile-menu {
  display: none;
}

.section {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  min-height: 680px;
  padding: 132px 0 62px;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(500px, 1.05fr);
  gap: 46px;
  align-items: center;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4.85vw, 76px);
  font-weight: 680;
  line-height: 1.08;
  letter-spacing: 0;
  animation: fadeUp 780ms ease 90ms both;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(260px, 48%);
  height: 3px;
  margin-top: 16px;
  background: var(--accent);
}

.hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.58;
  letter-spacing: 0;
  animation: fadeUp 780ms ease 180ms both;
}

.hero-actions {
  gap: 16px;
  margin-top: 30px;
  flex-wrap: wrap;
  animation: fadeUp 780ms ease 270ms both;
}

.hero-points {
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 28px;
  animation: fadeUp 780ms ease 360ms both;
}

.hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.hero-points svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--accent-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-map {
  position: relative;
  min-height: 500px;
  padding: 10px;
  transform: scale(0.92);
  transform-origin: center right;
}

.system-map::before,
.system-map::after {
  content: "";
  position: absolute;
  border-top: 2px dashed rgba(255, 255, 255, 0.32);
}

.system-map::before {
  top: 225px;
  left: 190px;
  width: 320px;
}

.system-map::after {
  top: 385px;
  left: 340px;
  width: 380px;
}

.queue-panel,
.agent-panel,
.pipeline-panel,
.dashboard-panel {
  position: absolute;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.115);
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

.queue-panel,
.agent-panel,
.pipeline-panel {
  animation: glassFloat 8s ease-in-out infinite;
}

.agent-panel {
  animation-delay: -2s;
}

.pipeline-panel {
  animation-delay: -4s;
}

.dashboard-panel {
  animation: fadeUp 900ms ease 260ms both, glassFloat 10s ease-in-out 1s infinite;
}

.panel-label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 830;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.queue-panel {
  top: 94px;
  left: 0;
  width: 192px;
  padding: 22px 18px;
}

.queue-panel ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}

.queue-panel li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  font-size: 11px;
}

.queue-panel i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.agent-panel {
  top: 64px;
  left: 270px;
  width: 214px;
  min-height: 204px;
  padding: 24px;
  text-align: center;
}

.agent-icon {
  width: 82px;
  height: 82px;
  margin: 26px auto 20px;
  display: grid;
  place-items: center;
  color: var(--accent-dark);
}

.agent-icon svg {
  width: 78px;
  height: 78px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
}

.agent-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  line-height: 1.35;
}

.pipeline-panel {
  top: 308px;
  left: 214px;
  width: 350px;
  padding: 24px 22px 22px;
  border-color: var(--accent-dark);
}

.pipeline-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 17px;
}

.pipeline-steps span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
}

.dashboard-panel {
  top: 35px;
  right: 0;
  width: 410px;
  min-height: 424px;
  display: grid;
  grid-template-columns: 132px 1fr;
  overflow: hidden;
}

.dashboard-sidebar {
  padding: 22px 16px;
  display: grid;
  align-content: start;
  gap: 17px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.76);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.dashboard-sidebar strong {
  color: #fff;
  font-size: 13px;
}

.dashboard-sidebar span {
  font-size: 12px;
}

.dashboard-content {
  padding: 22px 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.metric-card,
.health-card,
.run-list,
.pricing-card,
.pricing-side article,
.scope-grid article,
.faq-list details {
  position: relative;
  overflow: hidden;
}

.metric-card::after,
.health-card::after,
.run-list::after,
.pricing-card::after,
.pricing-side article::after,
.scope-grid article::after,
.faq-list details::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.1) 42%, transparent 62%);
  opacity: 0;
  transform: translateX(-120%);
}

.metric-card:hover::after,
.health-card:hover::after,
.run-list:hover::after,
.pricing-card:hover::after,
.pricing-side article:hover::after,
.scope-grid article:hover::after,
.faq-list details:hover::after {
  opacity: 1;
  animation: scanLine 900ms ease;
}

.metric-card,
.health-card,
.run-list {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  padding: 15px;
}

.metric-card span,
.health-card span {
  color: var(--muted);
  font-size: 11px;
}

.metric-card strong {
  display: block;
  margin-top: 8px;
  font-size: 26px;
}

.health-card,
.run-list {
  grid-column: 1 / -1;
}

.health-card strong {
  display: block;
  margin-top: 9px;
  color: #ffffff;
  font-size: 13px;
}

.run-list {
  display: grid;
  gap: 11px;
}

.run-list span {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
}

.run-list b {
  color: #ffffff;
  font-weight: 650;
}

.stats {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stats div {
  min-height: 118px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.stats div:last-child {
  border-right: 1px solid var(--line);
}

.stats strong {
  display: block;
  font-size: 24px;
  letter-spacing: 0;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.split-section,
.process-section,
.pricing-section,
.boundaries-section,
.faq-section {
  padding: 96px 0;
}

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

.section-heading.center {
  margin: 0 auto;
  text-align: center;
}

.section-heading > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.section-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 44px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  min-height: 282px;
  padding: 34px 32px;
  border-right: 1px solid var(--line);
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: var(--accent-dark);
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-grid h3,
.process-rail h3,
.pricing-side h3,
.scope-grid h3 {
  margin: 22px 0 0;
  font-size: 22px;
  letter-spacing: 0;
}

.service-grid p,
.process-rail p,
.pricing-side p,
.scope-grid li,
.faq-list p,
.pricing-top p {
  color: var(--muted);
  line-height: 1.62;
}

.process-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 50px;
}

.process-rail article {
  position: relative;
  min-height: 292px;
  padding: 32px;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.service-grid article {
  transition: background 220ms ease, transform 220ms ease;
}

.service-grid article:hover,
.process-rail article:hover,
.pricing-side article:hover,
.scope-grid article:hover {
  transform: translateY(-4px);
  background: var(--glass-strong);
}

.process-rail article::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  width: 20px;
  height: 2px;
  background: var(--accent-dark);
}

.process-rail article:last-child::after {
  display: none;
}

.process-rail article > span {
  color: rgba(255, 255, 255, 0.15);
  font-size: 64px;
  font-weight: 820;
  letter-spacing: 0;
}

.marquee {
  overflow: hidden;
  padding: 28px 0;
  color: #050505;
  background: #ffffff;
}

.marquee div {
  width: max-content;
  gap: 38px;
  animation: marquee 34s linear infinite;
}

.marquee span {
  position: relative;
  padding-left: 16px;
  color: #050505;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #050505;
  transform: translateY(-50%) rotate(45deg);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.62fr);
  gap: 22px;
  max-width: 1040px;
  margin: 50px auto 0;
}

.pricing-card,
.pricing-side article,
.scope-grid article,
.faq-list details {
  color: #ffffff;
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.pricing-card {
  padding: 42px;
}

.pricing-top span {
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-top h3 {
  margin: 16px 0 0;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.12;
  letter-spacing: 0;
}

.price-display {
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 34px;
  padding: 26px 0 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-display strong {
  font-size: clamp(42px, 5.6vw, 68px);
  line-height: 0.9;
  letter-spacing: 0;
}

.price-display span {
  padding-bottom: 7px;
  color: var(--muted);
  font-size: 18px;
  font-weight: 720;
  letter-spacing: 0;
}

.price-line {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 0;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.price-line strong {
  font-size: 22px;
}

.price-line span {
  color: var(--muted);
}

.check-list,
.x-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 14px;
}

.check-list li,
.x-list li {
  position: relative;
  padding-left: 30px;
}

.check-list li::before,
.x-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.check-list li::before {
  content: "✓";
  color: #050505;
  background: #ffffff;
}

.x-list li::before {
  content: "×";
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line-strong);
}

.full-width {
  width: 100%;
  margin-top: 34px;
}

.pricing-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-side {
  display: grid;
  gap: 18px;
}

.pricing-side article {
  padding: 30px;
}

.pricing-side h3 {
  margin-top: 0;
}

.scope-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 44px;
}

.scope-grid article {
  padding: 36px;
}

.scope-grid h3 {
  margin-top: 0;
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 900px;
  margin: 48px auto 0;
}

.faq-list details {
  padding: 0 26px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: 0;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--accent-dark);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: -4px 0 24px;
}

.final-cta {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto 32px;
  justify-content: space-between;
  gap: 30px;
  padding: 54px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(28px) saturate(150%);
  -webkit-backdrop-filter: blur(28px) saturate(150%);
}

.final-cta h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: 0;
}

.final-cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.site-footer {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
  padding: 28px 0 44px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 16px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  transition: color 160ms ease;
}

.footer-links a:hover {
  color: #ffffff;
}

.legal-page {
  width: min(980px, calc(100% - 48px));
  margin: 0 auto;
  padding: 148px 0 88px;
}

.legal-hero {
  margin-bottom: 34px;
}

.legal-hero > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.legal-hero > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.legal-hero h1 {
  margin: 18px 0 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 680;
}

.legal-hero p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.legal-card {
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.legal-card h2 {
  margin: 34px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.72;
}

.auth-page {
  width: min(1120px, calc(100% - 48px));
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  padding: 148px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  gap: 56px;
  align-items: center;
}

.auth-copy > span,
.auth-card-header > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-copy > span::before,
.auth-card-header > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.auth-copy h1 {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.1;
  font-weight: 680;
}

.auth-copy p {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.6;
}

.auth-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 12px;
  margin-top: 28px;
}

.auth-points span {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.auth-card {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.auth-card-header h2 {
  margin: 16px 0 0;
  font-size: 30px;
  line-height: 1.16;
}

.auth-card-header p,
.auth-note,
.auth-message {
  color: var(--muted);
  line-height: 1.55;
}

.google-button {
  width: 100%;
  min-height: 54px;
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  color: #ffffff;
  font-weight: 720;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.google-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.46);
}

.google-button svg {
  width: 20px;
  height: 20px;
}

.auth-divider {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form label {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

.auth-form input {
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.38);
  outline: none;
  font: inherit;
}

.auth-form input:focus {
  border-color: rgba(255, 255, 255, 0.56);
}

.auth-note {
  margin: 20px 0 0;
  font-size: 13px;
}

.auth-note a,
.legal-card a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.auth-message {
  min-height: 20px;
  margin: -4px 0 0;
  font-size: 13px;
}

@media (min-width: 861px) and (max-width: 1180px) {
  .hero {
    min-height: 540px;
    grid-template-columns: minmax(450px, 1.04fr) minmax(360px, 0.86fr);
    gap: 24px;
    padding-top: 108px;
    padding-bottom: 42px;
    align-items: start;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(34px, 4.1vw, 44px);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .hero p {
    max-width: 500px;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 12px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 0 17px;
    font-size: 14px;
  }

  .hero-actions .button svg {
    width: 17px;
    height: 17px;
  }

  .hero-points {
    gap: 18px;
    margin-top: 18px;
  }

  .hero-points span {
    font-size: 13px;
  }

  .system-map {
    min-height: 358px;
    padding-top: 8px;
    transform: none;
  }

  .system-map::before,
  .system-map::after,
  .queue-panel,
  .agent-panel,
  .pipeline-panel {
    display: none;
  }

  .dashboard-panel {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 346px;
    grid-template-columns: 106px 1fr;
  }

  .dashboard-content {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px;
  }

  .metric-card,
  .health-card,
  .run-list {
    padding: 13px;
  }

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

  .service-grid article:nth-child(2) {
    border-right: 0;
  }

  .service-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    top: 12px;
    width: calc(100% - 24px);
  }

  .brand {
    min-width: 0;
    letter-spacing: 0.04em;
  }

  .nav-links,
  .login-link,
  .header-actions .button {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .mobile-menu {
    position: fixed;
    top: 84px;
    left: 12px;
    right: 12px;
    z-index: 29;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.82);
    box-shadow: var(--shadow);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
  }

  .mobile-menu.is-open {
    display: grid;
  }

  .mobile-menu a {
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 720;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .section,
  .final-cta,
  .site-footer {
    width: calc(100% - 28px);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 104px 0 44px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 9.7vw, 40px);
    line-height: 1.12;
    letter-spacing: 0;
  }

  .hero p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.5;
  }

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

  .hero-actions {
    gap: 12px;
    margin-top: 20px;
  }

  .hero-actions .button {
    min-height: 52px;
  }

  .hero-points {
    gap: 14px;
    margin-top: 20px;
  }

  .system-map {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 0;
    transform: none;
  }

  .system-map::before,
  .system-map::after {
    display: none;
  }

  .queue-panel,
  .agent-panel,
  .pipeline-panel,
  .dashboard-panel {
    position: static;
    width: 100%;
  }

  .dashboard-panel {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar {
    grid-template-columns: repeat(4, max-content);
    overflow-x: auto;
  }

  .dashboard-content {
    grid-template-columns: 1fr;
  }

  .stats,
  .process-rail,
  .pricing-layout,
  .scope-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .stats div {
    min-height: auto;
    padding: 22px;
  }

  .stats div:last-child {
    border-bottom: 1px solid var(--line);
  }

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

  .service-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article:last-child {
    border-bottom: 0;
  }

  .split-section,
  .process-section,
  .pricing-section,
  .boundaries-section,
  .faq-section {
    padding: 72px 0;
  }

  .section-heading.center {
    text-align: left;
  }

  .process-rail article::after {
    display: none;
  }

  .pricing-card,
  .scope-grid article {
    padding: 28px;
  }

  .price-line,
  .final-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-cta {
    padding: 34px;
  }

  .legal-page {
    width: calc(100% - 28px);
    padding: 124px 0 72px;
  }

  .legal-card {
    padding: 28px;
  }

  .auth-page {
    width: calc(100% - 28px);
    min-height: auto;
    padding: 118px 0 72px;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .auth-copy h1 {
    font-size: clamp(30px, 9.4vw, 42px);
  }

  .auth-copy p {
    font-size: 15px;
  }

  .auth-points {
    grid-template-columns: 1fr;
  }

  .auth-card {
    padding: 28px;
  }
}

@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;
  }
}
