:root {
  --obg: #101010;
  --oink: #eeeeee;
  --omuted: #8a8380;
  --orule: #2d2b29;
  --oblue: #3b82f6;
  --osoft: #161616;
}

body[data-page="ordo"] {
  background: #000;
  color: var(--oink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

body[data-page="ordo"] .site-header {
  background: rgba(16, 16, 16, 0.94);
  border-color: var(--orule);
  backdrop-filter: blur(16px);
}

body[data-page="ordo"] .brand,
body[data-page="ordo"] .desktop-nav a,
body[data-page="ordo"] .language-switch,
body[data-page="ordo"] .menu-toggle {
  color: var(--oink);
}

.ordo-hero {
  padding: clamp(80px, 11vw, 150px) 0 clamp(72px, 9vw, 120px);
  border-bottom: 1px solid var(--orule);
  background: #000;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr);
  gap: clamp(42px, 8vw, 120px);
  align-items: center;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--omuted);
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ordo-hero h1,
.ordo-section h2,
.ordo-pricing h2,
.ordo-cta h2 {
  margin: 0;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.98;
  color: #fff;
}

.ordo-hero h1 {
  font-size: clamp(54px, 7.5vw, 108px);
}

.hero-copy {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--omuted);
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 36px;
}

.ordo-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 28px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.ordo-primary:hover {
  transform: translateY(-2px);
  background: #f0f0f0;
}

.ordo-link {
  color: var(--omuted);
  font-family: var(--mono);
  font-size: 13px;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 160ms ease;
}

.ordo-link:hover {
  color: #fff;
}

.ai-note {
  max-width: 580px;
  margin: 28px 0 0;
  color: var(--omuted);
  font-size: 13px;
  line-height: 1.5;
}

.ordo-section {
  padding: clamp(74px, 9vw, 132px) 0;
  border-bottom: 1px solid var(--orule);
  background: #101010;
}

.editorial-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: start;
}

.ordo-section h2,
.ordo-pricing h2,
.ordo-cta h2 {
  font-size: clamp(42px, 5.8vw, 78px);
}

.editorial-row > p,
.evidence-grid > div > p {
  margin: 0;
  color: var(--omuted);
  font-size: 20px;
  line-height: 1.55;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 80px;
  border-top: 1px solid var(--orule);
}

.steps article {
  padding: 24px 22px 0 0;
  border-top: 1px solid transparent;
}

.steps span {
  color: var(--omuted);
  font-family: var(--mono);
  font-size: 12px;
}

.steps h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 12px 0 8px;
}

.steps p,
.evidence li {
  color: var(--omuted);
  line-height: 1.55;
}

.evidence {
  background: #0c0c0c;
}

.evidence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  align-items: center;
}

.evidence ul {
  padding-left: 18px;
  margin-top: 24px;
}

.evidence li {
  margin-bottom: 8px;
}

.scan-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  background: #161616;
  color: #fff;
  padding: 24px;
  border-radius: 6px;
  border: 1px solid var(--orule);
}

.scan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.scan-grid span {
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 48%, #444 0 9%, #222 10% 26%, #111 27% 42%, #333 43% 46%, #0b0b0b 47%);
  border-radius: 2px;
}

.scan-card small {
  color: var(--omuted);
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.scan-card b {
  display: block;
  margin: 12px 0;
  font-size: 23px;
  font-weight: 400;
}

.scan-card p {
  color: var(--omuted);
  font-size: 13px;
  line-height: 1.5;
}

.ordo-pricing {
  padding: clamp(78px, 10vw, 140px) 0;
  background: #101010;
  border-bottom: 1px solid var(--orule);
}

.ordo-pricing h2 {
  max-width: 850px;
  margin-top: 14px;
}

.plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 70px;
  border-top: 1px solid var(--orule);
}

.plans article {
  position: relative;
  padding: 30px 24px 28px 0;
  border-bottom: 1px solid var(--orule);
}

.plans article + article {
  padding-left: 24px;
  border-left: 1px solid var(--orule);
}

.plans h3 {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
}

.price {
  font-size: 36px;
  margin: 28px 0 8px;
  color: #fff;
  font-family: var(--mono);
  font-weight: 500;
}

.price small {
  font-size: 14px;
  color: var(--omuted);
}

.plans ul {
  min-height: 155px;
  padding-left: 18px;
  color: var(--omuted);
  line-height: 1.8;
  margin: 20px 0 28px;
}

.plans a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 46px;
  background: transparent;
  color: #fff;
  border: 1px solid var(--line-strong, #4d4947);
  box-sizing: border-box;
  border-radius: 3px;
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.plans a:hover {
  border-color: #fff;
}

.plans .featured a {
  background: #fff;
  color: #000;
  border-color: #fff;
}

.plans .featured a:hover {
  background: #f0f0f0;
}

.plan-tag {
  position: absolute;
  top: -30px;
  color: var(--white-soft, #b8b3b0);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-foot {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--omuted);
  font-size: 13px;
}

.ordo-cta {
  padding: clamp(90px, 13vw, 180px) 0;
  text-align: center;
  background: #000;
}

.ordo-cta .ordo-primary {
  margin-top: 42px;
}

.site-footer {
  background: #0a0a0a;
  color: #fff;
  border-top: 1px solid var(--orule);
}

@media (max-width: 900px) {
  .hero-grid, .editorial-row, .evidence-grid { grid-template-columns: 1fr; }
  .steps, .plans { grid-template-columns: 1fr 1fr; }
  .plans article + article { padding-left: 0; border-left: none; }
  .agent-demo, .scan-card { max-width: 620px; }
}

@media (max-width: 620px) {
  .ordo-hero { padding-top: 60px; }
  .ordo-hero h1 { font-size: 49px; }
  .steps, .plans, .scan-card { grid-template-columns: 1fr; }
  .steps article { border-bottom: 1px solid var(--orule); }
  .plans ul { min-height: 0; }
  .plans article { padding-right: 0; }
  .plan-tag { position: static; display: block; margin-bottom: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
