:root {
  --aw-navy: #0f2238;
  --aw-blue: #2c607e;
  --aw-teal: #2f8a84;
  --aw-orange: #d47a32;
  --aw-ink: #25394b;
  --aw-muted: #5d6f7f;
  --aw-soft: #eff5f7;
  --aw-line: rgba(15, 34, 56, 0.13);
  --aw-white: #ffffff;
  --aw-radius: 18px;
  --aw-shadow: 0 18px 50px rgba(15, 34, 56, 0.09);
}

.automation-page {
  color: var(--aw-ink);
  background: var(--aw-white);
}

.automation-page *,
.automation-page *::before,
.automation-page *::after {
  box-sizing: border-box;
}

.aw-container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.aw-skip {
  position: absolute;
  left: -9999px;
}

.aw-skip:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  padding: 0.75rem 1rem;
  background: var(--aw-navy);
  color: #fff;
}

.aw-wing-nav {
  position: relative;
  z-index: 10;
  border-block: 1px solid var(--aw-line);
  background: rgba(255, 255, 255, 0.97);
}

.aw-wing-nav__inner {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding-block: 0.6rem;
}

.aw-wing-nav a,
.aw-local-nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  color: #3f5669;
  font-size: 0.91rem;
  font-weight: 700;
  text-decoration: none;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.aw-wing-nav a {
  padding: 0.62rem 0.9rem;
}

.aw-wing-nav a:hover,
.aw-wing-nav a:focus-visible,
.aw-wing-nav a.is-active,
.aw-local-nav a:hover,
.aw-local-nav a:focus-visible {
  background: rgba(44, 96, 126, 0.1);
  color: var(--aw-navy);
}

.aw-breadcrumb {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 1rem;
  color: var(--aw-muted);
  font-size: 0.91rem;
}

.aw-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.aw-hero {
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
  background:
    radial-gradient(circle at 86% 10%, rgba(47, 138, 132, 0.16), transparent 31%),
    linear-gradient(135deg, #f7fafb 0%, #eef4f6 100%);
  border-block: 1px solid var(--aw-line);
}

.aw-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.75rem);
  align-items: center;
}

.aw-eyebrow {
  margin-bottom: 0.75rem;
  color: var(--aw-blue);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aw-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--aw-navy);
  font-size: clamp(2.25rem, 4.8vw, 4.7rem);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.aw-detail .aw-hero h1 {
  font-size: clamp(2rem, 4vw, 3.65rem);
}

.aw-hero__lead {
  max-width: 760px;
  margin: 1.25rem 0 0;
  color: #435a6d;
  font-size: clamp(1.03rem, 1.5vw, 1.22rem);
  line-height: 1.72;
}

.aw-hero__image img {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 20px 26px rgba(15, 34, 56, 0.12));
}

.aw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.aw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.76rem 1.05rem;
  border-radius: 10px;
  font-weight: 760;
  text-decoration: none;
}

.aw-btn--primary {
  background: var(--aw-navy);
  color: #fff;
}

.aw-btn--secondary {
  border: 1px solid var(--aw-line);
  background: #fff;
  color: var(--aw-navy);
}

.aw-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.aw-chip {
  padding: 0.45rem 0.68rem;
  border: 1px solid rgba(44, 96, 126, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: #365368;
  font-size: 0.84rem;
  font-weight: 700;
}

.aw-local-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--aw-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.aw-local-nav__inner {
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  padding-block: 0.58rem;
}

.aw-local-nav a {
  padding: 0.58rem 0.78rem;
}

.aw-section {
  padding: clamp(3.6rem, 6vw, 6rem) 0;
}

.aw-section--soft {
  background: var(--aw-soft);
}

.aw-section__head {
  max-width: 790px;
  margin-bottom: 2rem;
}

.aw-section__head h2 {
  margin: 0;
  color: var(--aw-navy);
  font-size: clamp(1.8rem, 3vw, 2.75rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.aw-section__head p {
  margin: 0.85rem 0 0;
  color: var(--aw-muted);
  font-size: 1.02rem;
  line-height: 1.72;
}

.aw-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

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

.aw-card {
  height: 100%;
  padding: 1.25rem;
  border: 1px solid var(--aw-line);
  border-radius: var(--aw-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 34, 56, 0.04);
}

.aw-card h3 {
  margin: 0 0 0.55rem;
  color: var(--aw-navy);
  font-size: 1.08rem;
  line-height: 1.3;
}

.aw-card p {
  margin: 0;
  color: var(--aw-muted);
  line-height: 1.65;
}

.aw-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

.aw-flow__step {
  position: relative;
  display: block;
  padding: 1.25rem;
  border: 1px solid var(--aw-line);
  border-radius: var(--aw-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--aw-shadow);
}

.aw-flow__step:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -0.63rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: var(--aw-blue);
  font-size: 1.35rem;
  font-weight: 900;
}

.aw-flow__number {
  display: inline-flex;
  width: 2.2rem;
  height: 2.2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: rgba(47, 138, 132, 0.12);
  color: var(--aw-teal);
  font-weight: 800;
}

.aw-flow__step h3 {
  margin: 0 0 0.45rem;
  color: var(--aw-navy);
}

.aw-flow__step p {
  margin: 0;
  color: var(--aw-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.aw-area-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid var(--aw-line);
  border-radius: var(--aw-radius);
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--aw-shadow);
}

.aw-area-card__media {
  min-height: 165px;
  padding: 1rem;
  background: linear-gradient(135deg, #edf4f6, #f7fafb);
}

.aw-area-card__media img {
  width: 100%;
  height: 145px;
  object-fit: contain;
}

.aw-area-card__body {
  padding: 1.3rem;
}

.aw-area-card__tag {
  color: var(--aw-blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aw-area-card h3 {
  margin: 0.55rem 0;
  color: var(--aw-navy);
  font-size: 1.22rem;
}

.aw-area-card p {
  margin: 0;
  color: var(--aw-muted);
  line-height: 1.63;
}

.aw-area-card__link {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--aw-blue);
  font-weight: 800;
}

.aw-cta {
  padding: clamp(2rem, 4vw, 3.25rem);
  border-radius: 24px;
  background: var(--aw-navy);
  color: #fff;
}

.aw-cta h2 {
  margin: 0;
  color: #fff;
}

.aw-cta p {
  max-width: 760px;
  margin: 0.8rem 0 0;
  color: #dce6ec;
  line-height: 1.7;
}

.aw-cta .aw-btn--primary {
  background: #fff;
  color: var(--aw-navy);
}

@media (max-width: 980px) {
  .aw-hero__grid,
  .aw-grid,
  .aw-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .aw-flow__step::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .aw-container {
    width: min(100% - 1.25rem, 1180px);
  }

  .aw-hero__grid,
  .aw-grid,
  .aw-grid--4,
  .aw-flow {
    grid-template-columns: 1fr;
  }

  .aw-hero__image {
    order: -1;
  }

  .aw-hero__image img {
    max-height: 245px;
  }

  .aw-actions {
    flex-direction: column;
  }

  .aw-btn {
    width: 100%;
  }
}

/* Visual system refinement */
.automation-page {
  --aw-accent: var(--aw-teal);
  --aw-accent-rgb: 47, 138, 132;
  overflow-x: clip;
}

.automation-page[data-area="sense"] {
  --aw-accent: #268778;
  --aw-accent-rgb: 38, 135, 120;
}

.automation-page[data-area="acquire"] {
  --aw-accent: #3979a5;
  --aw-accent-rgb: 57, 121, 165;
}

.automation-page[data-area="connect"] {
  --aw-accent: #6559a8;
  --aw-accent-rgb: 101, 89, 168;
}

.automation-page[data-area="control"] {
  --aw-accent: #c26c2d;
  --aw-accent-rgb: 194, 108, 45;
}

.automation-page[data-area="monitor"] {
  --aw-accent: #2a718c;
  --aw-accent-rgb: 42, 113, 140;
}

.aw-icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.aw-wing-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 8px 22px rgba(15, 34, 56, 0.04);
  backdrop-filter: blur(14px);
}

.aw-wing-nav__inner {
  scrollbar-width: thin;
}

.aw-wing-nav a.is-active {
  background: var(--aw-navy);
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 34, 56, 0.14);
}

.aw-breadcrumb {
  position: relative;
}

.aw-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(2.7rem, 5vw, 4.4rem) 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.66)),
    linear-gradient(90deg, rgba(15, 34, 56, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(15, 34, 56, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 86% 10%, rgba(var(--aw-accent-rgb), 0.2), transparent 32%),
    linear-gradient(135deg, #f8fbfc 0%, #eaf2f5 100%);
  background-size:
    auto,
    34px 34px,
    34px 34px,
    auto,
    auto;
}

.aw-hero::before,
.aw-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(1px);
}

.aw-hero::before {
  width: 330px;
  height: 330px;
  right: -150px;
  bottom: -170px;
  border: 54px solid rgba(var(--aw-accent-rgb), 0.08);
}

.aw-hero::after {
  width: 150px;
  height: 150px;
  left: -65px;
  top: 35px;
  border: 28px solid rgba(44, 96, 126, 0.07);
}

.aw-hero__grid {
  min-height: 410px;
}

.aw-detail .aw-hero__grid {
  min-height: 380px;
}

.aw-hero h1 {
  text-wrap: balance;
}

.aw-hero__lead {
  max-width: 680px;
}

.aw-hero__visual-shell {
  position: relative;
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  border: 1px solid rgba(var(--aw-accent-rgb), 0.2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--aw-accent-rgb), 0.14), transparent 52%),
    rgba(255, 255, 255, 0.76);
  box-shadow: 0 28px 70px rgba(15, 34, 56, 0.13);
  backdrop-filter: blur(12px);
}

.aw-hero__visual-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(var(--aw-accent-rgb), 0.25);
  border-radius: 22px;
  pointer-events: none;
}

.aw-hero__visual-shell img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 290px;
}

.aw-hero__badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.56rem 0.76rem;
  border: 1px solid rgba(var(--aw-accent-rgb), 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--aw-navy);
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(15, 34, 56, 0.11);
}

.aw-hero__badge::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--aw-accent);
  box-shadow: 0 0 0 4px rgba(var(--aw-accent-rgb), 0.12);
}

.aw-hero__badge--top {
  top: 1rem;
  left: 1rem;
}

.aw-hero__badge--right {
  right: 0.8rem;
  top: 48%;
}

.aw-hero__badge--bottom {
  left: 1.4rem;
  bottom: 1rem;
}

.aw-chip {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 14px rgba(15, 34, 56, 0.035);
}

.aw-btn {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.aw-btn:hover,
.aw-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 34, 56, 0.16);
}

.aw-local-nav {
  top: 56px;
  z-index: 35;
}

.aw-local-nav__inner {
  scrollbar-width: thin;
}

.aw-local-nav a {
  border: 1px solid transparent;
}

.aw-local-nav a:hover,
.aw-local-nav a:focus-visible {
  border-color: rgba(var(--aw-accent-rgb), 0.18);
  background: rgba(var(--aw-accent-rgb), 0.09);
}

.aw-signal-chain {
  position: relative;
  z-index: 5;
  margin-top: -1px;
  padding: 1.05rem 0;
  border-bottom: 1px solid var(--aw-line);
  background: #fff;
}

.aw-signal-chain__track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.aw-signal-chain__track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 1.8rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(var(--aw-accent-rgb), 0.22), var(--aw-accent));
}

.aw-signal-chain__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.08rem 0.7rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(var(--aw-accent-rgb), 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 7px 20px rgba(15, 34, 56, 0.045);
}

.aw-signal-chain__icon {
  grid-row: 1 / span 3;
  display: grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border-radius: 12px;
  background: rgba(var(--aw-accent-rgb), 0.11);
  color: var(--aw-accent);
}

.aw-signal-chain__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.aw-signal-chain__number {
  color: var(--aw-accent);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.aw-signal-chain__item strong {
  color: var(--aw-navy);
  font-size: 0.92rem;
}

.aw-signal-chain__item p {
  grid-column: 2;
  margin: 0.15rem 0 0;
  color: var(--aw-muted);
  font-size: 0.78rem;
  line-height: 1.4;
}

.aw-section {
  position: relative;
}

.aw-section--soft {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.28), transparent 28%), var(--aw-soft);
}

.aw-section__head {
  position: relative;
}

.aw-section__index {
  display: inline-flex;
  margin-bottom: 0.85rem;
  color: rgba(var(--aw-accent-rgb), 0.72);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.aw-section__index::after {
  content: "";
  width: 3rem;
  height: 2px;
  margin: 0.42rem 0 0 0.65rem;
  background: linear-gradient(90deg, var(--aw-accent), transparent);
}

.aw-detail .aw-section--content > .aw-container {
  display: grid;
  grid-template-columns: minmax(225px, 0.72fr) minmax(0, 2.28fr);
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: start;
}

.aw-detail .aw-section--content .aw-section__head {
  position: sticky;
  top: 128px;
  margin: 0;
  padding: 1.25rem 1.3rem 1.4rem;
  border-left: 4px solid var(--aw-accent);
  border-radius: 0 16px 16px 0;
  background: linear-gradient(135deg, rgba(var(--aw-accent-rgb), 0.09), rgba(255, 255, 255, 0.72));
}

.aw-detail .aw-section--content .aw-section__head::after {
  content: attr(data-visual);
  display: none;
}

.aw-detail .aw-section--content .aw-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aw-card {
  position: relative;
  isolation: isolate;
  min-height: 190px;
  padding: 1.28rem 1.25rem 1.3rem;
  overflow: hidden;
  background: radial-gradient(circle at 100% 0%, rgba(var(--aw-accent-rgb), 0.08), transparent 42%), #fff;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.aw-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, var(--aw-accent), rgba(var(--aw-accent-rgb), 0.15));
}

.aw-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 96px;
  height: 96px;
  right: -40px;
  bottom: -44px;
  border: 17px solid rgba(var(--aw-accent-rgb), 0.06);
  border-radius: 50%;
}

.aw-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--aw-accent-rgb), 0.32);
  box-shadow: 0 18px 40px rgba(15, 34, 56, 0.1);
}

.aw-card__icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(var(--aw-accent-rgb), 0.16);
  border-radius: 13px;
  background: rgba(var(--aw-accent-rgb), 0.1);
  color: var(--aw-accent);
}

.aw-card__icon svg {
  width: 1.35rem;
  height: 1.35rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.aw-flow {
  position: relative;
  gap: 0.9rem;
}

.aw-flow::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 2.05rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #268778, #3979a5, #6559a8, #c26c2d, #2a718c);
}

.aw-flow__step {
  min-height: 215px;
  padding-top: 1.05rem;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.aw-flow__step:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(15, 34, 56, 0.13);
}

.aw-flow__step:not(:last-child)::after {
  display: none;
}

.aw-flow__number {
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  background: var(--aw-navy);
  color: #fff;
}

.aw-flow__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  margin-bottom: 0.8rem;
  border-radius: 14px;
  background: rgba(44, 96, 126, 0.09);
  color: var(--aw-blue);
}

.aw-flow__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.aw-area-card {
  position: relative;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.aw-area-card:hover {
  transform: translateY(-6px);
  border-color: rgba(var(--aw-accent-rgb), 0.26);
  box-shadow: 0 28px 62px rgba(15, 34, 56, 0.14);
}

.aw-area-card__media {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  background:
    radial-gradient(circle at 90% 10%, rgba(var(--aw-accent-rgb), 0.18), transparent 35%),
    linear-gradient(135deg, #edf4f6, #f9fbfc);
}

.aw-area-card__media::after {
  content: "";
  position: absolute;
  inset: auto -60px -75px auto;
  width: 180px;
  height: 180px;
  border: 30px solid rgba(44, 96, 126, 0.06);
  border-radius: 50%;
}

.aw-area-card__number {
  position: absolute;
  z-index: 2;
  top: 0.85rem;
  left: 0.95rem;
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  border-radius: 50%;
  background: var(--aw-navy);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}

.aw-area-card__media img {
  position: relative;
  z-index: 1;
  height: 165px;
  transition: transform 0.3s ease;
}

.aw-area-card:hover .aw-area-card__media img {
  transform: scale(1.035);
}

.aw-area-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.aw-master #workflows .aw-card,
.aw-master #applications .aw-card {
  min-height: 210px;
}

.aw-master #applications .aw-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.aw-master #applications .aw-card {
  grid-column: span 4;
}

.aw-master #applications .aw-card:nth-child(1),
.aw-master #applications .aw-card:nth-child(4) {
  grid-column: span 5;
}

.aw-master #applications .aw-card:nth-child(2),
.aw-master #applications .aw-card:nth-child(5) {
  grid-column: span 3;
}

.aw-master #applications .aw-card:nth-child(3),
.aw-master #applications .aw-card:nth-child(6) {
  grid-column: span 4;
}

.aw-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(var(--aw-accent-rgb), 0.35), transparent 28%),
    linear-gradient(135deg, #0f2238, #183d56);
  box-shadow: 0 28px 70px rgba(15, 34, 56, 0.2);
}

.aw-cta::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -90px;
  bottom: -120px;
  border: 38px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.aw-cta > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 1080px) {
  .aw-signal-chain__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-signal-chain__track::before {
    display: none;
  }

  .aw-detail .aw-section--content > .aw-container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .aw-detail .aw-section--content .aw-section__head {
    position: relative;
    top: auto;
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .aw-wing-nav {
    top: 0;
  }

  .aw-local-nav {
    top: 55px;
  }

  .aw-hero__grid,
  .aw-detail .aw-hero__grid {
    min-height: auto;
  }

  .aw-hero__visual-shell {
    min-height: 250px;
  }

  .aw-hero__badge--right {
    right: 0.5rem;
    top: 45%;
  }

  .aw-signal-chain__track,
  .aw-detail .aw-section--content .aw-grid {
    grid-template-columns: 1fr;
  }

  .aw-master #applications .aw-grid {
    grid-template-columns: 1fr;
  }

  .aw-master #applications .aw-card,
  .aw-master #applications .aw-card:nth-child(n) {
    grid-column: auto;
  }
}

/* Integrated technology visuals: restrained, contextual and consistent */
.aw-technology-band {
  position: relative;
  overflow: hidden;
}

.aw-technology-band::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -180px;
  top: -210px;
  border: 64px solid rgba(var(--aw-accent-rgb), 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.aw-tech-ribbon,
.aw-tech-duo {
  display: grid;
  gap: 1.25rem;
}

.aw-tech-ribbon {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.aw-tech-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aw-tech-tile,
.aw-tech-showcase,
.aw-tech-block,
.aw-handoff {
  border: 1px solid rgba(15, 34, 56, 0.11);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 34, 56, 0.09);
}

.aw-tech-tile {
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.aw-tech-tile__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 1rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(var(--aw-accent-rgb), 0.13), transparent 38%),
    #f5f7fa;
  border-bottom: 1px solid rgba(15, 34, 56, 0.08);
}

.aw-tech-tile__media img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.aw-tech-tile__media--diagram img {
  height: 205px;
}

.aw-tech-tile__media--screen img {
  height: 210px;
}

.aw-tech-tile__media--product img {
  height: 230px;
}

.aw-tech-tile__body {
  flex: 1;
  padding: 1.35rem 1.45rem 1.55rem;
}

.aw-tech-tile__body h3,
.aw-tech-block__head h3,
.aw-tech-showcase__copy h3,
.aw-handoff h3 {
  margin: 0.55rem 0 0.65rem;
  color: #0f2238;
  font-size: clamp(1.15rem, 1.6vw, 1.45rem);
  line-height: 1.22;
}

.aw-tech-tile__body p,
.aw-tech-block__head p,
.aw-tech-showcase__copy p,
.aw-handoff p {
  margin: 0;
  color: #4d6173;
  line-height: 1.68;
}

.aw-tech-label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(var(--aw-accent-rgb), 0.22);
  border-radius: 999px;
  background: rgba(var(--aw-accent-rgb), 0.08);
  color: #19506b;
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.aw-tech-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 0;
  margin-top: 2.25rem;
  overflow: hidden;
}

.aw-tech-showcase--reverse .aw-tech-showcase__media {
  order: 2;
}

.aw-tech-showcase--reverse .aw-tech-showcase__copy {
  order: 1;
}

.aw-tech-showcase__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 1.5rem;
  background:
    linear-gradient(145deg, rgba(var(--aw-accent-rgb), 0.11), transparent 62%),
    #f3f6f9;
}

.aw-tech-showcase__media img {
  display: block;
  width: 100%;
  max-height: 315px;
  object-fit: contain;
}

.aw-tech-showcase__media--screen {
  background:
    radial-gradient(circle at 20% 20%, rgba(var(--aw-accent-rgb), 0.14), transparent 35%),
    linear-gradient(145deg, #f6f8fb, #eef3f6);
}

.aw-tech-showcase__copy {
  align-self: center;
  padding: clamp(1.6rem, 3vw, 2.6rem);
}

.aw-tech-points {
  display: grid;
  gap: 0.6rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.aw-tech-points li {
  position: relative;
  padding-left: 1.45rem;
  color: #28495d;
  line-height: 1.5;
}

.aw-tech-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: rgb(var(--aw-accent-rgb));
  box-shadow: 0 0 0 4px rgba(var(--aw-accent-rgb), 0.11);
}

.aw-tech-block {
  margin-top: 2.25rem;
  padding: clamp(1.35rem, 2.4vw, 2rem);
  background:
    linear-gradient(145deg, rgba(var(--aw-accent-rgb), 0.045), transparent 45%),
    #fff;
}

.aw-tech-block__head {
  max-width: 780px;
  margin-bottom: 1.35rem;
}

.aw-tech-duo .aw-tech-tile {
  box-shadow: none;
  border-radius: 17px;
}

.aw-tech-duo--products .aw-tech-tile__media {
  background: #f5f7fa;
}

.aw-handoff {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.25rem;
  padding: clamp(1.4rem, 2.6vw, 2.2rem);
  background:
    linear-gradient(145deg, rgba(var(--aw-accent-rgb), 0.065), transparent 55%),
    #fff;
}

.aw-handoff__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.aw-handoff__steps div {
  position: relative;
  min-height: 132px;
  padding: 1rem;
  border: 1px solid rgba(15, 34, 56, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.86);
}

.aw-handoff__steps div:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -0.63rem;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff;
  color: rgb(var(--aw-accent-rgb));
  font-size: 1.15rem;
  font-weight: 800;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(15, 34, 56, 0.11);
}

.aw-handoff__steps strong,
.aw-handoff__steps span {
  display: block;
}

.aw-handoff__steps strong {
  margin-bottom: 0.7rem;
  color: rgb(var(--aw-accent-rgb));
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.aw-handoff__steps span {
  color: #28495d;
  font-size: 0.92rem;
  line-height: 1.48;
}

@media (max-width: 980px) {
  .aw-tech-ribbon,
  .aw-tech-duo {
    grid-template-columns: 1fr;
  }

  .aw-tech-showcase,
  .aw-handoff {
    grid-template-columns: 1fr;
  }

  .aw-tech-showcase--reverse .aw-tech-showcase__media,
  .aw-tech-showcase--reverse .aw-tech-showcase__copy {
    order: initial;
  }

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

@media (max-width: 620px) {
  .aw-tech-tile__media img,
  .aw-tech-tile__media--diagram img,
  .aw-tech-tile__media--screen img,
  .aw-tech-tile__media--product img {
    height: 180px;
  }

  .aw-tech-showcase__media {
    min-height: 250px;
  }

  .aw-handoff__steps {
    grid-template-columns: 1fr;
  }

  .aw-handoff__steps div {
    min-height: 0;
  }

  .aw-handoff__steps div:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -0.65rem;
    transform: translateX(50%) rotate(90deg);
  }
}


/* Primionics refinement: orange-led, block-based flow and reduced decorative circles */
.automation-page {
  --aw-accent: var(--aw-orange);
  --aw-accent-rgb: 212, 122, 50;
}
.automation-page[data-area="sense"],
.automation-page[data-area="acquire"],
.automation-page[data-area="connect"],
.automation-page[data-area="control"],
.automation-page[data-area="monitor"] {
  --aw-accent: var(--aw-orange);
  --aw-accent-rgb: 212, 122, 50;
}
.aw-wing-nav a,
.aw-local-nav a,
.aw-chip,
.aw-hero__badge,
.aw-tech-label {
  border-radius: 10px;
}
.aw-wing-nav a:hover,
.aw-wing-nav a:focus-visible,
.aw-wing-nav a.is-active,
.aw-local-nav a:hover,
.aw-local-nav a:focus-visible {
  background: rgba(212, 122, 50, 0.12);
  color: var(--aw-navy);
}
.aw-wing-nav a.is-active {
  background: var(--aw-orange);
  color: #fff;
}
.aw-hero {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, #fbf7f3 0%, #f3eee8 100%);
}
.aw-hero::before,
.aw-hero::after,
.aw-card::after,
.aw-area-card__media::after,
.aw-technology-band::before,
.aw-cta::after {
  display: none !important;
}
.aw-hero__visual-shell {
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(212, 122, 50, 0.12), rgba(255, 255, 255, 0.92));
}
.aw-hero__visual-shell::before {
  border-style: solid;
  border-radius: 14px;
}
.aw-hero__badge::before {
  display: none;
}
.aw-card__icon,
.aw-flow__icon,
.aw-signal-chain__icon,
.aw-icon-sprite {
  display: none !important;
}
.aw-card,
.aw-area-card,
.aw-tech-tile,
.aw-tech-showcase,
.aw-tech-block,
.aw-handoff,
.aw-cta,
.aw-flow__step,
.aw-signal-chain__item {
  border-radius: 14px;
}
.aw-flow::before {
  background: linear-gradient(90deg, rgba(212, 122, 50, 0.15), rgba(212, 122, 50, 0.8));
  top: 1.65rem;
}
.aw-flow__step {
  min-height: 200px;
  padding-top: 1.2rem;
  background: linear-gradient(180deg, rgba(212, 122, 50, 0.04), rgba(255, 255, 255, 1) 38%);
}
.aw-flow__number,
.aw-area-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 2.2rem;
  padding: 0 0.65rem;
  border-radius: 8px;
  background: var(--aw-orange);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.aw-area-card__number {
  width: auto;
  height: 2.2rem;
  top: 0.95rem;
  left: 0.95rem;
}
.aw-signal-chain__track::before {
  display: none;
}
.aw-signal-chain__item {
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 1rem;
}
.aw-signal-chain__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  height: 2rem;
  padding: 0 0.5rem;
  border-radius: 8px;
  background: rgba(212, 122, 50, 0.12);
  color: var(--aw-orange);
}
.aw-signal-chain__item strong,
.aw-signal-chain__item p {
  grid-column: auto;
}
.aw-tech-points li::before {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2px;
  background: var(--aw-orange);
  box-shadow: none;
}
.aw-handoff__steps div:not(:last-child)::after {
  display: none;
}
.aw-handoff__steps strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  padding: 0 0.55rem;
  border-radius: 8px;
  background: rgba(212, 122, 50, 0.12);
  color: var(--aw-orange);
}
.aw-section__index::after,
.aw-card::before,
.aw-detail .aw-section--content .aw-section__head {
  border-color: var(--aw-orange);
}
.aw-detail .aw-section--content .aw-section__head {
  background: linear-gradient(135deg, rgba(212, 122, 50, 0.08), rgba(255, 255, 255, 0.8));
}
.aw-section__index,
.aw-tech-label,
.aw-area-card__tag,
.aw-eyebrow,
.aw-card h3 + .aw-subtitle {
  color: var(--aw-orange);
}
.aw-btn--primary {
  background: var(--aw-orange);
}
.aw-btn--secondary {
  color: var(--aw-orange);
  border-color: rgba(212, 122, 50, 0.22);
}
.aw-btn--secondary:hover,
.aw-btn--secondary:focus-visible {
  background: rgba(212, 122, 50, 0.08);
}
.aw-cta {
  background: linear-gradient(135deg, #13273d, #1f3853);
}


/* Search-focused technology platform pages */
.aw-brand-page {
  --aw-accent: var(--aw-orange);
  --aw-accent-rgb: 212, 122, 50;
}

.aw-brand-hero__visual {
  min-height: 340px;
  border-color: rgba(212, 122, 50, 0.24);
  background: linear-gradient(135deg, rgba(212, 122, 50, 0.12), #ffffff 66%);
}

.aw-number-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.aw-number-block {
  min-height: 205px;
  padding: 1.25rem;
  border: 1px solid var(--aw-line);
  border-top: 3px solid var(--aw-orange);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 34, 56, 0.07);
}

.aw-number-block__number {
  display: inline-flex;
  min-width: 3rem;
  min-height: 2.1rem;
  align-items: center;
  justify-content: center;
  padding-inline: 0.6rem;
  border-radius: 8px;
  background: var(--aw-orange);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.aw-number-block h3 {
  margin: 1rem 0 0.55rem;
  color: var(--aw-navy);
  font-size: 1.05rem;
}

.aw-number-block p {
  margin: 0;
  color: var(--aw-muted);
  font-size: 0.93rem;
  line-height: 1.62;
}

.aw-brand-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.6fr);
  gap: 1.25rem;
  align-items: stretch;
}

.aw-brand-media {
  display: grid;
  min-height: 390px;
  place-items: center;
  padding: 1.4rem;
  border: 1px solid var(--aw-line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(212, 122, 50, 0.08), #f6f8fa 58%);
}

.aw-brand-media img {
  display: block;
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.aw-brand-media--diagram img,
.aw-brand-media--screen img {
  max-height: 370px;
}

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

.aw-inline-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--aw-orange);
  font-weight: 800;
  text-decoration: none;
}

.aw-inline-link:hover,
.aw-inline-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.aw-search-paths {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border: 1px solid rgba(212, 122, 50, 0.22);
  border-radius: 12px;
  background: rgba(212, 122, 50, 0.055);
}

.aw-search-paths h3 {
  margin: 0 0 0.65rem;
  color: var(--aw-navy);
}

.aw-search-paths p {
  margin: 0;
  color: var(--aw-muted);
  line-height: 1.65;
}

@media (max-width: 1040px) {
  .aw-number-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aw-brand-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .aw-number-flow,
  .aw-grid--2 {
    grid-template-columns: 1fr;
  }

  .aw-number-block {
    min-height: 0;
  }

  .aw-brand-media {
    min-height: 260px;
  }
}

/* ===== Unified Automation & Connectivity navigation — June 2026 ===== */
.automation-page .aw-breadcrumb{
  display:none!important;
}

/* Product-area navigation remains below the 60px global header. */
.automation-page .aw-wing-nav{
  position:sticky!important;
  top:60px!important;
  z-index:840!important;
  border:0!important;
  border-bottom:1px solid rgba(15,34,56,.18)!important;
  background:#0f2238!important;
  box-shadow:0 6px 18px rgba(15,34,56,.12)!important;
  backdrop-filter:none!important;
}
.automation-page .aw-wing-nav__inner{
  position:relative;
  width:min(1420px,calc(100% - 24px));
  margin:0 auto;
  padding:0;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr)) auto;
  gap:0;
  overflow:visible;
}
.automation-page .aw-wing-nav__inner>a{
  display:flex;
  min-width:0;
  min-height:66px;
  flex-direction:column;
  justify-content:center;
  padding:10px 12px;
  border-right:1px solid rgba(255,255,255,.09);
  border-radius:0;
  background:transparent;
  color:rgba(255,255,255,.74);
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:12.25px;
  font-weight:750;
  line-height:1.3;
  text-decoration:none;
  transition:background .16s ease,color .16s ease;
}
.automation-page .aw-wing-nav__inner>a:first-child{
  border-left:1px solid rgba(255,255,255,.09);
}
.automation-page .aw-wing-nav__inner>a span{
  display:block;
  color:inherit;
}
.automation-page .aw-wing-nav__inner>a small{
  display:block;
  margin-top:3px;
  color:rgba(255,255,255,.43);
  font-size:9.25px;
  font-weight:500;
  line-height:1.25;
}
.automation-page .aw-wing-nav__inner>a:hover,
.automation-page .aw-wing-nav__inner>a:focus-visible{
  background:rgba(255,255,255,.07);
  color:#fff;
}
.automation-page .aw-wing-nav__inner>a.is-active{
  background:#fff;
  color:#0f2238;
  box-shadow:inset 0 -3px 0 #d47a32;
}
.automation-page .aw-wing-nav__inner>a.is-active small{
  color:#63778b;
}

.aw-product-switcher{
  position:relative;
  min-width:150px;
  color:#fff;
}
.aw-product-switcher summary{
  display:flex;
  min-height:66px;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 16px;
  cursor:pointer;
  list-style:none;
  background:#d47a32;
  color:#fff;
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
.aw-product-switcher summary::-webkit-details-marker{display:none}
.aw-product-switcher summary::after{
  content:'⌄';
  font-size:14px;
  transition:transform .16s ease;
}
.aw-product-switcher[open] summary::after{transform:rotate(180deg)}
.aw-product-switcher__menu{
  position:absolute;
  top:calc(100% + 1px);
  right:0;
  width:370px;
  max-height:68vh;
  overflow:auto;
  padding:8px;
  border:1px solid #dbe3ea;
  border-top:2px solid #d47a32;
  border-radius:0 0 10px 10px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,34,56,.18);
}
.aw-product-switcher__label{
  display:block;
  padding:10px 11px 5px;
  color:#8797a5;
  font-family:var(--f-mono,monospace);
  font-size:8.5px;
  font-weight:850;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.automation-page .aw-wing-nav .aw-product-switcher__menu a{
  display:block;
  min-height:0;
  padding:10px 11px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:#425b72;
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:12px;
  font-weight:650;
  line-height:1.35;
  text-decoration:none;
  white-space:normal;
}
.automation-page .aw-wing-nav .aw-product-switcher__menu a:hover,
.automation-page .aw-wing-nav .aw-product-switcher__menu a:focus-visible,
.automation-page .aw-wing-nav .aw-product-switcher__menu a.is-current{
  background:#eef3f7;
  color:#0f2238;
}
.automation-page .aw-wing-nav .aw-product-switcher__menu a.is-current{
  border-left:3px solid #d47a32;
  padding-left:9px;
}

/* The page index remains visible beneath the product-area navigation. */
.automation-page .aw-local-nav{
  position:sticky!important;
  top:126px!important;
  z-index:830!important;
  border-bottom:1px solid #dfe6ed!important;
  background:rgba(244,247,250,.98)!important;
  box-shadow:0 4px 14px rgba(15,34,56,.07)!important;
  backdrop-filter:blur(12px);
  overflow-x:auto;
  scrollbar-width:none;
}
.automation-page .aw-local-nav::-webkit-scrollbar{display:none}
.automation-page .aw-local-nav__inner{
  display:flex;
  width:min(1180px,calc(100% - 24px));
  margin:0 auto;
  padding:0;
  align-items:center;
  gap:0;
  overflow-x:auto;
  scrollbar-width:none;
}
.automation-page .aw-local-nav__inner::-webkit-scrollbar{display:none}
.automation-page .aw-local-nav__inner::before{
  content:'On this page';
  flex:0 0 auto;
  margin-right:8px;
  padding-right:14px;
  border-right:1px solid #cfd9e2;
  color:#7b8d9e;
  font-family:var(--f-mono,monospace);
  font-size:8.5px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.automation-page .aw-local-nav a{
  display:flex;
  min-height:44px;
  flex:0 0 auto;
  align-items:center;
  padding:0 13px;
  border-bottom:2px solid transparent;
  border-radius:0;
  background:transparent;
  color:#607489;
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:11.5px;
  font-weight:650;
  white-space:nowrap;
}
.automation-page .aw-local-nav a:hover,
.automation-page .aw-local-nav a:focus-visible,
.automation-page .aw-local-nav a.is-active{
  background:transparent;
  color:#d47a32;
  border-bottom-color:#d47a32;
}
.automation-page section[id],
.automation-page .aw-hero[id]{
  scroll-margin-top:182px;
}

/* Workflow and engineering sections use the same typography as all other technical sections. */
.automation-page #workflows,
.automation-page #engineering{
  font-family:var(--f-body,'Inter',sans-serif);
}
.automation-page #workflows .aw-section__head h2,
.automation-page #engineering .aw-section__head h2{
  margin:0;
  color:var(--aw-navy);
  font-family:var(--f-head,'Plus Jakarta Sans',sans-serif);
  font-size:clamp(1.8rem,3vw,2.75rem);
  font-weight:700;
  line-height:1.12;
  letter-spacing:-.02em;
}
.automation-page #workflows .aw-section__head p,
.automation-page #engineering .aw-section__head p{
  margin:.85rem 0 0;
  color:var(--aw-muted);
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:1.02rem;
  line-height:1.72;
}
.automation-page #workflows .aw-card h3,
.automation-page #engineering .aw-card h3{
  margin:0 0 .55rem;
  color:var(--aw-navy);
  font-family:var(--f-head,'Plus Jakarta Sans',sans-serif);
  font-size:1.08rem;
  font-weight:700;
  line-height:1.3;
  letter-spacing:-.01em;
}
.automation-page #workflows .aw-card p,
.automation-page #engineering .aw-card p{
  margin:0;
  color:var(--aw-muted);
  font-family:var(--f-body,'Inter',sans-serif);
  font-size:inherit;
  line-height:1.65;
}

@media(max-width:1280px){
  .automation-page .aw-wing-nav__inner{
    grid-template-columns:repeat(6,minmax(150px,1fr)) 150px;
    overflow-x:auto;
    scrollbar-width:thin;
  }
  .automation-page .aw-wing-nav__inner>a{min-width:150px}
  .aw-product-switcher{position:sticky;right:0;background:#0f2238}
  .aw-product-switcher__menu{position:fixed;top:128px;right:12px}
}
@media(max-width:760px){
  .automation-page .aw-wing-nav{
    position:sticky!important;
    top:60px!important;
  }
  .automation-page .aw-wing-nav__inner{
    display:flex;
    width:100%;
    overflow-x:auto;
  }
  .automation-page .aw-wing-nav__inner>a{
    flex:0 0 175px;
    min-width:175px;
  }
  .aw-product-switcher{
    position:relative;
    right:auto;
    flex:0 0 150px;
  }
  .aw-product-switcher__menu{
    position:fixed;
    top:128px;
    left:12px;
    right:12px;
    width:auto;
    max-height:60vh;
  }
  .automation-page .aw-local-nav{top:126px!important}
  .automation-page .aw-local-nav__inner{width:100%;padding:0 8px}
  .automation-page .aw-local-nav__inner::before{display:none}
  .automation-page section[id],
  .automation-page .aw-hero[id]{scroll-margin-top:178px}
}

/* Give dense technical page indexes the available desktop width. */
.automation-page .aw-local-nav__inner{
  width:min(1420px,calc(100% - 24px));
}


/* ===== Final portfolio palette, typography and card alignment — June 2026 ===== */
.automation-page{
  --aw-navy:var(--n0,#0f2238);
  --aw-blue:var(--n2,#24487a);
  --aw-teal:var(--n2,#24487a);
  --aw-orange:var(--o2,#e5551a);
  --aw-ink:var(--t1,#0f2238);
  --aw-muted:var(--t3,#5a7494);
  --aw-soft:var(--bg,#f7f9fc);
  --aw-line:var(--ln,rgba(26,53,87,.10));
  --aw-accent:var(--o2,#e5551a)!important;
  --aw-accent-rgb:229,85,26!important;
  --aw-radius:14px;
  --aw-shadow:0 8px 26px rgba(15,34,56,.075);
  color:var(--t1,#0f2238);
  background:#fff;
  font-family:var(--f-body,'Inter',sans-serif)!important;
}
.automation-page[data-area]{
  --aw-accent:var(--o2,#e5551a)!important;
  --aw-accent-rgb:229,85,26!important;
}
.automation-page :is(h1,h2,h3,h4,h5,h6){
  font-family:var(--f-head,'Plus Jakarta Sans',sans-serif)!important;
}
.automation-page :is(p,li,td,th,label,input,select,textarea,button){
  font-family:var(--f-body,'Inter',sans-serif);
}
.automation-page .aw-section--soft{background:var(--bg,#f7f9fc)!important}
.automation-page .aw-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(74,126,192,.11),transparent 31%),
    linear-gradient(135deg,#f8fafc 0%,#eef2f8 100%)!important;
  border-color:var(--ln,rgba(26,53,87,.10));
}
.automation-page .aw-hero__visual-shell{
  border:1px solid var(--ln2,rgba(26,53,87,.18));
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#eef2f8)!important;
  box-shadow:0 16px 42px rgba(15,34,56,.09);
}
.automation-page .aw-eyebrow,
.automation-page .aw-section__index,
.automation-page .aw-area-card__tag,
.automation-page .aw-tech-label{
  color:var(--o2,#e5551a)!important;
}
.automation-page .aw-btn--primary{
  background:var(--n1,#1a3557)!important;
  color:#fff;
}
.automation-page .aw-btn--primary:hover,
.automation-page .aw-btn--primary:focus-visible{background:var(--n0,#0f2238)!important}
.automation-page .aw-btn--secondary{
  border-color:var(--ln3,rgba(26,53,87,.28))!important;
  color:var(--n1,#1a3557)!important;
  background:#fff;
}
.automation-page .aw-btn--secondary:hover,
.automation-page .aw-btn--secondary:focus-visible{
  border-color:var(--n3,#2e5c9c)!important;
  background:rgba(46,92,156,.05)!important;
}

/* Product-area cards now follow the same restrained navy / white / orange system as Software and PCIe. */
.automation-page #portfolio .aw-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.automation-page #portfolio .aw-area-card{
  grid-column:span 2;
}
.automation-page #portfolio .aw-area-card:nth-child(4),
.automation-page #portfolio .aw-area-card:nth-child(5){grid-column:span 3}
.automation-page .aw-area-card{
  height:100%;
  grid-template-rows:190px 1fr;
  border:1px solid var(--ln,rgba(26,53,87,.10))!important;
  border-top:3px solid var(--o2,#e5551a)!important;
  border-radius:16px!important;
  background:#fff;
  box-shadow:0 5px 18px rgba(15,34,56,.055)!important;
}
.automation-page .aw-area-card:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(46,92,156,.28)!important;
  border-top-color:var(--o2,#e5551a)!important;
  box-shadow:0 14px 34px rgba(15,34,56,.10)!important;
}
.automation-page .aw-area-card__media{
  min-height:190px!important;
  height:190px;
  padding:18px!important;
  border-bottom:1px solid var(--ln,rgba(26,53,87,.10));
  background:linear-gradient(145deg,#f8fafc 0%,#e9eef5 100%)!important;
}
.automation-page .aw-area-card__media::after{display:none!important}
.automation-page .aw-area-card__media img{
  width:100%!important;
  height:154px!important;
  object-fit:contain!important;
}
.automation-page .aw-area-card__number{
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:5px 9px!important;
  border-radius:6px!important;
  background:var(--n1,#1a3557)!important;
  color:#fff!important;
  font-family:var(--f-mono,'JetBrains Mono',monospace)!important;
  font-size:9px!important;
  letter-spacing:.12em!important;
}
.automation-page .aw-area-card__body{
  display:flex;
  min-width:0;
  flex-direction:column;
  padding:24px!important;
}
.automation-page .aw-area-card__tag{
  font-family:var(--f-mono,'JetBrains Mono',monospace)!important;
  font-size:9px!important;
  font-weight:600!important;
  letter-spacing:.14em!important;
}
.automation-page .aw-area-card h3{
  margin:9px 0 10px!important;
  color:var(--t1,#0f2238)!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.28!important;
  letter-spacing:-.01em;
}
.automation-page .aw-area-card p{
  color:var(--t3,#5a7494)!important;
  font-size:13.5px;
  line-height:1.68!important;
}
.automation-page .aw-area-card__link{
  margin-top:auto!important;
  padding-top:18px;
  color:var(--n2,#24487a)!important;
  font-size:12.5px;
  font-weight:700!important;
}

/* Neutral technical cards with consistent geometry. */
.automation-page .aw-grid{align-items:stretch}
.automation-page .aw-grid>.aw-card{
  display:flex;
  height:100%;
  min-width:0;
  flex-direction:column;
  border:1px solid var(--ln,rgba(26,53,87,.10))!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 3px 14px rgba(15,34,56,.045)!important;
}
.automation-page .aw-grid>.aw-card:hover{
  border-color:rgba(46,92,156,.25)!important;
  box-shadow:0 10px 28px rgba(15,34,56,.08)!important;
}
.automation-page .aw-grid>.aw-card h3{
  color:var(--t1,#0f2238)!important;
  font-size:17px!important;
  line-height:1.3!important;
}
.automation-page .aw-grid>.aw-card p{
  color:var(--t3,#5a7494)!important;
  font-size:13.5px;
  line-height:1.68!important;
}
.automation-page .aw-flow__step{
  border:1px solid var(--ln,rgba(26,53,87,.10))!important;
  border-top:3px solid var(--n3,#2e5c9c)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(15,34,56,.055)!important;
}
.automation-page .aw-flow__number{
  background:var(--o-bg,#fef2ec)!important;
  color:var(--o2,#e5551a)!important;
  border:1px solid var(--o-bd,rgba(229,85,26,.20));
}
.automation-page .aw-flow__step:not(:last-child)::after{color:var(--n4,#4a7ec0)!important}

/* Every paired or three-up product showcase uses equal media and content rows. */
.automation-page .aw-tech-ribbon,
.automation-page .aw-tech-duo{align-items:stretch!important}
.automation-page .aw-tech-ribbon>.aw-tech-tile,
.automation-page .aw-tech-duo>.aw-tech-tile{
  display:grid!important;
  height:100%!important;
  min-width:0;
  grid-template-rows:230px 1fr;
  border:1px solid var(--ln,rgba(26,53,87,.10))!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(15,34,56,.055)!important;
  overflow:hidden;
}
.automation-page .aw-tech-ribbon .aw-tech-tile__media,
.automation-page .aw-tech-duo .aw-tech-tile__media{
  width:100%;
  height:230px!important;
  min-height:230px!important;
  padding:18px!important;
  border-bottom:1px solid var(--ln,rgba(26,53,87,.10));
  background:linear-gradient(145deg,#f8fafc,#edf2f7)!important;
}
.automation-page .aw-tech-ribbon .aw-tech-tile__media img,
.automation-page .aw-tech-duo .aw-tech-tile__media img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--diagram img,
.automation-page .aw-tech-duo .aw-tech-tile__media--diagram img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--screen img,
.automation-page .aw-tech-duo .aw-tech-tile__media--screen img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--product img,
.automation-page .aw-tech-duo .aw-tech-tile__media--product img{
  display:block;
  width:100%!important;
  height:194px!important;
  max-height:194px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.automation-page .aw-tech-ribbon .aw-tech-tile__body,
.automation-page .aw-tech-duo .aw-tech-tile__body{
  display:flex!important;
  min-width:0;
  flex-direction:column;
  padding:22px 24px 24px!important;
}
.automation-page .aw-tech-tile__body h3,
.automation-page .aw-tech-block__head h3{
  color:var(--t1,#0f2238)!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.3!important;
  letter-spacing:-.01em;
}
.automation-page .aw-tech-tile__body p,
.automation-page .aw-tech-block__head p{
  color:var(--t3,#5a7494)!important;
  font-size:13.5px;
  line-height:1.68!important;
}
.automation-page .aw-inline-link{
  margin-top:auto!important;
  padding-top:17px;
  color:var(--n2,#24487a)!important;
  font-size:12.5px;
}
.automation-page .aw-tech-label{
  width:fit-content;
  border:1px solid var(--o-bd,rgba(229,85,26,.20))!important;
  border-radius:100px!important;
  background:var(--o-bg,#fef2ec)!important;
  font-family:var(--f-mono,'JetBrains Mono',monospace)!important;
  font-size:8.5px!important;
  font-weight:600!important;
  letter-spacing:.12em!important;
}
.automation-page .aw-tech-block{
  border:1px solid var(--ln,rgba(26,53,87,.10))!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 5px 18px rgba(15,34,56,.05)!important;
}
.automation-page .aw-tech-block__head{
  max-width:860px!important;
  margin-bottom:22px!important;
}
.automation-page .aw-tech-duo{gap:18px!important}

@media(max-width:980px){
  .automation-page #portfolio .aw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .automation-page #portfolio .aw-area-card,
  .automation-page #portfolio .aw-area-card:nth-child(4),
  .automation-page #portfolio .aw-area-card:nth-child(5){grid-column:auto}
}
@media(max-width:680px){
  .automation-page #portfolio .aw-grid{grid-template-columns:1fr}
  .automation-page .aw-tech-ribbon,
  .automation-page .aw-tech-duo{grid-template-columns:1fr!important}
  .automation-page .aw-tech-ribbon>.aw-tech-tile,
  .automation-page .aw-tech-duo>.aw-tech-tile{grid-template-rows:210px 1fr}
  .automation-page .aw-tech-ribbon .aw-tech-tile__media,
  .automation-page .aw-tech-duo .aw-tech-tile__media{height:210px!important;min-height:210px!important}
  .automation-page .aw-tech-ribbon .aw-tech-tile__media img,
  .automation-page .aw-tech-duo .aw-tech-tile__media img{height:174px!important;max-height:174px!important}
}

/* ===== Compact, aligned Automation product system — June 2026 ===== */
.automation-page{
  font-family:var(--f-body,'Inter',sans-serif)!important;
  font-size:16px;
  line-height:1.65;
}
.automation-page :is(h1,h2,h3,h4,h5,h6){
  font-family:var(--f-head,'Plus Jakarta Sans',sans-serif)!important;
}
.automation-page :is(p,li,a,span,strong,small,button,summary){
  font-family:var(--f-body,'Inter',sans-serif);
}
.automation-page .aw-eyebrow{
  font-family:var(--f-body,'Inter',sans-serif)!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.11em!important;
}
.automation-page .aw-section__head h2{
  font-size:clamp(30px,3vw,42px)!important;
  font-weight:700!important;
  line-height:1.14!important;
  letter-spacing:-.022em!important;
}
.automation-page .aw-section__head p{
  font-size:15px!important;
  line-height:1.68!important;
}
.automation-page .aw-section__index,
.automation-page .aw-area-card__number,
.automation-page .aw-flow__number,
.automation-page .aw-signal-chain__number,
.automation-page .aw-number-block__number{
  display:none!important;
}
.automation-page .aw-section__head>.aw-eyebrow:first-child{
  margin-top:0;
}

/* Six product cards form a stable 3 × 2 matrix on all Automation area pages. */
.automation-page.aw-detail #portfolio .aw-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.automation-page.aw-detail #portfolio .aw-card{
  min-height:0!important;
}

/* Remove artificial card height and excess internal whitespace across the wing. */
.automation-page .aw-grid>.aw-card{
  min-height:0!important;
  padding:19px 20px 20px!important;
}
.automation-page .aw-grid>.aw-card h3{
  margin:0 0 8px!important;
  font-size:17px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.automation-page .aw-grid>.aw-card p{
  font-size:13.5px!important;
  line-height:1.62!important;
}
.automation-page.aw-master #workflows .aw-card,
.automation-page.aw-master #applications .aw-card{
  min-height:0!important;
}

/* Compact overview cards while retaining a consistent image and body baseline. */
.automation-page .aw-area-card{
  grid-template-rows:160px auto!important;
}
.automation-page .aw-area-card__media{
  height:160px!important;
  min-height:160px!important;
  padding:14px!important;
}
.automation-page .aw-area-card__media img{
  height:132px!important;
}
.automation-page .aw-area-card__body{
  padding:20px!important;
}
.automation-page .aw-area-card h3{
  margin:5px 0 8px!important;
  font-size:17px!important;
}
.automation-page .aw-area-card p{
  font-size:13.25px!important;
  line-height:1.62!important;
}
.automation-page .aw-area-card__link{
  padding-top:13px!important;
}

/* A single geometry for NOVUS, Softing and CODESYS product / platform showcases. */
.automation-page .aw-tech-block{
  margin-top:24px!important;
  padding:22px!important;
}
.automation-page .aw-tech-block__head{
  max-width:100%!important;
  margin-bottom:18px!important;
}
.automation-page .aw-tech-label{
  min-height:0!important;
  padding:4px 8px!important;
  border-radius:6px!important;
  font-family:var(--f-body,'Inter',sans-serif)!important;
  font-size:9.5px!important;
  font-weight:700!important;
  line-height:1.3!important;
  letter-spacing:.08em!important;
}
.automation-page .aw-tech-block__head h3,
.automation-page .aw-tech-tile__body h3,
.automation-page .aw-tech-showcase__copy h3{
  margin:8px 0 8px!important;
  font-size:18px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.automation-page .aw-tech-block__head p,
.automation-page .aw-tech-tile__body p,
.automation-page .aw-tech-showcase__copy p{
  font-size:13.5px!important;
  line-height:1.65!important;
}
.automation-page .aw-tech-duo,
.automation-page .aw-tech-ribbon{
  grid-auto-rows:1fr;
  gap:16px!important;
  align-items:stretch!important;
}
.automation-page .aw-tech-duo>.aw-tech-tile,
.automation-page .aw-tech-ribbon>.aw-tech-tile{
  grid-template-rows:180px 1fr!important;
  height:100%!important;
}
.automation-page .aw-tech-duo .aw-tech-tile__media,
.automation-page .aw-tech-ribbon .aw-tech-tile__media{
  height:180px!important;
  min-height:180px!important;
  padding:14px!important;
}
.automation-page .aw-tech-duo .aw-tech-tile__media img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media img,
.automation-page .aw-tech-duo .aw-tech-tile__media--diagram img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--diagram img,
.automation-page .aw-tech-duo .aw-tech-tile__media--screen img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--screen img,
.automation-page .aw-tech-duo .aw-tech-tile__media--product img,
.automation-page .aw-tech-ribbon .aw-tech-tile__media--product img{
  height:150px!important;
  max-height:150px!important;
}
.automation-page .aw-tech-duo .aw-tech-tile__body,
.automation-page .aw-tech-ribbon .aw-tech-tile__body{
  padding:19px 20px 20px!important;
}
.automation-page .aw-tech-showcase{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
  align-items:stretch!important;
  margin-top:24px!important;
  min-height:0!important;
}
.automation-page .aw-tech-showcase__media{
  min-height:270px!important;
  height:100%!important;
  padding:20px!important;
}
.automation-page .aw-tech-showcase__media img{
  max-height:230px!important;
  object-fit:contain!important;
}
.automation-page .aw-tech-showcase__copy{
  display:flex!important;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:24px 26px!important;
}
.automation-page .aw-tech-points{
  margin-top:12px!important;
  gap:7px!important;
}
.automation-page .aw-tech-points li{
  font-size:13px!important;
  line-height:1.5!important;
}
.automation-page .aw-inline-link{
  padding-top:13px!important;
  font-size:12.5px!important;
}

/* Without visual counters, workflow blocks start cleanly at their title. */
.automation-page .aw-flow{
  gap:12px!important;
}
.automation-page .aw-flow::before{
  display:none!important;
}
.automation-page .aw-flow__step{
  min-height:0!important;
  padding:18px!important;
}
.automation-page .aw-flow__step h3{
  margin:0 0 7px!important;
  font-size:17px!important;
}
.automation-page .aw-number-block{
  min-height:0!important;
  padding:19px 20px!important;
}
.automation-page .aw-number-block h3{
  margin:0 0 8px!important;
}
.automation-page .aw-signal-chain__item{
  padding:13px 15px!important;
}

@media(max-width:1080px){
  .automation-page.aw-detail #portfolio .aw-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .automation-page.aw-detail #portfolio .aw-grid{
    grid-template-columns:1fr!important;
  }
  .automation-page .aw-tech-showcase{
    grid-template-columns:1fr!important;
  }
  .automation-page .aw-tech-showcase--reverse .aw-tech-showcase__media,
  .automation-page .aw-tech-showcase--reverse .aw-tech-showcase__copy{
    order:initial!important;
  }
  .automation-page .aw-tech-showcase__media{
    min-height:210px!important;
  }
  .automation-page .aw-tech-showcase__media img{
    max-height:180px!important;
  }
  .automation-page .aw-tech-duo>.aw-tech-tile,
  .automation-page .aw-tech-ribbon>.aw-tech-tile{
    grid-template-rows:165px 1fr!important;
  }
  .automation-page .aw-tech-duo .aw-tech-tile__media,
  .automation-page .aw-tech-ribbon .aw-tech-tile__media{
    height:165px!important;
    min-height:165px!important;
  }
  .automation-page .aw-tech-duo .aw-tech-tile__media img,
  .automation-page .aw-tech-ribbon .aw-tech-tile__media img{
    height:137px!important;
    max-height:137px!important;
  }
}


/* ===== Final Automation section-grid correction =====
   The section heading remains in the left rail; every content component is grouped
   in one right-hand column so later cards cannot auto-place below the heading. */
.automation-page.aw-detail .aw-section--content>.aw-container{
  display:grid!important;
  grid-template-columns:minmax(250px,.72fr) minmax(0,2.28fr)!important;
  gap:clamp(2rem,5vw,4.4rem)!important;
  align-items:start!important;
}
.automation-page.aw-detail .aw-section--content>.aw-container>.aw-section__head{
  grid-column:1!important;
  min-width:0;
}
.automation-page.aw-detail .aw-section--content>.aw-container>.aw-section__body{
  grid-column:2!important;
  display:grid;
  min-width:0;
  gap:clamp(1.2rem,2.4vw,2rem);
  align-content:start;
}
.automation-page.aw-detail .aw-section__body>.aw-grid,
.automation-page.aw-detail .aw-section__body>.aw-tech-ribbon,
.automation-page.aw-detail .aw-section__body>.aw-tech-duo,
.automation-page.aw-detail .aw-section__body>.aw-tech-block,
.automation-page.aw-detail .aw-section__body>.aw-handoff,
.automation-page.aw-detail .aw-section__body>.aw-flow,
.automation-page.aw-detail .aw-section__body>.aw-signal-chain,
.automation-page.aw-detail .aw-section__body>.aw-number-blocks{
  width:100%;
  min-width:0;
  margin-top:0!important;
}
.automation-page.aw-detail .aw-handoff{
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
}
@media(max-width:980px){
  .automation-page.aw-detail .aw-section--content>.aw-container{
    grid-template-columns:1fr!important;
    gap:1.35rem!important;
  }
  .automation-page.aw-detail .aw-section--content>.aw-container>.aw-section__head,
  .automation-page.aw-detail .aw-section--content>.aw-container>.aw-section__body{
    grid-column:1!important;
  }
  .automation-page.aw-detail .aw-section--content>.aw-container>.aw-section__head{
    position:relative!important;
    top:auto!important;
  }
}
@media(max-width:700px){
  .automation-page.aw-detail .aw-handoff{grid-template-columns:1fr!important}
}

/* ===================================================================
   PRIMIONICS CONSISTENCY OVERLAY — applied to all aw- card types
   =================================================================== */
.aw-card h3, .aw-area-card__name {
  font-family: var(--f-head, 'Plus Jakarta Sans', sans-serif) !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
}
.aw-card p, .aw-area-card__desc {
  font-family: var(--f-body, 'Inter', sans-serif) !important;
  font-size: 13.5px !important;
  line-height: 1.72 !important;
  text-align: justify !important;
  hyphens: auto !important;
}
.aw-card, .aw-area-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}
.aw-card:hover, .aw-area-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 44px rgba(15, 34, 56, 0.12) !important;
  border-color: rgba(229, 85, 26, 0.30) !important;
}
.aw-area-card__link {
  color: var(--o2, #E5551A) !important;
  font-weight: 700 !important;
  opacity: 0.85 !important;
}
.aw-area-card:hover .aw-area-card__link { opacity: 1 !important; }
