body.sewer-drain-use-case-page {
  background: #051522;
  overflow-x: hidden;
}

.sewer-drain-use-case-page .site-navbar {
  --nav-accent: var(--cs-cyan-300);
}

.sewer-drain-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 4%, rgba(255, 129, 45, .15), transparent 24rem),
    radial-gradient(circle at 13% 8%, rgba(44, 220, 232, .2), transparent 26rem),
    #051522;
}

.sewer-drain-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: clamp(120px, 14vw, 168px);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 129, 45, .18), transparent 28rem),
    radial-gradient(circle at 60% 4%, rgba(44, 220, 232, .2), transparent 30rem),
    linear-gradient(135deg, rgba(5, 21, 34, .98), rgba(6, 45, 57, .92) 52%, rgba(19, 25, 26, .96)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, .035) 0 1px, transparent 1px 92px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 92px);
}

.sewer-drain-hero::before,
.sewer-drain-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sewer-drain-hero::before {
  inset: 0;
  opacity: .36;
  background:
    radial-gradient(circle at 18% 46%, rgba(80, 240, 250, .09) 0 2px, transparent 2px 18px),
    radial-gradient(circle at 88% 34%, rgba(255, 151, 68, .11) 0 2px, transparent 2px 22px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.sewer-drain-hero::after {
  right: -11%;
  top: 10%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 232, 240, .12), transparent 64%);
  filter: blur(8px);
}

.sewer-drain-breadcrumb {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-bottom: 28px;
  color: rgba(229, 244, 247, .58);
  font-size: .82rem;
  font-weight: 850;
}

.sewer-drain-breadcrumb a {
  color: #87f7ff;
  text-decoration: none;
}

.sewer-drain-breadcrumb a:hover,
.sewer-drain-breadcrumb a:focus {
  color: #ffb06b;
  text-decoration: none;
}

.sewer-drain-hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr);
}

.sewer-drain-hero-grid > *,
.sewer-drain-split > *,
.sewer-drain-trust-panel > *,
.sewer-drain-final-panel > *,
.sewer-drain-cockpit > * {
  min-width: 0;
}

.sewer-drain-hero .utilities-hero-copy {
  max-width: 690px;
  font-weight: 750;
}

.sewer-drain-hero-actions {
  max-width: 760px;
}

.sewer-drain-command-card {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp(1rem, 2vw, 1.35rem);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .035)),
    radial-gradient(circle at 82% 18%, rgba(255, 135, 56, .12), transparent 28rem);
  box-shadow: 0 36px 110px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.sewer-drain-command-card .utilities-device-bar {
  padding: 0 2px;
}

.sewer-drain-hero-visual {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: clamp(510px, 48vw, 650px);
  overflow: hidden;
  border: 1px solid rgba(112, 235, 244, .24);
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(112, 235, 244, .07), transparent 1px),
    linear-gradient(0deg, rgba(112, 235, 244, .055), transparent 1px),
    radial-gradient(circle at 20% 16%, rgba(63, 224, 236, .22), transparent 34%),
    radial-gradient(circle at 83% 30%, rgba(255, 143, 64, .14), transparent 28%),
    linear-gradient(145deg, rgba(5, 22, 34, .94), rgba(7, 49, 58, .86));
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
}

.sewer-drain-visual-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 6;
  max-width: calc(100% - 36px);
  padding: 7px 10px;
  border: 1px solid rgba(112, 235, 244, .24);
  border-radius: 999px;
  color: rgba(229, 244, 247, .72);
  background: rgba(4, 18, 30, .64);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sewer-drain-field-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.sewer-drain-van {
  position: absolute;
  left: 6%;
  bottom: 13%;
  width: 42%;
  height: 22%;
  border: 1px solid rgba(218, 251, 254, .2);
  border-radius: 28px 42px 16px 16px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .16) 0 34%, transparent 34%),
    linear-gradient(145deg, rgba(218, 251, 254, .22), rgba(33, 116, 132, .4));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
}

.sewer-drain-van::before,
.sewer-drain-van::after {
  content: "";
  position: absolute;
  bottom: -13px;
  width: 36px;
  height: 36px;
  border: 7px solid rgba(5, 20, 32, .9);
  border-radius: 50%;
  background: #6eeaf2;
}

.sewer-drain-van::before { left: 13%; }
.sewer-drain-van::after { right: 14%; }

.sewer-drain-technician {
  position: absolute;
  left: 34%;
  bottom: 26%;
  width: 76px;
  height: 156px;
  border-radius: 42px 42px 20px 20px;
  background:
    radial-gradient(circle at 50% 12%, #bdfdff 0 16px, transparent 17px),
    linear-gradient(90deg, transparent 0 22px, rgba(255, 143, 64, .8) 22px 31px, transparent 31px),
    linear-gradient(180deg, rgba(66, 224, 236, .82), rgba(26, 111, 126, .86));
  filter: drop-shadow(0 20px 28px rgba(0, 0, 0, .25));
}

.sewer-drain-cleanout {
  position: absolute;
  right: 16%;
  bottom: 13%;
  width: 130px;
  height: 46px;
  border: 1px solid rgba(255, 176, 107, .34);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 176, 107, .18), rgba(87, 232, 240, .16));
}

.sewer-drain-cleanout::before {
  content: "";
  position: absolute;
  left: 17px;
  top: -22px;
  width: 92px;
  height: 30px;
  border: 1px solid rgba(112, 235, 244, .25);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
}

.sewer-drain-camera-reel {
  position: absolute;
  right: 8%;
  bottom: 20%;
  width: 100px;
  height: 100px;
  border: 16px solid rgba(94, 229, 238, .4);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(5, 20, 32, .95) 0 18px, rgba(255, 143, 64, .5) 19px 25px, transparent 26px);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .28);
}

.sewer-drain-camera-reel::after {
  content: "";
  position: absolute;
  right: 88px;
  top: 48px;
  width: 190px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(94, 229, 238, .85), rgba(255, 143, 64, .68));
  transform: rotate(-7deg);
}

.sewer-drain-workflow-card {
  width: 100%;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  padding: clamp(1.1rem, 2.2vw, 1.45rem);
  border-radius: 24px;
}

.sewer-drain-workflow-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #8df7ff;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sewer-drain-workflow-head strong {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}

.sewer-drain-workflow-card ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sewer-drain-workflow-card li {
  position: relative;
  min-height: 34px;
  padding: 8px 10px 8px 30px;
  border: 1px solid rgba(112, 235, 244, .16);
  border-radius: 12px;
  color: rgba(244, 251, 255, .9);
  background: rgba(255, 255, 255, .065);
  font-size: .82rem;
  font-weight: 850;
}

.sewer-drain-workflow-card li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5ee5ee;
  box-shadow: 0 0 12px rgba(94, 229, 238, .7);
  transform: translateY(-50%);
}

.sewer-drain-floating-chip {
  position: absolute;
  z-index: 5;
  max-width: min(70%, 320px);
  padding: 10px 12px;
  border: 1px solid rgba(112, 235, 244, .24);
  border-radius: 999px;
  color: #f4fbff;
  background: rgba(4, 18, 30, .76);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .24);
  font-size: .78rem;
  font-weight: 900;
}

.sewer-drain-floating-chip-one {
  left: 6%;
  top: 31%;
}

.sewer-drain-floating-chip-two {
  right: 9%;
  bottom: 28%;
  border-color: rgba(255, 176, 107, .28);
}

.sewer-drain-dashboard-strip {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 56px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 13px;
  border: 1px solid rgba(112, 235, 244, .2);
  border-radius: 18px;
  background: rgba(4, 18, 30, .76);
  backdrop-filter: blur(16px);
}

.sewer-drain-dashboard-strip span,
.sewer-drain-dashboard-strip strong {
  display: block;
}

.sewer-drain-dashboard-strip span {
  color: rgba(229, 244, 247, .7);
  font-size: .72rem;
  font-weight: 800;
}

.sewer-drain-dashboard-strip strong {
  color: #fff;
  font-size: .98rem;
}

.sewer-drain-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: 34px;
}

.sewer-drain-split h2,
.sewer-drain-trust-panel h2,
.sewer-drain-final-panel h2 {
  margin: 0 0 18px;
  color: inherit;
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

.sewer-drain-split p,
.sewer-drain-trust-panel p,
.sewer-drain-final-panel p {
  color: #435764;
  font-size: 1.08rem;
  line-height: 1.75;
}

.sewer-drain-split-dark p {
  color: rgba(229, 244, 247, .78);
}

.sewer-drain-image-placeholder,
.sewer-drain-mini-visual {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  border: 1px solid rgba(8, 87, 102, .14);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(94, 229, 238, .1), transparent 1px),
    linear-gradient(0deg, rgba(94, 229, 238, .08), transparent 1px),
    radial-gradient(circle at 18% 18%, rgba(47, 200, 213, .24), transparent 30%),
    radial-gradient(circle at 78% 24%, rgba(255, 143, 64, .16), transparent 26%),
    linear-gradient(145deg, #082335, #041620);
  background-size: 36px 36px, 36px 36px, auto, auto, auto;
  box-shadow: 0 22px 58px rgba(5, 28, 42, .12);
}

.sewer-drain-image-placeholder::before,
.sewer-drain-image-placeholder::after,
.sewer-drain-mini-visual::before,
.sewer-drain-mini-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sewer-drain-image-placeholder::before,
.sewer-drain-mini-visual::before {
  inset: 26px;
  border: 1px solid rgba(112, 235, 244, .18);
  border-radius: 20px;
}

.sewer-drain-image-placeholder::after {
  right: 12%;
  top: 18%;
  width: min(38%, 180px);
  aspect-ratio: 1;
  border: 16px solid rgba(94, 229, 238, .18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 143, 64, .32) 0 18%, transparent 20%);
}

.sewer-drain-image-placeholder > span,
.sewer-drain-mini-visual > span {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: calc(100% - 44px);
  padding: 8px 10px;
  border: 1px solid rgba(112, 235, 244, .25);
  border-radius: 999px;
  color: rgba(244, 251, 255, .86);
  background: rgba(5, 22, 34, .72);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sewer-drain-visual,
.sewer-drain-card-media,
.sewer-drain-proof-thumb,
.sewer-drain-selector-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0, 201, 216, .22);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(5, 18, 30, .96), rgba(7, 38, 52, .9));
  box-shadow:
    0 28px 80px rgba(0, 0, 0, .28),
    0 0 0 1px rgba(255, 255, 255, .035) inset,
    0 0 48px rgba(0, 201, 216, .10);
}

.sewer-drain-visual img,
.sewer-drain-card-media img,
.sewer-drain-proof-thumb img,
.sewer-drain-selector-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sewer-drain-visual--hero {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: inherit;
  box-shadow: none;
}

.sewer-drain-visual--hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 22%, rgba(0, 201, 216, .2), transparent 34%),
    linear-gradient(90deg, rgba(4, 18, 30, .42), rgba(4, 18, 30, .12) 42%, rgba(4, 18, 30, .64));
  pointer-events: none;
}

.sewer-drain-visual--hero img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sewer-drain-card-media {
  aspect-ratio: 4 / 3;
  margin: 0 0 18px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(5, 28, 42, .16);
}

.sewer-drain-card-media::after,
.sewer-drain-visual--wide::after,
.sewer-drain-visual--proof::after,
.sewer-drain-visual--final::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 45%, rgba(4, 18, 30, .42)),
    radial-gradient(circle at 82% 16%, rgba(255, 143, 64, .18), transparent 28%);
  pointer-events: none;
}

.sewer-drain-card-media img,
.sewer-drain-proof-thumb img {
  height: 100%;
  object-fit: cover;
}

.sewer-drain-visual--wide,
.sewer-drain-visual--final {
  min-height: 320px;
}

.sewer-drain-visual--wide img,
.sewer-drain-visual--final img {
  height: 100%;
  object-fit: cover;
}

.sewer-drain-visual--diagram {
  padding: clamp(.75rem, 2vw, 1.25rem);
  background:
    linear-gradient(90deg, rgba(112, 235, 244, .07), transparent 1px),
    linear-gradient(0deg, rgba(112, 235, 244, .05), transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  background-size: 48px 48px, 48px 48px, auto;
}

.sewer-drain-visual--diagram img {
  border-radius: 20px;
}

.sewer-drain-visual--proof {
  margin-top: 6px;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(5, 28, 42, .12);
}

.sewer-drain-cockpit-media {
  grid-column: 1 / -1;
  max-height: 420px;
}

.sewer-drain-cockpit-media img {
  height: 100%;
  object-fit: cover;
}

.sewer-drain-proof-thumb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.sewer-drain-proof-thumb {
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  box-shadow: none;
}

.sewer-drain-proof-thumb figcaption {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  padding: 6px 8px;
  border-radius: 999px;
  color: #f7ffff;
  background: rgba(4, 18, 30, .78);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .03em;
  text-align: center;
}

.sewer-drain-visual--pilot {
  margin: 0 0 22px;
}

.sewer-drain-scattered-stack i {
  position: absolute;
  display: block;
  width: 42%;
  height: 26%;
  border: 1px solid rgba(112, 235, 244, .2);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(94, 229, 238, .5), rgba(255, 143, 64, .38)) 24px 28px / 52% 8px no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .25)) 24px 52px / 68% 7px no-repeat,
    rgba(255, 255, 255, .1);
}

.sewer-drain-scattered-stack i:nth-child(1) { left: 11%; top: 18%; transform: rotate(-5deg); }
.sewer-drain-scattered-stack i:nth-child(2) { right: 10%; top: 26%; transform: rotate(4deg); }
.sewer-drain-scattered-stack i:nth-child(3) { left: 22%; bottom: 22%; transform: rotate(6deg); }
.sewer-drain-scattered-stack i:nth-child(4) { right: 18%; bottom: 20%; transform: rotate(-4deg); }

.sewer-drain-card-icon {
  position: relative;
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(8, 87, 102, .14);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(47, 200, 213, .16), rgba(255, 143, 64, .1));
}

.sewer-drain-card-icon::before,
.sewer-drain-card-icon::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #0a8998;
}

.sewer-drain-card-icon::before {
  width: 22px;
  height: 14px;
}

.sewer-drain-card-icon::after {
  right: 11px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  background: #ff8a1d;
}

.sewer-drain-problem-grid article,
.sewer-drain-role-grid article,
.sewer-drain-workflow-card,
.sewer-drain-metric-grid article {
  position: relative;
  overflow: hidden;
}

.sewer-drain-hero-visual > .sewer-drain-workflow-card {
  position: absolute;
  right: 6%;
  top: 6%;
  z-index: 4;
  width: min(48%, 315px);
  height: auto;
  padding: 18px;
  border: 1px solid rgba(112, 235, 244, .28);
  border-radius: 22px;
  background: rgba(4, 18, 30, .78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .35);
  backdrop-filter: blur(16px);
}

.sewer-drain-problem-grid article::before,
.sewer-drain-role-grid article::before,
.sewer-drain-workflow-card::before,
.sewer-drain-metric-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #ff8a1d, #4bdce7);
}

.sewer-drain-loop-visual {
  margin: 34px 0 0;
  padding: clamp(1rem, 2.6vw, 1.6rem);
  border: 1px solid rgba(112, 235, 244, .18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(112, 235, 244, .07), transparent 1px),
    linear-gradient(0deg, rgba(112, 235, 244, .05), transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  background-size: 48px 48px, 48px 48px, auto;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .22);
}

.sewer-drain-loop-visual ol {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sewer-drain-loop-visual li {
  position: relative;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid rgba(112, 235, 244, .18);
  border-radius: 18px;
  color: #fff;
  background: rgba(4, 18, 30, .68);
  font-size: .8rem;
  font-weight: 900;
  text-align: center;
}

.sewer-drain-loop-visual li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 50%;
  z-index: 2;
  width: 12px;
  height: 12px;
  border-top: 2px solid #5de5ee;
  border-right: 2px solid #5de5ee;
  transform: translateY(-50%) rotate(45deg);
}

.sewer-drain-loop-visual figcaption {
  margin-top: 16px;
  color: rgba(229, 244, 247, .72);
  font-weight: 850;
}

.sewer-drain-workflow-card {
  display: flex;
  flex-direction: column;
}

.sewer-drain-workflow-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.4rem);
  align-items: stretch;
}

.sewer-drain-workflow-card > a {
  margin-top: auto;
}

.sewer-drain-mini-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 10;
  margin-bottom: 18px;
  overflow: hidden;
  border-color: rgba(111, 225, 233, .18);
  box-shadow: none;
}

.sewer-drain-mini-visual::after {
  left: 22%;
  top: 30%;
  width: 58%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5de5ee, #ff8a1d);
  transform: rotate(-9deg);
}

.sewer-drain-mini-visual--jetting::after {
  top: 48%;
  height: 10px;
  box-shadow: 0 14px 0 rgba(94, 229, 238, .28), 0 -14px 0 rgba(255, 143, 64, .22);
  transform: none;
}

.sewer-drain-mini-visual--emergency {
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 143, 64, .24), transparent 24%),
    linear-gradient(90deg, rgba(94, 229, 238, .1), transparent 1px),
    linear-gradient(0deg, rgba(94, 229, 238, .08), transparent 1px),
    linear-gradient(145deg, #082335, #041620);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.sewer-drain-cockpit {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(320px, 1.35fr) minmax(240px, 1fr);
  gap: 18px;
  align-items: stretch;
}

.sewer-drain-cockpit-panel {
  border: 1px solid rgba(112, 235, 244, .18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
  padding: 24px;
}

.sewer-drain-cockpit-panel span,
.sewer-drain-live-packet > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #8df7ff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sewer-drain-cockpit-panel h3 {
  margin: 0 0 22px;
  color: #fff;
  font-weight: 900;
  line-height: 1.08;
}

.sewer-drain-cockpit-panel ul,
.sewer-drain-cockpit-panel ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sewer-drain-cockpit-panel li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(112, 235, 244, .1);
  color: rgba(229, 244, 247, .8);
}

.sewer-drain-cockpit-panel li strong {
  display: block;
  color: #fff;
}

.sewer-drain-step-timeline li {
  position: relative;
  padding-left: 34px;
  font-weight: 850;
}

.sewer-drain-step-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(112, 235, 244, .45);
  border-radius: 50%;
}

.sewer-drain-step-timeline li.is-complete::before {
  background: #5de5ee;
  box-shadow: 0 0 18px rgba(94, 229, 238, .6);
}

.sewer-drain-step-timeline li.is-active {
  color: #fff;
}

.sewer-drain-step-timeline li.is-active::before {
  background: #ff8a1d;
  border-color: #ffbf82;
  box-shadow: 0 0 20px rgba(255, 143, 64, .62);
}

.sewer-drain-live-packet {
  display: grid;
  gap: 10px;
}

.sewer-drain-live-packet div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 11px 12px;
  border: 1px solid rgba(112, 235, 244, .14);
  border-radius: 14px;
  color: rgba(229, 244, 247, .74);
  background: rgba(4, 18, 30, .52);
}

.sewer-drain-live-packet b {
  color: #fff;
  text-align: right;
}

.sewer-drain-image-placeholder--camera {
  grid-column: 1 / -1;
  min-height: 260px;
}

.sewer-drain-packet-grid {
  align-items: center;
}

.sewer-drain-packet-grid h2 {
  color: #071724;
}

.sewer-drain-packet-grid p {
  color: #415866;
  font-weight: 700;
}

.sewer-drain-packet-modules,
.sewer-drain-trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.sewer-drain-packet-modules span,
.sewer-drain-trust-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(5, 123, 139, .18);
  border-radius: 999px;
  color: #076c7a;
  background: rgba(235, 251, 253, .9);
  font-size: .82rem;
  font-weight: 900;
}

.sewer-drain-proof-packet-card {
  overflow: hidden;
  border: 1px solid rgba(5, 123, 139, .18);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(5, 28, 42, .1);
  padding: clamp(1.25rem, 2.4vw, 1.8rem);
}

.sewer-drain-proof-packet-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.sewer-drain-proof-packet-card__head span {
  color: #087987;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sewer-drain-proof-packet-card__head strong {
  color: #071724;
  font-weight: 900;
}

.sewer-drain-proof-packet-card__head b {
  padding: 7px 10px;
  border-radius: 999px;
  color: #042233;
  background: #67e2eb;
  font-size: .76rem;
}

.sewer-drain-proof-packet-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.sewer-drain-proof-packet-card__meta span {
  display: block;
  padding: 12px;
  border-radius: 14px;
  color: #344d5c;
  background: #eef8fa;
  font-weight: 800;
}

.sewer-drain-proof-packet-card__meta strong {
  display: block;
  margin-bottom: 3px;
  color: #071724;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sewer-drain-image-placeholder--packet {
  min-height: 230px;
}

.sewer-drain-role-grid article {
  background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .04));
  border-color: rgba(111, 225, 233, .18);
}

.sewer-drain-metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.sewer-drain-metric-grid article {
  padding: 24px;
  border: 1px solid rgba(5, 40, 54, .11);
  border-radius: 24px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 18px 46px rgba(5, 28, 42, .08);
}

.sewer-drain-metric-grid span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #042233;
  background: linear-gradient(135deg, #5de5ee, #ffbd7e);
  font-weight: 900;
}

.sewer-drain-metric-grid h3 {
  margin: 0 0 10px;
  color: #071724;
  font-weight: 900;
}

.sewer-drain-metric-grid p {
  margin: 0;
  color: #485c68;
  line-height: 1.6;
}

.sewer-drain-split-dark .sewer-drain-image-placeholder {
  border-color: rgba(112, 235, 244, .2);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.sewer-drain-trust-panel,
.sewer-drain-final-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 3.8vw, 3rem);
  border: 1px solid rgba(5, 123, 139, .14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 8%, rgba(47, 200, 213, .15), transparent 30%),
    linear-gradient(145deg, #fff, rgba(237, 250, 252, .92));
  box-shadow: 0 24px 64px rgba(5, 28, 42, .09);
}

.sewer-drain-trust-panel .utilities-btn {
  justify-self: start;
}

.sewer-drain-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sewer-drain-route-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(5, 123, 139, .16);
  border-radius: 24px;
  color: #071724;
  text-decoration: none;
  background:
    radial-gradient(circle at 86% 14%, rgba(79, 226, 236, .2), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(236, 250, 252, .9));
  box-shadow: 0 18px 48px rgba(5, 28, 42, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sewer-drain-route-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #49dce7, #ff8a1d);
}

.sewer-drain-route-card::after {
  content: "→";
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: #007b8c;
  font-weight: 900;
}

.sewer-drain-route-card:hover,
.sewer-drain-route-card:focus {
  color: #071724;
  text-decoration: none;
  transform: translateY(-3px);
  border-color: rgba(5, 123, 139, .32);
  box-shadow: 0 24px 64px rgba(5, 28, 42, .12);
}

.sewer-drain-route-card span {
  color: #007b8c;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.sewer-drain-route-card strong {
  color: #071724;
  font-size: 1.18rem;
  font-weight: 950;
}

.sewer-drain-route-card p {
  margin: 0;
  max-width: 28rem;
  color: #47606d;
  line-height: 1.58;
}

.sewer-drain-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: 18px;
  margin-bottom: 24px;
}

.sewer-drain-fit-card {
  padding: clamp(1.25rem, 2.6vw, 2rem);
  border: 1px solid rgba(112, 235, 244, .18);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .035));
  box-shadow: 0 26px 70px rgba(0, 0, 0, .24);
}

.sewer-drain-fit-card h3 {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 900;
}

.sewer-drain-fit-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sewer-drain-fit-card li {
  position: relative;
  padding-left: 26px;
  color: rgba(229, 244, 247, .8);
  line-height: 1.5;
}

.sewer-drain-fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5de5ee;
  box-shadow: 0 0 14px rgba(94, 229, 238, .7);
}

.sewer-drain-fit-card-not-ready li::before {
  background: #ff9c4a;
  box-shadow: 0 0 14px rgba(255, 156, 74, .55);
}

.sewer-drain-image-placeholder--dispatch {
  min-height: 330px;
}

.sewer-drain-faq-list details {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(112, 235, 244, .18);
}

.sewer-drain-faq-list summary,
.sewer-drain-faq-list p {
  color: #fff;
}

.sewer-drain-faq-list p {
  color: rgba(229, 244, 247, .78);
}

.sewer-drain-final-panel {
  grid-template-columns: minmax(0, .9fr) minmax(320px, .8fr);
}

.sewer-drain-final-panel .utilities-next-actions {
  margin-top: 26px;
}

.sewer-drain-image-placeholder--final {
  min-height: 330px;
}

.sewer-drain-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}

.sewer-drain-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .sewer-drain-hero-grid,
  .sewer-drain-split,
  .sewer-drain-trust-panel,
  .sewer-drain-final-panel {
    grid-template-columns: 1fr;
  }

  .sewer-drain-hero-grid {
    gap: 34px;
  }

  .sewer-drain-command-card {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

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

  .sewer-drain-live-packet {
    grid-column: 1 / -1;
  }

  .sewer-drain-loop-visual ol {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sewer-drain-loop-visual li:nth-child(4)::after {
    display: none;
  }

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

@media (max-width: 991px) {
  .sewer-drain-hero {
    min-height: 0;
    padding-top: 112px;
  }

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

  .sewer-drain-workflow-grid,
  .sewer-drain-metric-grid,
  .sewer-drain-fit-grid {
    grid-template-columns: 1fr;
  }

  .sewer-drain-proof-packet-card__meta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.sewer-drain-use-case-page,
  .sewer-drain-page,
  .sewer-drain-hero {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .sewer-drain-hero {
    padding: 96px 0 72px;
  }

  .sewer-drain-hero .container,
  .sewer-drain-page .container {
    width: calc(100vw - 36px) !important;
    max-width: calc(100vw - 36px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .sewer-drain-hero-grid,
  .sewer-drain-hero-grid > *,
  .sewer-drain-use-case-page .utilities-hero-grid > div:first-child {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .sewer-drain-hero .utilities-hero h1,
  .sewer-drain-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2rem, 9vw, 2.55rem) !important;
    line-height: .96;
    white-space: normal !important;
    text-wrap: balance;
    overflow-wrap: break-word !important;
    word-break: normal;
  }

  .sewer-drain-hero .utilities-hero-copy,
  .sewer-drain-hero .utilities-support-copy,
  .sewer-drain-breadcrumb,
  .sewer-drain-proof-list,
  .sewer-drain-hero-actions {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
    overflow-wrap: break-word !important;
    word-break: normal;
  }

  .sewer-drain-command-card .utilities-device-bar {
    flex-wrap: wrap;
  }

  .sewer-drain-command-card .utilities-device-bar > * {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .sewer-drain-command-card,
  .sewer-drain-hero-visual {
    width: 100%;
    max-width: 100% !important;
  }

  .sewer-drain-hero-actions,
  .sewer-drain-final-panel .utilities-next-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100% !important;
    max-width: 100% !important;
  }

  .sewer-drain-hero-actions .utilities-btn,
  .sewer-drain-hero-actions .utilities-link-arrow,
  .sewer-drain-final-panel .utilities-next-actions .utilities-btn,
  .sewer-drain-final-panel .utilities-next-actions .utilities-link-arrow,
  .sewer-drain-trust-panel .utilities-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    box-sizing: border-box;
  }

  .sewer-drain-use-case-page .utilities-hero-grid > div:first-child > .utilities-support-copy {
    order: 4;
  }

  .sewer-drain-use-case-page .utilities-hero-grid > div:first-child > .sewer-drain-hero-actions {
    order: 5;
  }

  .sewer-drain-use-case-page .utilities-hero-grid > div:first-child > .sewer-drain-proof-list {
    order: 6;
  }

  .sewer-drain-use-case-page .utilities-command-card {
    order: 7;
  }

  .sewer-drain-hero-visual {
    min-height: 560px;
  }

  .sewer-drain-hero-visual > .sewer-drain-workflow-card {
    left: 18px;
    right: 18px;
    top: 18px;
    width: auto;
    max-width: none;
  }

  .sewer-drain-field-scene {
    transform: translateY(64px);
  }

  .sewer-drain-floating-chip {
    max-width: calc(100% - 36px);
    white-space: normal;
  }

  .sewer-drain-floating-chip-one {
    left: 18px;
    top: 312px;
  }

  .sewer-drain-floating-chip-two {
    left: 18px;
    right: auto;
    bottom: 138px;
  }

  .sewer-drain-dashboard-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    bottom: 54px;
  }

  .sewer-drain-loop-visual ol {
    grid-template-columns: 1fr;
  }

  .sewer-drain-loop-visual li {
    min-height: 58px;
  }

  .sewer-drain-loop-visual li:not(:last-child)::after {
    right: 50%;
    top: auto;
    bottom: -10px;
    transform: translateX(50%) rotate(135deg);
  }

  .sewer-drain-cockpit {
    grid-template-columns: 1fr;
  }

  .sewer-drain-route-grid {
    grid-template-columns: 1fr;
  }

  .sewer-drain-live-packet {
    grid-column: auto;
  }

  .sewer-drain-split h2,
  .sewer-drain-trust-panel h2,
  .sewer-drain-final-panel h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .sewer-drain-image-placeholder,
  .sewer-drain-image-placeholder--dispatch,
  .sewer-drain-image-placeholder--final {
    min-height: 260px;
  }

  .sewer-drain-visual {
    border-radius: 20px;
  }

  .sewer-drain-card-media,
  .sewer-drain-proof-thumb,
  .sewer-drain-visual--proof,
  .sewer-drain-visual--diagram img {
    border-radius: 16px;
  }

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

  .sewer-drain-cockpit-media,
  .sewer-drain-visual--wide,
  .sewer-drain-visual--final {
    min-height: 240px;
    max-height: none;
  }

  .sewer-drain-trust-chips span,
  .sewer-drain-packet-modules span {
    max-width: 100%;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .sewer-drain-hero-visual {
    min-height: 590px;
  }

  .sewer-drain-workflow-card li {
    font-size: .76rem;
  }

  .sewer-drain-dashboard-strip {
    left: 12px;
    right: 12px;
    gap: 8px;
    padding: 10px;
  }

  .sewer-drain-dashboard-strip strong {
    font-size: .9rem;
  }

  .sewer-drain-dashboard-strip span {
    font-size: .67rem;
  }

  .sewer-drain-proof-thumb-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sewer-drain-page *,
  .sewer-drain-page *::before,
  .sewer-drain-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
