:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body,
body.awnet-template-body {
  margin: 0;
  background: #f5f7f4;
}

/* Astra still prints its scroll-to-top markup through wp_footer(). Its visual
   layer is intentionally dequeued for this template, so keep the orphaned
   control out of the document flow. */
body.awnet-template-body #ast-scroll-top {
  display: none !important;
}

.awnet-page {
  --aw-ink: #071722;
  --aw-ink-soft: #0e2938;
  --aw-paper: #f5f7f4;
  --aw-white: #ffffff;
  --aw-muted: #60717a;
  --aw-line: #d6dfda;
  --aw-line-dark: rgba(255, 255, 255, 0.15);
  --aw-lime: #b4d78c;
  --aw-lime-hover: #c2dfa1;
  --aw-lime-ink: #466627;
  --aw-aqua: #62beb5;
  --aw-aqua-dark: #2f867d;
  --aw-contact: #e2eae3;
  --aw-page-pad: clamp(20px, 5vw, 80px);
  --aw-anchor-offset: 92px;
  min-width: 0;
  color: var(--aw-ink);
  background: var(--aw-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.awnet-page,
.awnet-page *,
.awnet-page *::before,
.awnet-page *::after {
  box-sizing: border-box;
}

.awnet-page a {
  color: inherit;
  text-decoration: none;
}

.awnet-page button {
  font: inherit;
}

.awnet-page h1,
.awnet-page h2,
.awnet-page h3,
.awnet-page p {
  text-wrap: pretty;
}

.awnet-page h1,
.awnet-page h2,
.awnet-page h3 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.awnet-page section[id],
.awnet-page #standard {
  scroll-margin-top: var(--aw-anchor-offset);
}

.admin-bar .awnet-page {
  --aw-anchor-offset: 124px;
}

.awnet-page ::selection {
  color: var(--aw-ink);
  background: var(--aw-lime);
}

.awnet-page :focus-visible {
  outline: 3px solid var(--aw-aqua);
  outline-offset: 4px;
}

.awnet-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--aw-ink);
  background: var(--aw-white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 800;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
}

.awnet-skip-link:focus {
  transform: translateY(0);
}

.awnet-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  color: var(--aw-white);
  background: rgba(7, 23, 34, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.admin-bar .awnet-site-header {
  top: 32px;
}

.awnet-header-inner {
  width: min(100%, 1760px);
  min-height: 72px;
  margin: 0 auto;
  padding: 0 var(--aw-page-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.awnet-brand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 520;
  letter-spacing: 0.055em;
  white-space: nowrap;
}

.awnet-brand > span:not(.awnet-brand-mark) {
  font-weight: 850;
}

.awnet-brand-mark {
  width: 28px;
  height: 21px;
  display: flex;
  align-items: flex-end;
  gap: 3px;
  margin-right: 6px;
}

.awnet-brand-mark i {
  display: block;
  width: 5px;
  background: var(--aw-lime);
  border-radius: 3px 3px 1px 1px;
}

.awnet-brand-mark i:nth-child(1) {
  height: 7px;
}

.awnet-brand-mark i:nth-child(2) {
  height: 14px;
}

.awnet-brand-mark i:nth-child(3) {
  height: 21px;
}

.awnet-nav {
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.7vw, 10px);
  font-size: 13px;
  font-weight: 700;
}

.awnet-nav a {
  min-height: 44px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
  border-radius: 999px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.18s ease, color 0.18s ease, background 0.18s ease;
}

.awnet-nav a:hover,
.awnet-nav a:focus-visible {
  color: var(--aw-lime);
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
}

.awnet-nav .awnet-nav-cta {
  padding: 0 18px;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
}

.awnet-nav .awnet-nav-cta:hover {
  color: var(--aw-white);
  background: rgba(255, 255, 255, 0.08);
}

.awnet-hero {
  position: relative;
  overflow: hidden;
  color: var(--aw-white);
  background: var(--aw-ink);
}

.awnet-hero::after {
  content: "";
  position: absolute;
  top: -260px;
  right: -240px;
  width: 680px;
  height: 680px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(98, 190, 181, 0.1), transparent 67%);
}

.awnet-hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to right, #000 0%, #000 32%, transparent 84%);
}

.awnet-hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1760px);
  min-height: calc(100svh - 72px);
  margin: 0 auto;
  padding: clamp(66px, 7.5vw, 118px) var(--aw-page-pad) clamp(76px, 8vw, 126px);
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
}

.awnet-hero-copy {
  min-width: 0;
}

.awnet-kicker {
  margin: 0 0 18px;
  color: var(--aw-aqua-dark);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.awnet-kicker.is-light {
  color: var(--aw-aqua);
}

.awnet-hero h1 {
  max-width: 790px;
  font-size: clamp(52px, 5.85vw, 94px);
  font-weight: 735;
  line-height: 0.99;
}

.awnet-hero h1 em {
  color: var(--aw-lime);
  font-style: normal;
}

.awnet-hero-lead {
  max-width: 670px;
  margin: 30px 0 0;
  color: #b8c5ca;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.58;
}

.awnet-hero-actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.awnet-button {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 820;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.awnet-button:hover {
  transform: translateY(-2px);
}

.awnet-button.is-primary {
  color: var(--aw-ink);
  background: var(--aw-lime);
}

.awnet-button.is-primary:hover {
  background: var(--aw-lime-hover);
}

.awnet-button.is-ghost {
  color: var(--aw-white);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.awnet-button.is-ghost:hover {
  background: rgba(255, 255, 255, 0.065);
  border-color: rgba(255, 255, 255, 0.5);
}

.awnet-hero-points {
  margin: 30px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  color: #a9bbc1;
  list-style: none;
  font-size: 14px;
}

.awnet-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.awnet-hero-points li::before {
  content: "";
  width: 12px;
  height: 1px;
  flex: 0 0 12px;
  background: var(--aw-aqua);
}

.awnet-network-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(160, 197, 209, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(98, 190, 181, 0.12), transparent 34%),
    linear-gradient(rgba(118, 169, 185, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 169, 185, 0.045) 1px, transparent 1px),
    #102b3a;
  background-size: auto, 24px 24px, 24px 24px, auto;
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.24);
}

.awnet-network-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  background: radial-gradient(circle at 50% 48%, rgba(180, 215, 140, 0.09), transparent 40%);
}

.awnet-visual-status {
  position: absolute;
  top: 23px;
  left: 24px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #d3dde0;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.awnet-visual-status i {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: var(--aw-lime);
  box-shadow: 0 0 10px rgba(180, 215, 140, 0.75);
}

.awnet-visual-status strong {
  color: var(--aw-lime);
}

.awnet-visual-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 166px;
  height: 166px;
  transform: translate(-50%, -50%);
}

.awnet-hub-core {
  position: absolute;
  inset: 24px;
  z-index: 2;
  display: grid;
  place-content: center;
  color: var(--aw-ink);
  text-align: center;
  background: radial-gradient(circle at 42% 35%, #d5f4a6, var(--aw-lime) 58%, #9cc866);
  border: 1px solid rgba(228, 255, 183, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 34px rgba(185, 241, 97, 0.3), inset 0 0 22px rgba(255, 255, 255, 0.18);
}

.awnet-hub-core span {
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.055em;
}

.awnet-hub-core small {
  margin-top: 4px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.17em;
}

.awnet-pulse {
  position: absolute;
  border: 1px solid rgba(180, 215, 140, 0.3);
  border-radius: 50%;
  animation: awnet-pulse 4.6s infinite ease-out;
}

.awnet-pulse.is-one {
  inset: 8px;
}

.awnet-pulse.is-two {
  inset: -18px;
  opacity: 0.65;
  border-style: dashed;
  animation-delay: 1.8s;
}

@keyframes awnet-pulse {
  0% {
    opacity: 0.65;
    transform: scale(0.92);
  }
  72%,
  100% {
    opacity: 0;
    transform: scale(1.14);
  }
}

.awnet-node {
  position: absolute;
  z-index: 3;
  width: 190px;
  min-height: 82px;
  padding: 15px 17px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: var(--aw-white);
  background: linear-gradient(135deg, rgba(8, 29, 41, 0.95), rgba(7, 23, 34, 0.88));
  border: 1px solid rgba(180, 215, 140, 0.42);
  border-radius: 9px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2), inset 0 0 24px rgba(98, 190, 181, 0.025);
}

.awnet-node-icon {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: var(--aw-lime);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.awnet-node-copy {
  min-width: 0;
}

.awnet-node span {
  display: block;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0.035em;
}

.awnet-node small {
  margin-top: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #bcc9cd;
  font-size: 11px;
  line-height: 1.25;
}

.awnet-node small::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--aw-lime);
}

.awnet-node.is-a {
  top: 82px;
  left: 5%;
}

.awnet-node.is-b {
  top: 82px;
  right: 5%;
}

.awnet-node.is-c {
  right: 5%;
  bottom: 104px;
}

.awnet-network-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.awnet-network-lines path {
  fill: none;
  stroke: rgba(192, 255, 104, 0.82);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 5px rgba(192, 255, 104, 0.55));
}

.awnet-network-lines circle {
  fill: #d8ffa0;
  filter: drop-shadow(0 0 7px rgba(192, 255, 104, 0.9));
}

@keyframes awnet-dash {
  to {
    stroke-dashoffset: -90;
  }
}

.awnet-visual-note {
  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;
  z-index: 4;
  max-width: 365px;
  min-height: 90px;
  padding: 15px 18px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  color: #b8c5ca;
  background: linear-gradient(100deg, rgba(7, 23, 34, 0.98), rgba(7, 23, 34, 0.89));
  border: 1px solid rgba(173, 205, 214, 0.28);
  border-left: 3px solid var(--aw-lime);
  border-radius: 0 8px 8px 0;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.17);
  font-size: 13px;
  line-height: 1.58;
}

.awnet-visual-note svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: var(--aw-lime);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.awnet-visual-note span {
  display: block;
  margin-bottom: 3px;
  color: var(--aw-white);
  font-size: 15px;
  font-weight: 800;
}

.awnet-visual-note p {
  margin: 0;
}

.awnet-services {
  padding: clamp(78px, 8vw, 126px) var(--aw-page-pad);
}

.awnet-section-heading {
  width: min(100%, 1600px);
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 8vw;
}

.awnet-section-heading h2,
.awnet-contact h2,
.awnet-process h2 {
  font-size: clamp(40px, 4.65vw, 72px);
  font-weight: 720;
}

.awnet-section-heading > p {
  max-width: 590px;
  margin: 0 0 4px;
  color: var(--aw-muted);
  font-size: 17px;
  line-height: 1.62;
}

.awnet-selector {
  width: min(100%, 1600px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--aw-white);
  border: 1px solid var(--aw-line);
  border-radius: 10px;
  box-shadow: 0 20px 54px rgba(7, 23, 34, 0.045);
}

.awnet-selector-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--aw-line);
}

.awnet-selector-tab {
  position: relative;
  min-height: 82px;
  padding: 17px 23px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #4b5d65;
  text-align: left;
  background: #fafbf9;
  border: 0;
  border-right: 1px solid var(--aw-line);
  cursor: pointer;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.awnet-selector-tab:last-child {
  border-right: 0;
}

.awnet-selector-tab span {
  color: #829198;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.awnet-selector-tab:hover {
  color: var(--aw-ink);
  background: #f5f8f4;
}

.awnet-selector-tab.is-active {
  color: var(--aw-ink);
  background: #f0f6ea;
  box-shadow: inset 0 -3px 0 var(--aw-lime-ink);
  font-weight: 800;
}

.awnet-selector-tab.is-active span {
  color: var(--aw-lime-ink);
}

.awnet-selector-panel {
  min-height: 350px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
}

.awnet-selector-panel:not([hidden]) {
  animation: awnet-panel-in 0.24s ease both;
}

.awnet-selector-panel[hidden] {
  display: none;
}

@keyframes awnet-panel-in {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.awnet-selector-copy {
  padding: clamp(34px, 4.7vw, 70px);
}

.awnet-selector-copy h3 {
  max-width: 690px;
  font-size: clamp(32px, 3.35vw, 54px);
  font-weight: 720;
}

.awnet-selector-copy > p:not(.awnet-kicker) {
  max-width: 650px;
  margin: 23px 0 0;
  color: var(--aw-muted);
  font-size: 16px;
  line-height: 1.65;
}

.awnet-text-link {
  margin-top: 28px;
  padding-bottom: 3px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

.awnet-text-link span {
  transition: transform 0.18s ease;
}

.awnet-text-link:hover span {
  transform: translate(3px, -3px);
}

.awnet-selector-list {
  margin: 0;
  padding: 50px clamp(30px, 4.7vw, 70px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  background: var(--aw-ink);
}

.awnet-selector-list li {
  padding: 17px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #d5dee0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 15px;
}

.awnet-selector-list li:last-child {
  border-bottom: 0;
}

.awnet-selector-list li span {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  display: grid;
  place-content: center;
  color: var(--aw-ink);
  background: var(--aw-aqua);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.awnet-process {
  position: relative;
  width: min(100%, 1600px);
  margin: clamp(70px, 8vw, 124px) auto 0;
  padding: clamp(42px, 5.6vw, 78px);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(44px, 5vw, 84px);
  color: var(--aw-white);
  background: var(--aw-ink-soft);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

.awnet-process-intro > p:last-child {
  max-width: 460px;
  margin: 24px 0 0;
  color: #a1b2b8;
}

.awnet-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--aw-line-dark);
}

.awnet-steps li {
  padding: 24px 0;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  border-bottom: 1px solid var(--aw-line-dark);
}

.awnet-step-number {
  color: var(--aw-lime);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.awnet-steps h3 {
  font-size: 19px;
  letter-spacing: -0.02em;
}

.awnet-steps p {
  margin: 5px 0 0;
  color: #a1b2b8;
  line-height: 1.55;
}

.awnet-realizations {
      padding: clamp(72px, 8vw, 120px) var(--aw-page-pad);
      background:
        linear-gradient(rgba(7,23,34,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(7,23,34,.025) 1px, transparent 1px),
        var(--aw-paper);
      background-size: 72px 72px;
    }

    .awnet-realizations-inner {
      width: min(100%, 1600px);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
      grid-template-areas:
        "heading map"
        "metrics map"
        "scope map"
        "gallery gallery"
        "cta cta";
      column-gap: clamp(34px, 5vw, 84px);
      align-items: start;
    }

    .awnet-realizations-heading {
      grid-area: heading;
    }

    .awnet-realizations-heading h2 {
      max-width: 650px;
      margin: 12px 0 0;
      font-size: clamp(40px, 4.3vw, 64px);
      line-height: 1;
    }

    .awnet-realizations-heading h2 em {
      color: var(--aw-lime-ink);
      font-style: normal;
    }

    .awnet-realizations-lead {
      max-width: 620px;
      margin: 24px 0 0;
      color: var(--aw-muted);
      font-size: clamp(16px, 1.15vw, 19px);
      line-height: 1.58;
    }

    .awnet-metrics {
      grid-area: metrics;
      display: grid;
      grid-template-columns: 1fr;
      gap: 1px;
      margin-top: clamp(30px, 3vw, 46px);
      overflow: hidden;
      border: 1px solid var(--aw-line);
      border-radius: 12px;
      background: var(--aw-line);
      box-shadow: 0 22px 60px rgba(7,23,34,.08);
    }

    .awnet-metric {
      min-height: 112px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas: "label value" "description value";
      column-gap: 24px;
      align-items: center;
      padding: clamp(20px, 2vw, 28px);
      background: var(--aw-white);
    }

    .awnet-metric:first-child {
      color: var(--aw-white);
      background: var(--aw-ink-soft);
    }

    .awnet-metric small {
      grid-area: label;
      display: block;
      color: var(--aw-aqua-dark);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    .awnet-metric:first-child small {
      color: var(--aw-aqua);
    }

    .awnet-metric strong {
      grid-area: value;
      display: block;
      margin: 0;
      font-size: clamp(34px, 3.3vw, 52px);
      font-weight: 850;
      letter-spacing: -.055em;
      line-height: .9;
      white-space: nowrap;
    }

    .awnet-metric p {
      grid-area: description;
      margin: 8px 0 0;
      color: var(--aw-muted);
      font-size: 13px;
      line-height: 1.4;
    }

    .awnet-metric:first-child p {
      color: rgba(255,255,255,.72);
    }

    .awnet-scope-line {
      grid-area: scope;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 24px 0 0;
      padding: 0;
      list-style: none;
    }

    .awnet-scope-line li {
      padding: 7px 12px;
      color: var(--aw-ink-soft);
      border: 1px solid var(--aw-line);
      border-radius: 999px;
      background: rgba(255,255,255,.72);
      font-size: 12px;
      font-weight: 750;
      letter-spacing: .025em;
    }

    .awnet-realization-layout {
      display: contents;
    }

    .awnet-realization-layout > #mapa {
      grid-area: map;
      position: static;
      align-self: start;
    }

    .awnet-realization-layout > #galeria {
      grid-area: gallery;
      margin-top: clamp(72px, 8vw, 112px);
    }

    .awnet-gallery-head,
    .awnet-map-head {
      margin-bottom: 24px;
    }

    .awnet-gallery-head h2,
    .awnet-map-head h2 {
      margin: 8px 0 0;
      font-size: clamp(32px, 3vw, 48px);
    }

    .awnet-gallery-note {
      max-width: 720px;
      margin: 10px 0 0;
      color: var(--aw-muted);
      font-size: 14px;
    }

    .awnet-gallery-showcase {
      height: clamp(560px, 44vw, 680px);
      display: grid;
      grid-template-columns: minmax(0, 1.62fr) minmax(380px, .78fr);
      gap: 16px;
    }

    .awnet-gallery-feature {
      position: relative;
      min-width: 0;
      overflow: hidden;
      padding: 0;
      color: var(--aw-white);
      border: 0;
      border-radius: 12px;
      background: var(--aw-ink-soft);
      box-shadow: 0 22px 60px rgba(7,23,34,.15);
      cursor: zoom-in;
      text-align: left;
    }

    .awnet-gallery-feature::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(to top, rgba(5,20,29,.96) 0, rgba(5,20,29,.54) 34%, transparent 70%);
    }

    .awnet-gallery-feature img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      transition: transform .35s ease, filter .35s ease, opacity .18s ease;
    }

    .awnet-gallery-feature:hover img,
    .awnet-gallery-feature:focus-visible img {
      transform: scale(1.025);
      filter: saturate(1.06);
    }

    .awnet-gallery-feature-copy {
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 760px;
      padding: clamp(28px, 4vw, 54px);
    }

    .awnet-gallery-feature-copy small {
      display: block;
      margin-bottom: 9px;
      color: var(--aw-aqua);
      font-size: 11px;
      font-weight: 820;
      letter-spacing: .13em;
      text-transform: uppercase;
    }

    .awnet-gallery-feature-copy strong {
      display: block;
      font-size: clamp(30px, 3.3vw, 52px);
      line-height: 1.02;
      letter-spacing: -.035em;
    }

    .awnet-gallery-feature-copy > span {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      margin-top: 16px;
      color: rgba(255,255,255,.78);
      font-size: 13px;
    }

    .awnet-gallery-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: repeat(3, minmax(0, 1fr));
      gap: 12px;
      min-height: 0;
    }

    .awnet-project-card {
      position: relative;
      min-width: 0;
      min-height: 0;
      overflow: hidden;
      padding: 0;
      color: var(--aw-white);
      border: 0;
      border-radius: 10px;
      background: var(--aw-ink-soft);
      box-shadow: 0 18px 45px rgba(7,23,34,.12);
      cursor: pointer;
      text-align: left;
    }

    .awnet-project-card[hidden] {
      display: none !important;
    }

    .awnet-project-card::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(to top, rgba(5,20,29,.94) 0, rgba(5,20,29,.58) 42%, transparent 74%);
    }

    .awnet-project-card img {
      width: 100%;
      height: auto;
      aspect-ratio: 4 / 3;
      display: block;
      object-fit: cover;
      transition: transform .35s ease, filter .35s ease;
    }

    .awnet-project-card:hover img,
    .awnet-project-card:focus-visible img {
      transform: scale(1.035);
      filter: saturate(1.08);
    }

    .awnet-project-card.is-active {
      outline: 3px solid var(--aw-lime);
      outline-offset: -3px;
      box-shadow: 0 0 0 1px rgba(255,255,255,.9), 0 18px 45px rgba(7,23,34,.18);
    }

    .awnet-project-copy {
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 16px;
    }

    .awnet-project-copy small {
      display: block;
      margin-bottom: 6px;
      color: var(--aw-aqua);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .awnet-project-copy strong {
      display: block;
      font-size: clamp(16px, 1.35vw, 21px);
      line-height: 1.08;
    }

    .awnet-project-copy span {
      display: none;
    }

    .awnet-gallery-all {
      min-width: 0;
      min-height: 0;
      padding: clamp(16px, 2.2vw, 26px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      color: var(--aw-white);
      border: 0;
      border-radius: 10px;
      background:
        linear-gradient(rgba(98,190,181,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98,190,181,.08) 1px, transparent 1px),
        var(--aw-ink-soft);
      background-size: 24px 24px;
      box-shadow: 0 18px 45px rgba(7,23,34,.12);
      cursor: pointer;
      text-align: left;
      transition: background-color .2s ease, transform .2s ease;
    }

    .awnet-gallery-all:hover,
    .awnet-gallery-all:focus-visible {
      background-color: var(--aw-blue);
      transform: translateY(-2px);
    }

    .awnet-gallery-all > span {
      margin-bottom: auto;
      color: var(--aw-lime);
      font-size: clamp(34px, 3vw, 48px);
      font-weight: 900;
      line-height: 1;
    }

    .awnet-gallery-all strong {
      font-size: clamp(16px, 1.35vw, 21px);
      line-height: 1.08;
    }

    .awnet-gallery-all small {
      margin-top: 7px;
      color: rgba(255,255,255,.68);
      font-size: 11px;
      line-height: 1.35;
    }

    .awnet-map-card {
      height: auto;
      min-height: 640px;
      display: grid;
      grid-template-rows: minmax(370px, 1fr) auto;
      overflow: hidden;
      color: var(--aw-white);
      border-radius: 12px;
      background: var(--aw-ink-soft);
      box-shadow: 0 22px 60px rgba(7,23,34,.13);
    }

    .awnet-map-visual {
      position: relative;
      min-height: 370px;
      overflow: hidden;
      background:
        linear-gradient(rgba(98,190,181,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(98,190,181,.06) 1px, transparent 1px),
        #102f3f;
      background-size: 42px 42px;
    }

    .awnet-map-visual::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at 36% 55%, rgba(98,190,181,.12), transparent 43%);
    }

    .awnet-map-layer {
      position: absolute;
      z-index: 1;
      top: 6%;
      bottom: 6%;
      left: 50%;
      aspect-ratio: 500 / 520;
      transform: translateX(-50%);
    }

    .awnet-map-shape {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: .68;
      filter: drop-shadow(0 22px 40px rgba(0,0,0,.18));
    }

    .awnet-map-marker {
      --marker-size: 34px;
      position: absolute;
      z-index: 3;
      left: var(--x);
      top: var(--y);
      width: var(--marker-size);
      height: var(--marker-size);
      display: grid;
      place-items: center;
      padding: 0;
      color: var(--aw-ink);
      border: 4px solid rgba(255,255,255,.9);
      border-radius: 50%;
      background: var(--aw-lime);
      box-shadow: 0 0 0 0 rgba(180,215,140,.45), 0 8px 24px rgba(0,0,0,.28);
      cursor: pointer;
      transform: translate(-50%, -50%);
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .awnet-map-marker::after {
      content: attr(data-short);
      position: absolute;
      left: 50%;
      bottom: calc(100% + 10px);
      min-width: max-content;
      padding: 6px 9px;
      color: var(--aw-white);
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 5px;
      background: rgba(7,23,34,.92);
      font-size: 11px;
      font-weight: 750;
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, 6px);
      transition: opacity .18s ease, transform .18s ease;
    }

    .awnet-map-marker:hover::after,
    .awnet-map-marker:focus-visible::after,
    .awnet-map-marker.is-active::after {
      opacity: 1;
      transform: translate(-50%, 0);
    }

    .awnet-map-marker:hover,
    .awnet-map-marker:focus-visible,
    .awnet-map-marker.is-active {
      background: var(--aw-white);
      box-shadow: 0 0 0 12px rgba(180,215,140,.18), 0 8px 24px rgba(0,0,0,.28);
      transform: translate(-50%, -50%) scale(1.08);
    }

    .awnet-map-detail {
      position: relative;
      z-index: 4;
      min-height: 226px;
      padding: clamp(24px, 3vw, 38px);
      border-top: 1px solid rgba(255,255,255,.13);
      background: #0a202c;
    }

    .awnet-map-detail-top {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: flex-start;
    }

    .awnet-map-detail small {
      color: var(--aw-aqua);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .awnet-map-detail h3 {
      margin: 6px 0 0;
      font-size: clamp(28px, 3vw, 42px);
    }

    .awnet-map-count {
      flex: 0 0 auto;
      padding: 8px 11px;
      color: var(--aw-ink);
      border-radius: 999px;
      background: var(--aw-lime);
      font-size: 12px;
      font-weight: 850;
    }

    .awnet-map-numbers {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 18px;
      margin-top: 24px;
    }

    .awnet-map-numbers div {
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,.14);
    }

    .awnet-map-numbers strong {
      display: block;
      color: var(--aw-white);
      font-size: 24px;
      line-height: 1;
    }

    .awnet-map-numbers span {
      display: block;
      margin-top: 7px;
      color: rgba(255,255,255,.65);
      font-size: 12px;
      line-height: 1.35;
    }

    .awnet-map-projects {
      margin: 18px 0 0;
      color: rgba(255,255,255,.72);
      font-size: 13px;
      line-height: 1.5;
    }

    .awnet-city-switcher {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 14px;
    }

    .awnet-city-switcher button {
      padding: 7px 10px;
      color: var(--aw-muted);
      border: 1px solid var(--aw-line);
      border-radius: 999px;
      background: var(--aw-white);
      font-size: 11px;
      font-weight: 750;
      cursor: pointer;
    }

    .awnet-city-switcher button.is-active {
      color: var(--aw-ink);
      border-color: var(--aw-lime);
      background: var(--aw-lime);
    }

    .awnet-realizations-cta {
      grid-area: cta;
      margin-top: clamp(62px, 7vw, 96px);
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 34px;
      align-items: center;
      padding: clamp(30px, 4vw, 54px);
      color: var(--aw-white);
      border-radius: 12px;
      background: var(--aw-ink);
    }

    .awnet-realizations-cta h2 {
      margin: 0;
      font-size: clamp(30px, 3.5vw, 52px);
    }

    .awnet-realizations-cta p {
      max-width: 720px;
      margin: 12px 0 0;
      color: rgba(255,255,255,.7);
    }

    .awnet-realizations-cta .awnet-button {
      white-space: nowrap;
    }

    .awnet-lightbox {
      width: min(1040px, calc(100vw - 40px));
      max-height: calc(100vh - 40px);
      padding: 0;
      overflow: hidden;
      color: var(--aw-ink);
      border: 0;
      border-radius: 12px;
      background: var(--aw-white);
      box-shadow: 0 34px 100px rgba(0,0,0,.38);
    }

    .awnet-lightbox::backdrop {
      background: rgba(4,15,22,.82);
      backdrop-filter: blur(6px);
    }

    .awnet-lightbox-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
      max-height: calc(100vh - 40px);
    }

    .awnet-lightbox-media {
      position: relative;
      min-width: 0;
      min-height: 520px;
      background: var(--aw-ink-soft);
    }

    .awnet-lightbox img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
      background: var(--aw-ink-soft);
    }

    .awnet-lightbox-nav {
      position: absolute;
      z-index: 2;
      top: 50%;
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      padding: 0;
      color: var(--aw-white);
      border: 1px solid rgba(255,255,255,.34);
      border-radius: 50%;
      background: rgba(7,23,34,.78);
      box-shadow: 0 10px 30px rgba(0,0,0,.2);
      cursor: pointer;
      appearance: none;
      user-select: none;
      -webkit-user-select: none;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      transform: translateY(-50%);
      transition: background .2s ease, transform .2s ease;
    }

    .awnet-lightbox-nav svg {
      width: 22px;
      height: 22px;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      pointer-events: none;
    }

    .awnet-lightbox-nav:hover,
    .awnet-lightbox-nav:focus-visible {
      background: var(--aw-blue);
      transform: translateY(-50%) scale(1.06);
    }

    .awnet-lightbox-nav.is-prev {
      left: 18px;
    }

    .awnet-lightbox-nav.is-next {
      right: 18px;
    }

    .awnet-lightbox-copy {
      padding: 44px 34px 34px;
      overflow: auto;
    }

    .awnet-lightbox-copy h2 {
      margin: 8px 0 0;
      font-size: 34px;
    }

    .awnet-lightbox-copy p {
      margin: 16px 0 0;
      color: var(--aw-muted);
    }

    .awnet-lightbox-copy .awnet-lightbox-index {
      margin-top: 10px;
      color: var(--aw-blue);
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .awnet-lightbox-close {
      position: absolute;
      z-index: 2;
      top: 14px;
      right: 14px;
      width: 42px;
      height: 42px;
      display: grid;
      place-items: center;
      padding: 0;
      color: var(--aw-white);
      border: 1px solid rgba(255,255,255,.28);
      border-radius: 50%;
      background: rgba(7,23,34,.78);
      cursor: pointer;
    }

    .awnet-sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0,0,0,0);
      white-space: nowrap;
      border: 0;
    }

    @media (max-width: 1050px) {
      .awnet-realizations-inner {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
          "heading"
          "metrics"
          "scope"
          "map"
          "gallery"
          "cta";
      }

      .awnet-realizations-heading h2 {
        max-width: 760px;
      }

      .awnet-realizations-lead {
        max-width: 760px;
      }

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

      .awnet-metric {
        min-height: 172px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
      }

      .awnet-metric strong {
        margin-top: 22px;
      }

      .awnet-metric p {
        margin-top: 14px;
      }

      .awnet-realization-layout > #mapa {
        position: static;
        margin-top: clamp(52px, 7vw, 76px);
      }

      .awnet-map-card {
        height: auto;
      }

      .awnet-gallery-showcase {
        height: clamp(520px, 61vw, 640px);
        grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
      }
    }

    @media (max-width: 700px) {
      .awnet-preview-note {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 11px;
      }

      .awnet-realizations {
        padding-top: 58px;
        padding-bottom: 70px;
        background-size: 44px 44px;
      }

      .awnet-realizations-heading h2 {
        font-size: clamp(38px, 11.5vw, 50px);
      }

      .awnet-metrics {
        grid-template-columns: 1fr;
      }

      .awnet-metric {
        min-height: 112px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas: "label value" "description value";
        align-items: center;
      }

      .awnet-metric strong {
        margin: 0;
        font-size: clamp(34px, 10vw, 46px);
      }

      .awnet-metric p {
        margin-top: 8px;
      }

      .awnet-realization-layout > #galeria {
        margin-top: 68px;
      }

      .awnet-gallery-showcase {
        height: auto;
        display: block;
      }

      .awnet-gallery-feature {
        width: 100%;
        aspect-ratio: 4 / 3;
      }

      .awnet-gallery-feature-copy {
        padding: 24px;
      }

      .awnet-gallery-feature-copy strong {
        font-size: clamp(27px, 8vw, 38px);
      }

      .awnet-gallery-grid {
        grid-template-columns: none;
        grid-template-rows: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(138px, 43vw);
        gap: 10px;
        margin-top: 10px;
        padding: 3px 3px 12px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
      }

      .awnet-project-card,
      .awnet-gallery-all {
        min-height: 156px;
        scroll-snap-align: start;
      }

      .awnet-project-copy {
        padding: 14px;
      }

      .awnet-project-copy small {
        font-size: 9px;
      }

      .awnet-project-copy strong {
        font-size: 16px;
      }

      .awnet-project-copy span {
        margin-top: 7px;
        font-size: 11px;
      }

      .awnet-map-card {
        min-height: 0;
        grid-template-rows: 360px auto;
      }

      .awnet-map-visual {
        min-height: 360px;
      }

      .awnet-map-marker {
        --marker-size: 30px;
      }

      .awnet-map-marker::after {
        display: none;
      }

      .awnet-map-detail-top {
        display: block;
      }

      .awnet-map-count {
        display: inline-block;
        margin-top: 12px;
      }

      .awnet-realizations-cta {
        grid-template-columns: 1fr;
      }

      .awnet-realizations-cta .awnet-button {
        width: 100%;
      }

      .awnet-lightbox {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
      }

      .awnet-lightbox-grid {
        grid-template-columns: 1fr;
        max-height: calc(100vh - 24px);
        overflow: auto;
      }

      .awnet-lightbox-media {
        height: 42vh;
        min-height: 260px;
      }

      .awnet-lightbox-nav {
        width: 46px;
        height: 46px;
      }

      .awnet-lightbox-copy {
        padding: 28px 24px 30px;
      }
    }

    @media (max-width: 390px) {
      .awnet-metric {
        column-gap: 14px;
        padding: 18px;
      }

      .awnet-metric strong {
        font-size: 32px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .awnet-project-card img,
      .awnet-gallery-feature img,
      .awnet-gallery-all,
      .awnet-map-marker,
      .awnet-map-marker::after {
        transition: none;
      }
    }

.awnet-contact {
  width: min(calc(100% - (2 * var(--aw-page-pad))), 1600px);
  margin: 0 auto clamp(58px, 5vw, 82px);
  padding: clamp(48px, 6vw, 92px);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: start;
  gap: 50px clamp(44px, 6vw, 96px);
  background: var(--aw-contact);
  border: 1px solid #ccd8cf;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(7, 23, 34, 0.035);
}

.awnet-contact-copy > p:not(.awnet-kicker) {
  max-width: 640px;
  margin: 24px 0 0;
  color: #52665b;
  font-size: 16px;
  line-height: 1.65;
}

.awnet-contact-cards {
  margin-top: 36px;
  border-top: 1px solid rgba(7, 23, 34, 0.24);
}

.awnet-contact-cards a {
  position: relative;
  padding: 18px 44px 18px 0;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(7, 23, 34, 0.24);
}

.awnet-contact-cards small {
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.awnet-contact-cards strong {
  margin-top: 5px;
  font-size: clamp(18px, 1.85vw, 27px);
  line-height: 1.25;
}

.awnet-contact-cards a > span {
  position: absolute;
  top: 35%;
  right: 4px;
  font-size: 21px;
  transition: transform 0.18s ease;
}

.awnet-contact-cards a:hover > span {
  transform: translate(4px, -4px);
}

.awnet-contact-form-wrap {
  padding: clamp(26px, 3.4vw, 46px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 23, 34, 0.16);
  border-radius: 10px;
  box-shadow: 0 22px 52px rgba(7, 23, 34, 0.08);
  scroll-margin-top: var(--aw-anchor-offset);
}

.awnet-contact-form-heading h3 {
  margin: 8px 0 0;
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
}

.awnet-contact-form-heading > p:last-child {
  margin: 12px 0 0;
  color: #52665b;
  font-size: 15px;
  line-height: 1.6;
}

.awnet-form-message {
  margin: 22px 0 0;
  padding: 13px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.5;
}

.awnet-form-message.is-success {
  color: #174c32;
  background: #e6f5eb;
  border: 1px solid #9dcfb0;
}

.awnet-form-message.is-error {
  color: #70251f;
  background: #fff0ed;
  border: 1px solid #e4aca5;
}

.awnet-contact-form {
  margin-top: 26px;
}

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

.awnet-field {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--aw-ink);
  font-size: 13px;
  font-weight: 780;
}

.awnet-field.is-full {
  grid-column: 1 / -1;
}

.awnet-field b {
  color: #9b2f28;
}

.awnet-field > span small {
  color: #66786e;
  font-weight: 650;
}

.awnet-field input,
.awnet-field select,
.awnet-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  box-sizing: border-box;
  padding: 12px 13px;
  color: var(--aw-ink);
  background: #fff;
  border: 1px solid #aebdb3;
  border-radius: 5px;
  font: inherit;
  font-weight: 560;
  line-height: 1.4;
}

.awnet-field textarea {
  min-height: 132px;
  resize: vertical;
}

.awnet-field input[type="file"] {
  min-height: 0;
  padding: 10px;
  color: #52665b;
  background: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.awnet-field input[type="file"]::file-selector-button {
  margin-right: 12px;
  padding: 8px 11px;
  color: var(--aw-ink);
  background: #eaf0eb;
  border: 1px solid #aebdb3;
  border-radius: 4px;
  font: inherit;
  font-weight: 760;
  cursor: pointer;
}

.awnet-field input:focus,
.awnet-field select:focus,
.awnet-field textarea:focus {
  border-color: var(--aw-aqua-dark);
  box-shadow: 0 0 0 3px rgba(35, 131, 137, 0.14);
}

.awnet-field-help {
  color: #66786e;
  font-size: 11px;
  font-weight: 590;
  line-height: 1.5;
}

.awnet-form-privacy {
  margin: 20px 0 0;
  color: #5b6e64;
  font-size: 11px;
  line-height: 1.6;
}

.awnet-contact-form .awnet-button {
  margin-top: 20px;
  border: 0;
  cursor: pointer;
}

.awnet-form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.awnet-contact-meta {
  grid-column: 1 / -1;
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(7, 23, 34, 0.2);
}

.awnet-contact-meta span {
  padding: 6px 12px;
  color: #42564b;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(7, 23, 34, 0.13);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 740;
}

.awnet-footer {
  color: #9aadb4;
  background: var(--aw-ink);
  font-size: 12px;
}

.awnet-footer-inner {
  width: min(100%, 1760px);
  min-height: 124px;
  margin: 0 auto;
  padding: 32px var(--aw-page-pad);
  display: grid;
  grid-template-columns: 1fr 1.45fr auto;
  align-items: center;
  gap: 30px;
}

.awnet-brand-footer {
  color: var(--aw-white);
}

.awnet-footer p {
  margin: 0;
}

@media (max-width: 1180px) {
  .awnet-hero-inner {
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
    gap: 34px;
  }

  .awnet-network-visual {
    min-height: 480px;
  }
}

@media (max-width: 900px) {
  .awnet-hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .awnet-hero-copy {
    max-width: 780px;
  }

  .awnet-network-visual {
    min-height: 470px;
  }

  .awnet-section-heading,
  .awnet-process,
  .awnet-contact {
    grid-template-columns: 1fr;
  }

  .awnet-section-heading {
    gap: 22px;
  }

  .awnet-contact {
    gap: 32px;
  }

  .awnet-contact-form-wrap {
    width: 100%;
  }

  .awnet-contact-meta {
    grid-column: auto;
  }
}

@media (max-width: 782px) {
  .admin-bar .awnet-page {
    --aw-anchor-offset: 130px;
  }

  .admin-bar .awnet-site-header {
    top: 46px;
  }
}

@media (max-width: 700px) {
  .awnet-site-header,
  .awnet-header-inner {
    min-height: 64px;
  }

  .awnet-nav {
    gap: 14px;
  }

  .awnet-nav a:not(.awnet-nav-cta) {
    display: none;
  }

  .awnet-nav .awnet-nav-cta {
    padding: 0 16px;
  }

  .awnet-hero-grid {
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
  }

  .awnet-hero-inner {
    padding-top: 68px;
    padding-bottom: 74px;
    gap: 44px;
  }

  .awnet-hero h1 {
    font-size: clamp(44px, 13vw, 61px);
    line-height: 0.99;
  }

  .awnet-hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .awnet-hero-actions {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .awnet-button {
    width: 100%;
  }

  .awnet-hero-points {
    margin-top: 26px;
    display: grid;
    gap: 10px;
  }

  .awnet-network-visual {
    min-height: 550px;
    border-radius: 14px;
  }

  .awnet-node {
    width: min(142px, calc(50% - 22px));
    min-height: 66px;
    padding: 10px;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .awnet-node-icon {
    width: 30px;
    height: 30px;
  }

  .awnet-node span {
    font-size: 13px;
  }

  .awnet-node small {
    margin-top: 5px;
    gap: 5px;
    font-size: 10px;
  }

  .awnet-node.is-a {
    top: 66px;
    left: 14px;
  }

  .awnet-node.is-b {
    top: 66px;
    right: 14px;
  }

  .awnet-node.is-c {
    top: 344px;
    right: 14px;
    bottom: auto;
  }

  .awnet-visual-hub {
    top: 49%;
    transform: translate(-50%, -50%) scale(0.78);
  }

  .awnet-visual-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
    min-height: 94px;
    padding: 13px 14px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }

  .awnet-visual-note svg {
    width: 34px;
    height: 34px;
  }

  .awnet-services {
    padding-top: 72px;
    padding-bottom: 84px;
  }

  .awnet-section-heading {
    margin-bottom: 34px;
  }

  .awnet-section-heading h2,
  .awnet-contact h2,
  .awnet-process h2 {
    font-size: 40px;
  }

  .awnet-section-heading > p {
    font-size: 16px;
  }

  .awnet-selector-tabs {
    grid-template-columns: 1fr;
  }

  .awnet-selector-tab {
    min-height: 56px;
    padding: 13px 17px;
    border-right: 0;
    border-bottom: 1px solid var(--aw-line);
  }

  .awnet-selector-tab:last-child {
    border-bottom: 0;
  }

  .awnet-selector-tab.is-active {
    box-shadow: inset 3px 0 0 var(--aw-lime-ink);
  }

  .awnet-selector-panel {
    grid-template-columns: 1fr;
  }

  .awnet-selector-copy {
    padding: 34px 22px 36px;
  }

  .awnet-selector-copy h3 {
    font-size: 31px;
  }

  .awnet-selector-list {
    padding: 23px 22px;
  }

  .awnet-selector-list li {
    padding: 15px 0;
    font-size: 14px;
  }

  .awnet-process {
    margin-top: 62px;
    padding: 36px 22px;
    gap: 34px;
  }

  .awnet-steps li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .awnet-contact {
    width: 100%;
    margin-bottom: 0;
    padding: 56px var(--aw-page-pad);
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .awnet-contact-cards strong {
    overflow-wrap: anywhere;
  }

  .awnet-contact-form-wrap {
    padding: 26px 18px;
  }

  .awnet-form-grid {
    grid-template-columns: 1fr;
  }

  .awnet-field.is-full {
    grid-column: auto;
  }

  .awnet-contact-meta {
    padding-top: 22px;
  }

  .awnet-footer-inner {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 38px;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 390px) {
  .awnet-brand {
    font-size: 14px;
  }

  .awnet-brand-mark {
    width: 24px;
    margin-right: 4px;
  }

  .awnet-hero h1 {
    font-size: 47px;
  }

  .awnet-section-heading h2,
  .awnet-contact h2,
  .awnet-process h2 {
    font-size: 37px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .awnet-page *,
  .awnet-page *::before,
  .awnet-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
