:root {
  --bg: #030906;
  --panel: #0a1a12;
  --panel2: #0e2418;
  --line: rgba(164, 196, 174, 0.22);
  --green: #0067b4;
  --green2: #00aeef;
  --text: #f3f7f4;
  --muted: #9cac9f;
  --amber: #f2b84b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  color-scheme: dark;
  background: var(--bg);
}
body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 70% 0, rgba(0, 103, 180, 0.18), transparent 32%),
    linear-gradient(145deg, #030805, #07150d 55%, #020503);
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
.shell {
  width: min(1480px, calc(100% - 36px));
  margin: auto;
}
.eyebrow {
  margin: 0 0 9px;
  color: var(--green2);
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.17em;
}
.muted {
  color: var(--muted);
  line-height: 1.65;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 0;
}
.brand img {
  display: block;
  width: 142px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
}
.brand-copy {
  display: grid;
  gap: 2px;
}
.brand-copy strong {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
}
.brand-copy small {
  color: var(--muted);
  font-size: 0.72rem;
}
.topbar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 max(18px, 3vw);
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 9, 6, 0.88);
  backdrop-filter: blur(18px);
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chip,
.ghost-btn,
.primary-btn,
.secondary-btn {
  border-radius: 11px;
  font-weight: 850;
  transition: 0.18s ease;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border: 1px solid var(--line);
  color: #d0ddd4;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.75rem;
}
.chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green2);
  box-shadow: 0 0 12px var(--green2);
}
.primary-btn,
.secondary-btn,
.ghost-btn {
  min-height: 50px;
  padding: 0 18px;
}
.primary-btn {
  border: 1px solid #56e366;
  color: white;
  background: linear-gradient(#008dcf, #0067b4);
  box-shadow: 0 12px 30px rgba(0, 103, 180, 0.28);
}
.primary-btn:hover,
.secondary-btn:hover,
.ghost-btn:hover {
  transform: translateY(-1px);
}
.secondary-btn {
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}
.ghost-btn {
  border: 1px solid transparent;
  color: #c8d6cc;
  background: transparent;
}
.link-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.login-page {
  overflow-x: hidden;
}
.login-page:before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 4, 0.98),
      rgba(2, 7, 4, 0.79) 45%,
      rgba(2, 7, 4, 0.46)
    ),
    url("water-well-field.jpg") center/cover;
  opacity: 0.95;
  pointer-events: none;
}
.login-main {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 145px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.7fr);
  align-items: center;
  gap: clamp(40px, 7vw, 120px);
  padding: 64px 0;
}
.login-copy h1 {
  margin: 0;
  max-width: 830px;
  font-size: clamp(3.5rem, 7.3vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.066em;
  text-transform: uppercase;
  text-shadow: 0 12px 38px #000;
}
.login-copy h1 span {
  color: var(--green2);
}
.login-copy .lead {
  max-width: 690px;
  color: #c8d2cb;
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  line-height: 1.72;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 27px 0;
}
.trust-row span {
  padding: 9px 13px;
  border: 1px solid rgba(88, 223, 90, 0.4);
  border-radius: 999px;
  background: rgba(23, 144, 69, 0.12);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}
.hardware-card {
  max-width: 700px;
  display: grid;
  grid-template-columns: 135px 1fr;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.07),
    rgba(20, 134, 64, 0.08)
  );
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hardware-card img {
  width: 135px;
  height: 105px;
  object-fit: cover;
  border-radius: 12px;
}
.hardware-card div {
  display: grid;
  gap: 5px;
}
.hardware-card small {
  color: var(--muted);
  line-height: 1.5;
}
.login-card {
  position: relative;
  overflow: hidden;
  padding: 38px;
  border: 1px solid rgba(192, 221, 201, 0.24);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(14, 38, 24, 0.97),
    rgba(4, 13, 8, 0.98)
  );
  box-shadow:
    0 38px 110px rgba(0, 0, 0, 0.68),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.login-card:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -130px;
  top: -160px;
  background: radial-gradient(circle, rgba(80, 222, 86, 0.22), transparent 66%);
}
.login-logo-wrap {
  display: block;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}
.login-logo-wrap img {
  display: block;
  width: min(310px, 100%);
  height: auto;
  object-fit: contain;
}
.login-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  letter-spacing: -0.04em;
}
.login-card form {
  display: grid;
  gap: 10px;
  margin-top: 27px;
  position: relative;
  z-index: 1;
}
.login-card label {
  font-size: 0.82rem;
  font-weight: 850;
}
.input-wrap {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.27);
}
.input-wrap:focus-within {
  border-color: var(--green2);
  box-shadow: 0 0 0 4px rgba(91, 215, 85, 0.1);
}
.input-wrap b {
  color: var(--green2);
}
.input-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  color: white;
  background: transparent;
}
.login-card .primary-btn {
  width: 100%;
  margin-top: 5px;
}
.secure-note {
  margin-top: 17px;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}
.secure-note b {
  color: var(--green2);
}
.preview-link {
  display: block;
  text-align: center;
  margin-top: 18px;
  color: #c4d6ca;
  font-size: 0.8rem;
}
.login-footer {
  position: relative;
  z-index: 2;
  min-height: 63px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 23px;
  padding: 20px;
  color: #8fa096;
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
}
.portal-page {
  background: #03111f;
}
.portal-header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.portal-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-btn {
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #b7c7bd;
  background: transparent;
  font-size: 0.76rem;
  font-weight: 850;
}
.nav-btn:hover,
.nav-btn.is-active {
  color: white;
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
}
.portal-layout {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr) 390px;
  border-bottom: 1px solid var(--line);
}
.site-sidebar,
.details-panel {
  background: linear-gradient(
    180deg,
    rgba(13, 31, 21, 0.98),
    rgba(4, 12, 8, 0.99)
  );
}
.site-sidebar {
  padding: 27px 18px;
  border-right: 1px solid var(--line);
  overflow: auto;
}
.sidebar-heading {
  padding: 0 9px 18px;
}
.sidebar-heading h1 {
  margin: 0;
  font-size: 1.9rem;
  letter-spacing: -0.04em;
}
.sidebar-heading p:last-of-type {
  color: var(--muted);
  font-size: 0.82rem;
}
.demo-pill {
  display: inline-flex;
  margin-top: 6px;
  padding: 5px 8px;
  border-radius: 999px;
  color: #d9e9dd;
  border: 1px solid rgba(242, 184, 75, 0.35);
  background: rgba(242, 184, 75, 0.08);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.site-search {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 8px 18px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.24);
}
.site-search span {
  color: var(--green2);
  font-size: 1.2rem;
}
.site-search input {
  width: 100%;
  border: 0;
  outline: 0;
  color: white;
  background: transparent;
}
.site-list {
  display: grid;
  gap: 8px;
}
.site-list-item {
  width: 100%;
  display: grid;
  grid-template-columns: 39px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 13px 11px;
  text-align: left;
  color: white;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
}
.site-list-item:hover,
.site-list-item.is-active {
  border-color: rgba(91, 215, 85, 0.45);
  background: linear-gradient(
    90deg,
    rgba(18, 137, 67, 0.18),
    rgba(18, 137, 67, 0.03)
  );
}
.site-list-item span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.site-list-item strong,
.site-list-item small {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.site-list-item strong {
  font-size: 0.88rem;
}
.site-list-item small {
  color: var(--muted);
  font-size: 0.7rem;
}
.site-list-icon {
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.3);
}
.site-list-icon i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green2);
  box-shadow: 0 0 11px var(--green2);
}
.site-list-icon i.warning {
  background: var(--amber);
  box-shadow: 0 0 11px var(--amber);
}
.empty-state {
  padding: 15px;
}
.doc-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 11px;
  align-items: center;
  margin: 26px 8px 0;
  padding: 10px;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.doc-card:hover {
  border-color: rgba(91, 215, 85, 0.45);
}
.doc-card img {
  width: 68px;
  height: 88px;
  object-fit: cover;
  object-position: top;
  border-radius: 7px;
}
.doc-card span {
  display: grid;
  gap: 4px;
}
.doc-card small {
  color: var(--muted);
  line-height: 1.35;
}
.map-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #102018;
}
.map-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(3, 13, 8, 0.14), rgba(3, 13, 8, 0.14)),
    url("texas-satellite-fallback.jpg") center/cover;
  transition:
    filter 0.25s ease,
    transform 0.35s ease;
}
.map-backdrop.street-mode {
  filter: grayscale(0.78) brightness(1.32) contrast(0.82) sepia(0.15);
}
#map {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: transparent;
}
.fallback-markers {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.fallback-markers.leaflet-active {
  display: none;
}
.fallback-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 2px solid white;
  border-radius: 50%;
  background: rgba(8, 99, 48, 0.9);
  box-shadow:
    0 0 0 7px rgba(73, 231, 108, 0.17),
    0 6px 16px rgba(0, 0, 0, 0.5);
}
.fallback-marker.warning {
  background: rgba(155, 103, 14, 0.94);
  box-shadow:
    0 0 0 7px rgba(242, 184, 75, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.5);
}
.fallback-marker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6df078;
  box-shadow: 0 0 10px #6df078;
}
.fallback-marker span {
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 160px;
  padding: 5px 8px;
  border-radius: 7px;
  color: white;
  background: rgba(3, 12, 7, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: 0.16s;
}
.fallback-marker:hover span,
.fallback-marker.is-selected span {
  opacity: 1;
}
.map-toolbar {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(4, 13, 8, 0.92);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(13px);
}
.map-toolbar button {
  min-height: 36px;
  padding: 0 11px;
  border: 0;
  border-radius: 8px;
  color: #c4d2c8;
  background: transparent;
  font-size: 0.72rem;
  font-weight: 850;
}
.map-toolbar button:hover,
.map-toolbar button.is-active {
  color: white;
  background: var(--green);
}
.map-status {
  position: absolute;
  z-index: 600;
  left: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d5e2d9;
  background: rgba(3, 12, 7, 0.88);
  font-size: 0.7rem;
}
.map-status span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green2);
  box-shadow: 0 0 10px var(--green2);
}
.map-status span.warning-dot {
  background: var(--amber);
  box-shadow: 0 0 10px var(--amber);
}
.leaflet-container {
  background: transparent !important;
}
.leaflet-tile-pane {
  filter: saturate(0.92) contrast(1.05);
}
.leaflet-control-attribution {
  background: rgba(4, 12, 8, 0.76) !important;
  color: #c0ccc4 !important;
}
.leaflet-control-attribution a {
  color: #8fe67f !important;
}
.leaflet-control-zoom a {
  color: white !important;
  background: #0b1a14 !important;
  border-color: var(--line) !important;
}
.zone-marker-wrap {
  background: none !important;
  border: 0 !important;
}
.zone-marker {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: rgba(8, 99, 48, 0.88);
  box-shadow:
    0 0 0 7px rgba(73, 231, 108, 0.17),
    0 6px 16px rgba(0, 0, 0, 0.5);
}
.zone-marker.warning {
  background: rgba(155, 103, 14, 0.9);
  box-shadow:
    0 0 0 7px rgba(242, 184, 75, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.5);
}
.zone-marker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #6df078;
  box-shadow: 0 0 10px #6df078;
}
.zone-marker.warning i {
  background: #ffd063;
  box-shadow: 0 0 10px #ffd063;
}
.details-panel {
  border-left: 1px solid var(--line);
  overflow: auto;
}
.site-photo-wrap {
  position: relative;
  height: 245px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.site-photo-wrap:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 13, 9, 0.9), transparent 58%);
}
.site-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.status-badge {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 17px;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.status-badge.online {
  color: #c9ffd1;
  border: 1px solid rgba(99, 236, 117, 0.55);
  background: rgba(6, 92, 41, 0.77);
}
.status-badge.warning {
  color: #fff0c2;
  border: 1px solid rgba(242, 184, 75, 0.58);
  background: rgba(120, 78, 8, 0.78);
}
.details-content {
  padding: 27px;
}
.details-content h2 {
  margin: 0;
  font-size: 2.1rem;
  letter-spacing: -0.05em;
}
.location {
  color: var(--muted);
  margin: 6px 0 21px;
}
.metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 13px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.18);
}
.metrics-grid div {
  padding: 14px;
  display: grid;
  gap: 4px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.metrics-grid div:nth-child(2n) {
  border-right: 0;
}
.metrics-grid div:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.metrics-grid small {
  color: var(--muted);
  font-size: 0.64rem;
  letter-spacing: 0.1em;
}
.metrics-grid strong {
  font-size: 1rem;
}
.details-actions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 10px;
  margin-top: 18px;
}
.controller-note {
  display: flex;
  gap: 10px;
  margin-top: 17px;
  padding: 13px;
  border-left: 3px solid var(--green);
  background: rgba(11, 143, 66, 0.08);
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.5;
}
.controller-note p {
  margin: 0;
}
.controller-note strong {
  color: #dce7df;
}
.hardware-section,
.documents-section {
  padding: 74px max(18px, 5vw);
  background:
    radial-gradient(
      circle at 50% 15%,
      rgba(15, 130, 62, 0.12),
      transparent 35%
    ),
    #071a2c;
}
.section-heading {
  max-width: 830px;
  margin-bottom: 32px;
}
.section-heading h2 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.05em;
}
.section-heading p:last-child {
  color: var(--muted);
  line-height: 1.7;
}
.hardware-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 15px;
}
.hardware-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #0a1812;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.32);
}
.hardware-gallery figure:first-child {
  grid-row: span 2;
}
.hardware-gallery img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}
.hardware-gallery figcaption {
  padding: 12px;
  text-align: center;
  color: #cbd7d0;
  font-size: 0.78rem;
  font-weight: 800;
}
.documents-section {
  background: #03111f;
  border-top: 1px solid var(--line);
}
.documents-grid {
  display: grid;
  grid-template-columns: minmax(260px, 420px) 1fr;
  gap: 26px;
  align-items: center;
}
.document-preview {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: var(--shadow);
}
.document-preview img {
  width: 100%;
  display: block;
}
.document-copy h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.document-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.portal-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 25px;
  color: #89988f;
  background: #020503;
  font-size: 0.78rem;
}
.portal-footer a {
  text-decoration: none;
}
.info-dialog {
  position: relative;
  width: min(570px, calc(100% - 28px));
  color: white;
  border: 1px solid rgba(88, 223, 90, 0.48);
  border-radius: 18px;
  padding: 28px;
  background: linear-gradient(145deg, #0e2119, #071a2c);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.8);
}
.info-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}
.info-dialog h2 {
  margin: 0 0 18px;
  font-size: 2rem;
}
.info-dialog dl {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--line);
}
.info-dialog dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 14px;
  padding: 13px;
  background: #0b1a14;
}
.info-dialog dt {
  color: var(--muted);
  font-size: 0.76rem;
}
.info-dialog dd {
  margin: 0;
  font-weight: 800;
  font-size: 0.82rem;
}
.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.05);
  font-size: 1.4rem;
}
.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 9999;
  transform: translate(-50%, 130%);
  padding: 12px 16px;
  border: 1px solid rgba(87, 219, 89, 0.45);
  border-radius: 999px;
  color: white;
  background: rgba(6, 25, 14, 0.94);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  font-size: 0.78rem;
  transition: 0.28s ease;
}
.toast.show {
  transform: translate(-50%, 0);
}
code {
  color: #91ef7d;
}
.mobile-dock {
  display: none;
}
@media (max-width: 1200px) {
  .portal-layout {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .details-panel {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 42% 1fr;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .site-photo-wrap {
    height: auto;
    min-height: 330px;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
}
@media (max-width: 940px) {
  .login-main {
    grid-template-columns: 1fr;
  }
  .login-card {
    width: 100%;
  }
  .portal-nav {
    display: none;
  }
  .portal-layout {
    grid-template-columns: 1fr;
  }
  .site-sidebar {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .site-list {
    grid-template-columns: 1fr 1fr;
  }
  .map-stage {
    min-height: 590px;
  }
  .details-panel {
    grid-template-columns: 1fr;
  }
  .site-photo-wrap {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .hardware-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .hardware-gallery figure:first-child {
    grid-row: auto;
    grid-column: 1/-1;
  }
  .documents-grid {
    grid-template-columns: 1fr;
  }
  .document-preview {
    max-width: 480px;
  }
  .mobile-dock {
    position: fixed;
    z-index: 1000;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: rgba(3, 12, 7, 0.93);
    backdrop-filter: blur(15px);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
  }
  .mobile-dock button,
  .mobile-dock a {
    min-height: 47px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 10px;
    text-decoration: none;
    color: #b9c8be;
    background: transparent;
    font-size: 0.68rem;
    font-weight: 850;
  }
  .mobile-dock button:active,
  .mobile-dock a:active {
    background: rgba(74, 207, 78, 0.16);
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(100% - 24px, 1480px);
  }
  .topbar {
    min-height: 70px;
    padding: 0 13px;
  }
  .brand {
    gap: 7px;
  }
  .brand img {
    width: 104px;
    max-height: none;
  }
  .brand-copy strong {
    font-size: 0.7rem;
  }
  .brand-copy small,
  .chip {
    display: none;
  }
  .login-main {
    min-height: calc(100vh - 125px);
    padding: 36px 0 52px;
  }
  .login-copy h1 {
    font-size: clamp(3rem, 15vw, 5.1rem);
  }
  .hardware-card {
    grid-template-columns: 90px 1fr;
  }
  .hardware-card img {
    width: 90px;
    height: 88px;
  }
  .login-card {
    padding: 25px 20px;
  }
  .login-logo-wrap {
    margin: 0 0 16px;
  }
  .login-logo-wrap img {
    width: min(270px, 100%);
    height: auto;
  }
  .site-list {
    grid-template-columns: 1fr;
  }
  .map-stage {
    min-height: 520px;
  }
  .map-toolbar {
    top: 10px;
    width: calc(100% - 20px);
    justify-content: center;
  }
  .map-toolbar button {
    flex: 1;
    padding: 0 5px;
  }
  .details-content {
    padding: 22px 17px;
  }
  .details-actions {
    grid-template-columns: 1fr;
  }
  .hardware-section,
  .documents-section {
    padding: 56px 14px 85px;
  }
  .hardware-gallery {
    grid-template-columns: 1fr;
  }
  .hardware-gallery figure:first-child {
    grid-column: auto;
  }
  .hardware-gallery img {
    min-height: 230px;
  }
  .document-actions {
    display: grid;
  }
  .login-footer {
    gap: 10px;
  }
  .map-status {
    bottom: 72px;
  }
  .top-actions .ghost-btn {
    padding: 0 8px;
  }
}
.primary-btn.controller-ready {
  box-shadow:
    0 0 0 1px rgba(113, 242, 111, 0.35),
    0 14px 34px rgba(0, 103, 180, 0.42);
}
.hardware-gallery figure:nth-child(2) img {
  object-position: center top;
  background: #e9e9e4;
}
.hardware-gallery figure:nth-child(3) img {
  object-position: center;
}

.authentic-label-card {
  display: grid;
  grid-template-columns: minmax(220px, 420px) 1fr;
  gap: 28px;
  align-items: center;
  margin: 26px auto 0;
  max-width: 1180px;
  padding: 18px;
  border: 1px solid rgba(110, 255, 94, 0.24);
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(15, 34, 24, 0.94),
    rgba(4, 12, 9, 0.96)
  );
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}
.authentic-label-card img {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.authentic-label-card h3 {
  margin: 0.2rem 0 0.65rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}
.authentic-label-card p:last-child {
  margin: 0;
  color: var(--muted, #a8b3ad);
  line-height: 1.6;
}
@media (max-width: 760px) {
  .authentic-label-card {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .authentic-label-card img {
    max-height: 190px;
  }
}

/* REV08 homepage system-overview section */
.rev08-home {
  overflow-x: hidden;
}
.rev08-home .login-main {
  min-height: calc(100vh - 82px);
}
.architecture-section {
  position: relative;
  z-index: 2;
  padding: 90px 0 96px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0, rgba(30, 151, 73, 0.18), transparent 36%),
    linear-gradient(180deg, #06120b, #030906);
}
.architecture-section:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(92, 217, 87, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 217, 87, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.architecture-inner {
  position: relative;
}
.architecture-copy {
  max-width: 900px;
  margin-bottom: 30px;
}
.architecture-copy h2 {
  margin: 0 0 12px;
  font-size: clamp(2.3rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}
.architecture-copy p:last-child {
  max-width: 790px;
  color: #b8c7bd;
  font-size: 1.02rem;
  line-height: 1.75;
}
.architecture-card {
  overflow: hidden;
  border: 1px solid rgba(119, 229, 113, 0.32);
  border-radius: 22px;
  background: #071a2c;
  box-shadow:
    0 38px 100px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}
.architecture-card img {
  display: block;
  width: 100%;
  height: auto;
}
.architecture-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.architecture-highlights article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: start;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(
    145deg,
    rgba(15, 38, 24, 0.9),
    rgba(5, 15, 9, 0.95)
  );
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.25);
}
.architecture-highlights article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #071009;
  background: var(--green2);
  font-size: 0.73rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  box-shadow: 0 0 22px rgba(92, 217, 87, 0.25);
}
.architecture-highlights strong {
  display: block;
  margin-bottom: 5px;
  font-size: 0.92rem;
}
.architecture-highlights small {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}
.architecture-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 24px;
}
@media (max-width: 900px) {
  .architecture-section {
    padding: 70px 0;
  }
  .architecture-highlights {
    grid-template-columns: 1fr;
  }
  .architecture-copy h2 {
    font-size: clamp(2.15rem, 10vw, 4rem);
  }
}
@media (max-width: 640px) {
  .rev08-home .top-actions .ghost-btn:first-child {
    display: none;
  }
  .architecture-section {
    padding: 54px 0 72px;
  }
  .architecture-card {
    border-radius: 13px;
  }
  .architecture-highlights article {
    grid-template-columns: 42px 1fr;
    padding: 15px;
  }
  .architecture-actions {
    display: grid;
  }
  .architecture-actions a {
    width: 100%;
  }
}

.hardware-card img {
  object-fit: contain;
  background: #e9ece8;
}
.authentic-label-card img {
  object-fit: contain;
  background: #e9ece8;
}

.brand img {
  width: 190px;
  max-height: 66px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #c9cbc7;
  object-fit: cover;
  object-position: left center;
  box-shadow: 0 7px 24px rgba(0, 0, 0, 0.28);
}
.login-logo-wrap img {
  width: min(460px, 100%);
  max-height: 155px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #c9cbc7;
  object-fit: cover;
  object-position: left center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}
@media (max-width: 640px) {
  .brand img {
    width: 130px;
    max-height: 50px;
  }
  .login-logo-wrap img {
    width: 100%;
    max-height: 120px;
  }
}

/* REV11 — custom premium GPS identity inspired by the field branding, not an exact copy. */
.brand img {
  width: 290px;
  max-height: 78px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  object-position: left center;
  box-shadow: none;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.42));
}
.login-logo-wrap {
  padding: 18px 20px;
  border: 1px solid rgba(113, 242, 111, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 30% 10%,
      rgba(81, 224, 87, 0.14),
      transparent 45%
    ),
    rgba(0, 0, 0, 0.17);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.login-logo-wrap img {
  width: min(650px, 100%);
  max-height: 190px;
  border: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  box-shadow: none;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.45));
}

@media (max-width: 640px) {
  .brand img {
    width: 185px;
    max-height: 58px;
  }
  .brand-copy {
    display: none;
  }
  .login-logo-wrap {
    padding: 12px;
  }
  .login-logo-wrap img {
    max-height: 145px;
  }
}

/* REV13 — preserve REV11 exactly; only replace branding with the supplied GPS wordmark. */
.brand img {
  width: 330px;
  max-height: 70px;
  border: 0;
  border-radius: 0;
  background: #030906;
  object-fit: contain;
  object-position: left center;
  box-shadow: none;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.46));
}
.login-logo-wrap img {
  width: min(680px, 100%);
  max-height: 135px;
  border: 0;
  border-radius: 0;
  background: #030906;
  object-fit: contain;
  object-position: left center;
  box-shadow: none;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.46));
}
@media (max-width: 640px) {
  .brand img {
    width: 215px;
    max-height: 55px;
  }
  .login-logo-wrap img {
    max-height: 110px;
  }
}

/* REV15 production polish — preserves the approved design while improving usability and hierarchy. */
.portal-page {
  padding-bottom: 0;
}
.site-photo-wrap img {
  object-position: center center;
}
.details-actions .primary-btn {
  min-height: 54px;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.details-actions .primary-btn.controller-ready {
  background: linear-gradient(180deg, #25b650, #0d7831);
  border-color: #55e878;
  box-shadow:
    0 0 0 1px rgba(113, 242, 111, 0.32),
    0 16px 38px rgba(0, 103, 180, 0.36);
}
.controller-note {
  border-color: rgba(113, 242, 111, 0.22);
  background: linear-gradient(
    135deg,
    rgba(29, 84, 46, 0.18),
    rgba(0, 0, 0, 0.16)
  );
}
.resilience-section {
  padding: 76px max(24px, calc((100vw - 1440px) / 2));
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 0, rgba(68, 191, 78, 0.13), transparent 34%),
    linear-gradient(180deg, #06110c, #030906);
}
.resilience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1440px;
  margin: 28px auto 0;
}
.resilience-grid article {
  min-height: 245px;
  padding: 24px;
  border: 1px solid rgba(112, 230, 104, 0.2);
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(16, 38, 25, 0.92),
    rgba(4, 13, 8, 0.97)
  );
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);
}
.resilience-grid h3 {
  margin: 18px 0 9px;
  font-size: 1.12rem;
}
.resilience-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.87rem;
}
.resilience-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(113, 242, 111, 0.35);
  border-radius: 16px;
  color: #8cf27b;
  background: rgba(67, 190, 74, 0.1);
  font-size: 1.16rem;
  font-weight: 950;
  letter-spacing: -0.04em;
  box-shadow: 0 0 28px rgba(69, 213, 79, 0.12);
}
.portal-footer {
  padding-bottom: max(34px, env(safe-area-inset-bottom));
}
@media (max-width: 1050px) {
  .resilience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .portal-page {
    padding-bottom: 88px;
  }
  .portal-header .brand img {
    width: 225px;
    max-height: 54px;
  }
  .details-panel {
    scroll-margin-top: 72px;
  }
  .site-photo-wrap {
    min-height: 370px;
  }
  .site-photo-wrap img {
    object-fit: cover;
    object-position: center 34%;
  }
  .details-content {
    padding-bottom: 30px;
  }
  .details-actions {
    margin-bottom: 4px;
  }
  .resilience-section {
    padding: 58px 14px 96px;
  }
  .resilience-grid {
    grid-template-columns: 1fr;
    gap: 11px;
  }
  .resilience-grid article {
    min-height: 0;
  }
  .mobile-dock {
    bottom: max(10px, env(safe-area-inset-bottom));
    grid-template-columns: repeat(4, 1fr);
  }
  .mobile-dock #mobile-open-controller {
    color: #eaffea;
    background: linear-gradient(
      180deg,
      rgba(32, 168, 72, 0.42),
      rgba(9, 77, 32, 0.5)
    );
    border: 1px solid rgba(100, 238, 111, 0.25);
  }
}

/* ZONE INDUSTRIES — BLUE / WHITE THEME OVERRIDES */
:root {
  --bg: #020914;
  --panel: #07192a;
  --panel2: #0a2238;
  --line: rgba(150, 204, 238, 0.25);
  --green: #0f78b8;
  --green2: #45c9ff;
  --text: #f8fbff;
  --muted: #a8bdcc;
  --amber: #ffc857;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}
html {
  background: var(--bg);
}
body {
  background:
    radial-gradient(circle at 72% 0, rgba(24, 137, 207, 0.24), transparent 34%),
    linear-gradient(145deg, #020914, #071a2c 58%, #01050a);
}
.topbar {
  background: rgba(2, 9, 20, 0.9);
}
.primary-btn {
  border-color: #64d5ff;
  background: linear-gradient(#159bd5, #0a5f9f);
  box-shadow: 0 12px 30px rgba(20, 141, 204, 0.28);
}
.login-page:before {
  background:
    linear-gradient(
      90deg,
      rgba(1, 7, 15, 0.98),
      rgba(2, 12, 24, 0.84) 47%,
      rgba(2, 12, 24, 0.56)
    ),
    url("water-well-field.jpg") center/cover;
  opacity: 0.98;
}
.trust-row span {
  border-color: rgba(69, 201, 255, 0.42);
  background: rgba(16, 122, 184, 0.15);
}
.hardware-card {
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.08),
    rgba(19, 118, 178, 0.12)
  );
}
.login-card {
  border-color: rgba(151, 208, 243, 0.27);
  background: linear-gradient(
    145deg,
    rgba(8, 31, 50, 0.98),
    rgba(3, 13, 24, 0.99)
  );
}
.login-card:before {
  background: radial-gradient(
    circle,
    rgba(69, 201, 255, 0.24),
    transparent 66%
  );
}
.input-wrap:focus-within {
  box-shadow: 0 0 0 4px rgba(69, 201, 255, 0.11);
}
.portal-page {
  background: #020914;
}
.site-sidebar,
.details-panel {
  background: linear-gradient(
    180deg,
    rgba(7, 28, 47, 0.99),
    rgba(2, 11, 21, 0.99)
  );
}
.site-list-item:hover,
.site-list-item.is-active {
  border-color: rgba(69, 201, 255, 0.46);
  background: linear-gradient(
    90deg,
    rgba(14, 116, 177, 0.22),
    rgba(14, 116, 177, 0.04)
  );
}
.doc-card:hover {
  border-color: rgba(69, 201, 255, 0.46);
}
.map-stage {
  background: #0a1f32;
}
.fallback-marker {
  background: rgba(12, 105, 168, 0.94);
  box-shadow:
    0 0 0 7px rgba(69, 201, 255, 0.18),
    0 6px 16px rgba(0, 0, 0, 0.5);
}
.fallback-marker i {
  background: #65d8ff;
  box-shadow: 0 0 10px #65d8ff;
}
.zone-marker,
.zone-marker {
  background: #1384c6 !important;
  box-shadow:
    0 0 0 7px rgba(69, 201, 255, 0.2),
    0 8px 22px rgba(0, 0, 0, 0.55) !important;
}
.hardware-gallery figure,
.authentic-label-card,
.resilience-grid article,
.documents-grid {
  border-color: rgba(150, 204, 238, 0.24) !important;
  background: linear-gradient(
    145deg,
    rgba(8, 30, 49, 0.92),
    rgba(3, 13, 24, 0.97)
  ) !important;
}
.login-logo-wrap img,
.brand img {
  border-radius: 8px;
}
.architecture-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.document-preview img {
  object-fit: cover;
  object-position: top;
}

:root {
  --bg: #010817;
  --panel: #07172c;
  --panel2: #0a2039;
  --line: rgba(151, 211, 255, 0.22);
  --green: #087fc5;
  --green2: #58d4ff;
  --text: #f7fbff;
  --muted: #a8bfd2;
  --amber: #ffcc66;
  --shadow: 0 28px 90px rgba(0, 15, 36, 0.56);
}
html {
  background: #010817;
}
body {
  background:
    radial-gradient(
      circle at 80% -10%,
      rgba(52, 172, 255, 0.24),
      transparent 34%
    ),
    radial-gradient(
      circle at 10% 22%,
      rgba(13, 91, 169, 0.16),
      transparent 29%
    ),
    linear-gradient(145deg, #010817 0%, #041528 56%, #01060f 100%);
}
.topbar {
  min-height: 88px;
  border-bottom: 1px solid rgba(157, 216, 255, 0.22);
  background: linear-gradient(
    180deg,
    rgba(4, 18, 36, 0.94),
    rgba(2, 10, 24, 0.9)
  );
  box-shadow: 0 12px 44px rgba(0, 0, 0, 0.2);
}
.brand img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}
.brand-copy strong {
  font-size: 0.96rem;
  letter-spacing: 0.1em;
}
.brand-copy small {
  color: #bdd1e3;
}
.ghost-btn,
.nav-btn {
  color: #d8e8f5;
}
.ghost-btn:hover,
.nav-btn:hover,
.nav-btn.is-active {
  border-color: rgba(102, 204, 255, 0.32);
  background: rgba(74, 166, 230, 0.1);
}
.primary-btn {
  border-color: rgba(144, 225, 255, 0.9);
  background: linear-gradient(180deg, #16a7e8 0%, #086eb4 100%);
  box-shadow:
    0 15px 38px rgba(0, 127, 203, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}
.primary-btn:hover {
  box-shadow:
    0 18px 46px rgba(0, 147, 226, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
}
.secondary-btn {
  border-color: rgba(153, 213, 255, 0.24);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.035)
  );
}
.chip {
  border-color: rgba(124, 211, 255, 0.28);
  background: rgba(31, 132, 197, 0.1);
}
.login-page:before {
  background:
    linear-gradient(
      90deg,
      rgba(1, 7, 20, 0.96),
      rgba(1, 11, 27, 0.75) 48%,
      rgba(2, 14, 31, 0.45)
    ),
    url("water-well-field.jpg") center/cover;
}
.login-copy h1 {
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.55);
}
.login-copy h1 span {
  color: #63d7ff;
}
.trust-row span {
  border-color: rgba(82, 201, 255, 0.34);
  background: rgba(13, 118, 184, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.hardware-card,
.login-card,
.architecture-card,
.document-preview,
.hardware-gallery figure,
.authentic-label-card,
.resilience-grid article {
  border-color: rgba(149, 213, 255, 0.22);
  box-shadow:
    0 28px 80px rgba(0, 8, 24, 0.44),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}
.login-card {
  background: linear-gradient(
    145deg,
    rgba(12, 35, 62, 0.96),
    rgba(3, 14, 30, 0.98)
  );
  backdrop-filter: blur(22px);
}
.input-wrap {
  border-color: rgba(149, 213, 255, 0.22);
  background: rgba(0, 0, 0, 0.22);
}
.input-wrap:focus-within {
  border-color: #61d3ff;
  box-shadow: 0 0 0 4px rgba(88, 212, 255, 0.1);
}
.portal-page {
  background: #010817;
}
.site-sidebar,
.details-panel {
  background: linear-gradient(
    180deg,
    rgba(8, 27, 49, 0.98),
    rgba(2, 12, 27, 0.99)
  );
}
.map-stage {
  background: #071e34;
}
.map-toolbar {
  border-color: rgba(150, 212, 255, 0.22);
  background: rgba(3, 18, 35, 0.88);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.35);
}
.map-toolbar button:hover,
.map-toolbar button.is-active {
  background: linear-gradient(180deg, #149ddd, #0870b5);
}
.controller-note {
  border-left-color: #39bdf4;
  background: rgba(19, 142, 203, 0.1);
}
.hardware-section,
.documents-section,
.resilience-section {
  background:
    radial-gradient(circle at 50% 0, rgba(27, 130, 201, 0.12), transparent 34%),
    linear-gradient(180deg, #041426, #020a17);
}
.section-heading h2,
.document-copy h3 {
  color: #fff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.hardware-gallery figure {
  background: #071a2d;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}
.hardware-gallery figure:hover {
  transform: translateY(-4px);
  border-color: rgba(93, 205, 255, 0.42);
  box-shadow: 0 34px 90px rgba(0, 13, 34, 0.54);
}
.hardware-gallery img,
.site-photo-wrap img,
.document-preview img {
  filter: saturate(0.95) contrast(1.03);
}
.authentic-label-card {
  background: linear-gradient(
    140deg,
    rgba(12, 40, 70, 0.86),
    rgba(4, 18, 36, 0.96)
  );
}
.resilience-grid article {
  background: linear-gradient(
    145deg,
    rgba(12, 39, 67, 0.9),
    rgba(4, 18, 34, 0.95)
  );
}
.resilience-icon {
  color: #74dcff;
}
.documents-grid {
  gap: 44px;
}
.document-preview {
  border-radius: 22px;
  background: #07172b;
  overflow: hidden;
  transform: translateZ(0);
}
.document-preview img {
  transition: transform 0.35s ease;
}
.document-preview:hover img {
  transform: scale(1.015);
}
.portal-footer {
  background: #010611;
  border-top: 1px solid rgba(133, 205, 255, 0.15);
  color: #9fb6c9;
}
.info-dialog {
  border-color: rgba(88, 205, 255, 0.46);
  background: linear-gradient(145deg, #0b2945, #041326);
}
.toast {
  border-color: rgba(87, 205, 255, 0.45);
  background: rgba(3, 24, 43, 0.95);
}
code {
  color: #6fdcff;
}
@media (min-width: 1100px) {
  .hardware-gallery {
    gap: 20px;
  }
  .hardware-gallery figure {
    border-radius: 20px;
  }
  .documents-section,
  .hardware-section,
  .resilience-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.water-services-section {
  padding: 78px clamp(24px, 5vw, 82px);
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(15, 118, 255, 0.16),
      transparent 28%
    ),
    linear-gradient(135deg, #020b1a 0%, #061a33 48%, #03101f 100%);
  border-top: 1px solid rgba(94, 190, 255, 0.18);
  border-bottom: 1px solid rgba(94, 190, 255, 0.16);
}
.water-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1380px;
  margin: 30px auto 0;
}
.water-service-grid article {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(122, 205, 255, 0.18);
  border-radius: 20px;
  background: linear-gradient(
    155deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.water-service-grid article:after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(24, 141, 255, 0.1);
}
.water-service-grid span {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #72c8ff;
}
.water-service-grid h3 {
  font-size: 20px;
  margin: 42px 0 10px;
  color: #fff;
}
.water-service-grid p {
  color: #a9c2d9;
  line-height: 1.65;
}
.water-signature {
  max-width: 1380px;
  margin: 18px auto 0;
  padding: 18px 22px;
  border-radius: 16px;
  background: linear-gradient(90deg, #0b63ce, #16a4e8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: white;
  box-shadow: 0 18px 42px rgba(0, 104, 214, 0.24);
}
.water-signature strong {
  letter-spacing: 0.14em;
}
.water-signature span {
  opacity: 0.92;
  letter-spacing: 0.04em;
}
.site-photo-wrap img,
.hardware-gallery img {
  filter: saturate(0.92) contrast(1.05);
}
.site-photo-wrap:after {
  content: "FIELD INTELLIGENCE • WATER SYSTEMS";
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(1, 12, 28, 0.72);
  border: 1px solid rgba(122, 205, 255, 0.28);
  backdrop-filter: blur(9px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  color: #d9f3ff;
}
.hardware-gallery figure {
  position: relative;
  overflow: hidden;
}
.hardware-gallery figcaption {
  background: linear-gradient(
    90deg,
    rgba(3, 20, 41, 0.98),
    rgba(6, 57, 102, 0.92)
  );
  letter-spacing: 0.035em;
}
.map-stage:before {
  content: "ZONE INDUSTRIES NETWORK";
  position: absolute;
  z-index: 550;
  left: 18px;
  top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(99, 192, 255, 0.3);
  border-radius: 999px;
  background: rgba(2, 15, 31, 0.76);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #cdeeff;
  pointer-events: none;
}
@media (max-width: 900px) {
  .water-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .water-signature {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .water-service-grid {
    grid-template-columns: 1fr;
  }
  .water-service-grid article {
    min-height: 180px;
  }
}

/* REV04 — premium Water Operations Command Center */
.command-map {
  isolation: isolate;
  overflow: hidden;
}
.command-map:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 520;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(0, 19, 44, 0.12),
      transparent 26%,
      transparent 72%,
      rgba(0, 8, 20, 0.3)
    ),
    radial-gradient(circle at 52% 48%, transparent 45%, rgba(1, 10, 24, 0.22));
  box-shadow: inset 0 0 120px rgba(0, 9, 24, 0.28);
}
.command-brandline {
  position: absolute;
  z-index: 590;
  top: 19px;
  left: 185px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 14px 9px 9px;
  border: 1px solid rgba(134, 214, 255, 0.24);
  border-radius: 14px;
  background: linear-gradient(
    110deg,
    rgba(4, 23, 46, 0.86),
    rgba(4, 41, 71, 0.68)
  );
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
}
.command-monogram {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: linear-gradient(145deg, #31bdff, #086ab0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 8px 22px rgba(7, 125, 196, 0.3);
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
}
.command-brandline strong {
  display: block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.15em;
}
.command-brandline small {
  display: block;
  margin-top: 3px;
  color: #a9c9de;
  font-size: 9px;
  letter-spacing: 0.05em;
}
.map-hud {
  position: absolute;
  z-index: 590;
  left: 20px;
  right: 20px;
  bottom: 42px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
  pointer-events: none;
}
.map-hud > div {
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto auto;
  column-gap: 8px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(116, 205, 255, 0.18);
  border-radius: 12px;
  background: linear-gradient(
    140deg,
    rgba(3, 22, 43, 0.83),
    rgba(6, 49, 82, 0.66)
  );
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
.hud-icon {
  grid-row: 1/3;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  background: rgba(55, 183, 246, 0.12);
  color: #69d9ff;
  font-weight: 900;
}
.map-hud small {
  font-size: 7px;
  letter-spacing: 0.16em;
  color: #6fbce7;
}
.map-hud strong {
  font-size: 9px;
  color: #eef9ff;
  white-space: nowrap;
}
.controller-premium-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 13px;
  padding: 10px 12px;
  border: 1px solid rgba(92, 210, 255, 0.21);
  border-radius: 14px;
  background: linear-gradient(
    105deg,
    rgba(10, 127, 191, 0.13),
    rgba(255, 255, 255, 0.025)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.controller-premium-strip small {
  display: block;
  color: #73ccef;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.controller-premium-strip strong {
  display: block;
  margin-top: 3px;
  color: #f6fbff;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.signal-orb {
  position: relative;
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    #0f5886 0 24%,
    #07304e 25% 48%,
    #041829 49%
  );
  box-shadow:
    0 0 0 1px rgba(93, 208, 255, 0.22),
    0 0 22px rgba(51, 194, 255, 0.14);
}
.signal-orb i {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(99, 216, 255, 0.34);
  border-radius: 50%;
  animation: zonePulse 2.2s ease-out infinite;
}
.signal-orb i:nth-child(2) {
  inset: -1px;
  animation-delay: 0.7s;
  opacity: 0.55;
}
.signal-orb b {
  font-size: 7px;
  letter-spacing: 0.12em;
  color: #8fe7ff;
}
@keyframes zonePulse {
  0% {
    transform: scale(0.62);
    opacity: 0.9;
  }
  80%,
  100% {
    transform: scale(1.08);
    opacity: 0;
  }
}
.water-dynamics-card {
  position: relative;
  margin: 15px 0;
  padding: 13px;
  border: 1px solid rgba(110, 208, 255, 0.2);
  border-radius: 17px;
  background: linear-gradient(
    145deg,
    rgba(10, 38, 67, 0.88),
    rgba(3, 17, 32, 0.96)
  );
  box-shadow:
    0 18px 44px rgba(0, 5, 18, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.water-dynamics-card:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -76px;
  top: -78px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(66, 195, 255, 0.16),
    transparent 67%
  );
}
.dynamics-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
}
.dynamics-head span {
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #6bcff7;
}
.dynamics-head b {
  font-size: 8px;
  letter-spacing: 0.09em;
  color: #fff;
}
.wave-tank {
  position: relative;
  height: 72px;
  margin-bottom: 10px;
  border: 1px solid rgba(118, 205, 251, 0.18);
  border-radius: 13px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.035),
    rgba(0, 0, 0, 0.18)
  );
  overflow: hidden;
}
.wave-fill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68%;
  background: linear-gradient(
    180deg,
    rgba(44, 181, 246, 0.65),
    rgba(3, 94, 169, 0.92)
  );
  box-shadow: inset 0 10px 25px rgba(104, 226, 255, 0.12);
}
.wave-fill:before,
.wave-fill:after {
  content: "";
  position: absolute;
  left: -14%;
  width: 128%;
  height: 16px;
  top: -9px;
  border-radius: 45%;
  background: rgba(114, 224, 255, 0.25);
  animation: waveShift 4.7s linear infinite;
}
.wave-fill:after {
  top: -4px;
  background: rgba(4, 116, 186, 0.54);
  animation-duration: 6.2s;
  animation-direction: reverse;
}
@keyframes waveShift {
  to {
    transform: translateX(9%);
  }
}
.wave-tank > b {
  position: absolute;
  z-index: 2;
  left: 13px;
  bottom: 10px;
  color: #fff;
  font-size: 23px;
  letter-spacing: -0.04em;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.42);
}
.wave-tank small {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.16em;
  color: #d7f4ff;
}
.dynamics-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.dynamics-data > div {
  padding: 8px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.045);
}
.dynamics-data small {
  display: block;
  font-size: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #769db7;
}
.dynamics-data strong {
  display: block;
  margin: 3px 0 5px;
  font-size: 11px;
  color: #fff;
}
.dynamics-data em {
  font-size: 7px;
  font-style: normal;
  color: #92c7e5;
}
.mini-bar {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.09);
  overflow: hidden;
}
.mini-bar i {
  display: block;
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(90deg, #117fca, #5fddff);
  box-shadow: 0 0 10px rgba(78, 213, 255, 0.5);
}
.control-path {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  margin: 10px 0 13px;
  padding: 9px 7px;
  border-radius: 14px;
  border: 1px solid rgba(112, 204, 255, 0.13);
  background: rgba(2, 12, 25, 0.42);
}
.control-path span {
  text-align: center;
  min-width: 0;
}
.control-path span i {
  display: grid;
  place-items: center;
  margin: 0 auto 4px;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  background: linear-gradient(
    145deg,
    rgba(35, 165, 226, 0.22),
    rgba(8, 69, 116, 0.3)
  );
  border: 1px solid rgba(79, 196, 245, 0.15);
  color: #7ee3ff;
  font-style: normal;
  font-size: 8px;
  font-weight: 900;
}
.control-path span b {
  display: block;
  font-size: 6px;
  letter-spacing: 0.07em;
  color: #a8c9dc;
  white-space: nowrap;
}
.control-path > em {
  font-style: normal;
  color: #369ed1;
  font-size: 10px;
  opacity: 0.7;
}
.tech-logo-rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 12px 0 15px;
}
.tech-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 45px;
  padding: 7px;
  border: 1px solid rgba(124, 210, 255, 0.14);
  border-radius: 11px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.015)
  );
  transition: 0.2s ease;
}
.tech-logo:hover {
  border-color: rgba(96, 213, 255, 0.36);
  transform: translateY(-2px);
  background: linear-gradient(
    145deg,
    rgba(38, 151, 211, 0.13),
    rgba(255, 255, 255, 0.02)
  );
}
.tech-logo span {
  display: grid;
  place-items: center;
  flex: 0 0 27px;
  height: 27px;
  border-radius: 8px;
  background: #071e34;
  border: 1px solid rgba(101, 205, 255, 0.17);
  font-size: 7px;
  font-weight: 900;
  color: #71ddff;
}
.tech-logo b {
  font-size: 7px;
  line-height: 1.2;
  color: #dfeff8;
  letter-spacing: 0.02em;
}
.zone-tech span {
  background: linear-gradient(145deg, #107dbe, #063b69);
  font-size: 12px;
}
.exo-tech span {
  font-size: 6px;
}
.sat-tech span {
  font-size: 11px;
}
.cloud-tech span {
  font-size: 10px;
}
.modbus-tech span {
  font-size: 12px;
}
.details-actions .primary-btn {
  position: relative;
  overflow: hidden;
}
.details-actions .primary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  left: -90px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.28),
    transparent
  );
  transform: skewX(-22deg);
  animation: buttonSweep 4.8s ease-in-out infinite;
}
@keyframes buttonSweep {
  0%,
  65% {
    left: -90px;
  }
  83%,
  100% {
    left: 130%;
  }
}
@media (max-width: 1240px) {
  .command-brandline {
    left: 18px;
    top: 66px;
  }
  .map-hud {
    grid-template-columns: 1fr 1fr;
  }
  .map-hud strong {
    font-size: 8px;
  }
}
@media (max-width: 940px) {
  .command-brandline {
    top: 72px;
  }
  .map-hud {
    left: 10px;
    right: 10px;
    bottom: 42px;
  }
  .tech-logo-rail {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .command-brandline {
    right: 10px;
    left: 10px;
  }
  .command-brandline small {
    display: none;
  }
  .map-hud {
    grid-template-columns: 1fr 1fr;
  }
  .map-hud > div {
    padding: 7px;
  }
  .map-hud strong {
    font-size: 7px;
  }
  .tech-logo-rail {
    grid-template-columns: 1fr 1fr;
  }
  .dynamics-data {
    grid-template-columns: 1fr;
  }
  .water-dynamics-card {
    padding: 11px;
  }
  .control-path span b {
    font-size: 5px;
  }
  .control-path > em {
    font-size: 8px;
  }
}

/* REV03 — definitive mobile portal header and document corrections */
.portal-header .brand{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}.portal-header .brand img{display:block!important;width:190px!important;height:58px!important;max-width:190px!important;object-fit:contain!important;object-position:left center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.portal-header .brand-copy{min-width:0}.comparison-preview{min-height:0!important;aspect-ratio:16/9;background:#020d19!important}.comparison-preview img{width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;filter:none!important;padding:0!important}
@media(max-width:640px){.portal-header{height:76px!important;min-height:76px!important;padding:9px 14px!important;gap:10px!important;overflow:hidden!important}.portal-header .brand{width:190px!important;max-width:58vw!important;flex:0 1 190px!important}.portal-header .brand img{width:100%!important;height:52px!important;max-width:100%!important}.portal-header .brand-copy,.portal-header .chip{display:none!important}.portal-header .top-actions{margin-left:auto!important;flex:0 0 auto!important}.portal-header .ghost-btn{min-height:44px!important;padding:0 10px!important;font-size:12px!important}.doc-card img{width:88px!important;height:52px!important;object-fit:contain!important;background:transparent!important}.documents-grid{gap:22px!important}.comparison-preview{border-radius:16px!important;overflow:hidden!important}}

/* REV05 — controller cleanup + carrier identity */
.signal-orb {
  display: none !important;
}
.live-status-mark {
  flex: 0 0 44px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 9px;
  border: 1px solid rgba(94, 214, 255, 0.22);
  background: linear-gradient(
    145deg,
    rgba(13, 91, 139, 0.42),
    rgba(4, 31, 55, 0.82)
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.live-status-mark span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #69e5ff;
  box-shadow: 0 0 12px rgba(105, 229, 255, 0.8);
}
.live-status-mark b {
  font-size: 7px;
  letter-spacing: 0.14em;
  color: #dff8ff;
}
.connectivity-suite {
  margin: 12px 0 14px;
  padding: 12px;
  border: 1px solid rgba(107, 210, 255, 0.18);
  border-radius: 15px;
  background: linear-gradient(
    145deg,
    rgba(6, 29, 54, 0.92),
    rgba(2, 15, 29, 0.96)
  );
  box-shadow:
    0 15px 36px rgba(0, 5, 18, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.045);
}
.connectivity-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.connectivity-head small {
  display: block;
  color: #6fd6ff;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.connectivity-head strong {
  display: block;
  margin-top: 3px;
  color: #fff;
  font-size: 10px;
}
.connectivity-head > span {
  padding: 5px 7px;
  border: 1px solid rgba(105, 222, 255, 0.2);
  border-radius: 999px;
  color: #9ee9ff;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.13em;
  background: rgba(21, 139, 195, 0.1);
}
.carrier-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.carrier-logo {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 9px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.015)
  );
}
.carrier-logo img {
  display: block;
  width: auto;
  height: 26px;
  max-width: 76%;
  object-fit: contain;
}
.carrier-logo small {
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #6e9bb6;
}
.carrier-logo.starlink-logo {
  grid-column: 1/-1;
}
.carrier-logo.starlink-logo img {
  height: 29px;
  max-width: 70%;
}
.connectivity-suite > p {
  margin: 9px 2px 0;
  color: #88a9bd;
  font-size: 7px;
  line-height: 1.45;
}
.tech-logo-rail {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 940px) {
  .tech-logo-rail {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .carrier-logo-grid {
    grid-template-columns: 1fr;
  }
  .carrier-logo.starlink-logo {
    grid-column: auto;
  }
  .tech-logo-rail {
    grid-template-columns: 1fr 1fr;
  }
}

/* REV06 */
.site-photo-wrap::before,
.site-photo-wrap::after {
  display: none !important;
  content: none !important;
}
.site-photo-wrap {
  background: #07182a;
}
.site-photo-wrap img {
  position: relative;
  z-index: 1;
  filter: contrast(1.035) saturate(1.02);
}
.site-photo-wrap .status-badge {
  z-index: 3;
}
.water-dynamics-card::before {
  display: none !important;
  content: none !important;
}
.command-map::after {
  background: linear-gradient(
    180deg,
    rgba(0, 19, 44, 0.08),
    transparent 28%,
    transparent 74%,
    rgba(0, 8, 20, 0.22)
  ) !important;
}
.secure-network-stack {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}
.network-node {
  display: grid;
  grid-template-columns: 98px 1fr;
  align-items: center;
  gap: 11px;
  min-height: 70px;
  padding: 10px;
  border: 1px solid rgba(107, 210, 255, 0.15);
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.04),
    rgba(3, 27, 50, 0.24)
  );
}
.network-node img {
  display: block;
  width: 100%;
  max-height: 42px;
  object-fit: contain;
  object-position: left center;
}
.network-node span {
  display: grid;
  gap: 2px;
}
.network-node small {
  color: #6fd6ff;
  font-size: 6px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
.network-node b {
  color: #fff;
  font-size: 10px;
}
.network-node em {
  color: #7fa6bd;
  font-size: 6px;
  font-style: normal;
  line-height: 1.4;
}
.cloudflare-node {
  border-color: rgba(244, 129, 32, 0.22);
  background: linear-gradient(
    135deg,
    rgba(244, 129, 32, 0.07),
    rgba(3, 27, 50, 0.24)
  );
}
.cloudflare-node img {
  max-height: 34px;
}
.network-arrow {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 1px 4px;
}
.network-arrow i {
  height: 1px;
  background: linear-gradient(90deg, transparent, #35b8ef);
}
.network-arrow i:last-child {
  background: linear-gradient(90deg, #35b8ef, transparent);
}
.network-arrow b {
  font-size: 5px;
  letter-spacing: 0.16em;
  color: #66caef;
}
.vpn-tunnels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.vpn-tunnels > div {
  position: relative;
  overflow: hidden;
  padding: 9px 10px;
  border-radius: 10px;
  border: 1px solid rgba(104, 218, 255, 0.16);
  background: linear-gradient(
    145deg,
    rgba(7, 62, 98, 0.42),
    rgba(4, 27, 49, 0.65)
  );
}
.vpn-tunnels > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(#69ddff, #1184c1);
}
.vpn-tunnels span {
  display: block;
  color: #72d9ff;
  font-size: 5px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.vpn-tunnels b {
  display: block;
  margin: 3px 0 2px;
  color: #fff;
  font-size: 8px;
}
.vpn-tunnels em {
  display: block;
  color: #7397ad;
  font-size: 5px;
  font-style: normal;
  line-height: 1.35;
}
.connectivity-copy strong {
  color: #dff7ff;
}
.connectivity-copy {
  font-size: 7px !important;
  line-height: 1.55 !important;
}
.tech-logo img {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 24px;
  object-fit: contain;
}
.cloud-tech img {
  width: 38px;
  flex-basis: 38px;
}
@media (max-width: 600px) {
  .network-node {
    grid-template-columns: 78px 1fr;
  }
  .vpn-tunnels {
    grid-template-columns: 1fr;
  }
}

.rev07-home {
  margin: 0;
  background: #07182b;
  color: #f7fbff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}
.rev07-home * {
  box-sizing: border-box;
}
.rev07-home a {
  text-decoration: none;
}
.rev07-nav {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 94px;
  display: grid;
  grid-template-columns: 330px 1fr 220px;
  align-items: center;
  padding: 0 42px;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #d8e1ec;
  box-shadow: 0 8px 30px rgba(4, 21, 42, 0.08);
  backdrop-filter: blur(16px);
}
.rev07-brand {
  height: 80px;
  display: flex;
  align-items: center;
}
.rev07-brand img {
  width: 245px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
}
.rev07-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  height: 100%;
}
.rev07-links a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #09192d;
}
.rev07-links a:hover,
.rev07-links a.is-active {
  color: #0f59b5;
}
.rev07-links a.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  height: 2px;
  background: #175fc4;
}
.rev07-portal-btn {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 15px 20px;
  border-radius: 4px;
  background: #071f47;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 20px rgba(3, 25, 60, 0.14);
}
.rev07-hero {
  position: relative;
  min-height: 800px;
  overflow: hidden;
  background: #07182b;
}
.rev07-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 31, 57, 0.96) 0%,
      rgba(5, 31, 57, 0.88) 39%,
      rgba(5, 31, 57, 0.68) 59%,
      rgba(5, 31, 57, 0.45) 100%
    ),
    url("../img/water-booster.jpg") center 45% / cover no-repeat;
  filter: saturate(0.82) contrast(1.08);
}
.rev07-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 30, 55, 0.02),
    rgba(2, 14, 29, 0.3)
  );
  pointer-events: none;
}
.rev07-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1530px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(700px, 1.35fr);
  gap: 42px;
  align-items: center;
  padding: 70px 44px 58px;
}
.rev07-hero-copy {
  padding: 20px 0 30px;
}
.rev07-kicker {
  margin: 0 0 21px;
  color: #6fbe45;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: 0.015em;
}
.rev07-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0.01em;
  font-weight: 950;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.25);
}
.rev07-sub {
  max-width: 600px;
  margin: 24px 0 28px;
  color: #e7eff7;
  font-size: 19px;
  line-height: 1.5;
}
.rev07-pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 590px;
  margin: 18px 0 36px;
}
.rev07-pillars div {
  display: grid;
  gap: 10px;
  justify-items: start;
}
.rev07-pillars span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 2px solid #72bbff;
  border-radius: 50%;
  color: #67b7ff;
  font-size: 25px;
}
.rev07-pillars b {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #fff;
}
.rev07-hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.rev07-primary,
.rev07-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 230px;
  padding: 17px 24px;
  border-radius: 4px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
}
.rev07-primary {
  background: linear-gradient(180deg, #1d6ed0, #104fa6);
  border: 1px solid #71b5ff;
  color: #fff;
  box-shadow: 0 15px 35px rgba(12, 65, 146, 0.3);
}
.rev07-secondary {
  background: rgba(3, 22, 42, 0.45);
  border: 1px solid rgba(211, 231, 249, 0.45);
  color: #fff;
  backdrop-filter: blur(8px);
}
.rev07-primary:hover,
.rev07-secondary:hover {
  transform: translateY(-2px);
}
.rev07-overview-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(205, 225, 241, 0.7);
  border-radius: 10px;
  background: #07182b;
  box-shadow: 0 30px 65px rgba(0, 0, 0, 0.38);
  transform: perspective(1100px) rotateY(-1.6deg) translateY(4px);
  transition: 0.25s ease;
}
.rev07-overview-card:hover {
  transform: perspective(1100px) rotateY(0) translateY(-3px);
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.44);
}
.rev07-overview-card > img {
  display: block;
  width: 100%;
  max-height: 700px;
  object-fit: contain;
  background: #fff;
}
.rev07-overview-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  border: 1px solid rgba(114, 191, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 18, 36, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.24);
}
.rev07-overview-caption small {
  display: block;
  color: #78caff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.13em;
}
.rev07-overview-caption strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
}
.rev07-overview-caption > span {
  white-space: nowrap;
  color: #9ed7ff;
  font-weight: 900;
  font-size: 10px;
}
.rev07-feature-strip {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: #fff;
  color: #081b35;
  border-top: 1px solid #dfe5ed;
  border-bottom: 1px solid #dfe5ed;
  box-shadow: 0 8px 26px rgba(3, 17, 35, 0.08);
}
.rev07-feature-strip article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 14px;
  align-items: start;
  padding: 27px 24px;
  border-right: 1px solid #dde4ed;
}
.rev07-feature-strip article:last-child {
  border-right: 0;
}
.rev07-feature-strip > article > span {
  font-size: 31px;
  color: #1557b9;
}
.rev07-feature-strip strong {
  display: block;
  color: #123d80;
  font-size: 11px;
  line-height: 1.25;
}
.rev07-feature-strip small {
  display: block;
  margin-top: 6px;
  color: #34465c;
  font-size: 10px;
  line-height: 1.45;
}
.rev07-water-section {
  padding: 88px 44px 92px;
  background: linear-gradient(180deg, #07182b, #061526);
}
.rev07-section-heading {
  max-width: 930px;
  margin: 0 auto 38px;
  text-align: center;
}
.rev07-section-heading p {
  margin: 0 0 12px;
  color: #69c4f3;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.18em;
}
.rev07-section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: 40px;
}
.rev07-section-heading span {
  display: block;
  margin-top: 14px;
  color: #adc0d2;
  font-size: 16px;
  line-height: 1.5;
}
.rev07-water-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.rev07-water-grid article {
  min-height: 220px;
  padding: 25px;
  border: 1px solid rgba(123, 194, 239, 0.19);
  border-radius: 8px;
  background: linear-gradient(
    145deg,
    rgba(12, 43, 74, 0.82),
    rgba(5, 24, 45, 0.95)
  );
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}
.rev07-water-grid b {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #105bb2;
  color: #fff;
  font-size: 12px;
}
.rev07-water-grid strong {
  display: block;
  margin: 22px 0 10px;
  color: #fff;
  font-size: 17px;
}
.rev07-water-grid small {
  color: #a9bfd0;
  font-size: 12px;
  line-height: 1.65;
}
.rev07-access-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 55px;
  align-items: center;
  padding: 86px max(44px, calc((100vw - 1380px) / 2));
  background: linear-gradient(135deg, #f7f9fc, #eaf1f7);
  color: #071a33;
}
.rev07-access-copy h2 {
  margin: 5px 0 20px;
  font-size: 48px;
  line-height: 1.05;
  color: #071a33;
}
.rev07-access-copy > p:not(.rev07-kicker) {
  max-width: 660px;
  color: #44566b;
  font-size: 17px;
  line-height: 1.55;
}
.rev07-access-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.rev07-access-steps span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid #ccd8e5;
  border-radius: 6px;
  background: #fff;
  color: #1559ae;
  font-weight: 900;
  font-size: 11px;
}
.rev07-access-steps b {
  color: #263a52;
}
.rev07-access-steps i {
  font-style: normal;
  color: #236dbf;
}
.rev07-login-card {
  padding: 30px;
  border: 1px solid #cdd9e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(12, 35, 63, 0.15);
}
.rev07-login-card > img {
  display: block;
  width: 210px;
  height: 95px;
  object-fit: contain;
  object-position: left center;
  margin-bottom: 8px;
}
.rev07-login-card > p {
  margin: 0;
  color: #155bb5;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.14em;
}
.rev07-login-card h3 {
  margin: 8px 0 7px;
  color: #071a33;
  font-size: 24px;
}
.rev07-login-card > small {
  display: block;
  color: #66778c;
  line-height: 1.5;
}
.rev07-login-card form {
  margin-top: 20px;
}
.rev07-login-card label {
  display: block;
  margin-bottom: 6px;
  color: #263b53;
  font-size: 11px;
  font-weight: 800;
}
.rev07-input {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbd8e5;
  border-radius: 6px;
  padding: 0 12px;
  background: #f9fbfd;
}
.rev07-input b {
  color: #155bb5;
}
.rev07-input input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #071a33;
}
.rev07-login-card button {
  width: 100%;
  margin-top: 12px;
  padding: 14px 18px;
  border: 1px solid #1f6fd0;
  border-radius: 5px;
  background: linear-gradient(#1d70d3, #1251aa);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rev07-secure-note {
  margin: 13px 0 10px;
  padding: 10px;
  border-radius: 5px;
  background: #edf5fc;
  color: #415b73;
  font-size: 10px;
}
.rev07-login-card > a {
  color: #145cae;
  font-size: 11px;
  font-weight: 900;
}
.rev07-footer {
  display: grid;
  grid-template-columns: 280px 1fr 360px;
  gap: 30px;
  align-items: center;
  padding: 20px 44px;
  background: #fff;
  color: #071a33;
  border-top: 1px solid #dfe6ed;
}
.rev07-footer > img {
  width: 235px;
  height: 105px;
  object-fit: contain;
}
.rev07-footer > div:nth-child(2) {
  text-align: center;
}
.rev07-footer strong {
  display: block;
  color: #165ab4;
  font-size: 20px;
  font-style: italic;
}
.rev07-footer small {
  display: block;
  margin-top: 5px;
  color: #4b5e73;
}
.rev07-contact {
  display: grid;
  gap: 5px;
  padding-left: 24px;
  border-left: 1px solid #d2dbe5;
  font-size: 12px;
}
.rev07-contact span {
  color: #17304f;
}
@media (max-width: 1250px) {
  .rev07-nav {
    grid-template-columns: 280px 1fr 190px;
    padding: 0 24px;
  }
  .rev07-links {
    gap: 20px;
  }
  .rev07-hero-inner {
    grid-template-columns: 0.8fr 1.2fr;
    padding-left: 28px;
    padding-right: 28px;
  }
  .rev07-hero h1 {
    font-size: 48px;
  }
  .rev07-feature-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .rev07-water-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .rev07-nav {
    grid-template-columns: 1fr auto;
    height: 84px;
  }
  .rev07-links {
    display: none;
  }
  .rev07-brand img {
    width: 210px;
    height: 70px;
  }
  .rev07-hero {
    min-height: auto;
  }
  .rev07-hero-inner {
    grid-template-columns: 1fr;
    padding: 46px 22px;
  }
  .rev07-hero h1 {
    font-size: 44px;
  }
  .rev07-overview-card {
    transform: none;
  }
  .rev07-overview-card > img {
    max-height: none;
  }
  .rev07-feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .rev07-access-section {
    grid-template-columns: 1fr;
    padding: 60px 28px;
  }
  .rev07-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .rev07-footer > img {
    margin: auto;
  }
  .rev07-contact {
    border-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 560px) {
  .rev07-nav {
    padding: 0 14px;
  }
  .rev07-brand img {
    width: 170px;
  }
  .rev07-portal-btn {
    font-size: 9px;
    padding: 12px 11px;
  }
  .rev07-hero-inner {
    padding: 38px 16px;
  }
  .rev07-kicker {
    font-size: 14px;
  }
  .rev07-hero h1 {
    font-size: 35px;
  }
  .rev07-sub {
    font-size: 15px;
  }
  .rev07-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
  .rev07-primary,
  .rev07-secondary {
    width: 100%;
  }
  .rev07-overview-caption {
    position: static;
    border-radius: 0;
  }
  .rev07-overview-caption > span {
    display: none;
  }
  .rev07-feature-strip {
    grid-template-columns: 1fr;
  }
  .rev07-feature-strip article {
    border-right: 0;
    border-bottom: 1px solid #dde4ed;
  }
  .rev07-water-section {
    padding: 58px 16px;
  }
  .rev07-section-heading h2 {
    font-size: 32px;
  }
  .rev07-water-grid {
    grid-template-columns: 1fr;
  }
  .rev07-access-section {
    padding: 50px 16px;
  }
  .rev07-access-copy h2 {
    font-size: 37px;
  }
  .rev07-footer {
    padding: 18px 16px;
  }
}

.rev08-platform-section {
  position: relative;
  padding: 86px max(30px, calc((100vw - 1450px) / 2)) 92px;
  background: linear-gradient(180deg, #f7faff 0%, #edf4fb 100%);
  color: #071a33;
  border-top: 1px solid #d9e4ef;
  border-bottom: 1px solid #d9e4ef;
  overflow: hidden;
}
.rev08-platform-section:before {
  content: "";
  position: absolute;
  inset: -180px -100px auto auto;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(25, 108, 196, 0.1),
    rgba(25, 108, 196, 0) 70%
  );
  pointer-events: none;
}
.rev08-platform-header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  margin: 0 auto 30px;
  max-width: 1450px;
}
.rev08-platform-header p {
  margin: 0 0 8px;
  color: #1261b7;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.17em;
}
.rev08-platform-header h2 {
  margin: 0;
  color: #071a33;
  font-size: 39px;
  line-height: 1.12;
}
.rev08-platform-header span {
  display: block;
  max-width: 920px;
  margin-top: 12px;
  color: #52677e;
  font-size: 15px;
  line-height: 1.55;
}
.rev08-platform-header > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid #b8cce0;
  border-radius: 5px;
  background: #fff;
  color: #0e529e;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 8px 25px rgba(12, 49, 88, 0.08);
}
.rev08-platform-poster {
  position: relative;
  display: block;
  max-width: 1450px;
  margin: 0 auto;
  border: 1px solid #b8cde2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 30px 80px rgba(8, 40, 76, 0.18);
  transition: 0.25s ease;
}
.rev08-platform-poster:hover {
  transform: translateY(-3px);
  box-shadow: 0 38px 90px rgba(8, 40, 76, 0.22);
}
.rev08-platform-poster img {
  display: block;
  width: 100%;
  height: auto;
}
.rev08-platform-overlay {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 17px;
  border: 1px solid rgba(148, 196, 237, 0.25);
  border-radius: 8px;
  background: rgba(3, 22, 44, 0.91);
  backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}
.rev08-platform-overlay strong {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.rev08-platform-overlay i {
  font-style: normal;
  color: #50a7ef;
}
.rev08-platform-overlay span {
  margin-left: auto;
  color: #9ed4ff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.rev08-tier-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1450px;
  margin: 22px auto 0;
}
.rev08-tier-grid article {
  position: relative;
  min-height: 205px;
  padding: 24px 25px 26px;
  border: 1px solid #c7d8e8;
  border-radius: 9px;
  background: linear-gradient(150deg, #fff, #f4f8fc);
  box-shadow: 0 13px 32px rgba(14, 48, 84, 0.08);
  overflow: hidden;
}
.rev08-tier-grid article:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, #134f9d, #2b84d7);
}
.rev08-tier-grid article:nth-child(2):after {
  background: linear-gradient(90deg, #287a3f, #70ae4c);
}
.rev08-tier-grid article:nth-child(3):after {
  background: linear-gradient(90deg, #59418f, #a36ac5);
}
.rev08-tier-grid small {
  color: #6e8194;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0.15em;
}
.rev08-tier-grid h3 {
  margin: 9px 0 4px;
  color: #0e4f9e;
  font-size: 25px;
  letter-spacing: 0.01em;
}
.rev08-tier-grid article:nth-child(2) h3 {
  color: #2a723f;
}
.rev08-tier-grid article:nth-child(3) h3 {
  color: #68458e;
}
.rev08-tier-grid b {
  display: block;
  color: #1a2f48;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.rev08-tier-grid p {
  margin: 12px 0 0;
  color: #52657a;
  font-size: 12px;
  line-height: 1.58;
}
@media (max-width: 900px) {
  .rev08-platform-section {
    padding: 60px 22px;
  }
  .rev08-platform-header {
    grid-template-columns: 1fr;
  }
  .rev08-platform-header h2 {
    font-size: 32px;
  }
  .rev08-platform-header > a {
    justify-self: start;
  }
  .rev08-tier-grid {
    grid-template-columns: 1fr;
  }
  .rev08-platform-overlay {
    position: static;
    border-radius: 0;
    flex-wrap: wrap;
  }
  .rev08-platform-overlay span {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 560px) {
  .rev08-platform-section {
    padding: 48px 14px;
  }
  .rev08-platform-header h2 {
    font-size: 28px;
  }
  .rev08-platform-overlay strong {
    font-size: 8px;
  }
  .rev08-platform-overlay i {
    display: none;
  }
}
/* Zone Industries rebrand */
:root {
  --bg: #03111f;
  --panel: #071a2c;
  --panel2: #0a2944;
  --line: rgba(88, 183, 231, 0.22);
  --green: #0067b4;
  --green2: #00aeef;
  --text: #f3f9fc;
  --muted: #9ab4c4;
  --amber: #f2b84b;
}
.portal-page {
  background: #03111f;
}
.topbar {
  background: rgba(255, 255, 255, 0.97);
}
.brand-copy strong {
  color: #102536;
}
.brand-copy small {
  color: #637887;
}
.brand img {
  width: 164px;
  max-height: 58px;
}
.portal-nav .nav-btn,
.top-actions .ghost-btn {
  color: #29495d;
}
.chip {
  color: #29495d;
}
.site-sidebar,
.details-panel {
  background: linear-gradient(180deg, #08233a, #03111f);
}
.hardware-section,
.documents-section {
  background: #071a2c;
}
.portal-footer {
  background: #020c15;
}
.login-logo-wrap img {
  background: #fff;
}
