:root {
  --bg: #f5f1e8;
  --surface: #fbfaf6;
  --surface-strong: #ffffff;
  --text: #171717;
  --muted: #66625b;
  --line: #d8d1c6;
  --accent: #9e3e2d;
  --accent-dark: #7f2e22;
  --technical: #e7f1f7;
  --technical-strong: #d5e8f3;
  --people: #f5e8e1;
  --graph-blue: #2877b8;
  --graph-green: #2f9a57;
  --graph-orange: #dc8620;
  --graph-purple: #69438d;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

[hidden] {
  display: none !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 88% 16%, rgba(158, 62, 45, 0.08), transparent 26%),
    radial-gradient(circle at 7% 68%, rgba(158, 62, 45, 0.07), transparent 28%),
    var(--bg);
  color: var(--text);
}

body.nav-open {
  overflow: hidden;
}

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

p,
dd {
  margin: 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem;
  line-height: 1.55;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--text);
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  font-size: clamp(2.75rem, 4.45vw, 4.85rem);
  line-height: 0.96;
}

h2 {
  max-width: 820px;
  font-size: clamp(2.25rem, 4.2vw, 4.1rem);
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button,
.button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.anchor-target {
  position: relative;
  top: -90px;
  display: block;
  width: 1px;
  height: 1px;
}

.site-header,
.site-footer,
.hero,
.section {
  width: min(100% - 104px, 1460px);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  margin-top: 12px;
  border: 1px solid rgba(23, 23, 23, 0.16);
  border-radius: 18px;
  background: rgba(251, 250, 246, 0.82);
  padding: 0 26px;
  backdrop-filter: blur(16px);
  box-shadow: 0 14px 42px rgba(61, 48, 34, 0.08);
}

.brand {
  display: grid;
  grid-template-columns: 44px auto;
  column-gap: 14px;
  align-items: center;
}

.site-header .brand {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: clamp(176px, 16vw, 232px);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.brand strong {
  grid-column: 2;
  font-size: 1.35rem;
  line-height: 1;
}

.brand span {
  grid-column: 2;
  color: var(--text);
  font-size: 0.78rem;
}

.brand-mark {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    conic-gradient(from 90deg, rgba(158, 62, 45, 0.18) 0 25%, var(--accent) 25% 50%, rgba(158, 62, 45, 0.24) 50% 75%, #f8eee4 75% 100%);
  box-shadow: inset 0 0 0 1px rgba(158, 62, 45, 0.24);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.8vw, 52px);
  font-size: 0.98rem;
}

.site-nav a {
  padding-block: 10px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--accent);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 0.46fr) minmax(520px, 0.54fr);
  gap: clamp(30px, 4.2vw, 58px);
  align-items: center;
  padding: clamp(18px, 2.2vw, 34px) 0 26px;
  min-height: calc(100vh - 150px);
}

.dev-agent-page {
  display: grid;
  gap: 70px;
  width: min(100% - 104px, 1460px);
  margin: 0 auto;
  padding: 86px 0 36px;
}

.dev-agent-site-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.48fr) minmax(520px, 0.52fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  min-height: 620px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  padding-bottom: 66px;
}

.dev-agent-site-copy {
  display: grid;
  gap: 24px;
  min-width: 0;
}

.dev-agent-site-copy h1 {
  max-width: 720px;
}

.dev-agent-site-copy > p:not(.section-label) {
  max-width: 760px;
  color: #303642;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.45vw, 1.42rem);
  line-height: 1.45;
}

.dev-agent-readonly-note {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #3f414a;
  font-weight: 820;
}

.dev-agent-hero-visual {
  margin: 0;
  min-width: 0;
}

.dev-agent-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(23, 23, 23, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(61, 48, 34, 0.12);
}

.dev-agent-model-panel {
  display: grid;
  grid-template-columns: minmax(150px, 0.82fr) minmax(210px, 1fr) minmax(150px, 0.82fr);
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 8px;
  background: rgba(251, 250, 246, 0.84);
  padding: clamp(24px, 3.4vw, 44px);
  box-shadow: 0 24px 70px rgba(61, 48, 34, 0.12);
}

.dev-agent-model-panel article,
.dev-agent-path-card,
.dev-agent-evidence-grid article,
.dev-agent-workflow-list li,
.dev-agent-trust-grid article {
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.dev-agent-model-panel article {
  display: grid;
  gap: 12px;
  min-height: 162px;
  padding: 20px;
}

.dev-agent-model-panel article:nth-of-type(2) {
  grid-row: 2;
}

.dev-agent-model-panel article:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}

.dev-agent-model-panel article:nth-of-type(4) {
  grid-column: 3;
  grid-row: 2;
}

.dev-agent-model-core {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  gap: 10px;
  aspect-ratio: 1;
  border: 1px solid rgba(40, 119, 184, 0.18);
  border-radius: 50%;
  background: #eaf5fa;
  text-align: center;
}

.dev-agent-model-core strong {
  display: block;
  max-width: 180px;
  color: #05060a;
  font-size: 1.35rem;
  line-height: 1.02;
}

.dev-agent-model-core small,
.dev-agent-model-panel article p,
.dev-agent-path-card p,
.dev-agent-evidence-grid span,
.dev-agent-workflow-list span,
.dev-agent-trust-grid span {
  color: #303642;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

.dev-agent-site-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  font-weight: 900;
}

.dev-agent-red {
  background: #f8e6e1;
  color: #9e3e2d;
}

.dev-agent-blue {
  background: #e7f2fb;
  color: #146fba;
}

.dev-agent-green {
  background: #ddf6ec;
  color: #087f62;
}

.dev-agent-purple {
  background: #eee5ff;
  color: #6e40d8;
}

.dev-agent-section,
.dev-agent-trust-panel,
.dev-agent-start-panel {
  display: grid;
  gap: 28px;
}

.dev-agent-section-header,
.dev-agent-trust-panel,
.dev-agent-start-panel {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: start;
}

.dev-agent-section-header {
  display: grid;
  gap: 28px;
}

.dev-agent-section > p:not(.section-label),
.dev-agent-section-header > p,
.dev-agent-trust-panel > div > p {
  max-width: 720px;
  color: #3f414a;
  font-family: Georgia, "Times New Roman", serif;
}

.dev-agent-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dev-agent-path-card {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  min-height: 138px;
  padding: 20px;
}

.dev-agent-path-card::after {
  content: ">";
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  justify-self: end;
  color: #1f3349;
  font-size: 1.7rem;
  line-height: 1;
}

.dev-agent-path-card p {
  grid-column: 2 / -1;
  grid-row: 2;
}

.dev-agent-evidence-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
}

.dev-agent-evidence-grid article {
  display: grid;
  gap: 10px;
  min-height: 150px;
  border-width: 0 1px 0 0;
  border-radius: 0;
  padding: 22px 16px;
  text-align: center;
}

.dev-agent-evidence-grid article:last-child {
  border-right: 0;
}

.dev-agent-workflow-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  counter-reset: workflow;
}

.dev-agent-workflow-list li {
  display: grid;
  gap: 16px;
  min-height: 168px;
  padding: 20px;
  counter-increment: workflow;
}

.dev-agent-workflow-list li::before {
  content: counter(workflow, decimal-leading-zero);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
}

.dev-agent-trust-panel {
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  padding-top: 54px;
}

.dev-agent-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.dev-agent-trust-grid article {
  display: grid;
  gap: 6px;
  padding: 18px;
}

.dev-agent-rules {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  border: 1px solid rgba(40, 119, 184, 0.24);
  border-radius: 8px;
  background: rgba(231, 242, 251, 0.72);
  padding: 22px 26px;
}

.dev-agent-rules ul {
  display: grid;
  gap: 7px;
}

.dev-agent-rules li {
  color: #303642;
  font-size: 0.94rem;
  line-height: 1.35;
  list-style: disc;
}

.dev-agent-start-panel {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.dev-agent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.hero::before {
  content: "";
  position: absolute;
  top: -112px;
  bottom: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  background:
    linear-gradient(90deg, rgba(245, 241, 232, 0.82) 0%, rgba(245, 241, 232, 0.55) 46%, rgba(231, 241, 247, 0.22) 100%),
    url("./assets/hero-background.webp?v=20260919-world-connection-bg") center / cover no-repeat,
    linear-gradient(180deg, #e7f1f7 0%, #dbeaf0 100%);
  transform: translateX(-50%);
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 24px;
  min-width: 0;
}

.section-label {
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 640px;
  color: #25211d;
  font-size: clamp(1.16rem, 1.35vw, 1.48rem);
  line-height: 1.45;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 9px;
  padding: 0 30px;
  font-weight: 800;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--accent-dark);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.46);
  color: var(--text);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--text);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
}

.hero-facts div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  border-left: 1px solid var(--line);
  padding: 2px 22px;
}

.hero-facts dt {
  grid-column: 2;
  font-weight: 900;
}

.hero-facts dd {
  grid-column: 2;
  margin-top: 6px;
  font-size: 0.95rem;
}

.hero-fact-icon {
  grid-row: 1 / span 2;
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(158, 62, 45, 0.08);
  color: var(--accent);
}

.hero-fact-icon::before,
.hero-fact-icon::after {
  content: "";
  display: block;
}

.hero-fact-icon-data::before {
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50% / 24%;
  box-shadow:
    0 -6px 0 -3px currentColor,
    0 6px 0 -3px currentColor;
}

.hero-fact-icon-value::before {
  width: 17px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 45% 45%;
}

.hero-fact-icon-value::after {
  position: absolute;
  width: 8px;
  height: 2px;
  margin-top: 25px;
  border-radius: 999px;
  background: currentColor;
}

.hero-fact-icon-agent::before {
  width: 20px;
  height: 20px;
  background:
    radial-gradient(circle at 50% 0, currentColor 0 3px, transparent 4px),
    radial-gradient(circle at 0 100%, currentColor 0 3px, transparent 4px),
    radial-gradient(circle at 100% 100%, currentColor 0 3px, transparent 4px),
    linear-gradient(155deg, transparent 45%, currentColor 46% 54%, transparent 55%),
    linear-gradient(25deg, transparent 45%, currentColor 46% 54%, transparent 55%);
}

.hero-visual {
  align-self: center;
  min-width: 0;
}

.hero-map-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 18px;
  background: rgba(251, 250, 246, 0.86);
  overflow: hidden;
  padding: clamp(24px, 2.2vw, 34px);
  box-shadow: 0 26px 70px rgba(61, 48, 34, 0.12);
}

.hero-map-note {
  color: #5d6670;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
}

.hero-map-media {
  position: relative;
  height: clamp(280px, 27vw, 430px);
  border-radius: 10px;
  overflow: hidden;
  background: #d7eef8;
}

.hero-location-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  background: #d7eef8;
  pointer-events: none;
}

.hero-location-map.leaflet-container {
  cursor: default;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  isolation: isolate;
}

.hero-location-map .leaflet-pane,
.hero-location-map .leaflet-tile,
.hero-location-map .leaflet-marker-icon,
.hero-location-map .leaflet-marker-shadow,
.hero-location-map .leaflet-tile-container,
.hero-location-map .leaflet-pane > svg,
.hero-location-map .leaflet-pane > canvas,
.hero-location-map .leaflet-zoom-box,
.hero-location-map .leaflet-image-layer,
.hero-location-map .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.hero-location-map .leaflet-tile,
.hero-location-map .leaflet-marker-icon,
.hero-location-map .leaflet-marker-shadow {
  user-select: none;
}

.hero-location-map .leaflet-marker-icon {
  display: grid;
  place-items: center;
}

.hero-location-map .leaflet-tile {
  border: 0;
  filter: saturate(0.62) contrast(0.92) brightness(1.08) sepia(0.14);
  opacity: 0.72;
}

.hero-location-map .leaflet-pane {
  z-index: 400;
}

.hero-location-map .leaflet-tile-pane {
  z-index: 200;
}

.hero-location-map .leaflet-marker-pane {
  z-index: 600;
}

.hero-location-marker {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 252, 246, 0.96);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(158, 62, 45, 0.18), 0 10px 22px rgba(45, 41, 36, 0.18);
}

.hero-map-kpis {
  display: grid;
  grid-template-columns:
    minmax(88px, 0.78fr)
    minmax(130px, 1fr)
    minmax(210px, 1.42fr)
    minmax(150px, 1.05fr);
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
}

.hero-map-kpis div {
  min-height: 98px;
  border-left: 1px solid rgba(23, 23, 23, 0.15);
  padding: 18px 18px 16px;
}

.hero-map-kpis div:first-child {
  border-left: 0;
}

.hero-map-kpis dt {
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.28rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  overflow-wrap: normal;
  white-space: nowrap;
}

.hero-map-kpis dd {
  max-width: 132px;
  margin-top: 6px;
  color: #5b5149;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.1;
}

.hero-map-kpis [data-collection-metric="datasets"] {
  font-size: clamp(1.42rem, 1.72vw, 2.05rem);
}

.hero-map-note {
  justify-self: center;
  text-align: center;
}

.hero-map-note a {
  display: block;
  margin-top: 6px;
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  text-decoration: none;
}

.hero-map-note a:hover,
.hero-map-note a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.trusted-catalogs {
  width: min(100% - 104px, 1460px);
  margin: 0 auto;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
  border-bottom: 1px solid rgba(23, 23, 23, 0.12);
  padding: 22px 0;
}

.trusted-label {
  margin-bottom: 24px;
  color: #68707d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.trusted-list {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.trusted-list > span,
.trusted-list > a {
  min-height: 112px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  padding: 13px 14px;
  color: #4a4a4a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.74rem, 0.86vw, 0.92rem);
  line-height: 1.05;
}

.trusted-list > span {
  display: grid;
  align-content: start;
  grid-template-rows: 34px 1fr;
  gap: 12px;
}

.trusted-list > span > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 30px;
  filter: grayscale(1) saturate(0) contrast(1.08) opacity(0.94);
  object-fit: contain;
  object-position: left center;
}

.trusted-list > span[data-trusted-catalog] > img[src*="open-data-value-mark"] {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  filter: none;
}

.trusted-list strong {
  display: block;
  color: #182334;
  font-size: clamp(0.98rem, 1.08vw, 1.18rem);
  font-weight: 900;
}

.trusted-list > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--accent);
  font-weight: 900;
  text-align: center;
}

.trusted-list a:hover,
.trusted-list a:focus-visible {
  color: var(--accent);
  outline: none;
}

.trusted-toggle {
  display: block;
  width: fit-content;
  margin: 22px auto 0;
  border: 0;
  border-bottom: 2px solid currentColor;
  background: transparent;
  color: var(--accent);
  cursor: pointer;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  padding: 0 0 4px;
  text-transform: uppercase;
}

.trusted-toggle:hover,
.trusted-toggle:focus-visible {
  color: #182334;
}

.trusted-toggle:focus-visible {
  outline: 3px solid rgba(170, 62, 45, 0.22);
  outline-offset: 6px;
}

.trusted-toggle[hidden] {
  display: none;
}

.portfolio-highlights {
  border-top: 0;
}

.portfolio-highlights-heading {
  max-width: 1300px;
  margin-bottom: 36px;
}

.portfolio-highlights-heading h2 {
  max-width: 1280px;
}

.portfolio-highlights-heading p:last-child {
  max-width: 760px;
  color: #3e454d;
  font-size: clamp(1.08rem, 1.36vw, 1.34rem);
}

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

.portfolio-highlight-card {
  display: grid;
  grid-template-rows: 230px minmax(0, 1fr);
  min-height: 560px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.43);
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(61, 48, 34, 0.06);
}

.portfolio-highlight-media {
  position: relative;
  overflow: hidden;
  background: #dbeaf0;
}

.portfolio-highlight-media img {
  display: block;
  width: 100%;
  height: 100%;
  filter: saturate(0.88) contrast(0.97);
  object-fit: cover;
}

.portfolio-highlight-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px 26px 26px;
}

.portfolio-highlight-label {
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.portfolio-highlight-card h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.85rem, 2.35vw, 2.75rem);
  line-height: 0.98;
}

.portfolio-highlight-value {
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.86;
}

.portfolio-highlight-unit {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: #1f1f1f;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  line-height: 1.08;
}

.portfolio-highlight-note {
  margin-top: 4px;
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.28;
}

.section {
  padding: 72px 0;
  border-top: 1px solid rgba(23, 23, 23, 0.12);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: end;
  gap: 52px;
}

.catalog-section-heading {
  width: 100%;
}

.catalog-section-heading h2 {
  max-width: 100%;
}

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

.catalog-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.catalog-see-all {
  min-width: 180px;
  min-height: 52px;
  border-color: rgba(158, 62, 45, 0.28);
  background: rgba(251, 250, 246, 0.72);
  color: var(--accent-dark);
}

.catalog-see-all:hover,
.catalog-see-all:focus-visible {
  border-color: transparent;
  background: var(--accent);
  color: #ffffff;
}

.catalog-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.42fr) minmax(0, 0.58fr);
  min-height: 440px;
  border: 1px solid rgba(23, 23, 23, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.48);
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(61, 48, 34, 0.05);
}

.catalog-map {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 45%, rgba(42, 118, 151, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(228, 244, 249, 0.92), rgba(214, 235, 242, 0.74));
}

.catalog-photo {
  background: #dbeaf0;
}

.catalog-photo-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  filter: saturate(0.9) contrast(0.96);
  object-fit: cover;
}

.catalog-map::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.68) 62%, rgba(255, 255, 255, 0.22)),
    repeating-linear-gradient(90deg, transparent 0 38px, rgba(30, 94, 121, 0.05) 38px 39px);
  opacity: 0.78;
}

.catalog-photo::before {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 20, 32, 0.55), rgba(6, 20, 32, 0.04) 42%, rgba(6, 20, 32, 0.64)),
    linear-gradient(90deg, rgba(6, 20, 32, 0.52), rgba(6, 20, 32, 0.08) 58%, rgba(6, 20, 32, 0.22));
  opacity: 1;
}

.catalog-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 118, 151, 0.32), rgba(42, 118, 151, 0.32)),
    linear-gradient(rgba(42, 118, 151, 0.22), rgba(42, 118, 151, 0.22)),
    linear-gradient(rgba(42, 118, 151, 0.18), rgba(42, 118, 151, 0.18)),
    linear-gradient(rgba(42, 118, 151, 0.16), rgba(42, 118, 151, 0.16)),
    linear-gradient(rgba(42, 118, 151, 0.2), rgba(42, 118, 151, 0.2)),
    linear-gradient(rgba(42, 118, 151, 0.14), rgba(42, 118, 151, 0.14));
  background-position:
    50% 50%,
    51% 50%,
    51% 50%,
    50% 50%,
    49% 50%,
    50% 50%;
  background-size:
    2px 310px,
    280px 2px,
    2px 240px,
    230px 2px,
    2px 190px,
    180px 2px;
  background-repeat: no-repeat;
  opacity: 0.58;
  transform: rotate(24deg);
}

.catalog-photo::after {
  display: none;
}

.catalog-map-ajman {
  background:
    radial-gradient(circle at 86% 24%, rgba(255, 255, 255, 0.72) 0 16%, transparent 17%),
    radial-gradient(circle at 30% 58%, rgba(42, 118, 151, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(218, 239, 247, 0.94), rgba(230, 242, 244, 0.74));
}

.catalog-map-label,
.catalog-map-foot {
  position: absolute;
  z-index: 3;
  color: #155775;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.28em;
  line-height: 1.5;
  text-transform: uppercase;
}

.catalog-photo .catalog-map-label,
.catalog-photo .catalog-map-foot {
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.38);
}

.catalog-map-label {
  top: 30px;
  left: 30px;
}

.catalog-map-label span,
.catalog-map-foot {
  display: block;
  color: rgba(21, 87, 117, 0.72);
  font-size: 0.72rem;
}

.catalog-photo .catalog-map-label span,
.catalog-photo .catalog-map-foot {
  color: rgba(255, 255, 255, 0.82);
}

.catalog-map-foot {
  left: 30px;
  bottom: 28px;
}

.catalog-orbit {
  position: absolute;
  inset: 86px 22px 54px;
  z-index: 2;
}

.orbit-core,
.orbit-node {
  position: absolute;
  display: grid;
  place-items: center;
  border-radius: 999px;
}

.orbit-core {
  left: 50%;
  top: 51%;
  width: 74px;
  height: 74px;
  background: #1f6f86;
  color: #ffffff;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 40px rgba(26, 89, 111, 0.22);
}

.orbit-core strong {
  display: block;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.55rem;
  line-height: 0.92;
}

.orbit-core small {
  display: block;
  margin-top: 4px;
  font-size: 0.64rem;
  font-weight: 800;
}

.orbit-node {
  min-width: 66px;
  min-height: 25px;
  color: #155775;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.7rem;
  font-weight: 750;
  text-align: center;
}

.orbit-node::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(31, 111, 134, 0.58);
}

.catalog-orbit-small .orbit-node {
  min-width: 80px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  padding: 6px 10px;
  box-shadow: 0 12px 28px rgba(31, 111, 134, 0.09);
}

.catalog-orbit-small .orbit-node::before {
  top: calc(100% + 16px);
}

.orbit-node-a {
  left: 11%;
  top: 16%;
}

.orbit-node-b {
  right: 7%;
  top: 18%;
}

.orbit-node-c {
  right: 2%;
  top: 45%;
}

.orbit-node-d {
  right: 9%;
  bottom: 22%;
}

.orbit-node-e {
  right: 22%;
  bottom: 4%;
}

.orbit-node-f {
  left: 29%;
  bottom: 1%;
}

.orbit-node-g {
  left: 3%;
  bottom: 20%;
}

.orbit-node-h {
  left: 1%;
  top: 44%;
}

.catalog-copy {
  display: grid;
  align-content: start;
  align-self: start;
  gap: 14px;
  padding: clamp(24px, 2.4vw, 34px);
}

.catalog-summary {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.38;
}

.catalog-status {
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.catalog-copy h3 {
  max-width: 520px;
  font-size: clamp(1.72rem, 2.4vw, 2.45rem);
  line-height: 0.98;
}

.catalog-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.catalog-metrics div {
  min-height: 76px;
  padding: 13px 10px 12px 0;
}

.catalog-metrics div:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}

.catalog-metrics div:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.catalog-metrics dt {
  color: #2d2924;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.75rem, 2.45vw, 2.35rem);
  font-weight: 950;
  letter-spacing: -0.02em;
  line-height: 1;
}

.catalog-metrics dd {
  margin-top: 4px;
  color: #2d2924;
  font-size: 0.9rem;
  line-height: 1.2;
}

.catalog-cap-note {
  margin: 0;
  padding: 12px 14px 12px 40px;
  border: 1px solid color-mix(in srgb, var(--accent) 38%, #d8dee9);
  border-left: 4px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 9%, #ffffff);
  color: #253142;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.4;
  position: relative;
}

.catalog-cap-note::before {
  content: "!";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

.catalog-cap-note a {
  color: var(--accent-dark);
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.catalog-includes {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
  padding-left: 42px;
  color: #2d2924;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
}

.catalog-includes::before {
  content: "";
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  background: var(--accent);
  -webkit-mask: var(--include-icon) center / contain no-repeat;
  mask: var(--include-icon) center / contain no-repeat;
}

.catalog-includes-graph {
  --include-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='5' cy='12' r='2' fill='black'/%3E%3Ccircle cx='17' cy='5' r='2' fill='black'/%3E%3Ccircle cx='19' cy='19' r='2' fill='black'/%3E%3Cpath d='M7 11l8-5M7 13l10 5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.catalog-includes-api {
  --include-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='12' cy='5' rx='7' ry='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M5 5v14c0 1.7 3.1 3 7 3s7-1.3 7-3V5M5 12c0 1.7 3.1 3 7 3s7-1.3 7-3' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.catalog-panel .button {
  width: 100%;
  margin-top: 2px;
  min-height: 46px;
}

.catalog-panel .catalog-cta {
  min-height: 52px;
  border-color: transparent;
  border-radius: 8px;
  background: var(--accent);
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(0.94rem, 1.05vw, 1.06rem);
  font-weight: 900;
  line-height: 1.15;
  box-shadow: 0 10px 22px rgba(45, 41, 36, 0.1);
}

.catalog-panel .catalog-cta:hover,
.catalog-panel .catalog-cta:focus-visible {
  border-color: transparent;
  background: var(--accent-dark);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(45, 41, 36, 0.14);
}

.catalog-invite-card {
  background:
    linear-gradient(135deg, rgba(158, 62, 45, 0.08), rgba(255, 255, 255, 0.68) 58%),
    rgba(255, 255, 255, 0.52);
}

.catalog-invite-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.92), rgba(158, 62, 45, 0.72)),
    url("assets/global-catalog-map.webp?v=20260919-abu-dhabi-map") center / cover;
}

.catalog-invite-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 20, 32, 0.22), rgba(6, 20, 32, 0.68)),
    radial-gradient(circle at 70% 34%, rgba(255, 255, 255, 0.28), transparent 18%);
}

.catalog-invite-copy {
  align-content: center;
}

.catalog-invite-card h3 {
  font-size: clamp(1.65rem, 2.2vw, 2.28rem);
}

.output-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.output-list li {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 240px;
  border-left: 1px solid var(--line);
  padding: 28px 22px;
}

.output-list li:first-child {
  border-left: 0;
}

.output-icon {
  font-size: 1.6rem;
  font-weight: 900;
}

.output-list h3 {
  font-size: 1.02rem;
  text-transform: none;
}

.output-list p {
  font-size: 0.98rem;
}

.audience-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) repeat(2, minmax(280px, 1fr));
  gap: 28px;
}

.audience-intro {
  display: grid;
  align-content: start;
  gap: 20px;
}

.audience-intro a {
  color: var(--accent);
  font-weight: 900;
}

.audience-card {
  display: grid;
  gap: 18px;
  border-radius: 12px;
  padding: 34px;
}

.people-card {
  background: var(--people);
}

.machine-card {
  background: var(--technical);
}

.audience-card h3 {
  max-width: 500px;
  font-size: 1.4rem;
  text-transform: none;
}

.audience-card ul {
  display: grid;
  gap: 18px;
}

.audience-card li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.audience-card span {
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
}

.machine-section {
  position: relative;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(340px, 0.58fr) minmax(680px, 1fr);
  gap: clamp(40px, 4.4vw, 66px);
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 5.5vw, 82px) max(52px, calc((100vw - 1460px) / 2));
  background:
    radial-gradient(circle at 89% 50%, rgba(40, 119, 184, 0.08), transparent 27%),
    linear-gradient(115deg, rgba(255, 252, 246, 0.98), rgba(246, 240, 231, 0.78));
}

.machine-copy {
  display: grid;
  align-content: center;
  gap: 20px;
  max-width: 590px;
}

.machine-copy h2 {
  max-width: 570px;
  color: #071527;
  font-size: clamp(2.05rem, 3.15vw, 3.35rem);
  line-height: 1.02;
  text-transform: none;
}

.machine-copy > p:not(.section-label) {
  max-width: 570px;
  color: #38506a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.25vw, 1.32rem);
  line-height: 1.38;
}

.machine-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 28px);
  margin-top: 12px;
}

.machine-benefits li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.machine-benefits strong {
  color: #102f55;
  font-size: 0.98rem;
  line-height: 1.18;
}

.machine-benefit-icon,
.machine-resource-icon,
.machine-agent-spark {
  position: relative;
  display: block;
  color: #0e539c;
}

.machine-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ddecfb;
}

.machine-benefit-icon::before,
.machine-benefit-icon::after,
.machine-resource-icon::before,
.machine-resource-icon::after,
.machine-agent-spark::before,
.machine-agent-spark::after {
  content: "";
  position: absolute;
  display: block;
}

.machine-benefit-reuse::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 18px;
  border: 3px solid currentColor;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom: 0;
}

.machine-benefit-reuse::after {
  left: 18px;
  top: 11px;
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: -10px 9px 0 -4px currentColor, 10px 9px 0 -4px currentColor;
}

.machine-benefit-innovation::before {
  left: 18px;
  top: 10px;
  width: 13px;
  height: 27px;
  background: currentColor;
  clip-path: polygon(45% 0, 100% 0, 60% 39%, 100% 39%, 32% 100%, 46% 56%, 0 56%);
}

.machine-benefit-standards::before {
  left: 14px;
  top: 10px;
  width: 21px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 45% 45%;
}

.machine-benefit-standards::after {
  left: 20px;
  top: 18px;
  width: 10px;
  height: 6px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-45deg);
}

.machine-flow {
  position: relative;
  display: grid;
  grid-template-columns: minmax(500px, 0.7fr) minmax(250px, 0.3fr);
  gap: clamp(22px, 2.6vw, 36px);
  align-items: center;
}

.machine-resource-list {
  display: grid;
  gap: 12px;
}

.machine-resource-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  column-gap: 22px;
  align-items: center;
  min-height: 108px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  padding: 16px 24px 16px 16px;
  box-shadow: 0 20px 48px rgba(61, 48, 34, 0.08);
}

.machine-resource-number,
.machine-resource-card strong,
.machine-resource-card p {
  grid-column: 2;
}

.machine-resource-number {
  align-self: end;
  color: #58708d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.machine-resource-card strong {
  margin-top: 4px;
  color: #0b2a52;
  font-size: clamp(1.08rem, 1.12vw, 1.28rem);
  line-height: 1.12;
}

.machine-resource-card p {
  margin-top: 4px;
  color: #344861;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  line-height: 1.2;
}

.machine-resource-icon {
  grid-row: 1 / span 3;
  grid-column: 1;
  width: 76px;
  height: 76px;
  border-radius: 16px;
  background: #eaf3ff;
  color: #1857a8;
}

.machine-resource-green .machine-resource-icon {
  background: #e3f5ef;
  color: #0b8368;
}

.machine-resource-purple .machine-resource-icon {
  background: #efeafe;
  color: #5941bf;
}

.machine-resource-orange .machine-resource-icon {
  background: #fff0df;
  color: #a7591e;
}

.machine-resource-sky .machine-resource-icon {
  background: #eaf3ff;
  color: #075dac;
}

.machine-resource-icon-catalog::before {
  left: 27px;
  top: 23px;
  width: 31px;
  height: 41px;
  border: 4px solid currentColor;
  border-radius: 6px;
}

.machine-resource-icon-catalog::after {
  left: 36px;
  top: 34px;
  width: 16px;
  height: 18px;
  border-top: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  box-shadow: 0 10px 0 -6px currentColor;
}

.machine-resource-icon-datasets::before {
  left: 24px;
  top: 22px;
  width: 38px;
  height: 15px;
  border: 4px solid currentColor;
  border-radius: 50%;
}

.machine-resource-icon-datasets::after {
  left: 24px;
  top: 30px;
  width: 38px;
  height: 28px;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  border-left: 4px solid currentColor;
  border-radius: 0 0 50% 50%;
  box-shadow: 0 -10px 0 -6px currentColor, 0 -20px 0 -6px currentColor;
}

.machine-resource-icon-products::before {
  left: 29px;
  top: 22px;
  width: 27px;
  height: 27px;
  border: 4px solid currentColor;
  transform: rotate(30deg) skewY(18deg);
}

.machine-resource-icon-products::after {
  left: 42px;
  top: 37px;
  width: 4px;
  height: 24px;
  background: currentColor;
}

.machine-resource-icon-graph::before {
  left: 21px;
  top: 52px;
  width: 13px;
  height: 13px;
  border: 4px solid currentColor;
  border-radius: 50%;
  box-shadow: 23px -31px 0 -4px #fff0df, 23px -31px 0 0 currentColor, 44px 0 0 -4px #fff0df, 44px 0 0 0 currentColor;
}

.machine-resource-icon-graph::after {
  left: 30px;
  top: 34px;
  width: 37px;
  height: 27px;
  border-top: 4px solid currentColor;
  border-right: 4px solid currentColor;
  transform: skewY(-34deg);
}

.machine-resource-icon-agent::before {
  left: 24px;
  top: 29px;
  width: 40px;
  height: 31px;
  border: 4px solid currentColor;
  border-radius: 9px;
}

.machine-resource-icon-agent::after {
  left: 34px;
  top: 41px;
  width: 19px;
  height: 5px;
  background:
    radial-gradient(circle at 2px 2px, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 17px 2px, currentColor 0 2px, transparent 3px);
  box-shadow: 9px -18px 0 -1px currentColor;
}

.machine-agent-card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  align-content: center;
  min-height: 268px;
  border: 1px solid rgba(40, 119, 184, 0.28);
  border-radius: 12px;
  background: rgba(244, 250, 255, 0.74);
  padding: 30px;
  color: #0b2a52;
  box-shadow: 0 20px 52px rgba(61, 48, 34, 0.07);
}

.machine-agent-spark {
  width: 42px;
  height: 42px;
  color: #2a78d4;
}

.machine-agent-spark::before {
  left: 16px;
  top: 3px;
  width: 10px;
  height: 36px;
  background: currentColor;
  clip-path: polygon(50% 0, 68% 34%, 100% 50%, 68% 66%, 50% 100%, 32% 66%, 0 50%, 32% 34%);
}

.machine-agent-spark::after {
  right: 4px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: -32px 26px 0 -2px currentColor;
}

.machine-agent-card p {
  color: #164f87;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.28em;
  line-height: 1.2;
  text-transform: uppercase;
}

.machine-agent-card strong {
  color: #0a2a52;
  font-size: clamp(1.8rem, 2vw, 2.25rem);
  line-height: 1;
}

.machine-agent-card span:not(.machine-agent-spark) {
  color: #52647a;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.assistant-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.74fr) minmax(520px, 0.96fr);
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding: clamp(74px, 8vw, 116px) max(52px, calc((100vw - 1460px) / 2));
  background:
    radial-gradient(circle at 92% 12%, rgba(124, 160, 185, 0.28), transparent 30%),
    linear-gradient(115deg, rgba(255, 252, 246, 0.98) 0%, rgba(250, 246, 239, 0.96) 48%, rgba(226, 238, 245, 0.7) 100%);
}

.assistant-section::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(48vw, 760px);
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.86), rgba(255, 252, 246, 0.12)),
    url("./assets/global-catalog-map.webp?v=20260919-abu-dhabi-map") center / cover no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.assistant-section > * {
  position: relative;
  z-index: 1;
}

.assistant-copy {
  display: grid;
  gap: 22px;
  max-width: 620px;
}

.assistant-copy h2 {
  color: #122036;
  font-size: clamp(2.05rem, 3.15vw, 3.35rem);
  line-height: 1.02;
}

.assistant-copy > p:not(.section-label) {
  max-width: 600px;
  color: #68707d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.2rem, 1.55vw, 1.62rem);
  line-height: 1.28;
}

.assistant-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(18px, 3vw, 42px);
}

.assistant-feature-list li {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.assistant-feature-list li > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(158, 62, 45, 0.1);
  color: var(--accent);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
}

.assistant-feature-list li:nth-child(2) > span {
  background: rgba(22, 83, 178, 0.11);
  color: #1c54a6;
}

.assistant-feature-list li:nth-child(3) > span {
  background: rgba(20, 130, 97, 0.12);
  color: #13765b;
}

.assistant-feature-list li:nth-child(4) > span {
  background: rgba(91, 71, 178, 0.12);
  color: #5b47b2;
}

.assistant-feature-list strong {
  color: #142034;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 900;
  line-height: 1.18;
}

.assistant-feature-list small {
  color: #66707f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  line-height: 1.32;
}

.assistant-preview {
  min-width: 0;
}

.assistant-preview-card {
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(35, 41, 52, 0.12);
  padding: clamp(24px, 2.8vw, 38px);
  backdrop-filter: blur(12px);
}

.assistant-preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.assistant-preview-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.assistant-preview-brand img {
  width: 176px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}

.assistant-preview-brand span,
.assistant-language,
.assistant-personas span,
.assistant-evidence-pills li,
.assistant-input-preview,
.assistant-language-note {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.assistant-preview-brand span {
  color: #6d7480;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.assistant-language {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-weight: 800;
}

.assistant-personas {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.assistant-personas span {
  display: grid;
  min-height: 48px;
  place-items: center;
  border-radius: 10px;
  background: rgba(245, 241, 235, 0.72);
  color: #2e3440;
  font-size: 0.92rem;
  font-weight: 800;
}

.assistant-personas .active {
  background: rgba(158, 62, 45, 0.1);
  color: var(--accent);
}

.assistant-dialog {
  display: grid;
  gap: 12px;
}

.preview-question {
  justify-self: start;
  max-width: min(100%, 620px);
  border-radius: 8px 18px 18px;
  background: rgba(245, 241, 235, 0.86);
  padding: 15px 22px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.preview-answer {
  max-width: min(100%, 620px);
  border: 1px solid var(--line);
  border-radius: 8px 18px 18px;
  background: rgba(255, 255, 255, 0.86);
  padding: 18px 22px;
}

.preview-answer p {
  color: #1e2430;
  font-size: 1.05rem;
  line-height: 1.32;
}

.assistant-evidence-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assistant-evidence-pills li {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 9px 14px;
  color: #303642;
  font-size: 0.78rem;
  font-weight: 800;
}

.assistant-composer-preview {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 42px;
  gap: 10px;
  align-items: center;
  margin-top: 28px;
}

.assistant-mic,
.assistant-send-preview {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #1f2937;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(35, 41, 52, 0.08);
}

.assistant-input-preview {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  padding: 15px 20px;
  color: #9aa0aa;
}

.assistant-language-note {
  margin: 12px 0 0 60px;
  color: #7a8290;
  font-size: 0.78rem;
}

.assistant-send-preview {
  background: rgba(237, 233, 229, 0.88);
  color: #8b94a3;
}

.discover-section {
  padding-top: 80px;
}

.discover-heading {
  gap: 14px;
  margin-bottom: 32px;
}

.discover-heading h2 {
  max-width: 1100px;
}

.discover-heading p:last-child {
  max-width: 1040px;
  color: #606872;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.42vw, 1.34rem);
  line-height: 1.35;
}

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

.question-card {
  display: grid;
  grid-template-columns: 58px 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  min-height: 112px;
  border: 1px solid rgba(23, 23, 23, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.38);
  padding: 24px 30px;
  box-shadow: 0 16px 42px rgba(61, 48, 34, 0.05);
}

.question-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(231, 225, 216, 0.58);
  color: #6b6b6b;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.question-card h3 {
  color: #151515;
  font-size: clamp(1.05rem, 1.28vw, 1.34rem);
  line-height: 1.18;
  text-transform: none;
}

.question-icon {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  color: var(--accent);
}

.question-icon::before,
.question-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.question-icon-search::before {
  left: 8px;
  top: 6px;
  width: 27px;
  height: 27px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.question-icon-search::after {
  left: 33px;
  top: 33px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.question-icon-document::before {
  left: 13px;
  top: 5px;
  width: 28px;
  height: 38px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.question-icon-document::after {
  left: 25px;
  top: 18px;
  width: 14px;
  height: 16px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  box-shadow: 0 8px 0 -5px currentColor;
}

.question-icon-people::before {
  left: 5px;
  top: 11px;
  width: 42px;
  height: 28px;
  background:
    radial-gradient(circle at 50% 7px, transparent 0 6px, currentColor 7px 9px, transparent 10px),
    radial-gradient(circle at 16px 10px, transparent 0 5px, currentColor 6px 8px, transparent 9px),
    radial-gradient(circle at 36px 10px, transparent 0 5px, currentColor 6px 8px, transparent 9px);
}

.question-icon-people::after {
  left: 6px;
  bottom: 8px;
  width: 40px;
  height: 18px;
  border: 3px solid currentColor;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 0;
}

.question-icon-location::before {
  left: 17px;
  top: 3px;
  width: 22px;
  height: 30px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.question-icon-location::after {
  left: 7px;
  bottom: 6px;
  width: 38px;
  height: 12px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 50%;
}

.question-icon-download::before {
  left: 24px;
  top: 4px;
  width: 3px;
  height: 27px;
  border-radius: 999px;
  background: currentColor;
  box-shadow:
    -8px 17px 0 -1px currentColor,
    8px 17px 0 -1px currentColor;
}

.question-icon-download::after {
  left: 8px;
  bottom: 9px;
  width: 36px;
  height: 14px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 6px 6px;
}

.question-icon-chat::before {
  left: 6px;
  top: 7px;
  width: 39px;
  height: 31px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.question-icon-chat::after {
  left: 12px;
  top: 22px;
  width: 27px;
  height: 4px;
  background:
    radial-gradient(circle at 3px 2px, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 13px 2px, currentColor 0 2px, transparent 3px),
    radial-gradient(circle at 23px 2px, currentColor 0 2px, transparent 3px);
  box-shadow: -7px 17px 0 -1px currentColor;
}

.future-section {
  display: grid;
  gap: 46px;
  padding-top: 78px;
}

.future-hero {
  display: grid;
  grid-template-columns: minmax(520px, 0.56fr) minmax(420px, 0.44fr);
  align-items: center;
  gap: clamp(54px, 5.8vw, 86px);
  min-width: 0;
}

.future-map-card {
  position: relative;
  min-height: clamp(430px, 33vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(55, 111, 153, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(247, 253, 255, 0.5), rgba(231, 241, 247, 0.32)),
    #e7f1f7;
  box-shadow: 0 28px 68px rgba(61, 48, 34, 0.1);
}

.future-map-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(430px, 33vw, 520px);
  opacity: 0.92;
  object-fit: cover;
}

.future-map-card figcaption,
.future-map-note {
  position: absolute;
  z-index: 1;
  color: #38688e;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.28em;
  line-height: 1.58;
  text-transform: uppercase;
}

.future-map-card figcaption {
  left: 30px;
  bottom: 30px;
  display: grid;
  gap: 4px;
  max-width: 190px;
  border-radius: 12px;
  background: rgba(220, 238, 248, 0.78);
  padding: 20px 22px;
}

.future-map-card figcaption strong {
  color: #315d7d;
  font-size: 0.74rem;
}

.future-map-note {
  right: 36px;
  bottom: 28px;
  margin: 0;
  padding-top: 16px;
}

.future-map-note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: rgba(56, 104, 142, 0.36);
}

.future-copy {
  display: grid;
  gap: 24px;
  align-content: center;
  min-width: 0;
}

.future-copy h2 {
  max-width: 690px;
  font-size: clamp(3rem, 4.4vw, 4.45rem);
  line-height: 0.98;
  white-space: normal;
}

.future-copy p:not(.section-label) {
  max-width: 620px;
  font-size: clamp(1.08rem, 1.22vw, 1.22rem);
  line-height: 1.46;
}

.future-possibilities {
  display: grid;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding-top: 34px;
}

.future-question-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.future-question-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 20px;
  min-height: 116px;
  border: 1px solid rgba(23, 23, 23, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
  padding: 24px 30px;
}

.future-question-card::after {
  content: "->";
  justify-self: end;
  color: #8a949d;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.future-question-card span {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  background: #dff0fa;
  color: #376f99;
}

.future-question-card span::before,
.future-question-card span::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
}

.future-question-card h3 {
  max-width: 470px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.22rem, 1.65vw, 1.55rem);
  font-weight: 700;
  line-height: 1.18;
  text-transform: none;
}

.future-question-globe span::before {
  width: 28px;
  height: 28px;
  border-radius: 999px;
}

.future-question-globe span::after {
  width: 12px;
  height: 28px;
  border-top: 0;
  border-bottom: 0;
}

.future-question-database span::before {
  width: 28px;
  height: 13px;
  border-radius: 50%;
  top: 15px;
}

.future-question-database span::after {
  width: 28px;
  height: 22px;
  top: 22px;
  border-top: 0;
  border-radius: 0 0 50% 50%;
}

.future-question-document span::before {
  width: 24px;
  height: 30px;
  border-radius: 3px;
}

.future-question-document span::after {
  width: 14px;
  height: 8px;
  border-right: 0;
  border-left: 0;
}

.future-question-agent span::before {
  width: 7px;
  height: 32px;
  border: 0;
  background: currentColor;
  transform: rotate(34deg);
}

.future-question-agent span::after {
  width: 32px;
  height: 7px;
  border: 0;
  background: currentColor;
  transform: rotate(34deg);
}

.future-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0;
  list-style: none;
}

.future-steps li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border-left: 1px solid var(--line);
  padding: 26px 32px;
}

.future-steps li:first-child {
  border-left: 0;
}

.future-steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #dff0fa;
  color: #376f99;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 850;
}

.future-steps small {
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.future-steps strong {
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.06rem;
  font-weight: 900;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(520px, 0.92fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: start;
}

.faq-copy {
  display: grid;
  gap: 18px;
  align-content: start;
  min-width: 0;
}

.faq-copy p:not(.section-label) {
  max-width: 520px;
}

.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.faq-list details {
  border: 1px solid rgba(23, 23, 23, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 14px 34px rgba(61, 48, 34, 0.04);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: rgba(158, 62, 45, 0.18);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(61, 48, 34, 0.07);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  cursor: pointer;
  padding: 22px 64px 22px 26px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(158, 62, 45, 0.24);
  border-radius: 50%;
  color: var(--accent);
  font-size: 1.1rem;
  line-height: 1;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.faq-list details[open] summary::after {
  content: "-";
  background: rgba(158, 62, 45, 0.08);
  transform: rotate(180deg);
}

.faq-list p {
  border-top: 1px solid var(--line);
  max-width: 74ch;
  padding: 18px 26px 28px;
  font-size: 1rem;
  line-height: 1.65;
}

.faq-list p a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-footer {
  width: 100%;
  margin: 72px 0 0;
  background: #071123;
  color: #f7f9fd;
  padding: 44px max(44px, calc((100vw - 1460px) / 2 + 52px)) 22px;
}

.site-footer-main {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(140px, 0.72fr)) minmax(260px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.footer-brand-panel {
  display: grid;
  gap: 22px;
  max-width: 360px;
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-brand span,
.footer-column h2,
.footer-company h2 {
  color: #ffffff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.96rem;
  font-weight: 920;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: none;
}

.footer-brand strong {
  max-width: 280px;
  color: #d7dfec;
  font-size: 0.88rem;
  font-weight: 720;
  line-height: 1.45;
}

.footer-brand-panel p,
.footer-company span,
.site-footer-bottom p {
  color: #c6cfdd;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.62;
}

.footer-column,
.footer-company {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer-company {
  font-style: normal;
}

.footer-column a,
.footer-admin-link {
  border: 0;
  background: transparent;
  color: #ffffff;
  padding: 0;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 820;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.footer-admin-link:hover,
.footer-admin-link:focus-visible {
  color: #f2b6a8;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
}

.site-footer-bottom p {
  font-size: 0.82rem;
}

.admin-login-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  background: rgba(18, 18, 18, 0.5);
  padding: 24px;
}

.admin-login-card {
  display: grid;
  gap: 20px;
  width: min(100%, 440px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: 28px;
  box-shadow: 0 26px 70px rgba(23, 23, 23, 0.24);
}

.admin-login-card h2 {
  margin: 6px 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.admin-login-card header p:last-child {
  margin: 0;
  max-width: 34ch;
}

.admin-login-field {
  display: grid;
  gap: 8px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
}

.admin-login-field input {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  font: inherit;
}

.admin-login-error {
  margin: 0;
  color: #9e2818;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.admin-login-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.section-heading h2,
.audience-intro h2,
.assistant-copy h2,
.machine-copy h2,
.discover-heading h2,
.future-copy h2,
.faq-copy h2 {
  max-width: 100%;
  color: #151515;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.45vw, 2.75rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.02;
  text-transform: uppercase;
}

.section-heading h2,
.audience-intro h2,
.discover-heading h2,
.future-copy h2 {
  overflow-wrap: anywhere;
}

.section-heading h2,
.audience-intro h2,
.discover-heading h2 {
  white-space: nowrap;
}

.faq-copy h2 {
  max-width: 11.5ch;
  white-space: normal;
}

.section-heading > p:last-child,
.audience-intro > p:not(.section-label),
.assistant-copy > p:not(.section-label),
.machine-copy > p:not(.section-label),
.discover-heading > p:last-child,
.future-copy > p:not(.section-label),
.faq-copy > p:not(.section-label) {
  max-width: 840px;
  color: #595f67;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.03rem, 1.22vw, 1.24rem);
  line-height: 1.42;
}

.machine-copy h2 {
  max-width: 660px;
  color: #071527;
}

.assistant-copy h2 {
  max-width: 720px;
  color: #122036;
}

.discover-heading h2 {
  max-width: 1180px;
}

@media (max-width: 1180px) {
  .site-header,
  .site-footer,
  .trusted-catalogs,
  .dev-agent-page,
  .hero,
  .section {
    width: min(100% - 52px, 1460px);
  }

  .hero,
  .dev-agent-site-hero,
  .dev-agent-section-header,
  .dev-agent-trust-panel,
  .dev-agent-start-panel,
  .split-heading,
  .assistant-section,
  .machine-section,
  .future-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .dev-agent-site-hero {
    min-height: auto;
  }

  .dev-agent-hero-visual {
    max-width: 980px;
  }

  .dev-agent-model-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dev-agent-model-panel article:nth-of-type(n),
  .dev-agent-model-core {
    grid-column: auto;
    grid-row: auto;
  }

  .dev-agent-model-core {
    border-radius: 8px;
    aspect-ratio: auto;
    min-height: 220px;
  }

  .dev-agent-path-grid,
  .dev-agent-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dev-agent-evidence-grid,
  .dev-agent-workflow-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    padding-top: 16px;
  }

  .hero-map-card {
    max-width: 880px;
  }

  .future-hero {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .future-copy h2 {
    max-width: 760px;
  }

  .machine-section {
    padding-inline: 26px;
  }

  .machine-flow {
    grid-template-columns: 1fr;
  }

  .machine-agent-card {
    max-width: 440px;
  }

  .trusted-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .portfolio-highlight-card {
    min-height: 520px;
  }

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

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

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

  .output-list li:nth-child(4) {
    border-left: 0;
  }

  .audience-section {
    grid-template-columns: 1fr;
  }

  .site-footer {
    width: 100%;
    padding-inline: 26px;
  }

  .site-footer-main {
    grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(160px, 0.7fr));
  }

  .footer-company {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .trusted-catalogs,
  .dev-agent-page,
  .hero,
  .section {
    width: min(100% - 30px, 1460px);
  }

  .site-header {
    top: 0;
    margin-top: 0;
    min-height: 64px;
    border-radius: 0 0 14px 14px;
    padding: 0 15px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .brand {
    grid-template-columns: 36px auto;
    column-gap: 10px;
  }

  .site-header .brand {
    max-width: min(58vw, 220px);
  }

  .brand-logo {
    width: min(52vw, 198px);
    max-height: 48px;
  }

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

  .site-nav {
    position: fixed;
    inset: 64px 15px auto;
    display: none;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface);
    padding: 18px;
  }

  body.nav-open .site-nav {
    display: grid;
    gap: 10px;
  }

  .site-footer {
    width: 100%;
    margin-top: 48px;
    padding: 34px 20px 22px;
  }

  .site-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand-panel {
    max-width: none;
  }

  .site-footer-bottom {
    display: grid;
    gap: 12px;
    margin-top: 36px;
  }

  .hero {
    display: block;
    padding-top: 36px;
  }

  .dev-agent-page {
    gap: 46px;
    padding-top: 48px;
  }

  .dev-agent-site-hero {
    gap: 30px;
    padding-bottom: 40px;
  }

  .dev-agent-hero-visual {
    margin-inline: -4px;
  }

  .dev-agent-site-copy h1 {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
    line-height: 0.98;
  }

  .dev-agent-model-panel,
  .dev-agent-path-grid,
  .dev-agent-evidence-grid,
  .dev-agent-workflow-list,
  .dev-agent-trust-grid {
    grid-template-columns: 1fr;
  }

  .dev-agent-model-panel {
    padding: 18px;
  }

  .dev-agent-model-panel article,
  .dev-agent-path-card {
    min-height: 0;
  }

  .dev-agent-path-card {
    grid-template-columns: 46px minmax(0, 1fr) auto;
    padding: 18px;
  }

  .dev-agent-evidence-grid article {
    min-height: 0;
    border-right: 0;
    border-top: 1px solid rgba(23, 23, 23, 0.12);
    padding: 20px;
  }

  .dev-agent-evidence-grid article:first-child {
    border-top: 0;
  }

  .dev-agent-rules {
    grid-template-columns: 1fr;
  }

  .dev-agent-actions {
    justify-content: stretch;
  }

  .dev-agent-actions .button {
    width: 100%;
  }

  .hero-actions {
    display: grid;
  }

  .hero-facts,
  .faq-list,
  .future-steps {
    grid-template-columns: 1fr;
  }

  .future-section {
    gap: 34px;
    padding-top: 56px;
  }

  .future-map-card,
  .future-map-card img {
    min-height: 300px;
  }

  .future-question-grid {
    grid-template-columns: 1fr;
  }

  .future-question-card {
    grid-template-columns: 56px minmax(0, 1fr) 24px;
    min-height: 102px;
    padding: 20px;
  }

  .future-question-card span {
    width: 48px;
    height: 48px;
  }

  .assistant-section {
    padding-inline: 26px;
  }

  .section-heading h2,
  .audience-intro h2,
  .assistant-copy h2,
  .machine-copy h2,
  .discover-heading h2,
  .future-copy h2,
  .faq-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .section-heading h2,
  .audience-intro h2,
  .discover-heading h2,
  .future-copy h2,
  .faq-copy h2 {
    white-space: normal;
  }

  .machine-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .machine-copy > p:not(.section-label) {
    font-size: 1.12rem;
  }

  .machine-benefits {
    grid-template-columns: 1fr;
  }

  .machine-resource-card {
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 112px;
    column-gap: 16px;
    padding: 16px;
  }

  .machine-resource-icon {
    width: 64px;
    height: 64px;
  }

  .machine-resource-card strong {
    font-size: 1.08rem;
  }

  .machine-resource-card p {
    font-size: 0.94rem;
  }

  .assistant-copy h2 {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .assistant-feature-list,
  .assistant-personas,
  .assistant-composer-preview {
    grid-template-columns: 1fr;
  }

  .assistant-preview-header,
  .assistant-evidence-pills {
    align-items: flex-start;
  }

  .assistant-preview-header {
    display: grid;
  }

  .assistant-composer-preview {
    gap: 12px;
  }

  .assistant-mic,
  .assistant-send-preview {
    display: none;
  }

  .assistant-language-note {
    margin-left: 0;
  }

  .hero-facts div,
  .future-steps li,
  .output-list li,
  .output-list li:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-facts {
    margin: 36px 0;
  }

  .hero-map-card {
    border-radius: 12px;
    padding: 18px;
  }

  .hero-map-kpis {
    grid-template-columns: 1fr;
    display: grid;
  }

  .hero-map-kpis div,
  .hero-map-kpis div:first-child {
    border-left: 0;
    border-top: 1px solid var(--line);
    min-height: auto;
    padding: 14px 0;
  }

  .hero-map-kpis div:first-child {
    border-top: 0;
  }

  .trusted-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .trusted-list > span,
  .trusted-list > a {
    min-height: 104px;
    padding: 12px;
  }

  .portfolio-highlight-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-highlight-card {
    grid-template-rows: 210px minmax(0, 1fr);
    min-height: 0;
  }

  .portfolio-highlight-copy {
    padding: 22px;
  }

  .section {
    padding: 52px 0;
  }

  .catalog-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .catalog-map {
    min-height: 300px;
  }

  .catalog-copy {
    padding: 26px;
  }

  .catalog-copy h3 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .catalog-metrics div {
    min-height: 86px;
  }

  .catalog-orbit {
    inset: 76px 18px 34px;
  }

  .catalog-map-label {
    top: 24px;
    left: 24px;
  }

  .catalog-map-foot {
    left: 24px;
    bottom: 22px;
  }

  .orbit-core {
    width: 72px;
    height: 72px;
  }

  .orbit-core strong {
    font-size: 1.5rem;
  }

  .catalog-orbit-large .orbit-node-e,
  .catalog-orbit-large .orbit-node-f {
    display: none;
  }

  .output-list {
    grid-template-columns: 1fr;
  }

  .audience-card li,
  .from-to-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

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

  .question-card {
    grid-template-columns: 44px 44px minmax(0, 1fr);
    gap: 14px;
    min-height: 96px;
    padding: 18px 16px;
  }

  .question-number,
  .question-icon {
    width: 42px;
    height: 42px;
  }

  .question-card h3 {
    font-size: 1rem;
  }

  .site-footer {
    display: grid;
    padding: 30px 0;
  }
}
