:root {
  --cc-ink: #e6f1ff;
  --cc-ink-2: #c3d3e8;
  --cc-muted: #9baec8;
  --cc-line: rgba(255, 255, 255, 0.10);
  --cc-paper: #0b1220;
  --cc-wash: #050a12;
  --cc-wash-2: #070b14;
  --cc-teal: #00d4ff;
  --cc-teal-2: #2dd4bf;
  --cc-copper: #2dd4bf;
  --cc-amber: #00d4ff;
  --cc-radius: 8px;
  --cc-shadow: 0 26px 78px rgba(0, 0, 0, 0.36);
  --cc-max: 1280px;
}

body {
  background: var(--cc-paper);
  color: var(--cc-ink);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
  letter-spacing: 0;
}

#page-container,
#main-content {
  background:
    radial-gradient(circle at 78% 10%, rgba(0, 212, 255, 0.14), transparent 28%),
    radial-gradient(circle at 10% 16%, rgba(45, 212, 191, 0.11), transparent 28%),
    var(--cc-wash);
}

.cc-wrap,
.container {
  width: min(92%, var(--cc-max));
  max-width: var(--cc-max);
  margin-inline: auto;
}

#main-header,
.et_fixed_nav #main-header {
  border-bottom: 1px solid var(--cc-line);
  background: rgba(5, 10, 18, 0.94) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.et-l--header .et_pb_section {
  border-bottom: 1px solid var(--cc-line);
  background: rgba(5, 10, 18, 0.94) !important;
}

body .et-l--header .et_pb_section.et_pb_with_background,
body .et-l--header .et_pb_section_0_tb_header {
  background: rgba(5, 10, 18, 0.94) !important;
  background-color: rgba(5, 10, 18, 0.94) !important;
}

body .et-l--header {
  position: relative;
  z-index: 20;
}

body .et-l--header .et_pb_section_0_tb_header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

body .et-l--header .et_pb_row_0_tb_header {
  display: none !important;
}

body .et-l--header .et_pb_row_1_tb_header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 48px), 1280px) !important;
  max-width: 1280px !important;
  min-height: 74px;
  margin-inline: auto !important;
  padding: 0 !important;
}

body .et-l--header .et_pb_row_1_tb_header::before {
  content: "ClingCentral";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e6f1ff;
  font-family: "Space Grotesk", Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
}

body .et-l--header .et_pb_row_1_tb_header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.5), transparent);
}

body .et-l--header .et_pb_column_1_tb_header {
  display: flex;
  justify-content: flex-end;
  width: auto !important;
  margin: 0 !important;
}

body .et-l--header .et_pb_column_2_tb_header {
  display: none !important;
}

body .et-l--header .et_pb_menu_0_tb_header,
body .et-l--header .et_pb_menu_inner_container,
body .et-l--header .et_pb_menu__wrap {
  width: auto;
  min-height: 0;
  background: transparent !important;
}

body .et-l--header .et_pb_menu__wrap {
  justify-content: flex-end !important;
}

body .et-l--header .et-menu.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
}

body .et-l--header .et-menu.nav > li {
  margin: 0 !important;
  padding: 0 !important;
}

body .et-l--header .et_pb_menu_0_tb_header.et_pb_menu ul li a,
body .et-l--header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #9baec8 !important;
  padding: 0 13px !important;
  font-weight: 800;
  line-height: 1;
}

body .et-l--header .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a,
body .et-l--header .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
  border-color: rgba(0, 212, 255, 0.26);
  background: rgba(0, 212, 255, 0.08);
  color: #2dd4bf !important;
}

body .et-l--header .et_pb_menu__search-button,
body .et-l--header button.et_pb_menu__search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #2dd4bf !important;
  padding: 0 !important;
  margin-left: 8px !important;
  box-shadow: none !important;
}

body .et-l--header .et_pb_menu__search-button:hover,
body .et-l--header button.et_pb_menu__search-button:hover {
  border-color: rgba(0, 212, 255, 0.38) !important;
  background: rgba(0, 212, 255, 0.08) !important;
  color: #00d4ff !important;
}

#top-menu a,
.et_mobile_menu a {
  color: var(--cc-ink);
  font-weight: 700;
}

#top-menu a:hover,
#top-menu li.current-menu-item > a {
  color: var(--cc-teal);
}

.cc-site-main h1,
.cc-site-main h2,
.cc-site-main h3,
.cc-site-main h4,
.et_pb_heading_container h1,
.et_pb_heading_container h2,
.et_pb_heading_container h3 {
  color: var(--cc-ink);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: 0;
}

.cc-site-main p,
.entry-content,
.et_pb_text,
.et_pb_blurb_description,
.et_pb_post .post-content {
  color: var(--cc-muted);
  line-height: 1.72;
}

.cc-label,
.cc-kicker {
  color: var(--cc-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-site-main {
  position: relative;
  overflow: hidden;
}

.cc-site-main::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), transparent 78%);
}

.cc-site-main > * {
  position: relative;
  z-index: 1;
}

.cc-kicker {
  text-decoration: none;
}

.cc-hero {
  background:
    linear-gradient(180deg, rgba(0, 212, 255, 0.08), rgba(5, 10, 18, 0.92)),
    var(--cc-wash);
  border-bottom: 1px solid var(--cc-line);
  padding: clamp(78px, 9vw, 118px) 0 clamp(74px, 8vw, 104px);
}

.cc-hero__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: start;
}

.cc-hero h1 {
  margin: 10px 0 16px;
  max-width: 100%;
  font-size: clamp(56px, 6vw, 82px);
  overflow-wrap: normal;
}

.cc-hero__dek {
  max-width: 620px;
  font-size: clamp(18px, 2vw, 23px);
  color: var(--cc-ink-2);
  line-height: 1.55;
}

.cc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cc-home-status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.cc-home-status span {
  border: 1px solid var(--cc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--cc-muted);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 800;
}

.cc-home-hero .cc-hero__feature {
  position: relative;
}

.cc-home-hero .cc-hero__feature::before {
  content: "";
  position: absolute;
  inset: -28px;
  z-index: -1;
  border: 1px solid rgba(0, 212, 255, 0.1);
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.07) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.75;
}

.cc-home-hero .cc-hero__feature .cc-card--lead .cc-card__media {
  aspect-ratio: 16 / 7.5;
}

.cc-home-hero .cc-hero__feature .cc-card--lead .cc-card__body {
  padding: clamp(20px, 2.2vw, 28px);
}

.cc-home-hero .cc-hero__feature .cc-card--lead .cc-card__title {
  font-size: clamp(24px, 1.65vw, 30px);
  line-height: 1.06;
}

.cc-home-hero .cc-hero__feature .cc-card--lead .cc-card__title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.cc-home-hero .cc-hero__feature .cc-card--lead p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cc-button,
.et_pb_button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid var(--cc-teal);
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.9), rgba(45, 212, 191, 0.82));
  color: #03101a;
  padding: 11px 16px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.14);
}

.cc-button:hover,
.et_pb_button:hover,
button:hover,
input[type="submit"]:hover {
  border-color: var(--cc-ink);
  background: #e6f1ff;
  color: #050a12;
}

.cc-button--quiet {
  background: rgba(255, 255, 255, 0.04);
  color: var(--cc-ink);
  border-color: var(--cc-line);
}

.cc-button--quiet:hover {
  color: #fff;
}

.cc-band {
  background: rgba(11, 18, 32, 0.62);
  border-block: 1px solid var(--cc-line);
  padding: clamp(42px, 6vw, 76px) 0;
}

.cc-band--tight {
  padding: 18px 0;
}

.cc-section {
  padding: clamp(48px, 7vw, 92px) 0;
}

.cc-section__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.cc-section__head h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 52px);
}

.cc-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cc-category-strip a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cc-ink);
  padding: 14px 16px;
  text-decoration: none;
}

.cc-category-strip a:hover {
  border-color: var(--cc-teal);
  color: var(--cc-teal);
}

.cc-category-strip strong {
  color: var(--cc-copper);
}

.cc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.cc-card {
  overflow: hidden;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.cc-card:hover {
  border-color: rgba(0, 212, 255, 0.32);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: var(--cc-shadow), 0 0 34px rgba(0, 212, 255, 0.09);
  transform: translateY(-2px);
}

.cc-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #050a12;
  color: #fff;
  text-decoration: none;
}

.cc-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-card__media-empty {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 24px;
  color: #fff;
  font-weight: 800;
}

.cc-card__body {
  padding: 20px;
}

.cc-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  color: var(--cc-muted);
  font-size: 12px;
  font-weight: 700;
}

.cc-card__title {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.14;
}

.cc-card__title a {
  color: var(--cc-ink);
  text-decoration: none;
}

.cc-card__title a:hover,
.cc-text-link:hover,
a:hover {
  color: var(--cc-teal);
}

.cc-card p {
  margin-bottom: 16px;
}

.cc-text-link {
  color: var(--cc-ink);
  font-weight: 800;
  text-decoration: none;
}

.cc-card--lead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 360px;
}

.cc-card--lead .cc-card__media {
  aspect-ratio: auto;
}

.cc-card--lead .cc-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
}

.cc-card--lead .cc-card__title {
  font-size: clamp(25px, 2.3vw, 34px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.cc-hero__feature .cc-card--lead {
  display: block;
  min-height: 0;
}

.cc-hero__feature .cc-card--lead .cc-card__media {
  aspect-ratio: 16 / 9;
}

.cc-hero__feature .cc-card--lead .cc-card__body {
  padding: 24px 28px 28px;
}

.cc-hero__feature .cc-card--lead .cc-card__title {
  max-width: 760px;
  font-size: clamp(26px, 2.25vw, 36px);
  line-height: 1.08;
}

.cc-hero__feature .cc-card--lead p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

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

.cc-lane {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 22px;
  backdrop-filter: blur(18px);
}

.cc-lane__head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--cc-line);
  padding-bottom: 14px;
}

.cc-lane h3 {
  margin: 0;
  font-size: 24px;
}

.cc-lane h3 a {
  color: var(--cc-ink);
  text-decoration: none;
}

.cc-lane ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.cc-lane li a {
  display: block;
  color: var(--cc-ink);
  font-weight: 760;
  line-height: 1.24;
  text-decoration: none;
}

.cc-lane li span {
  color: var(--cc-muted);
  font-size: 13px;
}

.cc-about-strip__inner {
  max-width: 900px;
}

.cc-about-strip h2 {
  margin: 10px 0 18px;
  font-size: clamp(28px, 4vw, 48px);
}

.cc-page-hero,
.cc-article__hero {
  background:
    radial-gradient(circle at 80% 16%, rgba(0, 212, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(0, 212, 255, 0.07), rgba(5, 10, 18, 0.94)),
    var(--cc-wash);
  border-bottom: 1px solid var(--cc-line);
  padding: clamp(70px, 8vw, 110px) 0;
}

.cc-page-hero h1,
.cc-article__hero h1 {
  max-width: 980px;
  margin: 10px 0 14px;
  font-size: clamp(38px, 6vw, 74px);
}

.cc-article__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.cc-article__image {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--cc-shadow);
}

.cc-article__image img {
  display: block;
  width: 100%;
  height: auto;
}

.cc-article__layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 760px);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(44px, 6vw, 82px) 0;
}

.cc-article__rail {
  position: sticky;
  top: 110px;
  align-self: start;
  border: 1px solid var(--cc-line);
  border-top: 3px solid var(--cc-teal);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.045);
  padding: 18px;
  backdrop-filter: blur(18px);
}

.cc-article__rail dl {
  margin: 18px 0 0;
}

.cc-article__rail dt {
  color: var(--cc-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.cc-article__rail dd {
  margin: 3px 0 16px;
  color: var(--cc-ink);
  font-weight: 760;
}

.cc-article__content {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: rgba(255, 255, 255, 0.035);
  padding: clamp(24px, 4vw, 44px);
  backdrop-filter: blur(18px);
}

.cc-article__content {
  color: var(--cc-ink);
  font-size: 19px;
  line-height: 1.78;
}

.cc-article__content p,
.cc-article__content li {
  color: var(--cc-ink-2);
}

.cc-article__content h2,
.cc-article__content h3 {
  margin-top: 1.5em;
}

.cc-page__content {
  padding: clamp(40px, 6vw, 76px) 0;
}

.cc-about-modern {
  display: grid;
  gap: clamp(28px, 5vw, 56px);
}

.cc-about-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: start;
}

.cc-about-copy {
  max-width: 760px;
}

.cc-about-copy .cc-label {
  margin-bottom: 12px;
}

.cc-about-copy h2 {
  margin: 0 0 18px;
  max-width: 740px;
  font-size: clamp(32px, 3.7vw, 48px);
  line-height: 1.08;
}

.cc-about-copy p {
  color: var(--cc-ink-2);
  font-size: 19px;
  line-height: 1.78;
}

.cc-orchestration-map {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 360px;
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background:
    linear-gradient(135deg, rgba(0, 109, 119, 0.1), rgba(226, 163, 60, 0.08)),
    var(--cc-paper);
  padding: 24px;
  overflow: hidden;
}

.cc-orchestration-map::before {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px dashed rgba(0, 109, 119, 0.38);
  border-radius: 999px;
}

.cc-orchestration-map::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -44px;
  bottom: -50px;
  border-radius: 50%;
  background: rgba(180, 95, 60, 0.14);
}

.cc-orchestration-core {
  position: relative;
  z-index: 1;
  display: grid;
  align-self: center;
  justify-self: center;
  place-items: center;
  width: 150px;
  height: 150px;
  border: 1px solid var(--cc-teal);
  border-radius: 50%;
  background: var(--cc-teal);
  color: #fff;
  text-align: center;
  box-shadow: var(--cc-shadow);
}

.cc-orchestration-core strong {
  display: block;
  max-width: 120px;
  font-size: 19px;
  line-height: 1.08;
}

.cc-node {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid var(--cc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cc-ink);
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(23, 33, 43, 0.08);
}

.cc-node::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cc-copper);
}

.cc-node--phones {
  position: absolute;
  top: 30px;
  left: 28px;
}

.cc-node--agents {
  position: absolute;
  top: 56px;
  right: 28px;
}

.cc-node--analytics {
  position: absolute;
  left: 28px;
  bottom: 66px;
}

.cc-node--sensors {
  position: absolute;
  right: 34px;
  bottom: 74px;
}

.cc-node--workflows {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.cc-about-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cc-about-panel {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: var(--cc-paper);
  padding: 22px;
}

.cc-about-panel h3 {
  margin: 0 0 10px;
  font-size: 23px;
}

.cc-about-panel p {
  margin: 0;
  color: var(--cc-muted);
}

.cc-about-statement {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
  border-block: 1px solid var(--cc-line);
  padding: clamp(30px, 5vw, 54px) 0;
}

.cc-about-statement h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
}

.cc-about-statement p {
  color: var(--cc-ink-2);
  font-size: 20px;
  line-height: 1.75;
}

.cc-about-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.cc-proof-tile {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: var(--cc-wash);
  padding: 18px;
}

.cc-proof-tile strong {
  display: block;
  color: var(--cc-teal);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-proof-tile span {
  display: block;
  margin-top: 8px;
  color: var(--cc-ink);
  font-weight: 800;
  line-height: 1.2;
}

.cc-pagination {
  margin-top: 34px;
}

.et_pb_section {
  background-color: var(--cc-paper);
}

.et_pb_section:first-of-type {
  border-bottom: 1px solid var(--cc-line);
}

.et_pb_blog_grid .et_pb_post,
.et_pb_testimonial,
.et_pb_module.et_pb_blurb,
.et_pb_pricing_table {
  border: 1px solid var(--cc-line);
  border-radius: var(--cc-radius);
  background: var(--cc-paper);
  box-shadow: none;
}

input,
textarea,
select {
  border: 1px solid var(--cc-line);
  border-radius: 6px;
}

@media (max-width: 1080px) {
  .cc-hero__grid,
  .cc-card--lead,
  .cc-article__hero-grid,
  .cc-article__layout,
  .cc-about-intro,
  .cc-about-statement {
    grid-template-columns: 1fr;
  }

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

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

  .cc-article__rail {
    position: static;
  }
}

@media (max-width: 760px) {
  .cc-category-strip,
  .cc-card-grid,
  .cc-lane-grid,
  .cc-about-grid,
  .cc-about-proof {
    grid-template-columns: 1fr;
  }

  .cc-hero {
    padding-top: 42px;
  }

  .cc-card__body,
  .cc-lane {
    padding: 18px;
  }

  .cc-hero__actions {
    display: grid;
  }

  .cc-button {
    justify-content: center;
  }

  .cc-orchestration-map {
    min-height: 390px;
  }

  .cc-node {
    font-size: 12px;
  }
}

body.page-id-737 {
  background: #050a12;
  color: #e6f1ff;
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
}

.page-id-737 #page-container,
.page-id-737 #main-content,
.page-id-737 .cc-page,
.page-id-737 .et_pb_section {
  background: #050a12;
}

.page-id-737 #main-header,
.page-id-737.et_fixed_nav #main-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 18, 0.92) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.page-id-737 .et-l--header .et_pb_section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(5, 10, 18, 0.94) !important;
}

.page-id-737 #main-header .container,
.page-id-737 #main-header .et_menu_container,
.page-id-737 #et-top-navigation {
  background: transparent !important;
}

.page-id-737 #top-menu a,
.page-id-737 .et_mobile_menu a {
  color: #e6f1ff;
}

.page-id-737 .mobile_menu_bar::before,
.page-id-737 #et_search_icon::before {
  color: #2dd4bf;
}

.page-id-737 .et_mobile_menu {
  border-top-color: #00d4ff;
  background: #070b14 !important;
}

.page-id-737 #top-menu a:hover,
.page-id-737 #top-menu li.current-menu-item > a {
  color: #00d4ff;
}

.cc-page--about-command .cc-page__content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.cc-command-about {
  --cmd-bg: #050a12;
  --cmd-bg-2: #070b14;
  --cmd-panel: rgba(255, 255, 255, 0.04);
  --cmd-panel-strong: rgba(255, 255, 255, 0.07);
  --cmd-border: rgba(255, 255, 255, 0.1);
  --cmd-border-strong: rgba(0, 212, 255, 0.34);
  --cmd-cyan: #00d4ff;
  --cmd-teal: #2dd4bf;
  --cmd-text: #e6f1ff;
  --cmd-muted: #adc0d7;
  --cmd-shadow: 0 28px 90px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 12%, rgba(0, 212, 255, 0.2), transparent 28%),
    radial-gradient(circle at 10% 18%, rgba(45, 212, 191, 0.16), transparent 28%),
    linear-gradient(180deg, var(--cmd-bg), var(--cmd-bg-2) 52%, var(--cmd-bg));
  color: var(--cmd-text);
  font-family: Inter, "IBM Plex Sans", Arial, sans-serif;
}

.cc-command-about::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.86), transparent 78%);
}

.cc-command-about::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.05), transparent),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 34%);
  opacity: 0.75;
}

.cc-command-about * {
  box-sizing: border-box;
}

.cc-command-about a {
  color: var(--cmd-cyan);
}

.cc-command-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1280px);
  margin-inline: auto;
}

.cc-command-hero {
  position: relative;
  min-height: min(740px, calc(100vh - 70px));
  padding: clamp(84px, 8vw, 118px) 0 clamp(70px, 8vw, 96px);
}

.cc-command-hero::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 5%;
  width: min(48vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.16), transparent 62%);
  filter: blur(10px);
  animation: cc-slow-drift 16s ease-in-out infinite alternate;
}

.cc-command-hero .cc-command-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
}

.cc-command-label {
  margin: 0 0 18px;
  color: var(--cmd-teal);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cc-command-hero h1,
.cc-command-section h2,
.cc-command-card h3,
.cc-network-core strong {
  color: var(--cmd-text);
  font-family: "Space Grotesk", Inter, "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.cc-command-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(56px, 4.5vw, 58px);
  line-height: 0.98;
}

.cc-command-about .cc-command-subhead {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--cmd-muted);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
}

.cc-command-support {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 0;
  border: 1px solid rgba(45, 212, 191, 0.28);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.07);
  color: #d8fffa;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.cc-command-support::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cmd-teal);
  box-shadow: 0 0 18px rgba(45, 212, 191, 0.75);
}

.cc-command-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.cc-command-hero__signals span {
  border: 1px solid var(--cmd-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--cmd-muted);
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 700;
}

.cc-network-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid var(--cmd-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    radial-gradient(circle at 50% 50%, rgba(0, 212, 255, 0.16), transparent 38%),
    #0b1220;
  box-shadow: var(--cmd-shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.cc-network-map::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background-image:
    linear-gradient(rgba(0, 212, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 212, 255, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.64;
}

.cc-network-map::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(0, 212, 255, 0.16), transparent 24%, transparent 74%, rgba(45, 212, 191, 0.13));
  pointer-events: none;
}

.cc-network-map__chrome {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 20px;
  display: flex;
  gap: 8px;
}

.cc-network-map__chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.cc-network-map__chrome span:first-child {
  background: var(--cmd-cyan);
  box-shadow: 0 0 16px rgba(0, 212, 255, 0.7);
}

.cc-network-map__lines {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cc-network-map__lines path {
  fill: none;
  stroke: rgba(0, 212, 255, 0.28);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
}

.cc-network-map__lines .cc-network-map__energy {
  stroke: var(--cmd-teal);
  stroke-dasharray: 8 18;
  stroke-linecap: round;
  opacity: 0.72;
  animation: cc-energy-flow 5.8s linear infinite;
}

.cc-network-map__energy--delay {
  animation-delay: -2.4s;
}

.cc-network-core {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 174px;
  height: 174px;
  border: 1px solid rgba(0, 212, 255, 0.42);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, rgba(0, 212, 255, 0.24), transparent 54%),
    rgba(5, 10, 18, 0.82);
  color: var(--cmd-text);
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 44px rgba(0, 212, 255, 0.18), inset 0 0 28px rgba(0, 212, 255, 0.12);
}

.cc-network-core::before,
.cc-network-core::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 50%;
  animation: cc-node-pulse 4.5s ease-in-out infinite;
}

.cc-network-core::before {
  inset: -26px;
}

.cc-network-core::after {
  inset: -52px;
  animation-delay: -1.7s;
}

.cc-network-core span {
  color: var(--cmd-muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.cc-network-core strong {
  display: block;
  margin-top: 6px;
  font-size: 30px;
  line-height: 0.95;
}

.cc-network-node {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 176px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(5, 10, 18, 0.76);
  color: #dcecff;
  padding: 10px 13px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22), inset 0 0 18px rgba(0, 212, 255, 0.05);
  backdrop-filter: blur(12px);
}

.cc-network-node::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cmd-cyan);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.88);
  animation: cc-node-pulse-dot 2.7s ease-in-out infinite;
}

.cc-network-node--people {
  top: 68px;
  left: 72px;
}

.cc-network-node--comms {
  top: 70px;
  right: 62px;
}

.cc-network-node--data {
  top: 238px;
  right: 28px;
}

.cc-network-node--agents {
  right: 70px;
  bottom: 68px;
}

.cc-network-node--sensors {
  left: 72px;
  bottom: 70px;
}

.cc-network-node--flows {
  top: 238px;
  left: 36px;
}

.cc-network-node--dash {
  top: 104px;
  left: 50%;
  transform: translateX(-50%);
}

.cc-network-node--response {
  top: 166px;
  left: 50%;
  transform: translateX(-50%);
}

.cc-command-section {
  position: relative;
  padding: clamp(90px, 9vw, 120px) 0;
}

.cc-command-section + .cc-command-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cc-command-section__head {
  max-width: 860px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.cc-command-section h2 {
  margin: 0;
  font-size: clamp(36px, 4.4vw, 52px);
  line-height: 1.04;
}

.cc-command-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 32px);
}

.cc-command-card,
.cc-status-module,
.cc-flow-step,
.cc-command-close {
  border: 1px solid var(--cmd-border);
  border-radius: 8px;
  background: var(--cmd-panel);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(18px);
}

.cc-command-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  padding: clamp(26px, 3vw, 34px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.cc-command-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.12), transparent 36%, rgba(45, 212, 191, 0.09));
  opacity: 0;
  transition: opacity 220ms ease;
}

.cc-command-card:hover {
  border-color: var(--cmd-border-strong);
  background: var(--cmd-panel-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(0, 212, 255, 0.09);
  transform: translateY(-4px);
}

.cc-command-card:hover::before {
  opacity: 1;
}

.cc-command-card__icon {
  position: relative;
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  border: 1px solid rgba(0, 212, 255, 0.28);
  border-radius: 18px;
  background: rgba(0, 212, 255, 0.06);
}

.cc-command-card__icon::before,
.cc-command-card__icon::after,
.cc-command-card__icon span {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: var(--cmd-cyan);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.65);
}

.cc-command-card__icon::before {
  width: 11px;
  height: 11px;
  top: 18px;
  left: 18px;
}

.cc-command-card__icon::after {
  width: 11px;
  height: 11px;
  right: 18px;
  bottom: 18px;
}

.cc-command-card__icon span {
  top: 36px;
  left: 27px;
  width: 20px;
  height: 2px;
  transform: rotate(38deg);
  transform-origin: center;
}

.cc-command-card__icon--route span {
  width: 30px;
  transform: rotate(0deg);
}

.cc-command-card__icon--pulse::before {
  top: 31px;
}

.cc-command-card__icon--pulse::after {
  bottom: 31px;
}

.cc-command-card h3,
.cc-command-card p,
.cc-status-module *,
.cc-command-close * {
  position: relative;
  z-index: 1;
}

.cc-command-card h3 {
  margin: 0 0 14px;
  font-size: clamp(28px, 2.4vw, 34px);
}

.cc-command-about .cc-command-card p {
  margin: 0;
  color: var(--cmd-muted);
  font-size: 18px;
  line-height: 1.62;
}

.cc-command-section--reality {
  background:
    radial-gradient(circle at 82% 18%, rgba(0, 212, 255, 0.12), transparent 34%),
    rgba(11, 18, 32, 0.42);
}

.cc-command-reality {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}

.cc-command-reality__copy h2 {
  margin: 0 0 24px;
}

.cc-command-about .cc-command-reality__copy p {
  margin: 0;
  color: var(--cmd-muted);
  font-size: 19px;
  line-height: 1.68;
}

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

.cc-status-module {
  position: relative;
  min-height: 160px;
  padding: 22px;
}

.cc-status-module::before {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cmd-teal);
  box-shadow: 0 0 18px rgba(45, 212, 191, 0.78);
}

.cc-status-module__state {
  display: block;
  margin-bottom: 28px;
  color: var(--cmd-teal);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.cc-status-module strong {
  display: block;
  color: var(--cmd-text);
  font-family: "Space Grotesk", Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.12;
}

.cc-command-section--flow {
  padding-block: clamp(70px, 8vw, 104px);
}

.cc-command-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.cc-command-flow::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 212, 255, 0.62), transparent);
  box-shadow: 0 0 18px rgba(0, 212, 255, 0.35);
}

.cc-flow-step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-height: 118px;
  align-content: center;
  padding: 18px;
}

.cc-flow-step span {
  color: var(--cmd-teal);
  font-size: 12px;
  font-weight: 800;
}

.cc-flow-step strong {
  color: var(--cmd-text);
  font-family: "Space Grotesk", Inter, "IBM Plex Sans", Arial, sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.08;
}

.cc-command-section--close {
  padding-bottom: clamp(104px, 10vw, 140px);
}

.cc-command-close {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  padding: clamp(34px, 6vw, 64px);
}

.cc-command-close::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(0, 212, 255, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(0, 212, 255, 0.1), transparent 48%, rgba(45, 212, 191, 0.08));
}

.cc-command-close h2 {
  max-width: 900px;
  margin: 0;
}

.cc-command-about .cc-command-close p:not(.cc-command-label) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--cmd-muted);
  font-size: 19px;
  line-height: 1.62;
}

.cc-js .cc-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.cc-js .cc-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes cc-energy-flow {
  to {
    stroke-dashoffset: -104;
  }
}

@keyframes cc-node-pulse {
  0%,
  100% {
    opacity: 0.28;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.76;
    transform: scale(1.02);
  }
}

@keyframes cc-node-pulse-dot {
  0%,
  100% {
    transform: scale(0.86);
  }
  50% {
    transform: scale(1.18);
  }
}

@keyframes cc-slow-drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-24px, 18px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-command-about *,
  .cc-command-about *::before,
  .cc-command-about *::after {
    animation: none !important;
    transition: none !important;
  }

  .cc-js .cc-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .cc-command-hero .cc-command-shell,
  .cc-command-reality {
    grid-template-columns: 1fr;
  }

  .cc-network-map {
    min-height: 540px;
  }

  .cc-command-card-grid {
    grid-template-columns: 1fr;
  }

  .cc-command-card {
    min-height: 0;
  }

  .cc-command-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .cc-command-shell {
    width: min(calc(100% - 32px), 1280px);
  }

  .cc-command-hero {
    min-height: 0;
    padding: 70px 0 64px;
  }

  .cc-command-hero .cc-command-shell {
    gap: 24px;
  }

  .cc-command-hero h1 {
    font-size: clamp(38px, 10vw, 40px);
    line-height: 1.02;
  }

  .cc-command-subhead,
  .cc-command-card p,
  .cc-command-reality__copy p,
  .cc-command-close p:not(.cc-command-label) {
    font-size: 17px;
  }

  .cc-command-about .cc-command-subhead {
    line-height: 1.5;
  }

  .cc-command-support {
    margin-top: 22px;
  }

  .cc-command-hero__signals {
    display: none;
  }

  .cc-network-map {
    min-height: 590px;
  }

  .cc-network-map::before {
    inset: 24px;
  }

  .cc-network-core {
    width: 138px;
    height: 138px;
  }

  .cc-network-core strong {
    font-size: 24px;
  }

  .cc-network-node {
    max-width: 150px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .cc-network-node--people {
    top: 62px;
    left: 18px;
  }

  .cc-network-node--comms {
    top: 64px;
    right: 16px;
  }

  .cc-network-node--data {
    top: 250px;
    right: 10px;
  }

  .cc-network-node--agents {
    right: 20px;
    bottom: 74px;
  }

  .cc-network-node--sensors {
    left: 18px;
    bottom: 74px;
  }

  .cc-network-node--flows {
    top: 250px;
    left: 10px;
  }

  .cc-network-node--dash {
    top: 138px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cc-network-node--response {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .cc-command-section {
    padding: 76px 0;
  }

  .cc-command-section h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .cc-status-grid,
  .cc-command-flow {
    grid-template-columns: 1fr;
  }

  .cc-command-flow::before {
    top: 8%;
    bottom: 8%;
    left: 28px;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(0, 212, 255, 0.62), transparent);
  }
}
