body.page-dach-tech {
  --color-bg: #030405;
  --color-surface: #08090b;
  --color-text: #f4f6f8;
  --color-heading: #ffffff;
  --color-muted: #8d95a1;
  --color-subtle: #bcc3cc;
  --color-accent: #67e8f9;
  --color-accent-hover: #a5f3fc;
  --color-dark: #ffffff;
  --color-dark-hover: #eef2f7;
  --color-border: rgba(255, 255, 255, 0.08);
  --color-border-strong: rgba(255, 255, 255, 0.18);
  --color-glass: rgba(8, 9, 12, 0.78);
  --color-nav-bg: rgba(5, 6, 8, 0.78);
  --color-nav-mobile-bg: rgba(5, 6, 8, 0.96);
  --color-pill-bg: rgba(255, 255, 255, 0.04);
  --color-shadow: rgba(0, 0, 0, 0.45);
  --color-shadow-sm: rgba(0, 0, 0, 0.24);
  --color-legal: #9da5b0;
  --color-cta-bg: #ffffff;
  --color-shiny: #737b86;
  --color-shiny-shine: #ffffff;
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, 0.06), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%),
    #030405;
}

body.page-dach-tech main {
  background: var(--color-bg);
}

body.page-dach-tech .nav-bar {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

body.page-dach-tech .breadcrumbs {
  color: var(--color-muted);
}

body.page-dach-tech .breadcrumbs a:hover,
body.page-dach-tech .breadcrumbs a:focus-visible {
  color: var(--color-text);
}

body.page-dach-tech .btn-dark {
  background: #ffffff;
  color: #040506;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.page-dach-tech .btn-dark:hover,
body.page-dach-tech .btn-dark:focus-visible {
  background: #eef2f7;
}

body.page-dach-tech .btn-secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: var(--color-text);
}

body.page-dach-tech .btn-secondary:hover,
body.page-dach-tech .btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
}

body.page-dach-tech .section + .section {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

body.page-dach-tech .site-footer {
  background: #050608;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.globe-hero {
  position: relative;
  min-height: calc(100svh - var(--nav-h));
  padding: 32px 0 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.09), transparent 18%),
    radial-gradient(circle at 72% 24%, rgba(103, 232, 249, 0.14), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    #030405;
}

.globe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), transparent 92%);
  opacity: 0.08;
  pointer-events: none;
}

.globe-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1460px;
  min-height: calc(100svh - var(--nav-h) - 84px);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(320px, 510px) minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.globe-copy {
  align-self: center;
  max-width: 30rem;
  padding-top: 14px;
}

.globe-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  margin-bottom: 18px;
}

.globe-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.globe-title {
  max-width: 7.8ch;
  font-size: clamp(2.35rem, 5.2vw, 4.55rem);
  line-height: 0.92;
  letter-spacing: 0;
  color: var(--color-heading);
}

.globe-title span {
  display: block;
}

.globe-lead {
  margin-top: 18px;
  max-width: 31rem;
  font-size: 1rem;
  line-height: 1.66;
  color: var(--color-subtle);
}

.globe-lead strong {
  color: var(--color-heading);
}

.globe-actions {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.globe-meta {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.globe-meta-item {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.globe-meta-item strong {
  display: block;
  font-size: 1.18rem;
  line-height: 1;
  color: var(--color-heading);
}

.globe-meta-item span {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--color-muted);
}

.globe-stage {
  position: relative;
  min-height: 760px;
  overflow: hidden;
}

.globe-stage-rail {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.globe-stage-rail span,
.globe-stage-signal span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.globe-map-shell {
  position: absolute;
  inset: -8% -18% -18% 18%;
  overflow: hidden;
  isolation: isolate;
}

.globe-map-shell::before,
.globe-map-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.globe-map-shell::before {
  background:
    radial-gradient(circle at 75% 60%, rgba(255, 255, 255, 0.12), transparent 16%),
    radial-gradient(circle at 86% 52%, rgba(103, 232, 249, 0.18), transparent 14%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 22%);
}

.globe-map-shell::after {
  background:
    radial-gradient(circle at 78% 66%, transparent 22%, rgba(0, 0, 0, 0.34) 48%, rgba(0, 0, 0, 0.92) 70%),
    linear-gradient(90deg, #030405 0%, rgba(3, 4, 5, 0.52) 48%, rgba(3, 4, 5, 0) 66%),
    linear-gradient(180deg, rgba(3, 4, 5, 0) 50%, rgba(3, 4, 5, 0.76) 100%);
}

.globe-map-shell > .globe-map {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.globe-map.maplibregl-map,
.globe-map .maplibregl-canvas-container,
.globe-map .maplibregl-canvas {
  width: 100%;
  height: 100%;
  background: transparent;
}

.globe-map .maplibregl-canvas {
  filter: grayscale(1) brightness(0.72) contrast(1.16);
  transition: filter 0.3s ease;
}

.globe-map-shell.is-dark .maplibregl-canvas {
  filter: grayscale(1) brightness(0.68) contrast(1.2);
}

.globe-map .maplibregl-ctrl-bottom-left,
.globe-map .maplibregl-ctrl-bottom-right,
.globe-map .maplibregl-ctrl-top-right {
  z-index: 3;
}

.globe-map-controls {
  position: absolute;
  right: 22px;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 8, 11, 0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-50%);
}

.globe-map-controls button {
  width: 28px;
  min-width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #f4f6f8;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.globe-map-controls button:hover,
.globe-map-controls button:focus-visible {
  border-color: rgba(103, 232, 249, 0.38);
  background: rgba(103, 232, 249, 0.14);
  transform: translateX(-1px);
}

.globe-map-hint {
  position: absolute;
  right: 62px;
  top: 50%;
  z-index: 5;
  width: min(230px, 36%);
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(7, 8, 11, 0.62);
  color: rgba(244, 246, 248, 0.72);
  font-size: 0.72rem;
  line-height: 1.35;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(-50%);
}

.globe-map .maplibregl-ctrl-attrib {
  margin: 0 0 12px 12px;
  padding: 4px 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 8, 11, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  font-size: 10px;
  color: var(--color-muted);
}

.globe-map .maplibregl-ctrl-attrib a {
  color: inherit;
}

.globe-map-fallback-copy {
  position: absolute;
  inset: auto auto 28px 20px;
  z-index: 4;
  max-width: 16rem;
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(7, 8, 11, 0.88), rgba(5, 6, 8, 0.76));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.globe-map-fallback-copy strong,
.globe-stage-panel-eyebrow {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-muted);
}

.globe-map-fallback-copy span {
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--color-text);
}

.globe-map-shell.is-ready .globe-map-fallback-copy {
  opacity: 0;
  transform: translateY(8px);
}

.map-city-chip {
  --chip-dot: #67e8f9;
  --chip-ring: rgba(103, 232, 249, 0.28);
  --chip-bg: rgba(7, 9, 12, 0.7);
  --chip-border: rgba(255, 255, 255, 0.14);
  --chip-text: #f4f6f8;
  --label-y: 0px;
  position: relative;
  display: block;
  width: 0;
  height: 0;
  text-decoration: none;
  pointer-events: auto;
}

.map-city-chip:hover .map-city-chip-label,
.map-city-chip:focus-visible .map-city-chip-label {
  border-color: rgba(103, 232, 249, 0.38);
  transform: translateY(calc(-50% - 1px));
}

.map-city-chip[data-label-side="left"] .map-city-chip-label {
  left: auto;
  right: 16px;
}

.map-city-chip[data-label-side="left"] .map-city-chip-label::before {
  left: 100%;
  right: auto;
}

.map-city-chip.is-hub {
  --chip-dot: #f4f6f8;
  --chip-ring: rgba(255, 255, 255, 0.16);
}

.map-city-chip.is-priority {
  --chip-dot: #67e8f9;
  --chip-ring: rgba(103, 232, 249, 0.34);
}

.map-city-chip.is-secondary {
  --chip-bg: rgba(255, 255, 255, 0.02);
}

.map-city-chip.is-detail .map-city-chip-label {
  opacity: 0;
  transform: translateY(-50%) translateX(-4px);
}

.map-city-chip[data-label-side="left"].is-detail .map-city-chip-label {
  transform: translateY(-50%) translateX(4px);
}

.globe-map-shell.is-detail-mode .map-city-chip.is-detail .map-city-chip-label,
.map-city-chip.is-detail:hover .map-city-chip-label,
.map-city-chip.is-detail:focus-visible .map-city-chip-label {
  opacity: 1;
  transform: translateY(-50%);
}

.map-city-chip:not(.is-hub):not(.is-priority) .map-city-chip-label {
  opacity: 0;
  transform: translateY(-50%) translateX(-4px);
}

.map-city-chip[data-label-side="left"]:not(.is-hub):not(.is-priority) .map-city-chip-label {
  transform: translateY(-50%) translateX(4px);
}

.globe-map-shell.is-detail-mode .map-city-chip:not(.is-hub):not(.is-priority) .map-city-chip-label,
.map-city-chip:not(.is-hub):not(.is-priority):hover .map-city-chip-label,
.map-city-chip:not(.is-hub):not(.is-priority):focus-visible .map-city-chip-label {
  opacity: 1;
  transform: translateY(-50%);
}

.map-city-chip.is-secondary .map-city-chip-dot-wrap::before {
  display: none;
}

.map-city-chip.is-secondary .map-city-chip-dot {
  inset: 4px;
}

.map-city-chip-dot-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  margin-top: -7px;
}

.map-city-chip-dot-wrap::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 1px solid var(--chip-ring);
  opacity: 0.8;
  animation: globePulse 2.4s ease-out infinite;
}

.map-city-chip-dot {
  position: absolute;
  inset: 3px;
  border-radius: 999px;
  background: var(--chip-dot);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16);
}

.map-city-chip-label {
  position: absolute;
  left: 16px;
  top: var(--label-y);
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid var(--chip-border);
  border-radius: 999px;
  background: var(--chip-bg);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--chip-text);
  white-space: nowrap;
  transform: translateY(-50%);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.map-city-chip-label::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  width: 13px;
  height: 1px;
  background: rgba(244, 246, 248, 0.28);
  transform: translateY(-50%);
}

.map-city-chip:hover .map-city-chip-label,
.map-city-chip:focus-visible .map-city-chip-label {
  background: rgba(7, 9, 12, 0.86);
}

@keyframes globePulse {
  0% {
    transform: scale(0.76);
    opacity: 0.78;
  }
  70% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.globe-stage-panel {
  position: absolute;
  left: 16px;
  bottom: 18px;
  z-index: 4;
  width: min(344px, 41%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(7, 8, 11, 0.9), rgba(5, 6, 8, 0.78));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.globe-stage-panel strong {
  display: block;
  margin-top: 10px;
  font-size: 1.02rem;
  line-height: 1.3;
  color: var(--color-heading);
}

.globe-stage-panel p {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.58;
  color: var(--color-subtle);
}

.globe-stage-signal {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.geo-country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.geo-country-column {
  padding-top: 16px;
  border-top: 1px solid var(--color-border);
}

.geo-country-column h3 {
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.geo-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.geo-pill,
.geo-pill-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  font-size: 0.82rem;
  letter-spacing: 0;
  color: var(--color-text);
  background: rgba(255, 255, 255, 0.03);
}

.geo-pill-link {
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.geo-pill-link:hover,
.geo-pill-link:focus-visible {
  border-color: var(--color-border-strong);
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.07);
}

.geo-proof-band {
  padding-top: 38px;
  padding-bottom: 46px;
}

.geo-proof-band .section-header {
  margin-bottom: 28px;
}

.geo-proof-band .section-sub {
  max-width: 44rem;
}

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

.geo-proof-column {
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}

.geo-proof-column h3 {
  font-size: 0.94rem;
  margin-bottom: 12px;
}

.geo-proof-list,
.geo-objection-list {
  display: grid;
  gap: 10px;
}

.geo-proof-list li,
.geo-objection-list li {
  list-style: none;
  font-size: 0.9rem;
  line-height: 1.62;
}

.geo-proof-list li {
  position: relative;
  padding-left: 16px;
  color: var(--color-subtle);
}

.geo-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px rgba(103, 232, 249, 0.12);
}

.geo-objection-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--color-heading);
}

.geo-objection-list span {
  display: block;
  color: var(--color-muted);
}

.geo-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.geo-priority-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

.geo-priority-copy p,
.geo-network-copy p {
  font-size: 0.96rem;
  line-height: 1.7;
  color: var(--color-subtle);
}

.geo-priority-copy p + p,
.geo-network-copy p + p {
  margin-top: 14px;
}

.geo-city-list {
  display: grid;
  gap: 12px;
}

.geo-city-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--color-border);
}

.geo-city-row strong {
  font-size: 1.02rem;
}

.geo-city-row span {
  display: block;
  margin-top: 6px;
  font-size: 0.86rem;
  color: var(--color-muted);
}

.geo-city-row a {
  font-size: 0.82rem;
  color: var(--color-accent);
}

.geo-signal-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.geo-signal-band article {
  padding-top: 14px;
  border-top: 1px solid var(--color-border);
}

.geo-signal-band h3 {
  font-size: 0.92rem;
  margin-bottom: 8px;
}

.geo-signal-band p {
  font-size: 0.86rem;
  line-height: 1.6;
  color: var(--color-muted);
}

.geo-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-accent);
  font-weight: 500;
}

.geo-inline-link::after {
  content: "->";
  font-size: 0.9em;
}

@media (max-width: 1180px) {
  .globe-hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
  }

  .globe-copy {
    max-width: 36rem;
  }

  .globe-stage {
    min-height: 680px;
  }

  .globe-map-shell {
    inset: -12% -22% -18% 6%;
  }

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

  .geo-proof-column:last-child {
    grid-column: 1 / -1;
  }

  .geo-priority-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .globe-hero {
    min-height: auto;
    padding: 22px 0 34px;
  }

  .globe-hero-inner {
    padding: 0 18px;
  }

  .globe-title {
    font-size: clamp(2.35rem, 12vw, 4.4rem);
    max-width: 10ch;
  }

  .globe-stage {
    min-height: 560px;
  }

  .globe-map-shell {
    inset: 20px -30% 116px 2%;
  }

  .globe-stage-panel {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }

  .globe-stage-signal {
    left: 0;
    right: 0;
    bottom: 122px;
    justify-content: flex-start;
  }

  .geo-proof-grid,
  .globe-meta,
  .geo-country-grid,
  .geo-signal-band {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 560px) {
  .globe-copy {
    max-width: none;
  }

  .globe-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .globe-stage {
    min-height: 468px;
  }

  .globe-stage-rail {
    left: 0;
    top: 0;
  }

  .globe-map-shell {
    inset: 44px -44% 142px -2%;
  }

  .globe-map-fallback-copy {
    inset: auto 14px 162px 14px;
    max-width: none;
  }

  .globe-map-controls {
    right: 10px;
    top: 50%;
  }

  .globe-map-hint {
    display: none;
    right: 48px;
    top: 50%;
    width: min(230px, calc(100% - 28px));
  }

  .globe-stage-panel {
    padding: 16px;
  }

  .globe-stage-signal {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    bottom: 142px;
  }

  .globe-stage-signal span {
    justify-content: center;
    padding: 0 8px;
  }

  .map-city-chip.is-secondary {
    display: none;
  }

  .globe-map-shell.is-detail-mode .map-city-chip.is-secondary {
    display: block;
  }

  .geo-city-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-pill-link,
  .map-city-chip-label,
  .map-city-chip-dot-wrap::before {
    transition: none !important;
    animation: none !important;
  }
}
