/* EFF:DAVE production stylesheet — plain static HTML, no framework runtime. */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: #050505;
  -webkit-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
body {
  min-width: 320px;
}
img,
svg {
  display: block;
  max-width: 100%;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
[hidden] {
  display: none !important;
}
/*
 * QUICK VISUAL CONTROLS
 * Start here for routine appearance and alignment changes.
 */
:root {
  --ink: #050505;
  --panel: #0d0e10;
  --panel-2: #131518;
  --line: #ffffff1c;
  --muted: #9da0a6;
  --white: #f7f7f4;
  --orange: #ff4b00;
  --orange-2: #ff7a1a;
  --green: #55d68b;
  --header-width: 1280px;
  --content-width: 1180px;
  --hero-title-width: 1120px;
  --system-diagram-width: 900px;
  --page-gutter: 24px;
  --section-spacing: 150px;
}
body {
  background: var(--ink);
  color: var(--white);
  font-family:
    Inter,
    Helvetica Neue,
    Arial,
    sans-serif;
}
main {
  overflow: hidden;
}
.siteHeader {
  border-bottom: 1px solid var(--line);
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: min(var(--header-width), 100% - (var(--page-gutter) * 2));
  height: 84px;
  margin: 0 auto;
  display: flex;
  position: relative;
}
.brand {
  align-items: center;
  width: 250px;
  height: 58px;
  display: flex;
  overflow: hidden;
}
.brand img {
  width: 252px;
  height: auto;
  display: block;
}
.siteHeader nav {
  align-items: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.siteHeader nav > a:not(.navCta) {
  color: #b9bbc0;
  transition: color 0.2s;
}
.siteHeader nav > a:hover,
.siteHeader nav > a.activeNav {
  color: #fff;
}
.navCta {
  color: #fff;
  background: #ff4b0014;
  border: 1px solid #ff550e8c;
  border-radius: 999px;
  padding: 11px 17px;
}
.navCta span {
  color: var(--orange);
  margin-left: 5px;
}
.hero {
  text-align: center;
  isolation: isolate;
  min-height: 1050px;
  padding: 92px 24px 0;
  position: relative;
}
.hero:before {
  content: '';
  z-index: -2;
  background-image:
    linear-gradient(#ffffff09 1px, #0000 1px), linear-gradient(90deg, #ffffff09 1px, #0000 1px);
  background-size: 72px 72px;
  width: min(1200px, 94vw);
  height: 760px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%);
  -webkit-mask-image: radial-gradient(#000 15%, #0000 72%);
  mask-image: radial-gradient(#000 15%, #0000 72%);
}
.heroGlow {
  filter: blur(12px);
  z-index: -1;
  background: radial-gradient(#ff440029, #0000 68%);
  width: 880px;
  height: 560px;
  position: absolute;
  top: 70px;
  left: calc(50% - 440px);
}
.eyebrow {
  color: #c8c8c8;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.eyebrow span {
  background: var(--orange);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 16px var(--orange);
  border-radius: 50%;
}
.hero h1 {
  letter-spacing: -0.065em;
  max-width: 980px;
  margin: 22px auto;
  font-size: clamp(62px, 7.6vw, 112px);
  font-weight: 800;
  line-height: 0.91;
}
.hero h1 em {
  color: var(--orange);
  font-style: normal;
}
.heroCopy {
  color: #b7b9be;
  max-width: 680px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.65;
}
.heroActions {
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  display: flex;
}
.heroOffer {
  color: #858990;
  letter-spacing: 0.025em;
  max-width: 660px;
  margin: 17px auto 0;
  font-size: 12px;
  line-height: 1.5;
}
.button {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.2s,
    background 0.2s;
  display: inline-flex;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 34px #ff4b0038;
}
.secondary {
  border: 1px solid var(--line);
  color: #d6d7d9;
  background: #ffffff09;
}
.heroMetrics {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  width: min(1040px, 92vw);
  margin: 58px auto 0;
  display: grid;
}
.heroMetrics > div {
  border-right: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 112px;
  display: flex;
}
.heroMetrics > div:last-child {
  border: 0;
}
.heroMetrics strong {
  letter-spacing: -0.04em;
  font-size: clamp(24px, 2.5vw, 38px);
}
.heroMetrics span {
  color: #757980;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-top: 8px;
  font-size: 11px;
}
.problemSection {
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 140px auto;
}
.homeProblem {
  margin-bottom: 150px;
}
.sectionLabel {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.19em;
  margin: 0 0 30px;
  font-size: 11px;
  font-weight: 800;
}
.problemGrid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: start;
  gap: 10%;
  display: grid;
}
.problemGrid h2,
.resultsCard h2,
.contactBand h2 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.02;
}
.problemCopy {
  color: #aaaeb4;
  font-size: 18px;
  line-height: 1.75;
}
.problemCopy p:first-child {
  margin-top: 0;
}
.problemCopy p:last-child {
  color: #fff;
}
.problemVisual {
  border: 1px solid var(--line);
  background: #0c0d0f;
  border-radius: 18px;
  margin: 64px 0 0;
  position: relative;
  overflow: hidden;
}
.problemVisual img {
  object-fit: cover;
  filter: saturate(0.82) contrast(1.04);
  width: 100%;
  height: clamp(310px, 38vw, 470px);
  display: block;
}
.problemVisual figcaption {
  border-left: 3px solid var(--orange);
  color: #d6d7da;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #050505d1;
  max-width: 620px;
  margin: 0;
  padding: 13px 16px;
  font-size: 12px;
  line-height: 1.55;
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
}
.painStrip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #777c83;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 76px;
  padding: 25px 0;
  font-size: 12px;
  display: flex;
}
.painStrip i {
  color: var(--orange);
  font-size: 18px;
  font-style: normal;
}
.painStrip span:nth-of-type(2n) {
  color: #fff;
}
.painStrip b {
  background: var(--line);
  width: 1px;
  height: 28px;
}
.capabilitiesSection,
.homeCapabilities {
  width: min(1280px, 100% - 48px);
  margin: 0 auto var(--section-spacing);
}
.sectionIntro {
  grid-template-columns: 1fr 1.2fr 0.8fr;
  align-items: end;
  gap: 5%;
  margin-bottom: 62px;
  display: grid;
}
.sectionIntro .sectionLabel {
  align-self: start;
  margin-top: 10px;
}
.sectionIntro h2 {
  letter-spacing: -0.055em;
  margin: 0;
  font-size: clamp(43px, 5vw, 72px);
  line-height: 1;
}
.sectionIntro > p:last-child {
  color: #91959c;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.sectionIntro.compact {
  grid-template-columns: 0.65fr 1.35fr;
}
.sectionIntro.compact h2 {
  max-width: 760px;
}
.capabilityGrid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.capabilityGrid.featured .capabilityCard {
  min-height: 390px;
}
.capabilityCard {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(150deg, #ffffff06, #0000 55%);
  min-height: 390px;
  padding: 0 0 28px;
  transition:
    background 0.25s,
    transform 0.25s;
  overflow: hidden;
}
.capabilityCard:hover {
  background: linear-gradient(150deg, #ff4e0017, #ffffff06);
  transform: translateY(-3px);
}
.capabilityCard > img {
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.84) contrast(1.04);
  width: 100%;
  height: 158px;
  display: block;
}
.capabilityCard h3 {
  letter-spacing: -0.025em;
  margin: 26px 28px 14px;
  font-size: 20px;
}
.capabilityCard p {
  color: #888d94;
  margin: 0 28px;
  font-size: 13px;
  line-height: 1.65;
}
.sectionLink {
  border-bottom: 1px solid var(--orange);
  color: #d8d9dc;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.sectionLink span {
  color: var(--orange);
}
.pathSection {
  border: 1px solid var(--line);
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  width: min(1280px, 100% - 48px);
  margin: 0 auto var(--section-spacing);
  display: grid;
  overflow: hidden;
}
.pathSection > a {
  background: radial-gradient(circle at 90% 10%, #ff4d001f, #0000 42%), #0c0d0f;
  min-height: 420px;
  padding: clamp(38px, 5vw, 68px);
  position: relative;
}
.pathSection > a + a {
  border-left: 1px solid var(--line);
}
.pathSection > a:hover {
  background: radial-gradient(circle at 90% 10%, #ff4d0033, #0000 45%), #101114;
}
.pathSection span {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 10px;
  font-weight: 900;
}
.pathSection h2 {
  letter-spacing: -0.055em;
  max-width: 480px;
  margin: 90px 0 16px;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 0.98;
}
.pathSection p {
  color: #8f939a;
  max-width: 450px;
  font-size: 14px;
  line-height: 1.65;
}
.pathSection b {
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 44px;
}
.futureProofSection {
  border: 1px solid var(--line);
  background: #0c0d0f;
  border-radius: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  display: grid;
  overflow: hidden;
}
.futureProofSection > img {
  object-fit: cover;
  filter: saturate(0.8) contrast(1.08);
  width: 100%;
  height: 100%;
  min-height: 430px;
  display: block;
}
.futureProofSection > div {
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 76px);
  display: flex;
}
.futureProofSection h2 {
  letter-spacing: -0.055em;
  margin: 0 0 24px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1;
}
.futureProofSection p:last-child {
  color: #92969d;
  margin: 0;
  font-size: 15px;
  line-height: 1.72;
}
.beforeAfterSection {
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto 160px;
}
.comparisonList {
  border-top: 1px solid var(--line);
}
.comparisonHeader,
.comparisonRow {
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  display: grid;
}
.comparisonHeader {
  color: #70747b;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0 28px 16px;
  font-size: 10px;
}
.comparisonHeader span:last-child {
  color: var(--orange);
}
.comparisonRow {
  border-top: 1px solid #ffffff13;
  align-items: center;
  min-height: 74px;
  padding: 0 28px;
  font-size: 15px;
}
.comparisonRow > span:first-child {
  color: #767a81;
  -webkit-text-decoration: line-through #ffffff2b;
  text-decoration: line-through #ffffff2b;
}
.comparisonRow > span:last-child {
  color: #f0f0ee;
  align-items: center;
  gap: 15px;
  display: flex;
}
.comparisonRow i {
  width: 21px;
  height: 21px;
  color: var(--orange);
  background: #ff4e001f;
  border-radius: 50%;
  flex: 0 0 21px;
  place-items: center;
  font-size: 11px;
  font-style: normal;
  display: inline-grid;
}
.bottomLine {
  color: #9fa2a8;
  max-width: 780px;
  margin: 38px 0 0 auto;
  font-size: 17px;
  line-height: 1.7;
}
.bottomLine strong {
  color: #fff;
}
.enterpriseSection {
  border: 1px solid var(--line);
  background: radial-gradient(circle at 15% 20%, #ff4a0021, #0000 38%), #0c0d0f;
  border-radius: 26px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 10%;
  width: min(1280px, 100% - 48px);
  margin: 0 auto 160px;
  padding: clamp(48px, 7vw, 94px);
  display: grid;
}
.enterpriseLead h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 76px);
  line-height: 0.96;
}
.enterpriseLead h2 em {
  color: var(--orange);
  font-style: normal;
}
.enterpriseLead > p:not(.sectionLabel) {
  color: #969aa1;
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.7;
}
.enterpriseList {
  border-top: 1px solid var(--line);
}
.enterpriseList article {
  border-bottom: 1px solid var(--line);
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 22px;
  padding: 20px 0;
  display: grid;
}
.enterpriseList article > img {
  object-fit: cover;
  border: 1px solid var(--line);
  filter: saturate(0.75);
  border-radius: 7px;
  width: 112px;
  height: 76px;
  display: block;
}
.enterpriseList h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.enterpriseList p {
  color: #858991;
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
.advertisingSection {
  width: min(1280px, 100% - 48px);
  color: var(--white);
  background:
    radial-gradient(circle at 82% 10%, #ff4b0029, #0000 34%),
    linear-gradient(145deg, #111216, #08090b);
  border: 1px solid #ff520c38;
  border-radius: 24px;
  margin: 0 auto var(--section-spacing);
  padding: clamp(58px, 7vw, 94px);
  position: relative;
  overflow: hidden;
}
.advertisingSection:after {
  content: '';
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff06 1px, #0000 1px), linear-gradient(90deg, #ffffff06 1px, #0000 1px);
  background-size: 64px 64px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000c, #0000 65%);
  mask-image: linear-gradient(#000c, #0000 65%);
}
.adWatermark {
  color: #ff4b000b;
  letter-spacing: -0.08em;
  white-space: nowrap;
  font-size: clamp(80px, 14vw, 205px);
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: -22px;
}
.adHeading,
.adGrid,
.adReality {
  z-index: 1;
  position: relative;
}
.developerLead {
  border-left: 3px solid var(--orange);
  color: #f3d6c9;
  background: #ff4b0014;
  max-width: 900px;
  margin: 0 0 28px;
  padding: 17px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
.developmentTag {
  color: #ff8b58;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  background: #ff4b0014;
  border: 1px solid #ff520c61;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  margin: 0 0 28px;
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 900;
  display: inline-flex;
}
.developmentTag span {
  background: var(--orange);
  width: 6px;
  height: 6px;
  box-shadow: 0 0 10px var(--orange);
  border-radius: 50%;
}
.adHeading {
  max-width: 980px;
}
.adHeading h2 {
  letter-spacing: -0.065em;
  max-width: 900px;
  margin: 0;
  font-size: clamp(48px, 6.2vw, 88px);
  line-height: 0.9;
}
.adHeading > p:last-child {
  color: #a0a4aa;
  max-width: 730px;
  margin: 32px 0 0 auto;
  font-size: 18px;
  line-height: 1.6;
}
.adGrid {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
  display: grid;
}
.adGrid article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff04;
  min-height: 390px;
  padding: 0 0 30px;
  overflow: hidden;
}
.adGrid article > img {
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.82) contrast(1.05);
  width: 100%;
  height: 180px;
  display: block;
}
.adGrid h3 {
  letter-spacing: -0.035em;
  margin: 27px 30px 12px;
  font-size: 24px;
}
.adGrid p {
  color: #8e9299;
  max-width: 470px;
  margin: 0 30px;
  font-size: 14px;
  line-height: 1.65;
}
.adReality {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 2fr;
  gap: 10%;
  margin-top: 52px;
  padding-top: 28px;
  display: grid;
}
.adReality strong {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 13px;
}
.adReality p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.65;
}
.roadmapSection {
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto 160px;
}
.roadmapGrid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  display: grid;
}
.roadmapGrid article {
  border: 1px solid var(--line);
  background: #0b0c0e;
  border-radius: 12px;
  min-height: 350px;
  padding: 0 0 28px;
  overflow: hidden;
}
.roadmapGrid img {
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.76);
  width: 100%;
  height: 138px;
  display: block;
}
.roadmapGrid h3 {
  letter-spacing: -0.02em;
  margin: 24px 28px 12px;
  font-size: 20px;
}
.roadmapGrid p {
  color: #82868d;
  margin: 0 28px;
  font-size: 13px;
  line-height: 1.6;
}
.roadmapNote {
  color: #666a71;
  margin: 20px 0 0;
  font-size: 11px;
}
.differenceSection {
  width: min(1280px, 100% - 48px);
  margin: 0 auto 160px;
}
.featureTableWrap {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow-x: auto;
}
.featureTableWrap table {
  border-collapse: collapse;
  background: #0b0c0e;
  width: 100%;
  min-width: 760px;
}
.featureTableWrap th,
.featureTableWrap td {
  border-bottom: 1px solid var(--line);
  text-align: left;
  padding: 22px 24px;
  font-size: 13px;
}
.featureTableWrap thead th {
  color: #757981;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: #101216;
  font-size: 10px;
}
.featureTableWrap tbody th {
  color: #d9dade;
  width: 28%;
  font-weight: 600;
}
.featureTableWrap td {
  color: #787c83;
}
.featureTableWrap .ours {
  color: #fff;
  background: #ff4c0014;
  border-left: 1px solid #ff4c0038;
  border-right: 1px solid #ff4c0038;
}
.featureTableWrap tr:last-child th,
.featureTableWrap tr:last-child td {
  border-bottom: 0;
}
.pageSection {
  scroll-margin-top: 30px;
}
.subpageHero {
  border-bottom: 1px solid var(--line);
  flex-direction: column;
  justify-content: center;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  min-height: 610px;
  margin: 0 auto 120px;
  padding: 115px 0 90px;
  display: flex;
  position: relative;
}
.subpageHero:after {
  content: '';
  z-index: -1;
  background: radial-gradient(circle, #ff4b0021, #0000 67%);
  width: 760px;
  height: 520px;
  position: absolute;
  top: 30px;
  right: -120px;
}
.subpageHero h1 {
  letter-spacing: -0.07em;
  max-width: 1080px;
  margin: 24px 0 26px;
  font-size: clamp(64px, 8.3vw, 118px);
  font-weight: 700;
  line-height: 0.88;
}
.subpageHero h1 em {
  color: var(--orange);
  font-style: normal;
}
.subpageHero > p:last-child {
  color: #a2a5ab;
  max-width: 700px;
  margin: 0 0 0 auto;
  font-size: 18px;
  line-height: 1.7;
}
.subpageHero .developmentTag {
  align-self: flex-start;
}
.advertisingHero h1,
.contactHero h1 {
  /* 500 selects the regular system-font face on Windows; 600 was mapped to Arial Bold. */
  font-weight: 500;
}
.advertisingHero h1 em {
  color: var(--orange);
}
.contactHero {
  min-height: 560px;
}
.rolloutSection {
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
}
.rolloutSteps {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.rolloutSteps article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 370px;
  padding: 0 0 28px;
  overflow: hidden;
}
.rolloutSteps img {
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.78);
  width: 100%;
  height: 155px;
  display: block;
}
.rolloutSteps h3 {
  margin: 25px 28px 12px;
  font-size: 23px;
}
.rolloutSteps p {
  color: #858990;
  margin: 0 28px;
  font-size: 13px;
  line-height: 1.65;
}
.enterpriseStatement {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: 0.6fr 1.4fr;
  gap: 9%;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  padding: 70px 0;
  display: grid;
}
.enterpriseStatement p {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  line-height: 1.6;
}
.enterpriseStatement h2 {
  letter-spacing: -0.05em;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 66px);
  line-height: 1.02;
}
.adEconomics {
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9%;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto 110px;
  display: grid;
}
.adEconomics h2 {
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(45px, 5.2vw, 74px);
  line-height: 0.98;
}
.adEconomics > div:last-child {
  color: #9a9da3;
  padding-top: 45px;
  font-size: 17px;
  line-height: 1.75;
}
.adEconomics > div:last-child p:last-child {
  color: #fff;
}
.adGuardrail {
  border-top: 1px solid #ff4b0057;
  border-bottom: 1px solid #ff4b0057;
  grid-template-columns: 0.4fr 1.6fr;
  gap: 8%;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  padding: 28px 0;
  display: grid;
}
.adGuardrail strong {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
}
.adGuardrail p {
  color: #858990;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.originSection {
  grid-template-columns: 0.4fr 1.6fr;
  gap: 8%;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  display: grid;
}
.originSection h2 {
  letter-spacing: -0.055em;
  margin: 0 0 35px;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
}
.originSection div p {
  color: #9699a0;
  max-width: 780px;
  font-size: 17px;
  line-height: 1.75;
}
.originSection div p strong {
  color: #fff;
}
.companyResults {
  margin-bottom: 120px;
}
.principlesSection {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  display: grid;
}
.principlesSection article {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 390px;
  padding: 0 0 30px;
  overflow: hidden;
}
.principlesSection img {
  object-fit: cover;
  border-bottom: 1px solid var(--line);
  filter: saturate(0.78);
  width: 100%;
  height: 175px;
  display: block;
}
.principlesSection h3 {
  margin: 26px 30px 12px;
  font-size: 23px;
}
.principlesSection p {
  color: #858990;
  margin: 0 30px;
  font-size: 14px;
  line-height: 1.65;
}
.phoneImage {
  margin-top: 36px;
}
.phoneImage img {
  width: min(100%, 440px);
  height: auto;
  display: block;
}
.phoneImage.compact {
  margin-top: 0;
}
.phoneImage.compact img {
  width: 190px;
}
.contactPage {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 8%;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto var(--section-spacing);
  display: grid;
}
.contactDetails h2 {
  letter-spacing: -0.05em;
  margin: 0;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1;
}
.contactDetails > p:not(.sectionLabel) {
  color: #8f939a;
  font-size: 15px;
  line-height: 1.7;
}
.formPanel {
  border: 1px solid var(--line);
  background: #0c0d0f;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 50px);
}
.formGrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px 18px;
  display: grid;
}
.formGrid label {
  flex-direction: column;
  gap: 8px;
  display: flex;
}
.formGrid label > span {
  color: #aaaeb4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  font-weight: 700;
}
.formGrid input,
.formGrid select,
.formGrid textarea {
  color: #fff;
  width: 100%;
  font: inherit;
  background: #121418;
  border: 1px solid #ffffff24;
  border-radius: 7px;
  outline: none;
  padding: 14px 15px;
  font-size: 14px;
}
.formGrid textarea {
  resize: vertical;
  min-height: 160px;
  line-height: 1.55;
}
.formGrid input:focus,
.formGrid select:focus,
.formGrid textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px #ff4b001a;
}
.fullField {
  grid-column: 1/-1;
}
.honeypot {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -10000px;
  overflow: hidden;
}
.submitButton {
  cursor: pointer;
  border: 0;
  margin-top: 28px;
}
.formPrivacy {
  color: #676b72;
  margin: 14px 0 0;
  font-size: 11px;
}
.formSuccess,
.formError {
  border-radius: 8px;
  margin-bottom: 28px;
  padding: 16px 18px;
  font-size: 13px;
  line-height: 1.5;
}
.formSuccess {
  color: #c3efd4;
  background: #55d68b14;
  border: 1px solid #55d68b59;
}
.formSuccess strong,
.formSuccess span {
  display: block;
}
.formError {
  color: #ffc0c0;
  background: #ff5c5c14;
  border: 1px solid #ff5c5c61;
}
.resultsSection {
  width: min(1280px, 100% - 48px);
  margin: 0 auto 140px;
}
.resultsCard {
  background:
    radial-gradient(circle at 85% 15%, #ff48002e, #0000 35%),
    linear-gradient(145deg, #141519, #0b0c0e);
  border: 1px solid #ff520c3d;
  border-radius: 24px;
  padding: clamp(40px, 7vw, 92px);
}
.resultsCard .eyebrow {
  margin-bottom: 24px;
}
.trackRow {
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 70px;
  padding-top: 30px;
  display: grid;
}
.trackRow div {
  flex-direction: column;
  display: flex;
}
.trackRow strong {
  font-size: 22px;
}
.trackRow span {
  color: #858990;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.contactBand {
  justify-content: space-between;
  align-items: end;
  gap: 50px;
  width: min(var(--content-width), 100% - (var(--page-gutter) * 2));
  margin: 0 auto;
  padding: 115px 0;
  display: flex;
}
.contactBand h2 {
  font-size: clamp(38px, 4.2vw, 62px);
}
.contactBand .sectionLabel {
  margin-bottom: 22px;
}
.contactActions {
  flex-direction: column;
  flex: none;
  align-items: stretch;
  gap: 18px;
  display: flex;
}
footer {
  border-top: 1px solid var(--line);
  color: #686c73;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 34px;
  width: min(1280px, 100% - 48px);
  min-height: 150px;
  margin: 0 auto;
  font-size: 11px;
  display: grid;
}
footer img {
  width: 190px;
}
footer a {
  color: #b5b7bb;
}
.footerDefinition {
  color: #858990;
  text-transform: none;
  letter-spacing: 0.04em;
  max-width: 490px;
  margin-bottom: 9px;
  display: block;
}
@media (max-width: 1050px) {
  .siteHeader nav > a:nth-child(2),
  .siteHeader nav > a:nth-child(3) {
    display: none;
  }
  .sectionIntro {
    grid-template-columns: 0.75fr 1.25fr;
  }
  .sectionIntro > p:last-child {
    grid-column: 2;
  }
  .capabilityGrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .enterpriseSection {
    grid-template-columns: 1fr;
  }
  .roadmapGrid,
  .rolloutSteps {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactPage {
    grid-template-columns: 1fr;
  }
  .contactDetails {
    max-width: 700px;
  }
}
@media (max-width: 760px) {
  .siteHeader {
    width: calc(100% - 30px);
    height: 70px;
  }
  .brand {
    width: 165px;
    height: 48px;
  }
  .brand img {
    width: 176px;
  }
  .siteHeader nav {
    gap: 12px;
  }
  .siteHeader nav > a:not(.navCta) {
    display: none;
  }
  .navCta {
    padding: 9px 13px;
    font-size: 12px;
  }
  .hero {
    min-height: auto;
    padding-top: 68px;
  }
  .hero h1 {
    font-size: clamp(53px, 16vw, 75px);
    line-height: 0.93;
  }
  .heroCopy {
    font-size: 16px;
  }
  .heroActions {
    flex-direction: column;
    width: min(100%, 330px);
    margin-left: auto;
    margin-right: auto;
  }
  .heroMetrics {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
  .heroMetrics > div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 92px;
  }
  .heroMetrics > div:last-child {
    border-bottom: 0;
  }
  .problemSection {
    margin-top: 100px;
  }
  .problemGrid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .problemGrid h2 {
    font-size: 44px;
  }
  .problemCopy {
    font-size: 16px;
  }
  .problemVisual {
    border-radius: 13px;
    margin-top: 42px;
  }
  .problemVisual img {
    height: 330px;
  }
  .problemVisual figcaption {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }
  .painStrip {
    grid-template-columns: 1fr auto 1fr;
    display: grid;
  }
  .painStrip b {
    display: none;
  }
  .painStrip span:nth-of-type(2n) {
    text-align: right;
  }
  .capabilitiesSection,
  .beforeAfterSection,
  .roadmapSection,
  .differenceSection,
  .homeCapabilities {
    margin-bottom: 100px;
  }
  .sectionIntro,
  .sectionIntro.compact {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .sectionIntro .sectionLabel {
    margin: 0;
  }
  .sectionIntro > p:last-child {
    grid-column: 1;
  }
  .sectionIntro h2 {
    font-size: 44px;
  }
  .capabilityGrid {
    grid-template-columns: 1fr;
  }
  .capabilityCard {
    min-height: 0;
  }
  .capabilityCard > img {
    height: 210px;
  }
  .comparisonHeader,
  .comparisonRow {
    gap: 18px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .comparisonRow {
    min-height: 102px;
    font-size: 13px;
  }
  .comparisonRow > span:last-child {
    gap: 9px;
  }
  .bottomLine {
    font-size: 15px;
  }
  .pathSection {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
  .pathSection > a {
    min-height: 360px;
    padding: 34px 26px;
  }
  .pathSection > a + a {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .pathSection h2 {
    margin-top: 70px;
    font-size: 42px;
  }
  .pathSection b {
    bottom: 32px;
  }
  .futureProofSection {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
  .futureProofSection > img {
    height: 280px;
    min-height: 0;
  }
  .futureProofSection > div {
    padding: 40px 26px;
  }
  .futureProofSection h2 {
    font-size: 42px;
  }
  .enterpriseSection {
    border-radius: 18px;
    width: calc(100% - 30px);
    margin-bottom: 100px;
    padding: 42px 25px;
  }
  .enterpriseLead h2 {
    font-size: 49px;
  }
  .enterpriseList {
    margin-top: 40px;
  }
  .enterpriseList article {
    grid-template-columns: 88px 1fr;
    gap: 16px;
  }
  .enterpriseList article > img {
    width: 88px;
    height: 70px;
  }
  .advertisingSection {
    margin-bottom: 100px;
  }
  .adHeading > p:last-child {
    font-size: 16px;
  }
  .adGrid {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }
  .adGrid article {
    min-height: 0;
  }
  .adGrid article > img {
    height: 190px;
  }
  .adReality {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .adReality p {
    font-size: 14px;
  }
  .subpageHero {
    min-height: 520px;
    margin-bottom: 90px;
    padding: 80px 0 60px;
  }
  .subpageHero h1 {
    font-size: clamp(56px, 16vw, 76px);
  }
  .subpageHero > p:last-child {
    font-size: 16px;
  }
  .rolloutSection,
  .enterpriseStatement,
  .originSection,
  .principlesSection,
  .adEconomics,
  .adGuardrail,
  .contactPage {
    margin-bottom: 100px;
  }
  .rolloutSteps {
    grid-template-columns: 1fr;
  }
  .rolloutSteps article {
    min-height: 0;
  }
  .rolloutSteps img {
    height: 190px;
  }
  .enterpriseStatement,
  .originSection,
  .adEconomics,
  .adGuardrail {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .enterpriseStatement h2 {
    font-size: 42px;
  }
  .adEconomics > div:last-child {
    padding-top: 0;
    font-size: 15px;
  }
  .advertisingSection {
    border-radius: 18px;
    width: calc(100% - 30px);
    padding: 50px 24px;
  }
  .adHeading h2 {
    font-size: 48px;
  }
  .adGuardrail {
    padding: 24px 0;
  }
  .originSection h2 {
    font-size: 43px;
  }
  .principlesSection {
    grid-template-columns: 1fr;
  }
  .principlesSection article {
    min-height: 0;
  }
  .principlesSection img {
    height: 210px;
  }
  .formPanel {
    padding: 26px 20px;
  }
  .formGrid {
    grid-template-columns: 1fr;
  }
  .fullField {
    grid-column: 1;
  }
  .phoneImage img {
    width: min(100%, 360px);
  }
  .roadmapGrid {
    grid-template-columns: 1fr;
  }
  .roadmapGrid article {
    min-height: 0;
  }
  .roadmapGrid img {
    height: 190px;
  }
  .featureTableWrap {
    border-radius: 10px 0 0 10px;
    margin-right: -24px;
  }
  .resultsSection {
    margin-bottom: 80px;
  }
  .resultsCard {
    padding: 42px 26px;
  }
  .resultsCard h2 {
    font-size: 43px;
  }
  .trackRow {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
  .contactBand {
    flex-direction: column;
    align-items: stretch;
    padding: 80px 0;
  }
  .contactBand h2 {
    font-size: 41px;
  }
  .contactActions {
    width: 100%;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 34px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .interfaceSlide {
    opacity: 0;
    animation: none;
  }
  .interfaceSlide:first-child {
    opacity: 1;
  }
  .legendPulse {
    animation: none;
  }
}

/* CONTACT FORM ABUSE PROTECTION */
.turnstileWrap {
  width: 100%;
  margin: 22px 0 8px;
}

.turnstileWrap noscript {
  color: #ffb08d;
  font-size: 12px;
}
.industryNewsCard {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #171717;
  border: 1px solid #d8dce2;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 18px 44px #00000024;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.industryNewsCard:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 52px #00000033;
}
.newsMasthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 4px solid #163a63;
  background: #f8fafc;
  color: #163a63;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.newsMasthead span {
  color: #6d7680;
  font-size: 10px;
  letter-spacing: 0.16em;
}
.newsBody {
  padding: clamp(28px, 4vw, 48px);
}
.newsDateline {
  margin: 0;
  color: #727981;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.industryNewsCard h3 {
  margin: 15px 0 18px;
  color: #111827;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 3.6vw, 50px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.industryNewsCard .newsDeck {
  margin: 0;
  color: #4b5563;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.55;
}
.newsByline {
  margin: 22px 0 0;
  color: #303944;
  font-size: 12px;
  font-weight: 700;
}
.newsSource {
  margin-top: auto;
  padding: 17px 24px;
  border-top: 1px solid #d8dce2;
  background: #f8fafc;
  color: #163a63;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media (max-width: 760px) {
  .newsFutureProof > div {
    order: 1;
  }
  .newsFutureProof .industryNewsCard {
    order: 2;
  }
  .industryNewsCard {
    min-height: 0;
  }
  .newsMasthead {
    padding: 15px 18px;
  }
  .newsBody {
    padding: 28px 22px;
  }
  .industryNewsCard h3 {
    font-size: 34px;
  }
  .industryNewsCard .newsDeck {
    font-size: 15px;
  }
  .newsSource {
    padding: 15px 18px;
  }
}
.hero h1 {
  max-width: var(--hero-title-width);
  font-size: clamp(48px, 6.15vw, 87px);
  line-height: 1.02;
  letter-spacing: -0.057em;
}
.heroCopy {
  max-width: 880px;
}
.heroOffer {
  max-width: 830px;
  color: #a8adb2;
  font-size: 14px;
}
.efd-system-diagram {
  width: min(var(--system-diagram-width), 94vw);
  margin: 53px auto 0;
  text-align: left;
}
.efd-board {
  position: relative;
  width: 100%;
  aspect-ratio: 780/530;
  overflow: hidden;
  border: 1px solid #36352e;
  background-color: #0b0c0a;
  background-image:
    linear-gradient(#ffffff09 1px, transparent 1px),
    linear-gradient(90deg, #ffffff09 1px, transparent 1px),
    radial-gradient(ellipse at 8% 93%, #18380570, transparent 34%),
    radial-gradient(ellipse at 96% 43%, #33100060, transparent 36%);
  background-size:
    27px 27px,
    27px 27px,
    100% 100%,
    100% 100%;
  font-family: Arial, Helvetica, sans-serif;
}
.efd-top {
  position: absolute;
  top: 4%;
  left: 3.4%;
  right: 3.4%;
  display: flex;
  justify-content: space-between;
  color: #adadad;
  font-size: clamp(7px, 1vw, 11px);
  letter-spacing: 0.24em;
}
.efd-top i,
.efd-zone i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #339f19;
  box-shadow: 0 0 12px #45b62280;
}
.efd-top i {
  margin-right: 8px;
}
.efd-column-title {
  position: absolute;
  top: 20%;
  color: #8d948b;
  font-size: clamp(8px, 1vw, 11px);
  font-weight: 700;
  letter-spacing: 0.18em;
}
.efd-source-title {
  left: 3.5%;
}
.efd-zone-title {
  left: 74%;
}
.efd-connections {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.efd-link {
  fill: none;
  stroke: #387220;
  stroke-width: 1.1;
}
.efd-wireless-link {
  fill: none;
  stroke: #ff5918;
  stroke-width: 1.6;
  stroke-dasharray: 5 5;
  animation: efd-wireless-flow 1s linear infinite;
}
.efd-packet-green {
  fill: #57da27;
  filter: drop-shadow(0 0 4px #57da27);
}
.efd-packet-orange {
  fill: #ff5a1b;
  filter: drop-shadow(0 0 5px #ff5a1b);
}
.efd-source,
.efd-zone {
  position: absolute;
  width: 22.3%;
  height: 10.55%;
  border: 1px solid #3e4038;
  background: #11120ee0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  color: #c4c8cd;
  font-size: clamp(8px, 1.35vw, 14px);
}
.efd-source {
  left: 3.45%;
}
.efd-video,
.efd-main {
  top: 26.8%;
}
.efd-audio,
.efd-patio {
  top: 40%;
}
.efd-network,
.efd-dining {
  top: 53.2%;
}
.efd-zone {
  left: 73.85%;
  background: #16100cf0;
}
.efd-source b,
.efd-zone b {
  font-weight: 700;
}
.efd-video-icon {
  width: 14px;
  height: 14px;
  background: #ec4916;
}
.efd-audio-icon {
  width: 19px;
  height: 19px;
  border: 1px solid #42a91e;
  border-radius: 50%;
}
.efd-network-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #f55517;
  transform: rotate(45deg);
}
.efd-core {
  position: absolute;
  left: 35.9%;
  top: 34.5%;
  width: 28.2%;
  height: 30.95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #963112;
  background: linear-gradient(140deg, #271106e8, #111009ef);
  box-shadow: 0 0 40px #ff4c120d;
}
.efd-core img {
  width: 75%;
  height: auto;
  object-fit: contain;
}
.efd-core > span {
  margin-top: 8px;
  color: #a4a197;
  font-size: clamp(7px, 1vw, 10px);
  letter-spacing: 0.25em;
}
.efd-core > i {
  width: 7px;
  height: 7px;
  margin-top: 19px;
  background: #57c224;
  box-shadow:
    -14px 0 #e24d15,
    14px 0 #e24d15;
  animation: efd-core-status 1.7s steps(2, end) infinite;
}
.efd-tablet-node {
  position: absolute;
  z-index: 2;
  left: 35.5%;
  top: 69%;
  width: 29%;
  height: 16.5%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 8px;
  border: 1px solid #5a3b22;
  background: #15110de8;
}
.efd-mini-tablet {
  position: relative;
  display: block;
  width: 38%;
  height: 75%;
  padding: 6px 3px;
  border: 2px solid #777971;
  border-radius: 5px;
  background: #090a09;
  overflow: hidden;
}
.efd-mini-tablet:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  width: 3px;
  height: 3px;
  background: #eee;
  border-radius: 50%;
}
.efd-mini-tablet img {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.efd-mini-tablet > span {
  display: inline-block;
  width: 20%;
  height: 4px;
  margin: 6px 2px 0 0;
  background: #4c8c24;
}
.efd-mini-tablet > span:nth-of-type(2) {
  background: #f45616;
}
.efd-tablet-label {
  position: relative;
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.efd-tablet-label > b {
  color: #f6f6f4;
  font-size: clamp(7px, 1.15vw, 12px);
}
.efd-tablet-label > small {
  color: #b8aea1;
  font-size: clamp(5px, 0.8vw, 8px);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.efd-wifi {
  position: absolute;
  right: 0;
  top: -15px;
  color: #fa671d;
  font-size: clamp(8px, 1.2vw, 12px);
  animation: efd-wifi-pulse 1.25s ease-in-out infinite;
}
.efd-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 10%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 3.4%;
  border-top: 1px solid #3e4038;
  color: #aaa;
  font-size: clamp(6px, 1vw, 10px);
  letter-spacing: 0.14em;
}
.efd-bottom b {
  color: #eee;
  font-weight: 600;
}
@keyframes efd-wireless-flow {
  to {
    stroke-dashoffset: -20;
  }
}
@keyframes efd-wifi-pulse {
  0%,
  100% {
    opacity: 0.35;
  }
  50% {
    opacity: 1;
  }
}
@keyframes efd-core-status {
  50% {
    opacity: 0.45;
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(38px, 9.2vw, 68px);
    line-height: 1.08;
  }
  .heroCopy {
    font-size: 15px;
  }
  .heroOffer {
    font-size: 12px;
  }
  .efd-system-diagram {
    width: 96vw;
    margin: 37px 0 0 calc(50% - 48vw);
  }
  .efd-source,
  .efd-zone {
    gap: 6px;
    padding: 0 7px;
  }
  .efd-tablet-node {
    gap: 5px;
    padding: 4px;
  }
  .efd-mini-tablet {
    padding: 3px 2px;
  }
  .efd-mini-tablet img {
    margin-top: 6px;
  }
  .efd-mini-tablet > span {
    margin-top: 3px;
  }
  .efd-bottom {
    gap: 9px;
    letter-spacing: 0.08em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .efd-wireless-link,
  .efd-wifi,
  .efd-core > i {
    animation: none;
  }
  .efd-packet {
    display: none;
  }
}
