body.ciq-home {
  --green: #55ff22;
  --panel: #081213;
  --panel-2: #101718;
  --line: rgba(221, 244, 239, 0.16);
  --muted: #9aa8a6;
  background:
    radial-gradient(circle at 70% 8%, rgba(85, 255, 34, 0.1), transparent 24rem),
    linear-gradient(180deg, #050606 0%, #061011 55%, #050909 100%);
  color: #f7fbf7;
  min-height: 100vh;
}

.ciq-home button,
.ciq-home input,
.ciq-home select {
  font: inherit;
}

.ciq-home a {
  text-decoration: none;
}

.ciq-hidden {
  display: none !important;
}

.ciq-subscribe {
  align-items: center;
  background:
    radial-gradient(circle at 85% 50%, rgba(85, 255, 34, 0.14), transparent 30rem),
    #091012;
  border: 1px solid rgba(85, 255, 34, 0.24);
  border-radius: 8px;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 1rem;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.ciq-subscribe h2 {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  margin: 0.25rem 0 0.5rem;
}

.ciq-subscribe p {
  color: #b9c5c2;
  line-height: 1.55;
  margin: 0;
  max-width: 700px;
}

.ciq-subscribe-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ciq-subscribe-actions a {
  border: 1px solid rgba(85, 255, 34, 0.35);
  border-radius: 6px;
  color: #fff;
  font-weight: 900;
  padding: 0.8rem 1rem;
}

.ciq-subscribe-actions a:first-child {
  background: var(--green);
  color: #051006;
}

@media (max-width: 760px) {
  .ciq-subscribe {
    align-items: stretch;
    flex-direction: column;
  }

  .ciq-subscribe-actions {
    display: grid;
  }

  .ciq-subscribe-actions a {
    text-align: center;
  }
}

.ciq-nav {
  align-items: center;
  background: #050606;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: center;
  min-height: 58px;
  padding: 0 1rem;
}

.ciq-brand,
.ciq-nav-actions {
  display: none;
}

.ciq-nav nav {
  display: flex;
  gap: 2rem;
}

.ciq-nav nav a {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.ciq-nav nav a.active,
.ciq-nav nav a:hover {
  color: var(--green);
}

.ciq-shell {
  margin: 0 auto;
  max-width: 1360px;
  padding: 1.1rem 1.35rem 2rem;
}

.ciq-hero,
.ciq-feature-band,
.ciq-explainer article,
.ciq-stats article,
.ciq-rei-board,
.ciq-mini-board {
  background:
    radial-gradient(circle at 78% 8%, rgba(85, 255, 34, 0.08), transparent 14rem),
    linear-gradient(180deg, rgba(10, 20, 21, 0.97), rgba(7, 14, 15, 0.98));
  border: 1px solid var(--line);
  border-radius: 9px;
}

.ciq-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(1.15rem, 2.1vw, 2.4rem);
  grid-template-columns: minmax(390px, 0.78fr) minmax(720px, 1.22fr);
  min-height: clamp(690px, 48vw, 820px);
  padding: clamp(2rem, 2.7vw, 3rem);
}

.ciq-hero-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ciq-kicker {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.ciq-hero h1 {
  color: #fff;
  font-size: clamp(4.8rem, 5.95vw, 7.05rem);
  line-height: 0.9;
  margin: 0;
  max-width: 560px;
  overflow-wrap: normal;
}

.ciq-hero p:not(.ciq-kicker) {
  color: #d7e0de;
  font-size: 1.05rem;
  line-height: 1.5;
  margin: 1.35rem 0 0;
  max-width: 620px;
}

.ciq-hero-metric-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}

.ciq-hero-metric-pills a {
  align-items: center;
  background:
    radial-gradient(circle at center, rgba(85, 255, 34, 0.18), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(85, 255, 34, 0.35);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.ciq-hero-metric-pills a:hover,
.ciq-hero-metric-pills a:focus-visible {
  background: var(--green);
  color: #051006;
  outline: none;
  transform: translateY(-2px);
}

.ciq-hero-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.ciq-hero-actions a {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 950;
  min-height: 48px;
  padding: 0 1.25rem;
}

.ciq-hero-actions a:first-child {
  background: var(--green);
  color: #071006;
}

.ciq-hero-actions a:last-child {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
}

.ciq-hero-visual {
  align-items: stretch;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.ciq-hero-stage {
  background:
    linear-gradient(90deg, rgba(85, 255, 34, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(85, 255, 34, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 42% 58%, rgba(85, 255, 34, 0.28), transparent 13rem),
    rgba(5, 11, 12, 0.76);
  background-size: 82px 82px, 82px 82px, auto, auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ciq-feature-art {
  align-items: end;
  bottom: -0.45rem;
  display: flex;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: clamp(680px, 54vw, 930px);
  z-index: 2;
}

.ciq-feature-art::before {
  align-items: center;
  background: rgba(85, 255, 34, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.25);
  content: attr(data-initials);
  display: flex;
  font-size: 4rem;
  font-weight: 950;
  height: 230px;
  justify-content: center;
  margin-bottom: 2rem;
  width: 230px;
}

.ciq-feature-art.has-photo::before {
  display: none;
}

.ciq-feature-art img {
  filter: drop-shadow(0 0 34px rgba(85, 255, 34, 0.34)) saturate(1.05);
  max-height: clamp(780px, 59vw, 980px);
  max-width: 100%;
  object-fit: contain;
  transform: scale(1.14) translateY(-0.6rem);
  transform-origin: center bottom;
}

.ciq-feature-art strong {
  background: #050909;
  border: 1px solid rgba(85, 255, 34, 0.5);
  border-radius: 999px;
  bottom: 1.15rem;
  color: var(--green);
  font-size: 0.68rem;
  left: 50%;
  padding: 0.45rem 0.85rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ciq-hero-stage svg {
  bottom: 7rem;
  height: 170px;
  left: 43%;
  position: absolute;
  width: 520px;
}

.ciq-hero-stage polyline {
  fill: none;
  stroke: var(--green);
  stroke-dasharray: 4 8;
  stroke-width: 3;
}

.ciq-hero-stage circle {
  fill: var(--green);
}

.ciq-hero-stat {
  background: rgba(5, 9, 9, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  padding: 0.85rem;
  position: absolute;
  z-index: 3;
}

.ciq-hero-stat span,
.ciq-feature-score span,
.ciq-feature-metrics span,
.ciq-stats span {
  color: #aab5b2;
  display: block;
  font-size: 0.65rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ciq-hero-stat b {
  color: var(--green);
  display: block;
  font-size: 2.45rem;
  line-height: 1;
  margin: 0.1rem 0;
}

.ciq-hero-stat small {
  color: #d7e0de;
  font-size: 0.78rem;
}

.stat-rei {
  left: 2.6rem;
  top: 2.9rem;
}

.stat-pfe {
  right: 2.7rem;
  top: 6.5rem;
}

.stat-piv {
  left: 3.7rem;
  bottom: 8.4rem;
}

.stat-vse {
  right: 3.1rem;
  bottom: 16.6rem;
}

.stat-cvr {
  bottom: 5.6rem;
  right: 5.1rem;
}

.ciq-feature-band {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(260px, 1fr) 140px minmax(260px, 1.3fr);
  margin-top: 0.85rem;
  padding: 1.2rem;
  position: relative;
}

.ciq-feature-heading {
  grid-column: 1 / -1;
}

.ciq-feature-heading p {
  color: #aab5b2;
  font-size: 0.68rem;
  font-weight: 950;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
}

.ciq-feature-heading h2 {
  color: #fff;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1;
  margin: 0;
}

.ciq-feature-heading span,
.ciq-feature-link {
  background: rgba(85, 255, 34, 0.12);
  border: 1px solid rgba(85, 255, 34, 0.6);
  border-radius: 999px;
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
  padding: 0.36rem 0.7rem;
  position: absolute;
  right: 1.2rem;
  text-transform: uppercase;
  top: 1.2rem;
}

.ciq-jersey {
  align-items: center;
  background: radial-gradient(circle, rgba(85, 255, 34, 0.18), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  display: flex;
  font-size: 4.8rem;
  font-weight: 950;
  height: 140px;
  justify-content: center;
  width: 140px;
}

.ciq-feature-score {
  align-self: center;
}

.ciq-feature-score strong {
  color: var(--green);
  display: block;
  font-size: 5.8rem;
  line-height: 0.88;
  margin: 0.2rem 0;
}

.ciq-feature-score small {
  color: #fff;
  display: block;
  font-weight: 900;
}

.ciq-feature-metrics {
  display: grid;
  gap: 0.55rem;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, 1fr);
}

.ciq-feature-metrics article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  padding: 0.8rem;
}

.ciq-feature-metrics b {
  color: #fff;
  display: block;
  font-size: 1.55rem;
  margin-top: 0.25rem;
}

.ciq-feature-metrics small {
  color: #aab5b2;
  display: block;
  font-size: 0.72rem;
}

.ciq-visual-strip {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0.85rem;
}

.ciq-visual-strip article {
  min-width: 0;
}

.ciq-visual-card {
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(85, 255, 34, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border: 1px solid rgba(85, 255, 34, 0.26);
  border-radius: 9px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 190px;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0;
}

.ciq-visual-card.purple {
  background:
    linear-gradient(135deg, rgba(155, 82, 255, 0.2), transparent 50%),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border-color: rgba(155, 82, 255, 0.34);
}

.ciq-visual-card.blue {
  background:
    linear-gradient(135deg, rgba(0, 180, 255, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border-color: rgba(0, 180, 255, 0.28);
}

.ciq-visual-card.gold {
  background:
    linear-gradient(135deg, rgba(255, 201, 40, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border-color: rgba(255, 201, 40, 0.28);
}

.ciq-visual-card.cyan {
  background:
    linear-gradient(135deg, rgba(0, 214, 255, 0.18), transparent 50%),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border-color: rgba(0, 214, 255, 0.28);
}

.visual-photo {
  align-items: end;
  align-self: center;
  display: flex;
  justify-content: center;
  min-height: 72px;
  order: 2;
}

.visual-photo img {
  filter: drop-shadow(0 0 22px rgba(85, 255, 34, 0.22));
  max-height: 82px;
  max-width: 94px;
  object-fit: contain;
}

.visual-photo span {
  align-items: center;
  background: rgba(85, 255, 34, 0.16);
  border: 1px solid rgba(85, 255, 34, 0.4);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 1.4rem;
  font-weight: 950;
  height: 88px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 88px;
}

.ciq-visual-card span,
.ciq-visual-card small {
  color: #aab5b2;
  display: block;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ciq-visual-card > div:last-child {
  min-width: 0;
  order: 1;
}

.ciq-visual-card h3 {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.05;
  margin: 0.25rem 0;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ciq-visual-card strong {
  color: var(--green);
  display: block;
  font-size: clamp(1.75rem, 2.15vw, 2.25rem);
  line-height: 1;
}

.ciq-role-map-section {
  background:
    radial-gradient(circle at 66% 28%, rgba(85, 255, 34, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(4, 8, 9, 0.98));
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-top: 0.85rem;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.ciq-role-map-heading {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(260px, 0.8fr) minmax(260px, 1fr);
}

.ciq-role-map-heading h2 {
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.6rem);
  line-height: 0.96;
  margin: 0;
}

.ciq-role-map-heading p:last-child {
  color: #c9d2cf;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0 0 0.3rem;
  max-width: 520px;
  justify-self: end;
  text-align: right;
}

.ciq-role-map-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0.15rem;
}

.ciq-role-map-controls::-webkit-scrollbar {
  display: none;
}

.ciq-role-map-controls button {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 1 auto;
  gap: 0.42rem;
  font-size: 0.72rem;
  font-weight: 950;
  min-height: 34px;
  padding: 0 0.8rem;
}

.ciq-role-map-controls button.active,
.ciq-role-map-controls button:hover {
  background: var(--green);
  border-color: var(--green);
  color: #071006;
}

.ciq-role-map-controls small {
  opacity: 0.72;
}

.ciq-role-map-shell {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(540px, 1fr) 300px;
  min-height: 500px;
  position: relative;
}

.ciq-role-map-stage {
  background:
    linear-gradient(rgba(85, 255, 34, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 255, 34, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 168, 255, 0.1), transparent 30%, transparent 70%, rgba(85, 255, 34, 0.08)),
    radial-gradient(circle at 78% 24%, rgba(85, 255, 34, 0.16), transparent 16rem),
    rgba(2, 8, 9, 0.88);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
  border: 1px solid rgba(221, 244, 239, 0.16);
  border-radius: 9px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.ciq-role-map-stage::before,
.ciq-role-map-stage::after {
  background: rgba(255, 255, 255, 0.14);
  content: "";
  position: absolute;
  z-index: 1;
}

.ciq-role-map-stage::before {
  bottom: 50%;
  height: 1px;
  left: 0;
  right: 0;
}

.ciq-role-map-stage::after {
  bottom: 0;
  left: 50%;
  top: 0;
  width: 1px;
}

.ciq-map-dot {
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(85, 255, 34, 0.22);
  color: #fff;
  display: flex;
  font-size: 0.58rem;
  font-weight: 950;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 50%);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, z-index 160ms ease;
  z-index: 4;
}

.ciq-map-dot::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  inset: -8px;
  opacity: 0;
  position: absolute;
}

.ciq-map-dot.is-leader::after {
  animation: ciq-map-pulse 2.8s ease-in-out infinite;
}

.ciq-map-dot:hover,
.ciq-map-dot:focus {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12), 0 0 28px currentColor;
  outline: none;
  transform: translate(-50%, 50%) scale(1.18);
  z-index: 9;
}

.ciq-map-dot img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ciq-map-dot span {
  color: #fff;
  line-height: 1;
}

.ciq-map-dot.creator {
  background: #2efb25;
  color: #55ff22;
}

.ciq-map-dot.defender {
  background: #12a8ff;
  color: #12a8ff;
}

.ciq-map-dot.two-way {
  background: #f1b832;
  color: #f1b832;
}

.ciq-map-dot.scorer {
  background: #9c58ff;
  color: #9c58ff;
}

.ciq-map-dot.big {
  background: #61f0cf;
  color: #61f0cf;
}

.ciq-map-dot.other {
  background: #a7b2b0;
  color: #a7b2b0;
}

.ciq-role-map-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(85, 255, 34, 0.14), transparent 15rem),
    rgba(5, 10, 11, 0.94);
  border: 1px solid rgba(221, 244, 239, 0.16);
  border-radius: 9px;
  min-height: 500px;
  padding: 1rem;
}

.ciq-role-map-card > span {
  color: var(--green);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.ciq-role-map-card div {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 64px 1fr;
}

.ciq-role-map-card img,
.ciq-role-map-card b {
  align-items: center;
  background: rgba(85, 255, 34, 0.12);
  border: 1px solid rgba(85, 255, 34, 0.34);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 1.2rem;
  font-weight: 950;
  height: 64px;
  justify-content: center;
  object-fit: cover;
  width: 64px;
}

.ciq-role-map-card h3 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0;
}

.ciq-role-map-card p {
  color: #c9d2cf;
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0.9rem 0;
}

.ciq-role-map-card dl {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0;
}

.ciq-role-map-card dl div {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  display: block;
  padding: 0.62rem;
}

.ciq-role-map-card dt {
  color: #aab5b2;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ciq-role-map-card dd {
  color: var(--green);
  font-size: 1.25rem;
  font-weight: 950;
  margin: 0.15rem 0 0;
}

.ciq-role-map-card a {
  align-items: center;
  background: var(--green);
  border-radius: 6px;
  color: #071006;
  display: flex;
  font-size: 0.82rem;
  font-weight: 950;
  justify-content: center;
  min-height: 40px;
  padding: 0 0.85rem;
}

.ciq-map-axis,
.ciq-map-label {
  color: #c9d2cf;
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0;
  position: absolute;
  text-transform: uppercase;
  z-index: 5;
}

.axis-y {
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
}

.axis-x {
  bottom: 0.7rem;
  left: calc(50% - 120px);
}

.label-high-y {
  left: 0.85rem;
  top: 0.75rem;
}

.label-low-y {
  bottom: 2.05rem;
  left: 0.85rem;
}

.label-low-x {
  bottom: 0.75rem;
  left: 3.3rem;
}

.label-high-x {
  bottom: 0.75rem;
  right: 322px;
}

@keyframes ciq-map-pulse {
  0% {
    opacity: 0.5;
    transform: scale(0.9);
  }
  70% {
    opacity: 0;
    transform: scale(1.9);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

.ciq-explainer {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.ciq-explainer > div {
  align-self: end;
}

.ciq-explainer > h2 {
  color: #fff;
  font-size: 3.2rem;
  grid-column: 2 / -1;
  line-height: 1;
  margin: 0 0 0.2rem;
  text-align: right;
}

.ciq-explainer article {
  padding: 1rem;
}

.ciq-explainer article span {
  color: var(--green);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  margin-bottom: 1rem;
}

.ciq-explainer h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.55rem;
  text-transform: uppercase;
}

.ciq-explainer p {
  color: #c9d2cf;
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0;
}

.ciq-process-viz {
  min-height: 132px;
}

.role-viz {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(3, 1fr);
}

.role-viz b {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  height: 62px;
  justify-content: center;
}

.role-viz strong {
  background: var(--green);
  border-radius: 999px;
  color: #071006;
  font-size: 0.78rem;
  font-weight: 950;
  grid-column: 1 / -1;
  margin-top: 0.45rem;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
}

.bar-viz {
  align-content: center;
  display: grid;
  gap: 0.8rem;
}

.bar-viz i {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: block;
  height: 12px;
  overflow: hidden;
}

.bar-viz i::before {
  background: linear-gradient(90deg, var(--green), #00b4ff);
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: var(--w);
}

.rank-viz {
  align-content: center;
  background:
    radial-gradient(circle at center, rgba(85, 255, 34, 0.16), transparent 5rem);
  display: grid;
  justify-items: center;
}

.rank-viz b {
  color: #aab5b2;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.rank-viz strong {
  color: var(--green);
  font-size: 3.2rem;
  line-height: 1;
}

.rank-viz small {
  border: 1px solid rgba(85, 255, 34, 0.55);
  border-radius: 999px;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 950;
  padding: 0.3rem 0.7rem;
  text-transform: uppercase;
}

.ciq-stats {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 0.85rem;
}

.ciq-stats article {
  padding: 1rem;
}

.ciq-stats strong {
  color: var(--green);
  display: block;
  font-size: 2.15rem;
  line-height: 1;
  margin: 0.25rem 0;
}

.ciq-stats p {
  color: #c9d2cf;
  font-size: 0.8rem;
  margin: 0;
}

.ciq-leaderboards {
  margin-top: 3rem;
}

.ciq-leaderboards > h2 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 4rem);
  line-height: 1;
  margin: 0 0 1rem;
}

.ciq-board-layout {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(560px, 1.12fr) minmax(480px, 0.88fr);
}

.ciq-rei-board,
.ciq-mini-board {
  padding: 1rem;
}

.ciq-rei-board header,
.ciq-mini-board h3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ciq-rei-board h3,
.ciq-mini-board h3 {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.ciq-rei-board header a,
.ciq-mini-board h3 small {
  color: var(--green);
  font-size: 0.72rem;
  font-weight: 950;
}

.ciq-rei-board table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.ciq-rei-board th:nth-child(1),
.ciq-rei-board td:nth-child(1) {
  width: 2.6rem;
}

.ciq-rei-board th:nth-child(2),
.ciq-rei-board td:nth-child(2) {
  width: 34%;
}

.ciq-rei-board th:nth-child(3),
.ciq-rei-board td:nth-child(3) {
  width: 3.2rem;
}

.ciq-rei-board th:nth-child(4),
.ciq-rei-board td:nth-child(4) {
  width: 22%;
}

.ciq-rei-board th:nth-child(5),
.ciq-rei-board td:nth-child(5) {
  width: 4.25rem;
}

.ciq-rei-board th:nth-child(6),
.ciq-rei-board td:nth-child(6) {
  width: 4rem;
}

.ciq-rei-board th,
.ciq-rei-board td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  padding: 0.58rem 0.35rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}

.ciq-rei-board th {
  color: #aab5b2;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.ciq-rei-board td:first-child,
.ciq-rei-board td:nth-child(5),
.ciq-rei-board td:nth-child(6),
.ciq-rei-board a {
  color: var(--green);
  font-weight: 950;
}

.ciq-rei-board td:nth-child(5),
.ciq-rei-board td:nth-child(6) {
  text-align: right;
}

.ciq-rei-board th:nth-child(5),
.ciq-rei-board th:nth-child(6) {
  text-align: right;
}

.ciq-side-boards {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, 1fr);
}

.ciq-mini-board ol {
  display: grid;
  gap: 0.3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ciq-mini-board li a {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  color: #fff;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 28px;
  padding: 0 0.55rem;
}

.ciq-mini-board li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ciq-mini-board li b {
  color: var(--green);
  font-size: 0.92rem;
}

.ciq-home-bottom {
  margin-top: 3.2rem;
}

.ciq-bottom-heading {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  margin: 0 0 0.9rem;
}

.ciq-bottom-heading h2 {
  color: #fff;
  font-size: clamp(2.6rem, 4vw, 3.9rem);
  line-height: 1;
  margin: 0;
  text-align: center;
}

.ciq-insight-cards,
.ciq-metric-system {
  display: grid;
  gap: 0.75rem;
}

.ciq-insight-cards {
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 3rem;
}

.ciq-metric-system {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 3rem;
}

.stories-shell {
  max-width: 1360px;
}

.stories-hero {
  margin-bottom: 0.9rem;
}

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

.stories-grid .ciq-story-card {
  min-height: 300px;
}

.ciq-insight-cards article,
.ciq-story-card,
.ciq-metric-system article,
.ciq-report-panel article,
.ciq-report-panel > div p {
  background:
    radial-gradient(circle at 100% 0, rgba(85, 255, 34, 0.08), transparent 10rem),
    linear-gradient(180deg, rgba(10, 20, 21, 0.97), rgba(7, 14, 15, 0.98));
  border: 1px solid var(--line);
  border-radius: 6px;
}

.ciq-insight-cards article,
.ciq-story-card {
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 1.05rem;
  position: relative;
  transition: border-color 160ms ease, transform 160ms ease;
}

.ciq-story-card:hover {
  border-color: rgba(85, 255, 34, 0.58);
  transform: translateY(-2px);
}

.ciq-story-thumb {
  align-items: flex-end;
  background:
    radial-gradient(circle at center, rgba(85, 255, 34, 0.18), transparent 68%),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.24);
  display: flex;
  font-size: 1.1rem;
  font-weight: 950;
  height: 82px;
  justify-content: center;
  margin-bottom: 0.85rem;
  overflow: hidden;
  position: relative;
  width: 82px;
}

.ciq-story-thumb::before {
  content: attr(data-initials);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ciq-story-thumb img {
  display: block;
  height: 104px;
  object-fit: contain;
  object-position: center bottom;
  position: relative;
  width: 104px;
  z-index: 1;
}

.ciq-insight-cards span,
.ciq-story-card span,
.ciq-report-panel span,
.ciq-metric-system h3 {
  color: var(--green);
  display: block;
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ciq-insight-cards h3 {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.08;
  margin: 0.6rem 0 0.75rem;
  min-height: 3.2em;
}

.ciq-insight-cards p,
.ciq-metric-system p,
.ciq-report-panel p {
  color: #c9d2cf;
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0;
}

.ciq-story-card small {
  color: #aab5b2;
  display: block;
  font-size: 0.66rem;
  font-weight: 950;
  margin-top: auto;
  text-transform: uppercase;
}

.ciq-story-card b {
  color: var(--green);
  display: block;
  font-size: 0.75rem;
  font-weight: 950;
  margin-top: 0.5rem;
}

.ciq-story-card.purple {
  border-color: rgba(155, 82, 255, 0.34);
}

.ciq-story-card.gold {
  border-color: rgba(255, 201, 40, 0.34);
}

.ciq-story-card.blue,
.ciq-story-card.cyan {
  border-color: rgba(0, 180, 255, 0.3);
}

.story-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.3rem 1.35rem 3rem;
}

.story-back {
  color: var(--green);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.story-article {
  background:
    radial-gradient(circle at 78% 0, rgba(85, 255, 34, 0.12), transparent 20rem),
    linear-gradient(180deg, rgba(10, 20, 21, 0.98), rgba(5, 10, 11, 0.98));
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}

.story-hero {
  align-items: stretch;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: clamp(1.4rem, 3vw, 2.5rem);
}

.story-hero h1 {
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 5.2rem);
  line-height: 0.95;
  margin: 0;
  max-width: 820px;
}

.story-hero p:not(.ciq-kicker) {
  color: #cbd6d3;
  font-size: 1.08rem;
  line-height: 1.5;
  margin: 1rem 0 0;
  max-width: 760px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.2rem;
}

.story-meta span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #dce5e2;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.42rem 0.68rem;
}

.story-player-card {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(85, 255, 34, 0.11), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(85, 255, 34, 0.24);
  border-radius: 9px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 380px;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.story-player-card img {
  filter: drop-shadow(0 0 24px rgba(85, 255, 34, 0.26));
  max-height: 265px;
  max-width: 100%;
  object-fit: contain;
}

.story-player-card span {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 950;
  margin-top: 0.75rem;
  text-align: center;
  text-transform: uppercase;
}

.story-player-card strong {
  color: var(--green);
  font-size: 4.4rem;
  line-height: 0.95;
}

.story-player-card small {
  color: #fff;
  font-weight: 950;
}

.story-stat-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.story-stat-grid article {
  border-right: 1px solid var(--line);
  padding: 1rem 1.2rem;
}

.story-stat-grid article:last-child {
  border-right: 0;
}

.story-stat-grid span {
  color: #9aa8a6;
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.story-stat-grid strong {
  color: #fff;
  display: block;
  font-size: 2rem;
  margin-top: 0.15rem;
}

.story-stat-grid small {
  color: var(--green);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
}

.story-copy {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1.55rem;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

.story-copy article {
  max-width: 900px;
}

.story-copy h2 {
  color: #fff;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1;
  margin: 0 0 0.65rem;
}

.story-copy p {
  color: #d5dfdc;
  font-size: 1.06rem;
  line-height: 1.75;
  margin: 0;
}

.story-copy-editorial {
  gap: 1rem;
}

.story-copy-editorial p,
.story-copy-editorial ul {
  max-width: 880px;
}

.story-copy-editorial ul {
  color: #d5dfdc;
  display: grid;
  font-size: 1.02rem;
  gap: 0.35rem;
  line-height: 1.65;
  margin: 0.15rem 0 0.15rem 1.3rem;
  padding: 0;
}

.story-copy-editorial li {
  padding-left: 0.2rem;
}

.story-actions {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.75rem;
  padding: 1rem clamp(1.4rem, 3vw, 2.4rem) 1.35rem;
}

.story-actions a {
  align-items: center;
  border: 1px solid rgba(85, 255, 34, 0.38);
  border-radius: 5px;
  color: var(--green);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  min-height: 42px;
  padding: 0 0.9rem;
}

.ciq-metric-system article {
  min-height: 166px;
  padding: 1rem;
}

.ciq-metric-system i {
  align-items: center;
  border: 1px solid rgba(85, 255, 34, 0.7);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  margin-bottom: 0.8rem;
  width: 34px;
}

.ciq-metric-system h3 {
  color: #fff;
  margin: 0 0 0.45rem;
}

.ciq-metric-system code {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.45;
  padding: 0.65rem;
  white-space: normal;
}

.metric-spark {
  align-items: end;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(3, 1fr);
  height: 82px;
  margin-top: 1rem;
  max-width: 360px;
}

.metric-spark b {
  background: linear-gradient(180deg, var(--green), rgba(85, 255, 34, 0.22));
  border-radius: 999px 999px 5px 5px;
  display: block;
  min-height: 18px;
}

.metric-spark b:nth-child(1) {
  height: var(--a);
}

.metric-spark b:nth-child(2) {
  height: var(--b);
}

.metric-spark b:nth-child(3) {
  height: var(--c);
}

.metric-spark.purple b {
  background: linear-gradient(180deg, #9b52ff, rgba(155, 82, 255, 0.2));
}

.metric-spark.gold b {
  background: linear-gradient(180deg, #ffc928, rgba(255, 201, 40, 0.22));
}

.metric-spark.blue b {
  background: linear-gradient(180deg, #00b4ff, rgba(0, 180, 255, 0.2));
}

.metric-ring {
  align-items: center;
  background:
    radial-gradient(circle at center, #071010 51%, transparent 52%),
    conic-gradient(var(--green) 0 72%, rgba(255, 255, 255, 0.1) 72% 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 94px;
  justify-content: center;
  margin-top: 0.85rem;
  width: 94px;
}

.metric-ring.defense {
  background:
    radial-gradient(circle at center, #071010 51%, transparent 52%),
    conic-gradient(#00b4ff 0 66%, rgba(255, 255, 255, 0.1) 66% 100%);
}

.metric-ring b {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.metric-ring span {
  color: #aab5b2;
  font-size: 0.62rem;
  font-weight: 950;
  text-transform: uppercase;
}

.ciq-role-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 2.6rem;
}

.ciq-role-pills a {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  padding: 0.48rem 0.75rem;
}

.ciq-role-pills a:hover {
  border-color: rgba(85, 255, 34, 0.8);
  color: var(--green);
}

.ciq-report-panel {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(360px, 1fr) minmax(420px, 1fr);
}

.ciq-report-panel article {
  padding: 1rem;
}

.ciq-report-panel article h2 {
  color: #fff;
  font-size: clamp(2.5rem, 4.2vw, 4rem);
  line-height: 0.98;
  margin: 0.45rem 0 1rem;
  max-width: 540px;
}

.ciq-report-panel > div {
  display: grid;
  gap: 0.75rem;
}

.ciq-report-panel > div p {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 58px 1fr;
  min-height: 78px;
  padding: 0.8rem;
}

.ciq-report-panel b {
  align-items: center;
  border: 1px solid rgba(85, 255, 34, 0.6);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  font-size: 0.7rem;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ciq-report-panel > div span {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: none;
}

@media (max-width: 1100px) {
  .ciq-hero,
  .ciq-board-layout,
  .ciq-explainer,
  .ciq-role-map-heading,
  .ciq-role-map-shell,
  .ciq-bottom-heading,
  .ciq-insight-cards,
  .stories-grid,
  .ciq-metric-system,
  .ciq-report-panel,
  .story-hero,
  .story-stat-grid {
    grid-template-columns: 1fr;
  }

  .ciq-hero {
    min-height: auto;
  }

  .ciq-role-map-heading p:last-child {
    justify-self: start;
    text-align: left;
  }

  .ciq-role-map-shell {
    min-height: auto;
  }

  .ciq-role-map-stage,
  .ciq-role-map-card {
    min-height: 430px;
  }

  .label-high-x {
    right: 1rem;
  }

  .ciq-hero-stage {
    min-height: 520px;
  }

  .story-player-card {
    min-height: 320px;
  }

  .story-stat-grid article {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .story-stat-grid article:last-child {
    border-bottom: 0;
  }

  .stat-piv {
    bottom: 7.5rem;
    left: 2rem;
  }

  .stat-pfe {
    right: 2rem;
    top: 2rem;
  }

  .stat-vse {
    bottom: auto;
    right: 2rem;
    top: 10.1rem;
  }

  .stat-cvr {
    bottom: 2rem;
    right: 2rem;
  }

  .ciq-explainer > h2,
  .ciq-bottom-heading h2 {
    grid-column: auto;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .ciq-shell {
    padding: 0.75rem;
  }

  .ciq-nav nav {
    gap: 0.9rem;
    overflow-x: auto;
  }

  .ciq-hero {
    padding: 1rem;
  }

  .ciq-hero h1 {
    font-size: 3.7rem;
  }

  .ciq-hero-stage {
    height: 360px;
  }

  .ciq-hero-stat {
    padding: 0.55rem;
  }

  .ciq-hero-stat b {
    font-size: 1.45rem;
  }

  .ciq-hero-stat small {
    font-size: 0.62rem;
  }

  .stat-rei {
    left: 0.7rem;
    top: 0.8rem;
  }

  .stat-pfe {
    right: 0.7rem;
    top: 0.8rem;
  }

  .stat-piv {
    bottom: 5rem;
    left: 0.7rem;
  }

  .stat-vse {
    bottom: 10rem;
    right: 0.7rem;
  }

  .stat-cvr {
    bottom: 1rem;
    right: 0.7rem;
  }

  .ciq-feature-art {
    width: 270px;
  }

  .ciq-feature-art img {
    max-height: 340px;
  }

  .ciq-feature-band,
  .ciq-feature-metrics,
  .ciq-role-map-card dl,
  .ciq-stats,
  .ciq-side-boards {
    grid-template-columns: 1fr;
  }

  .ciq-role-map-stage {
    min-height: 380px;
  }

  .ciq-map-axis,
  .ciq-map-label {
    font-size: 0.56rem;
  }

  .axis-y {
    left: 0.45rem;
  }

  .axis-x {
    left: 50%;
    transform: translateX(-50%);
  }

  .label-low-x {
    left: 2.2rem;
  }

  .label-high-x {
    right: 0.7rem;
  }

  .ciq-role-map-card {
    min-height: auto;
  }

  .ciq-feature-heading span,
  .ciq-feature-link {
    display: inline-flex;
    margin-top: 0.7rem;
    position: static;
  }

  .ciq-rei-board {
    overflow-x: auto;
  }
}

/* Homepage mobile finish pass */
@media (max-width: 720px) {
  .ciq-shell {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0.85rem !important;
  }

  .ciq-hero {
    gap: 1rem;
    grid-template-columns: 1fr !important;
    min-height: auto;
    padding: 1rem !important;
  }

  .ciq-hero-copy {
    max-width: 100%;
  }

  .ciq-hero h1 {
    font-size: clamp(3rem, 13vw, 4.05rem) !important;
    line-height: 0.94;
    overflow-wrap: anywhere;
  }

  .ciq-hero p:not(.ciq-kicker) {
    font-size: 0.95rem;
    line-height: 1.42;
    max-width: 100%;
  }

  .ciq-hero-metric-pills {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ciq-hero-metric-pills a {
    border-radius: 999px;
    font-size: 0.74rem;
    height: 38px;
    width: auto;
  }

  .ciq-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ciq-hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .ciq-hero-stage {
    height: auto !important;
    min-height: 700px !important;
    overflow: hidden;
  }

  .ciq-feature-art {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(156vw, 700px);
  }

  .ciq-feature-art img {
    max-height: 830px;
    object-position: center top;
    transform: scale(1.27) translateY(0);
  }

  .ciq-hero-stat {
    max-width: 142px;
    padding: 0.55rem;
  }

  .ciq-hero-stat b {
    font-size: 1.55rem;
  }

  .stat-rei {
    left: 0.65rem;
    top: 0.65rem;
  }

  .stat-pfe {
    right: 0.65rem;
    top: 0.65rem;
  }

  .stat-vse {
    bottom: 12rem;
    right: 0.65rem;
    top: auto;
  }

  .stat-piv {
    bottom: 7rem;
    left: 0.65rem;
  }

  .stat-cvr {
    bottom: 1rem;
    right: 0.65rem;
  }

  .ciq-feature-band,
  .ciq-feature-metrics,
  .ciq-board-layout,
  .ciq-side-boards,
  .ciq-explainer,
  .ciq-insight-cards,
  .stories-grid,
  .ciq-metric-system,
  .ciq-report-panel {
    grid-template-columns: 1fr !important;
  }

  .ciq-feature-band,
  .ciq-leaderboards,
  .ciq-bottom,
  .ciq-metric-system article,
  .ciq-story-card {
    border-radius: 8px;
  }

  .ciq-feature-heading h2,
  .ciq-leaderboards > h2,
  .ciq-explainer > h2,
  .ciq-bottom-heading h2,
  .ciq-report-panel article h2 {
    font-size: clamp(2.2rem, 9.8vw, 3rem) !important;
    line-height: 0.96;
    text-align: left;
  }

  .ciq-explainer {
    margin-top: 2rem;
  }

  .ciq-explainer > h2 {
    max-width: 11ch;
  }

  .ciq-board-card {
    min-height: 0;
  }

  .ciq-board-card li {
    gap: 0.65rem;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .ciq-role-map-stage,
  .ciq-role-map-card {
    min-height: 350px !important;
  }

  .ciq-role-map-shell {
    gap: 0.75rem;
  }

  .ciq-map-axis,
  .ciq-map-label {
    display: none;
  }

  .ciq-role-map-card {
    min-height: 0 !important;
    padding: 0.9rem;
  }

  .ciq-role-map-card div {
    gap: 0.75rem;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .ciq-role-map-card img,
  .ciq-role-map-card b {
    height: 58px;
    width: 58px;
  }

  .ciq-role-map-card h3 {
    font-size: clamp(1.8rem, 9vw, 2.65rem);
    line-height: 0.96;
  }

  .ciq-role-map-card dl {
    grid-template-columns: 1fr 1fr;
  }

  .ciq-role-map-card a {
    margin-top: 0.5rem;
  }

  .ciq-rei-board,
  .ciq-board-card {
    overflow-x: auto;
  }
}

@media (max-width: 430px) {
  .ciq-hero h1 {
    font-size: clamp(2.85rem, 13.5vw, 3.45rem) !important;
  }

  .ciq-hero-metric-pills {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ciq-hero-stage {
    min-height: 690px !important;
  }

  .ciq-feature-art {
    bottom: 0;
    transform: translateX(-50%);
    width: min(164vw, 660px);
  }

  .ciq-feature-art img {
    max-height: 820px;
    transform: scale(1.23) translateY(0);
  }

  .ciq-hero-stat small {
    display: none;
  }

  .ciq-hero-actions {
    margin-top: 1rem;
  }

  .ciq-role-map-card dl {
    grid-template-columns: 1fr;
  }

  .stat-vse {
    bottom: 8.6rem;
  }

  .stat-piv {
    bottom: 4.8rem;
  }
}
