@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
}

/* Direct navigation and WhatsApp diagnostic */
#plataforma,
#simulador {
  scroll-margin-top: 96px;
}

.diagnostic-card {
  padding: clamp(24px, 3vw, 34px);
}

.diagnostic-card > .eyebrow {
  margin: 0 0 10px;
  color: var(--blue-deep);
}

.diagnostic-card > p:not(.eyebrow) {
  margin: 0 0 22px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.diagnostic-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.diagnostic-form label {
  display: grid;
  gap: 7px;
  color: #3c4960;
  font-size: 0.82rem;
  font-weight: 750;
}

.diagnostic-form__wide {
  grid-column: 1 / -1;
}

.diagnostic-form input,
.diagnostic-form select {
  min-height: 46px;
}

.diagnostic-form textarea {
  min-height: 88px;
}

.diagnostic-form .button {
  width: 100%;
  margin-top: 2px;
}

.diagnostic-form > small {
  margin-top: -4px;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
}

@media (max-width: 720px) {
  #plataforma,
  #simulador {
    scroll-margin-top: 78px;
  }

  .diagnostic-form {
    grid-template-columns: 1fr;
  }

  .diagnostic-form__wide {
    grid-column: auto;
  }
}

/* 2026 premium blue-violet experience */
.site-header {
  background: rgba(7, 11, 30, 0.96);
  border-bottom-color: rgba(104, 220, 255, 0.12);
}

.site-header__cta,
.button--primary {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 15px 34px rgba(39, 136, 255, 0.24);
}

.site-header__cta:hover,
.button--primary:hover {
  color: #fff;
  background: var(--violet);
  border-color: var(--violet);
  box-shadow: 0 18px 40px rgba(124, 77, 255, 0.26);
}

.hero--premium {
  min-height: min(880px, calc(100svh - 78px));
  background: var(--ink);
}

.hero--premium::before {
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero--premium::after {
  width: 52%;
  background: rgba(124, 77, 255, 0.1);
  border-left-color: rgba(124, 77, 255, 0.18);
}

.hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(550px, 1fr);
  gap: 54px;
}

.hero h1.hero-promise {
  max-width: 680px;
  font-size: 3.65rem;
  line-height: 1.02;
}

.hero-promise > span {
  display: block;
  margin-top: 0;
  color: #fff;
}

.hero-promise > span + span {
  margin-top: 0.16em;
}

.hero-promise > .hero-promise__violet {
  color: #ae91ff;
}

.hero-promise > .hero-promise__cyan {
  color: var(--cyan);
}

.reputation-console {
  background: var(--ink-2);
  border-color: rgba(104, 220, 255, 0.26);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(124, 77, 255, 0.1);
}

.console__topbar {
  background: #080d25;
}

.console__mark {
  background: var(--violet);
}

.stage-aura {
  background:
    linear-gradient(rgba(124, 77, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  border-color: rgba(124, 77, 255, 0.2);
}

.floating-signal {
  border-color: rgba(124, 77, 255, 0.28);
}

.segment-rail {
  background: #f7f9ff;
}

/* Human behavior */
.behavior-section {
  overflow: hidden;
  background: #f7f9ff;
  border-bottom: 1px solid #e2e7f3;
}

.behavior-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(560px, 1.18fr);
  gap: 90px;
  align-items: center;
}

.behavior-copy h2 {
  max-width: 670px;
  margin: 0;
  color: var(--ink);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.behavior-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.behavior-principles {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.behavior-principles article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.behavior-principles article > span {
  color: var(--violet-deep);
  font-family: var(--font-display);
  font-size: 0.69rem;
  font-weight: 700;
}

.behavior-principles strong {
  display: block;
  color: var(--ink);
  font-size: 0.9rem;
}

.behavior-principles p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.behavior-visual {
  position: relative;
  padding: 26px;
  overflow: hidden;
  color: #fff;
  background: var(--ink-2);
  border: 1px solid rgba(124, 77, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 32px 76px rgba(7, 11, 30, 0.2);
}

.behavior-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}

.behavior-visual__header,
.behavior-lane,
.behavior-visual > p {
  position: relative;
  z-index: 1;
}

.behavior-visual__header {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.behavior-visual__header span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.behavior-visual__header strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.84rem;
}

.behavior-lane {
  display: grid;
  gap: 17px;
  align-items: center;
  min-height: 148px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.behavior-lane--negative {
  grid-template-columns: minmax(160px, 1.15fr) minmax(160px, 1fr) auto;
}

.behavior-lane--positive {
  grid-template-columns: minmax(160px, 1.15fr) minmax(90px, 0.7fr) 104px auto;
}

.behavior-lane__label {
  display: flex;
  gap: 12px;
  align-items: center;
}

.behavior-lane__label i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  font-style: normal;
  font-weight: 800;
  background: #df5265;
  border-radius: 6px;
  box-shadow: 0 0 0 7px rgba(223, 82, 101, 0.08);
}

.behavior-lane--positive .behavior-lane__label i {
  color: var(--ink);
  background: var(--amber);
  box-shadow: 0 0 0 7px rgba(243, 182, 70, 0.08);
}

.behavior-lane__label div {
  display: grid;
}

.behavior-lane__label strong {
  font-size: 0.81rem;
}

.behavior-lane__label small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.62rem;
}

.behavior-lane > b {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.62rem;
  text-align: right;
  text-transform: uppercase;
}

.behavior-spread,
.behavior-silence {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}

.behavior-spread::before,
.behavior-silence::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(223, 82, 101, 0.35);
}

.behavior-silence::before {
  background: rgba(243, 182, 70, 0.24);
}

.behavior-spread span,
.behavior-silence span {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #df5265;
  border: 4px solid var(--ink-2);
  border-radius: 50%;
  animation: humanSignal 2.4s ease-in-out infinite;
}

.behavior-spread span:nth-child(2),
.behavior-silence span:nth-child(2) { animation-delay: 180ms; }
.behavior-spread span:nth-child(3),
.behavior-silence span:nth-child(3) { animation-delay: 360ms; }
.behavior-spread span:nth-child(4),
.behavior-silence span:nth-child(4) { animation-delay: 540ms; }
.behavior-spread span:nth-child(5) { animation-delay: 720ms; }

.behavior-silence span {
  width: 15px;
  height: 15px;
  background: #6e7592;
  animation-name: quietSignal;
}

.behavior-card {
  display: grid;
  justify-items: center;
  padding: 12px 9px;
  background: var(--violet);
  border: 1px solid #9d7cff;
  border-radius: 6px;
  box-shadow: 0 14px 30px rgba(124, 77, 255, 0.24);
  animation: cardInvite 2.4s ease-in-out infinite;
}

.behavior-card span {
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--violet-deep);
  font-family: var(--font-display);
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
}

.behavior-card small {
  margin-top: 6px;
  color: #fff;
  font-size: 0.49rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.behavior-visual > p {
  max-width: 510px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.7rem;
}

/* Workflows */
.workflow-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #070b1e;
  border-top: 1px solid rgba(104, 220, 255, 0.1);
}

.workflow-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(124, 77, 255, 0.22) 1px, transparent 1px);
  background-size: 32px 32px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 48%);
  mask-image: linear-gradient(90deg, #000, transparent 48%);
  opacity: 0.48;
}

.workflow-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(620px, 1.22fr);
  gap: 74px;
  align-items: center;
}

.workflow-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.workflow-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.61);
}

.workflow-capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 38px;
}

.workflow-capabilities article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  min-height: 126px;
  padding: 17px;
  background: #0f1532;
  border: 1px solid rgba(124, 77, 255, 0.18);
  border-radius: 7px;
}

.workflow-capabilities article > span {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.62rem;
  font-weight: 700;
}

.workflow-capabilities strong {
  display: block;
  color: #fff;
  font-size: 0.76rem;
}

.workflow-capabilities p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.65rem;
  line-height: 1.5;
}

.workflow-board {
  display: grid;
  gap: 12px;
}

.workflow-row {
  --workflow-color: var(--green);
  min-height: 154px;
  padding: 20px 22px;
  background: #0b1229;
  border: 1px solid color-mix(in srgb, var(--workflow-color) 34%, transparent);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.workflow-row--critical { --workflow-color: #ef5367; }
.workflow-row--performance { --workflow-color: var(--blue); }
.workflow-row--team { --workflow-color: var(--amber); }

.workflow-row header {
  display: flex;
  gap: 10px;
  align-items: center;
}

.workflow-row header > span {
  width: 8px;
  height: 8px;
  background: var(--workflow-color);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--workflow-color) 12%, transparent);
}

.workflow-row header strong {
  color: #fff;
  font-size: 0.84rem;
}

.workflow-row header small {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.workflow-nodes {
  display: grid;
  grid-template-columns: minmax(86px, 1fr) minmax(36px, 0.62fr) minmax(86px, 1fr) minmax(36px, 0.62fr) minmax(86px, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}

.workflow-nodes > div {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.workflow-nodes b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--workflow-color);
  font-family: var(--font-display);
  font-size: 0.66rem;
  background: #121b3a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
}

.workflow-nodes span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.52rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.workflow-track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.workflow-track::after {
  position: absolute;
  top: 0;
  left: -38%;
  width: 38%;
  height: 100%;
  content: "";
  background: var(--workflow-color);
  box-shadow: 0 0 12px var(--workflow-color);
  animation: workflowMove 2.4s linear infinite;
}

.workflow-row:nth-child(2) .workflow-track::after { animation-delay: 400ms; }
.workflow-row:nth-child(3) .workflow-track::after { animation-delay: 800ms; }
.workflow-row:nth-child(4) .workflow-track::after { animation-delay: 1200ms; }

/* Animated local visibility map */
.geo-section {
  overflow: hidden;
  background: #f4f7fc;
}

.geo-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(600px, 1.22fr);
  gap: 86px;
  align-items: center;
}

.geo-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.geo-copy > p:not(.eyebrow, .claim-note) {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
}

.geo-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding: 20px 0;
  margin: 34px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.geo-legend li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.geo-legend span {
  width: 9px;
  height: 9px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(28, 173, 123, 0.12);
}

.geo-legend .geo-legend__medium {
  background: var(--blue);
  box-shadow: 0 0 0 4px rgba(39, 136, 255, 0.12);
}

.geo-legend .geo-legend__attention {
  background: var(--amber);
  box-shadow: 0 0 0 4px rgba(243, 182, 70, 0.13);
}

.geo-map-frame {
  overflow: hidden;
  color: #fff;
  background: var(--ink-2);
  border: 1px solid rgba(124, 77, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 32px 74px rgba(7, 11, 30, 0.2);
}

.geo-map-toolbar {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 15px 20px;
  background: #090e27;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-map-toolbar > div {
  display: grid;
}

.geo-map-toolbar span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.56rem;
  font-weight: 800;
  text-transform: uppercase;
}

.geo-map-toolbar strong {
  margin-top: 2px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.92rem;
}

.geo-map-toolbar .geo-map-toolbar__live {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #b7f9dd;
  background: rgba(28, 173, 123, 0.09);
  border: 1px solid rgba(28, 173, 123, 0.24);
  border-radius: 999px;
}

.geo-map-toolbar__live i {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: livePulse 1.8s ease-in-out infinite;
}

.geo-map {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background-color: #121937;
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
}

.geo-map::before,
.geo-map::after {
  position: absolute;
  content: "";
  background: rgba(124, 77, 255, 0.09);
  border: 1px solid rgba(124, 77, 255, 0.13);
  transform: rotate(12deg);
}

.geo-map::before {
  top: -8%;
  left: -4%;
  width: 42%;
  height: 46%;
}

.geo-map::after {
  right: -4%;
  bottom: -11%;
  width: 47%;
  height: 54%;
  transform: rotate(-8deg);
}

.geo-map__district {
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.25);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.geo-map__district--one { top: 48%; left: 18%; }
.geo-map__district--two { top: 10%; right: 22%; }
.geo-map__district--three { right: 12%; bottom: 12%; }

.geo-map__road {
  position: absolute;
  z-index: 1;
  width: 140%;
  height: 13px;
  background: #1e294d;
  border-top: 1px solid rgba(104, 220, 255, 0.1);
  border-bottom: 1px solid rgba(104, 220, 255, 0.1);
}

.geo-map__road--one { top: 44%; left: -20%; transform: rotate(17deg); }
.geo-map__road--two { top: 53%; left: -20%; transform: rotate(-24deg); }
.geo-map__road--three { top: 48%; left: -20%; transform: rotate(72deg); }

.geo-heat {
  position: absolute;
  z-index: 4;
  top: var(--y);
  left: var(--x);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  background: var(--blue);
  border: 3px solid rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(39, 136, 255, 0.1), 0 10px 24px rgba(0, 0, 0, 0.3);
  animation: heatFloat 2.8s var(--delay) ease-in-out infinite;
}

.geo-heat--strong {
  background: var(--green);
  box-shadow: 0 0 0 14px rgba(28, 173, 123, 0.11), 0 10px 24px rgba(0, 0, 0, 0.3);
}

.geo-heat--attention {
  color: var(--ink);
  background: var(--amber);
  box-shadow: 0 0 0 14px rgba(243, 182, 70, 0.1), 0 10px 24px rgba(0, 0, 0, 0.3);
}

.geo-map__pin {
  position: absolute;
  z-index: 8;
  top: 48%;
  left: 50%;
  display: grid;
  justify-items: center;
  transform: translate(-50%, -50%);
  animation: pinLift 2.2s ease-in-out infinite;
}

.geo-map__pin b {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  font-family: var(--font-display);
  background: var(--violet);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.geo-map__pin i {
  position: absolute;
  z-index: 1;
  top: 43px;
  width: 24px;
  height: 24px;
  background: #fff;
  transform: rotate(45deg);
}

.geo-map__pin small {
  margin-top: 17px;
  padding: 4px 7px;
  color: #fff;
  font-size: 0.5rem;
  font-weight: 800;
  background: #090e27;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 3px;
}

.geo-map__pulse {
  position: absolute;
  z-index: 3;
  top: 48%;
  left: 50%;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(124, 77, 255, 0.65);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: mapPulse 2.2s ease-out infinite;
}

.geo-map__sweep {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -12%;
  width: 4px;
  background: rgba(104, 220, 255, 0.38);
  box-shadow: 0 0 22px 6px rgba(104, 220, 255, 0.12);
  animation: mapSweep 6s linear infinite;
}

.geo-map-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-map-stats span {
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.geo-map-stats span:last-child {
  border-right: 0;
}

.geo-map-stats small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.54rem;
  font-weight: 800;
  text-transform: uppercase;
}

.geo-map-stats strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
}

/* Negative review impact simulator */
.impact-section {
  color: #fff;
  background: var(--ink-2);
  border-top: 1px solid rgba(104, 220, 255, 0.1);
}

.impact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.65fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}

.impact-heading h2 {
  max-width: 850px;
  margin: 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.impact-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

.impact-simulator {
  display: grid;
  grid-template-columns: minmax(330px, 0.68fr) minmax(560px, 1.32fr);
  overflow: hidden;
  background: #090f27;
  border: 1px solid rgba(124, 77, 255, 0.27);
  border-radius: var(--radius);
  box-shadow: 0 32px 78px rgba(0, 0, 0, 0.26);
}

.impact-controls {
  padding: 32px;
  background: #0c1330;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-controls > label {
  display: block;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.impact-controls label > span {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.impact-controls label strong {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.75rem;
}

.impact-controls output {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
}

.impact-controls input[type="range"] {
  width: 100%;
  height: 5px;
  margin-top: 17px;
  accent-color: var(--violet);
  cursor: pointer;
}

.impact-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.impact-facts span {
  display: grid;
  align-content: space-between;
  min-height: 94px;
  padding: 12px;
  background: #121a3b;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
}

.impact-facts small {
  color: rgba(255, 255, 255, 0.39);
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.impact-facts strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
}

.impact-facts span:nth-child(2) strong {
  color: #ff8b9a;
}

.impact-reading {
  min-height: 70px;
  padding: 15px;
  margin-top: 14px;
  color: #dbe4ff;
  font-size: 0.7rem;
  line-height: 1.55;
  background: rgba(39, 136, 255, 0.08);
  border-left: 3px solid var(--blue);
}

.impact-controls .button {
  width: 100%;
  margin-top: 18px;
}

.impact-chart-wrap {
  min-width: 0;
  padding: 32px 36px 25px;
}

.impact-chart__head {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.impact-chart__head > div {
  display: grid;
}

.impact-chart__head span {
  color: rgba(255, 255, 255, 0.39);
  font-size: 0.55rem;
  font-weight: 800;
  text-transform: uppercase;
}

.impact-chart__head strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
}

.impact-chart__head .impact-chart__event {
  display: flex;
  gap: 7px;
  align-items: center;
  color: #ff9aa7;
}

.impact-chart__event i {
  width: 7px;
  height: 7px;
  background: #ef5367;
  border-radius: 50%;
  animation: alertPulse 2s ease-in-out infinite;
}

.impact-chart {
  width: 100%;
  margin-top: 18px;
  overflow: visible;
}

.impact-chart__grid line {
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1;
}

.impact-chart__event-line {
  stroke: rgba(239, 83, 103, 0.38);
  stroke-dasharray: 5 6;
}

.impact-chart__shadow,
.impact-chart__line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.impact-chart__shadow {
  stroke: rgba(39, 136, 255, 0.16);
  stroke-width: 14;
}

.impact-chart__line {
  stroke: var(--cyan);
  stroke-width: 4;
  filter: drop-shadow(0 0 7px rgba(104, 220, 255, 0.38));
}

.impact-chart.is-replaying .impact-chart__line,
.impact-chart.is-replaying .impact-chart__shadow {
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: chartTrace 1.3s ease forwards;
}

.impact-chart__point {
  fill: #090f27;
  stroke: var(--cyan);
  stroke-width: 4;
}

.impact-chart__point--negative {
  stroke: #ef5367;
}

.impact-chart__label {
  fill: rgba(255, 255, 255, 0.34);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
}

.impact-chart__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-chart__values span {
  display: grid;
  gap: 5px;
  padding: 15px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.impact-chart__values span:last-child {
  border-right: 0;
}

.impact-chart__values small {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.52rem;
  font-weight: 800;
  text-transform: uppercase;
}

.impact-chart__values strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.impact-chart-wrap > p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.39);
  font-size: 0.63rem;
  line-height: 1.55;
}

.impact-actions {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.impact-actions .text-link {
  color: var(--cyan);
}

.impact-actions .button {
  min-width: 210px;
}

/* Plans page */
.plans-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  isolation: isolate;
}

.plans-hero::before {
  position: absolute;
  z-index: -2;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  content: "";
  background: rgba(124, 77, 255, 0.12);
  border-left: 1px solid rgba(124, 77, 255, 0.2);
  transform: skewX(-12deg) translateX(20%);
}

.plans-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 80%);
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.plans-hero__inner {
  display: grid;
  align-content: center;
  min-height: 560px;
  padding-top: 68px;
  padding-bottom: 68px;
}

.plans-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 0.98;
}

.plans-hero__inner > p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
}

.plans-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 32px;
}

.plans-hero__signals span {
  padding: 8px 11px;
  color: #dce8ff;
  font-size: 0.68rem;
  font-weight: 800;
  background: rgba(39, 136, 255, 0.08);
  border: 1px solid rgba(104, 220, 255, 0.2);
  border-radius: 4px;
}

.pricing-section {
  background: #f6f8fd;
}

.pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 58px;
}

.pricing-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.pricing-heading > p {
  margin: 0;
  color: var(--muted);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 31px;
  color: #fff;
  background: var(--ink-2);
  border: 1px solid rgba(124, 77, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 24px 54px rgba(7, 11, 30, 0.13);
}

.plan-card--featured {
  background: #11173a;
  border-color: var(--violet);
  box-shadow: 0 28px 64px rgba(93, 50, 215, 0.24);
  transform: translateY(-14px);
}

.plan-card__badge {
  position: absolute;
  top: -17px;
  left: 50%;
  min-width: 150px;
  padding: 7px 14px;
  color: #fff;
  font-size: 0.67rem;
  font-weight: 800;
  text-align: center;
  background: var(--violet);
  border-radius: 5px;
  box-shadow: 0 9px 24px rgba(124, 77, 255, 0.35);
  transform: translateX(-50%);
}

.plan-card__top {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.plan-card__index {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.69rem;
  font-weight: 700;
}

.plan-card__quantity {
  padding: 6px 9px;
  color: #bba9ff;
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(124, 77, 255, 0.09);
  border: 1px solid rgba(124, 77, 255, 0.25);
  border-radius: 4px;
}

.plan-card h3 {
  margin: 27px 0 0;
  color: #fff;
  font-size: 1.65rem;
  font-weight: 600;
}

.plan-card > p {
  min-height: 76px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.79rem;
}

.plan-price {
  display: flex;
  align-items: baseline;
  padding: 21px 0 24px;
  margin-top: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plan-price span {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  font-weight: 700;
}

.plan-price strong {
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 3.35rem;
  font-weight: 600;
  line-height: 0.9;
}

.plan-card--featured .plan-price strong {
  color: #a98aff;
}

.plan-price sup {
  color: inherit;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.plan-features {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 30px;
  list-style: none;
}

.plan-features li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
  line-height: 1.4;
}

.plan-features li::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  content: "\2713";
  color: #fff;
  font-size: 0.57rem;
  font-weight: 800;
  background: var(--blue);
  border-radius: 50%;
}

.plan-card--featured .plan-features li::before {
  background: var(--violet);
}

.button--plan {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: #171f42;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.button--plan:hover,
.button--plan-featured {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 15px 34px rgba(39, 136, 255, 0.2);
}

.button--plan-featured:hover {
  background: var(--violet);
  border-color: var(--violet);
}

.pricing-note {
  max-width: 830px;
  margin: 28px auto 0;
  color: #77839a;
  font-size: 0.68rem;
  text-align: center;
}

.plans-system {
  padding: 94px 0;
  color: #fff;
  background: var(--ink);
}

.plans-system__grid {
  display: grid;
  grid-template-columns: minmax(330px, 0.7fr) minmax(560px, 1.3fr);
  gap: 90px;
  align-items: center;
}

.plans-system h2 {
  margin: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.03;
}

.plans-system__flow {
  display: grid;
  grid-template-columns: 1fr 0.4fr 1fr 0.4fr 1fr 0.4fr 1fr;
  gap: 10px;
  align-items: center;
}

.plans-system__flow span {
  display: grid;
  gap: 8px;
  justify-items: center;
}

.plans-system__flow b {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.73rem;
  background: #111936;
  border: 1px solid rgba(104, 220, 255, 0.2);
  border-radius: 7px;
}

.plans-system__flow small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.54rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.plans-system__flow i {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
}

.plans-system__flow i::after {
  position: absolute;
  left: -50%;
  width: 45%;
  height: 100%;
  content: "";
  background: var(--violet);
  box-shadow: 0 0 12px var(--violet);
  animation: workflowMove 2.2s linear infinite;
}

.final-cta::before {
  background: rgba(124, 77, 255, 0.17);
}

.final-cta--plans h2 {
  font-size: 4.8rem;
}

.button--plan {
  color: #fff;
  background: #171f42;
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.button--plan:hover,
.button--plan-featured {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 15px 34px rgba(39, 136, 255, 0.2);
}

.button--plan-featured:hover {
  background: var(--violet);
  border-color: var(--violet);
}

.final-cta--plans h2 {
  font-size: 4.8rem;
}

@keyframes humanSignal {
  0%, 100% { box-shadow: 0 0 0 0 rgba(223, 82, 101, 0.2); transform: scale(0.94); }
  50% { box-shadow: 0 0 0 8px rgba(223, 82, 101, 0); transform: scale(1); }
}

@keyframes quietSignal {
  0%, 100% { opacity: 0.35; transform: translateY(2px); }
  50% { opacity: 0.72; transform: translateY(-2px); }
}

@keyframes cardInvite {
  0%, 100% { transform: translateY(0); box-shadow: 0 14px 30px rgba(124, 77, 255, 0.2); }
  50% { transform: translateY(-5px); box-shadow: 0 20px 36px rgba(124, 77, 255, 0.33); }
}

@keyframes workflowMove {
  from { transform: translateX(0); }
  to { transform: translateX(365%); }
}

@keyframes heatFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-5px) scale(1.04); }
}

@keyframes pinLift {
  0%, 100% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-8px); }
}

@keyframes mapPulse {
  0% { opacity: 0.75; transform: translate(-50%, -50%) scale(0.8); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(3.4); }
}

@keyframes mapSweep {
  from { transform: translateX(0); }
  to { transform: translateX(820px); }
}

@keyframes chartTrace {
  to { stroke-dashoffset: 0; }
}

@media (max-width: 1160px) {
  .hero h1.hero-promise {
    font-size: 3.3rem;
  }

  .behavior-layout,
  .workflow-layout,
  .geo-layout {
    gap: 48px;
  }

  .behavior-copy h2,
  .workflow-copy h2,
  .geo-copy h2,
  .impact-heading h2,
  .pricing-heading h2 {
    font-size: 3.45rem;
  }

  .workflow-layout {
    grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  }

  .geo-layout {
    grid-template-columns: minmax(300px, 0.72fr) minmax(540px, 1.28fr);
  }

  .plans-hero h1 {
    font-size: 4.3rem;
  }
}

@media (max-width: 980px) {
  .hero h1.hero-promise {
    max-width: 800px;
    font-size: 4rem;
  }

  .behavior-layout,
  .workflow-layout,
  .geo-layout,
  .impact-heading,
  .impact-simulator,
  .pricing-heading,
  .plans-system__grid {
    grid-template-columns: 1fr;
  }

  .behavior-copy,
  .geo-copy,
  .workflow-copy {
    max-width: 790px;
  }

  .behavior-visual,
  .workflow-board,
  .geo-map-frame {
    width: min(100%, 790px);
    margin-inline: auto;
  }

  .workflow-layout,
  .geo-layout {
    gap: 62px;
  }

  .impact-heading,
  .pricing-heading {
    gap: 24px;
  }

  .impact-heading > p,
  .pricing-heading > p {
    max-width: 760px;
  }

  .impact-simulator {
    width: min(100%, 850px);
    margin-inline: auto;
  }

  .impact-controls {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    width: min(100%, 650px);
    margin-inline: auto;
  }

  .plan-card,
  .plan-card--featured {
    transform: none;
  }

  .plan-card--featured {
    margin-top: 12px;
  }

  .plan-card > p {
    min-height: 0;
  }

  .plans-system__grid {
    gap: 52px;
  }

  .plans-system__flow {
    max-width: 760px;
  }
}

@media (max-width: 720px) {
  .hero h1.hero-promise {
    font-size: 2.65rem;
  }

  .behavior-copy h2,
  .workflow-copy h2,
  .geo-copy h2,
  .impact-heading h2,
  .pricing-heading h2 {
    font-size: 2.7rem;
  }

  .behavior-layout,
  .workflow-layout,
  .geo-layout {
    gap: 46px;
  }

  .behavior-visual {
    padding: 19px;
  }

  .behavior-lane--negative,
  .behavior-lane--positive {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .behavior-spread,
  .behavior-silence {
    justify-content: flex-start;
  }

  .behavior-card {
    width: 104px;
  }

  .behavior-lane > b {
    text-align: left;
  }

  .workflow-capabilities {
    grid-template-columns: 1fr;
  }

  .workflow-capabilities article {
    min-height: 104px;
  }

  .workflow-row {
    min-height: 170px;
    padding: 18px 13px;
  }

  .workflow-row header small {
    display: none;
  }

  .workflow-nodes {
    grid-template-columns: minmax(64px, 1fr) minmax(16px, 0.35fr) minmax(64px, 1fr) minmax(16px, 0.35fr) minmax(64px, 1fr);
    gap: 5px;
  }

  .workflow-nodes b {
    width: 39px;
    height: 39px;
  }

  .workflow-nodes span {
    font-size: 0.45rem;
  }

  .geo-map {
    min-height: 360px;
  }

  .geo-heat {
    width: 30px;
    height: 30px;
  }

  .geo-map-stats,
  .impact-facts,
  .impact-chart__values {
    grid-template-columns: 1fr;
  }

  .geo-map-stats span,
  .impact-chart__values span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .geo-map-stats span:last-child,
  .impact-chart__values span:last-child {
    border-bottom: 0;
  }

  .impact-controls,
  .impact-chart-wrap {
    padding: 23px 18px;
  }

  .impact-facts span {
    min-height: 68px;
  }

  .impact-chart__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .impact-chart {
    min-width: 580px;
  }

  .impact-chart-wrap {
    overflow-x: auto;
  }

  .impact-chart__values,
  .impact-chart-wrap > p,
  .impact-chart__head {
    min-width: 0;
  }

  .impact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .impact-actions .button {
    min-width: 0;
  }

  .plans-hero,
  .plans-hero__inner {
    min-height: 520px;
  }

  .plans-hero h1 {
    font-size: 3rem;
  }

  .plan-card {
    padding: 27px 22px;
  }

  .plans-system h2 {
    font-size: 2.6rem;
  }

  .plans-system__flow {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plans-system__flow i {
    width: 2px;
    height: 24px;
    margin-inline: auto;
  }

  .plans-system__flow i::after {
    top: -50%;
    left: 0;
    width: 100%;
    height: 45%;
    animation-name: workflowMoveVertical;
  }

  .final-cta--plans h2 {
    font-size: 3rem;
  }
}

@keyframes workflowMoveVertical {
  from { transform: translateY(0); }
  to { transform: translateY(320%); }
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
}

:root {
  --ink: #070b1e;
  --ink-2: #0c1230;
  --ink-3: #171e44;
  --blue: #2788ff;
  --blue-deep: #1766d3;
  --cyan: #68dcff;
  --cyan-pale: #edf9ff;
  --violet: #7c4dff;
  --violet-deep: #5d32d7;
  --green: #1cad7b;
  --amber: #f3b646;
  --paper: #f4f7fb;
  --surface: #ffffff;
  --surface-2: #edf2f8;
  --text: #131d31;
  --muted: #5c6a82;
  --line: #d8e0eb;
  --line-dark: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 70px rgba(7, 11, 30, 0.14);
  --shadow-small: 0 12px 35px rgba(7, 11, 30, 0.1);
  --radius: 8px;
  --max: 1200px;
  --wide: 1380px;
  --font-display: "Space Grotesk", "Manrope", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-body);
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea,
select,
summary {
  font: inherit;
  outline-offset: 4px;
}

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--cyan);
}

[hidden] {
  display: none !important;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue);
  border-radius: var(--radius);
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.container--wide {
  width: min(var(--wide), calc(100% - 48px));
}

.container--narrow {
  width: min(820px, calc(100% - 40px));
}

.section {
  padding: clamp(76px, 9vw, 138px) 0;
}

.site-main {
  min-height: 50vh;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

p {
  margin-top: 0;
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 18px;
  color: var(--blue-deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(30, 138, 195, 0.12);
}

.eyebrow--light {
  color: #bfeeff;
}

.eyebrow--light > span {
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(144, 210, 236, 0.12);
}

.button {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(30, 138, 195, 0.22);
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.button:hover {
  color: #fff;
  background: var(--blue-deep);
  border-color: var(--blue-deep);
  box-shadow: 0 18px 34px rgba(30, 138, 195, 0.27);
  transform: translateY(-2px);
}

.button span[aria-hidden="true"] {
  font-size: 1.15em;
  transition: transform 180ms ease;
}

.button:hover span[aria-hidden="true"] {
  transform: translateX(4px);
}

.button--small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.86rem;
}

.button--primary {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: 0 15px 36px rgba(144, 210, 236, 0.22);
}

.button--primary:hover {
  color: var(--ink);
  background: #b4e6f7;
  border-color: #b4e6f7;
  box-shadow: 0 18px 42px rgba(144, 210, 236, 0.3);
}

.button--glass {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.button--glass:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.45);
  box-shadow: none;
}

.button--dark {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 14px 28px rgba(9, 16, 34, 0.17);
}

.button--dark:hover {
  background: var(--ink-3);
  border-color: var(--ink-3);
}

.button--white,
.button--light {
  color: var(--ink);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

.button--white:hover,
.button--light:hover {
  color: var(--ink);
  background: var(--cyan-pale);
  border-color: var(--cyan-pale);
}

.button--ghost {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
  box-shadow: none;
}

.button--ghost:hover {
  color: var(--blue-deep);
  background: #fff;
  border-color: var(--blue);
  box-shadow: none;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}

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

/* Header */
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: #fff;
  background: rgba(9, 16, 34, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.site-header.is-scrolled {
  box-shadow: 0 12px 40px rgba(4, 8, 20, 0.28);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(var(--wide), calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img,
.brand .custom-logo {
  width: 154px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
}

.brand .custom-logo {
  filter: brightness(0) invert(1);
}

.primary-nav {
  justify-self: end;
}

.menu {
  display: flex;
  gap: 26px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
}

.menu a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.menu a:hover {
  color: #fff;
}

.menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header__cta {
  color: var(--ink);
  background: var(--cyan);
  border-color: var(--cyan);
  box-shadow: none;
}

.site-header__cta:hover {
  color: var(--ink);
  background: #b7e8f8;
  border-color: #b7e8f8;
  box-shadow: none;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.nav-toggle span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

/* Hero */
.hero--premium {
  position: relative;
  min-height: min(860px, calc(100svh - 118px));
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  isolation: isolate;
}

.hero--premium::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(144, 210, 236, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 210, 236, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.55) 52%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.55) 52%, transparent 100%);
}

.hero--premium::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  content: "";
  background: rgba(30, 138, 195, 0.07);
  border-left: 1px solid rgba(144, 210, 236, 0.08);
  transform: skewX(-9deg) translateX(17%);
  transform-origin: top;
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(46px, 6vw, 100px);
  align-items: center;
  min-height: inherit;
  padding-top: clamp(48px, 5vw, 72px);
  padding-bottom: clamp(54px, 6vw, 82px);
}

.hero__content {
  position: relative;
  z-index: 3;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 0.94;
}

.hero h1 > span {
  display: block;
  margin-top: 0.1em;
  color: var(--cyan);
}

.hero__lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.16rem;
  line-height: 1.68;
}

.hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  padding: 0;
  margin: 38px 0 0;
  list-style: none;
}

.hero__signals li {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero__signals li span {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(28, 173, 123, 0.13);
}

.hero__gridlines {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 540px;
  height: 340px;
  border: 1px solid rgba(144, 210, 236, 0.11);
  transform: rotate(-10deg);
  pointer-events: none;
}

.hero__gridlines::before,
.hero__gridlines::after {
  position: absolute;
  inset: 38px;
  content: "";
  border: 1px solid rgba(144, 210, 236, 0.09);
}

.hero__gridlines::after {
  inset: 76px;
}

.reputation-stage {
  position: relative;
  min-width: 0;
  perspective: 1200px;
}

.stage-aura {
  position: absolute;
  top: 8%;
  right: -8%;
  width: 78%;
  height: 82%;
  background:
    linear-gradient(rgba(144, 210, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 210, 236, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  border: 1px solid rgba(144, 210, 236, 0.12);
  transform: rotate(4deg);
}

.reputation-console {
  position: relative;
  z-index: 2;
  width: min(100%, 690px);
  margin-left: auto;
  overflow: hidden;
  color: #fff;
  background: #111b35;
  border: 1px solid rgba(144, 210, 236, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38);
  transform: rotateY(-4deg) rotateX(1deg);
  transform-style: preserve-3d;
  transition: transform 150ms ease-out;
}

.console__topbar {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 16px 20px;
  background: #0d162d;
  border-bottom: 1px solid var(--line-dark);
}

.console__identity {
  display: flex;
  gap: 11px;
  align-items: center;
}

.console__mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  background: var(--blue);
  border-radius: 6px;
}

.console__identity div {
  display: grid;
  line-height: 1.25;
}

.console__identity strong {
  font-size: 0.84rem;
}

.console__identity small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.67rem;
}

.console__live {
  display: flex;
  gap: 7px;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: #b8f8dd;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(28, 173, 123, 0.09);
  border: 1px solid rgba(28, 173, 123, 0.24);
  border-radius: 999px;
}

.console__live i {
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  animation: livePulse 1.8s ease-in-out infinite;
}

.console__overview {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  border-bottom: 1px solid var(--line-dark);
}

.score-block,
.trend-block {
  min-height: 224px;
  padding: 26px;
}

.score-block {
  border-right: 1px solid var(--line-dark);
}

.score-block > span,
.trend-block__head span {
  color: rgba(255, 255, 255, 0.47);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.score-block__value {
  display: grid;
  gap: 3px;
  margin: 17px 0 14px;
}

.score-block__value strong {
  font-family: var(--font-display);
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 0.95;
}

.score-block__value span {
  color: var(--amber);
  font-size: 0.95rem;
  letter-spacing: 0;
}

.score-block small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.7rem;
}

.trend-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trend-block__head strong {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #b8f8dd;
  background: rgba(28, 173, 123, 0.1);
  border-radius: 6px;
}

.trend-chart {
  display: flex;
  gap: 8px;
  align-items: end;
  height: 118px;
  padding-top: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trend-chart i {
  flex: 1;
  height: var(--bar);
  min-height: 18px;
  background: var(--blue);
  border: 1px solid rgba(144, 210, 236, 0.22);
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  transform: scaleY(0);
  transform-origin: bottom;
  animation: chartGrow 900ms cubic-bezier(0.2, 0.72, 0.25, 1) forwards;
}

.trend-chart i:nth-child(2) { animation-delay: 70ms; }
.trend-chart i:nth-child(3) { animation-delay: 140ms; }
.trend-chart i:nth-child(4) { animation-delay: 210ms; }
.trend-chart i:nth-child(5) { animation-delay: 280ms; background: #48abd6; }
.trend-chart i:nth-child(6) { animation-delay: 350ms; background: var(--cyan); }

.trend-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.console__insights {
  padding: 22px 26px 27px;
}

.insight-copy {
  display: grid;
  gap: 3px;
  margin-bottom: 17px;
}

.micro-label {
  color: var(--cyan);
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
}

.insight-copy strong {
  font-size: 0.9rem;
}

.topic-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}

.topic-row > span {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.67rem;
  font-weight: 700;
}

.topic-row i {
  position: relative;
  height: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
}

.topic-row i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--topic);
  content: "";
  background: var(--violet);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  animation: topicGrow 1.1s 450ms ease forwards;
}

.floating-signal {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 11px;
  align-items: center;
  min-width: 190px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(144, 210, 236, 0.5);
  border-radius: 7px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.floating-signal--review {
  top: -24px;
  left: -30px;
  animation: floatOne 5s ease-in-out infinite;
}

.floating-signal--nfc {
  right: -28px;
  bottom: 52px;
  animation: floatTwo 5.8s 300ms ease-in-out infinite;
}

.floating-signal__icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #5b3900;
  background: #fff1c9;
  border-radius: 6px;
}

.floating-signal div {
  display: grid;
  line-height: 1.2;
}

.floating-signal strong {
  font-size: 0.77rem;
}

.floating-signal small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.64rem;
}

.nfc-waves {
  position: relative;
  width: 36px;
  height: 36px;
}

.nfc-waves::before {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--violet);
  border-radius: 50%;
}

.nfc-waves i {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--violet);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  animation: nfcSignal 1.8s ease-out infinite;
}

.nfc-waves i:nth-child(2) {
  animation-delay: 350ms;
}

.nfc-waves i:nth-child(3) {
  animation-delay: 700ms;
}

.stage-note {
  position: relative;
  z-index: 3;
  max-width: 510px;
  margin: 16px 0 0 auto;
  color: rgba(255, 255, 255, 0.36);
  font-size: 0.65rem;
  text-align: right;
}

/* Segment rail */
.segment-rail {
  display: grid;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  min-height: 88px;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.segment-rail > p {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 30px clamp(24px, 5vw, 72px);
  margin: 0;
  font-size: 0.71rem;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  border-right: 1px solid var(--line);
}

.segment-rail__window {
  overflow: hidden;
}

.segment-rail__track {
  display: flex;
  gap: 27px;
  align-items: center;
  width: max-content;
  padding-left: 26px;
  animation: railMove 30s linear infinite;
}

.segment-rail__track span {
  color: #34415b;
  font-family: var(--font-display);
  font-size: 0.96rem;
  font-weight: 600;
  white-space: nowrap;
}

.segment-rail__track i {
  width: 5px;
  height: 5px;
  background: var(--blue);
  border-radius: 50%;
}

/* Editorial section */
.reputation-gap {
  background: var(--paper);
}

.editorial-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.55fr);
  gap: clamp(40px, 8vw, 130px);
  align-items: end;
  margin-bottom: clamp(56px, 7vw, 92px);
}

.editorial-heading h2,
.section-heading h2,
.platform-showcase h2,
.tool-section h2,
.faq-intro h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.02;
}

.editorial-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.gap-list {
  border-top: 1px solid var(--line);
}

.gap-list article {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  min-height: 154px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.gap-list article:hover {
  padding-right: 20px;
  padding-left: 20px;
  background: #fff;
}

.gap-list__number {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 700;
}

.gap-list h3 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 1.65rem;
  font-weight: 600;
}

.gap-list p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
}

.gap-list__status {
  min-width: 154px;
  padding: 8px 11px;
  color: var(--violet-deep);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: #f6eef8;
  border: 1px solid #e8d2ec;
  border-radius: 999px;
}

/* Product showcase */
.platform-showcase {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink-2);
}

.platform-showcase::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(144, 210, 236, 0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
  opacity: 0.46;
  pointer-events: none;
}

.platform-showcase__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(580px, 1.28fr);
  gap: clamp(46px, 7vw, 110px);
  align-items: center;
}

.platform-showcase h2 {
  color: #fff;
  font-size: 4.35rem;
}

.platform-showcase__intro > p:not(.eyebrow) {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.02rem;
}

.product-tabs {
  display: grid;
  gap: 7px;
  margin-top: 42px;
}

.product-tab {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 1px 10px;
  align-items: center;
  width: 100%;
  min-height: 72px;
  padding: 12px 14px;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 0 var(--radius) var(--radius) 0;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease;
}

.product-tab:hover {
  background: rgba(255, 255, 255, 0.035);
}

.product-tab.is-active {
  background: rgba(144, 210, 236, 0.075);
  border-color: rgba(144, 210, 236, 0.14);
  border-left-color: var(--cyan);
}

.product-tab > span {
  grid-row: 1 / 3;
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
}

.product-tab strong {
  color: #fff;
  font-size: 0.9rem;
}

.product-tab small {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

.product-screen {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  background: #f8fafc;
  border: 1px solid rgba(144, 210, 236, 0.24);
  border-radius: var(--radius);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.3);
}

.product-screen__chrome {
  position: relative;
  display: flex;
  gap: 6px;
  align-items: center;
  height: 44px;
  padding: 0 16px;
  background: #e8edf4;
  border-bottom: 1px solid #d7dfea;
}

.product-screen__chrome > span {
  width: 8px;
  height: 8px;
  background: #aeb8c8;
  border-radius: 50%;
}

.product-screen__chrome > span:first-child {
  background: var(--violet);
}

.product-screen__chrome > span:nth-child(2) {
  background: var(--amber);
}

.product-screen__chrome > span:nth-child(3) {
  background: var(--green);
}

.product-screen__chrome p {
  position: absolute;
  left: 50%;
  margin: 0;
  color: #78859a;
  font-size: 0.62rem;
  transform: translateX(-50%);
}

.product-panel {
  min-height: 470px;
  padding: clamp(24px, 4vw, 44px);
  animation: panelIn 360ms ease both;
}

.panel-heading {
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: space-between;
}

.panel-heading > div {
  display: grid;
  gap: 8px;
}

.panel-heading > div > span {
  color: var(--blue-deep);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-heading h3 {
  max-width: 470px;
  margin: 0;
  color: var(--ink);
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.08;
}

.status-badge {
  flex: 0 0 auto;
  min-height: 30px;
  padding: 6px 10px;
  color: #107955;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  background: #e6f8f1;
  border: 1px solid #bce9d8;
  border-radius: 999px;
}

.capture-flow {
  display: grid;
  grid-template-columns: 1fr 36px 1fr 36px 1fr;
  gap: 7px;
  align-items: center;
  margin-top: 60px;
}

.capture-flow > div {
  display: grid;
  align-content: start;
  min-height: 170px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-small);
}

.capture-flow__index {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 26px;
  color: var(--blue-deep);
  font-size: 0.65rem;
  font-weight: 800;
  background: var(--cyan-pale);
  border-radius: 6px;
}

.capture-flow strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.95rem;
}

.capture-flow small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.capture-flow > i {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: #cbd6e4;
}

.capture-flow > i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--blue);
  transform: translateX(-100%);
  animation: connectionMove 2s ease-in-out infinite;
}

.screen-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.screen-foot span {
  padding: 7px 9px;
  color: #526078;
  font-size: 0.62rem;
  font-weight: 700;
  background: #eef3f8;
  border-radius: 4px;
}

.review-feed {
  display: grid;
  gap: 11px;
  margin-top: 36px;
}

.review-feed article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(9, 16, 34, 0.06);
}

.review-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  background: var(--blue);
  border-radius: 6px;
}

.review-avatar--violet {
  background: var(--violet);
}

.review-avatar--cyan {
  color: var(--ink);
  background: var(--cyan);
}

.review-feed article > div {
  display: grid;
  gap: 2px;
}

.review-feed strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.review-feed p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.review-feed article > small {
  color: var(--blue-deep);
  font-size: 0.61rem;
  font-weight: 800;
  text-transform: uppercase;
}

.review-stars {
  color: var(--amber);
  font-size: 0.7rem;
}

.topic-map {
  display: grid;
  gap: 17px;
  margin-top: 38px;
}

.topic-map > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) 76px;
  gap: 14px;
  align-items: center;
}

.topic-map span {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
}

.topic-map i {
  height: 8px;
  overflow: hidden;
  background: #e6ebf2;
  border-radius: 999px;
}

.topic-map b {
  display: block;
  width: var(--fill);
  height: 100%;
  background: var(--blue);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  animation: topicGrow 800ms 100ms ease forwards;
}

.topic-map > div:nth-child(2) b {
  background: var(--violet);
}

.topic-map > div:nth-child(3) b {
  background: var(--green);
}

.topic-map > div:nth-child(4) b {
  background: var(--cyan);
}

.topic-map strong {
  color: var(--muted);
  font-size: 0.6rem;
  text-align: right;
  text-transform: uppercase;
}

.panel-disclaimer {
  margin: 36px 0 0;
  color: var(--muted);
  font-size: 0.67rem;
}

/* Journey */
.journey-section {
  background: #fff;
}

.journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 28px;
}

.journey__line {
  position: absolute;
  top: 48px;
  right: 10%;
  left: 10%;
  height: 2px;
  overflow: hidden;
  background: #dce4ee;
}

.journey__line i {
  position: absolute;
  inset: 0;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
}

.journey.is-visible .journey__line i {
  animation: journeyDraw 1.3s 180ms ease forwards;
}

.journey article {
  position: relative;
  z-index: 2;
  padding: 0 clamp(14px, 2vw, 28px);
  text-align: center;
}

.journey article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 27px;
  color: var(--blue-deep);
  font-size: 0.66rem;
  font-weight: 800;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 8px #fff;
}

.journey strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.12rem;
}

.journey p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.journey-note {
  max-width: 760px;
  padding-top: 28px;
  margin: 44px auto 0;
  color: var(--muted);
  font-size: 0.75rem;
  text-align: center;
  border-top: 1px solid var(--line);
}

/* Solutions */
.solutions-section {
  background: #edf2f8;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 48px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.solution-tile {
  position: relative;
  min-height: 330px;
  padding: clamp(26px, 4vw, 44px);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.solution-tile > span,
.solution-tile__copy > span {
  color: var(--blue-deep);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
}

.solution-tile h3 {
  max-width: 560px;
  margin: 38px 0 14px;
  color: var(--ink);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.08;
}

.solution-tile p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.solution-tile a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 30px;
  color: var(--blue-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.solution-tile a span {
  transition: transform 180ms ease;
}

.solution-tile a:hover span {
  transform: translateX(4px);
}

.solution-tile--main {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.72fr) minmax(400px, 1.28fr);
  gap: 50px;
  align-items: center;
  min-height: 410px;
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.solution-tile--main h3,
.solution-tile--main p,
.solution-tile--main a {
  color: #fff;
}

.solution-tile--main p {
  color: rgba(255, 255, 255, 0.63);
}

.solution-tile--main .solution-tile__copy > span {
  color: var(--cyan);
}

.reputation-pulse {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 140px;
  place-items: center;
  min-height: 260px;
}

.reputation-pulse::before,
.reputation-pulse::after {
  position: absolute;
  content: "";
  background: rgba(144, 210, 236, 0.22);
}

.reputation-pulse::before {
  top: 50%;
  right: 13%;
  left: 13%;
  height: 1px;
}

.reputation-pulse::after {
  top: 14%;
  bottom: 14%;
  left: 50%;
  width: 1px;
}

.reputation-pulse > span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 106px;
  min-height: 54px;
  padding: 8px 14px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.72rem;
  font-weight: 800;
  background: #151f3a;
  border: 1px solid rgba(144, 210, 236, 0.22);
  border-radius: 6px;
}

.reputation-pulse > i {
  display: none;
}

.reputation-pulse > b {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 68px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.72rem;
  background: var(--cyan);
  border-radius: 6px;
  box-shadow: 0 0 0 12px rgba(144, 210, 236, 0.06), 0 18px 34px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
}

.solution-tile--blue {
  background: #e9f7fc;
  border-color: #c8e8f4;
}

.solution-tile--violet {
  color: #fff;
  background: #442d59;
  border-color: #442d59;
}

.solution-tile--violet > span,
.solution-tile--violet h3,
.solution-tile--violet a {
  color: #fff;
}

.solution-tile--violet p {
  color: rgba(255, 255, 255, 0.68);
}

.solution-tile--light {
  grid-column: 1 / -1;
  min-height: 290px;
  background:
    linear-gradient(rgba(9, 16, 34, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 16, 34, 0.035) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px;
}

/* Tool */
.tool-section {
  background: #fff;
}

.tool-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(560px, 1.12fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}

.tool-section h2 {
  font-size: 4.1rem;
}

.tool-section__grid > div:first-child > p:not(.eyebrow) {
  max-width: 610px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.math-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.12fr;
  gap: 12px;
  align-items: stretch;
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.math-visual > div {
  display: grid;
  align-content: center;
  min-height: 190px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.math-visual > div > span {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
}

.math-visual strong {
  margin: 13px 0 5px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 600;
  white-space: nowrap;
}

.math-visual small {
  color: var(--muted);
  font-size: 0.67rem;
}

.math-visual > i {
  align-self: center;
  color: #8c98aa;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-style: normal;
}

.math-visual .math-visual__result {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

.math-visual__result > span,
.math-visual__result strong,
.math-visual__result small {
  color: #fff !important;
}

.math-visual__result strong {
  font-size: 4.1rem;
  line-height: 0.95;
}

/* FAQ */
.faq-section {
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(50px, 9vw, 150px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 118px;
}

.faq-intro h2 {
  font-size: 4rem;
}

.faq-intro > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.faq-list summary {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding: 18px 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid #bec9d8;
  border-radius: 50%;
}

.faq-list summary span::before,
.faq-list summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-list details > p {
  max-width: 720px;
  padding: 0 54px 26px 0;
  margin: -4px 0 0;
  color: var(--muted);
}

/* CTA */
.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 11vw, 168px) 0;
  color: #fff;
  background: var(--ink);
  isolation: isolate;
}

.final-cta::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background: rgba(30, 138, 195, 0.15);
  clip-path: polygon(0 0, 58% 0, 34% 100%, 0 100%);
}

.final-cta__mesh {
  position: absolute;
  z-index: -1;
  inset: -30% -5%;
  background-image:
    linear-gradient(rgba(144, 210, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 210, 236, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(600px) rotateX(62deg) translateY(24%);
  transform-origin: bottom;
}

.final-cta__inner {
  text-align: center;
}

.final-cta h2 {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 5.7rem;
}

.final-cta__inner > p:not(.eyebrow) {
  max-width: 730px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
}

/* Scroll reveal */
.has-js [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms cubic-bezier(0.2, 0.72, 0.25, 1), transform 700ms cubic-bezier(0.2, 0.72, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
}

.has-js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Animations */
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(28, 173, 123, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(28, 173, 123, 0); }
}

@keyframes chartGrow {
  to { transform: scaleY(1); }
}

@keyframes topicGrow {
  to { transform: scaleX(1); }
}

@keyframes floatOne {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -9px, 0); }
}

@keyframes floatTwo {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, 10px, 0); }
}

@keyframes nfcSignal {
  0% { opacity: 0; transform: scale(0.45); }
  40% { opacity: 0.8; }
  100% { opacity: 0; transform: scale(1.22); }
}

@keyframes railMove {
  to { transform: translateX(-50%); }
}

@keyframes panelIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes connectionMove {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

@keyframes journeyDraw {
  to { transform: scaleX(1); }
}

/* Interior pages and editorial templates */
.page-hero {
  padding: clamp(70px, 9vw, 126px) 0;
  background:
    linear-gradient(rgba(30, 138, 195, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 138, 195, 0.04) 1px, transparent 1px),
    #fff;
  background-size: 42px 42px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1,
.article-header h1 {
  max-width: 980px;
  margin: 0;
  color: var(--ink);
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 0.98;
}

.page-hero p,
.article-lead {
  max-width: 770px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.16rem;
}

.section--soft {
  background: #edf2f8;
}

.section--dark {
  color: #fff;
  background: var(--ink);
}

.section--dark h2,
.section--dark h3 {
  color: #fff;
}

.section--dark p {
  color: rgba(255, 255, 255, 0.66);
}

.section--calculator {
  background: #eef6fa;
}

.split,
.calculator-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
  gap: clamp(36px, 6vw, 84px);
  align-items: center;
}

.split--reverse {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1fr);
}

.split h2,
.cta-band h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.02;
}

.split > div > p:not(.eyebrow),
.cta-band p {
  color: var(--muted);
  font-size: 1.03rem;
}

.text-link,
.feature-card a,
.content-card a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--blue-deep);
  font-weight: 800;
  text-underline-offset: 4px;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 15px 16px 15px 46px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.check-list li::before {
  position: absolute;
  top: 16px;
  left: 16px;
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  color: #fff;
  font-size: 0.7rem;
  content: "✓";
  background: var(--green);
  border-radius: 50%;
}

.check-list--large li {
  font-size: 1.02rem;
}

.card-grid,
.evidence-demo,
.process-grid {
  display: grid;
  gap: 14px;
}

.card-grid--three,
.evidence-demo {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.feature-card,
.content-card,
.note-card,
.author-card,
.empty-state,
.source-box {
  padding: 25px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.feature-card h3,
.content-card h2,
.note-card h2,
.author-card h3,
.empty-state h2 {
  margin: 0 0 11px;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.2;
}

.feature-card p,
.content-card p,
.note-card p,
.author-card p {
  color: var(--muted);
}

.evidence-demo article,
.process-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.evidence-demo span,
.process-grid span {
  display: inline-flex;
  margin-bottom: 15px;
  color: var(--blue-deep);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.evidence-demo strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.16rem;
}

.evidence-demo p {
  margin: 0;
  color: var(--muted);
}

.section--dark .process-grid article {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14);
}

.process-grid h3 {
  margin: 0 0 9px;
  font-size: 1.23rem;
}

.product-flow {
  display: grid;
  gap: 10px;
}

.flow-step {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 15px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.flow-step:last-child {
  color: #fff;
  background: var(--ink);
  border-color: var(--ink);
}

.segment-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.segment-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.mini-calculator {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mini-calculator span,
.mini-calculator strong,
.mini-calculator em {
  display: block;
  padding: 15px;
  font-style: normal;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 5px;
}

.mini-calculator em {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: var(--blue);
  border-color: var(--blue);
}

.cta-band {
  color: #fff;
  background: var(--ink);
}

.cta-band h2,
.cta-band p,
.cta-band .eyebrow {
  color: #fff;
}

.cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
}

.article-header {
  margin-bottom: 34px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.article-meta span {
  padding: 6px 10px;
  color: var(--muted);
  font-size: 0.82rem;
  background: #eaf0f6;
  border-radius: 999px;
}

.content-body {
  color: #27334a;
  font-size: 1.06rem;
}

.content-body h2,
.content-body h3 {
  margin-top: 2em;
  color: var(--ink);
  line-height: 1.15;
}

.content-body h2 {
  font-size: 2.5rem;
}

.content-body p,
.content-body ul,
.content-body ol {
  margin-bottom: 1.2em;
}

.content-body a {
  color: var(--blue-deep);
  font-weight: 700;
}

.featured-media {
  margin: 0 0 32px;
  overflow: hidden;
  border-radius: var(--radius);
}

.source-box {
  margin-top: 40px;
}

.source-box h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1.12rem;
}

/* Forms and calculator */
.lead-form,
.calculator {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 3vw, 30px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-small);
}

.lead-form__wide,
.calculator fieldset,
.calculator .button {
  grid-column: 1 / -1;
}

.lead-form label,
.calculator label,
.search-form label {
  display: grid;
  gap: 7px;
  color: #3c4960;
  font-size: 0.88rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd5e2;
  border-radius: 5px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

input:focus,
textarea:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(30, 138, 195, 0.1);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.notice {
  padding: 14px 16px;
  margin-bottom: 18px;
  border-radius: var(--radius);
}

.notice--success {
  color: #125a40;
  background: #e4f7f0;
  border: 1px solid #b9e5d5;
}

.notice--warning {
  color: #714a0b;
  background: #fff5dc;
  border: 1px solid #eed59b;
}

.calculator-layout {
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  align-items: start;
}

.calculator fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.calculator legend {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 700;
}

.star-inputs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.star-inputs--target {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.calculator-result {
  position: sticky;
  top: 104px;
  padding: 26px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.calculator-result h2,
.calculator-result p,
.calculator-result dt,
.calculator-result dd {
  color: #fff;
}

.calculator-result p,
.calculator-result dt {
  color: rgba(255, 255, 255, 0.65);
}

.result-list {
  display: grid;
  gap: 9px;
  margin: 0 0 16px;
}

.result-list div {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 5px;
}

.result-list dt {
  font-weight: 700;
}

.result-list dd {
  margin: 0;
  font-weight: 800;
}

.result-highlight {
  padding: 14px;
  color: var(--ink);
  background: var(--cyan);
  border-radius: 5px;
}

.search-form {
  display: flex;
  gap: 10px;
  align-items: end;
  margin-top: 20px;
}

.search-form label {
  flex: 1;
}

.pagination {
  margin-top: 30px;
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.62);
  background: #060b19;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, 1fr);
  gap: clamp(28px, 5vw, 74px);
  width: min(var(--wide), calc(100% - 48px));
  padding: 68px 0 54px;
  margin-inline: auto;
}

.site-footer__brand {
  max-width: 380px;
}

.site-footer h2 {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer img {
  width: 156px;
  margin-bottom: 24px;
  filter: none;
}

.site-footer__brand p {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.84rem;
}

.site-footer__brand .text-link {
  color: var(--cyan);
  font-size: 0.78rem;
}

.footer-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.footer-list a:hover {
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  width: min(var(--wide), calc(100% - 48px));
  padding: 20px 0;
  margin-inline: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.site-footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.73rem;
}

/* Responsive */
@media (max-width: 1160px) {
  .site-header__inner {
    gap: 18px;
  }

  .menu {
    gap: 17px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    gap: 48px;
  }

  .hero h1 {
    font-size: 5rem;
  }

  .floating-signal--review {
    left: -12px;
  }

  .floating-signal--nfc {
    right: -12px;
  }

  .platform-showcase__grid {
    grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr);
    gap: 48px;
  }

  .tool-section__grid {
    grid-template-columns: minmax(0, 0.8fr) minmax(500px, 1.2fr);
    gap: 50px;
  }
}

@media (max-width: 980px) {
  .site-header__inner {
    grid-template-columns: auto auto auto;
  }

  .nav-toggle {
    display: inline-grid;
    justify-self: end;
  }

  .primary-nav {
    position: absolute;
    top: 78px;
    right: 24px;
    left: 24px;
    display: none;
    padding: 14px;
    background: #0d152b;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--radius);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.3);
  }

  .primary-nav.is-open {
    display: block;
  }

  .menu {
    display: grid;
    gap: 2px;
  }

  .menu a {
    padding: 0 8px;
  }

  .site-header__cta {
    justify-self: end;
  }

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

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 72px;
    padding-top: 82px;
    padding-bottom: 100px;
  }

  .hero__content {
    max-width: 820px;
  }

  .hero h1 {
    font-size: 4.8rem;
  }

  .reputation-stage {
    width: min(780px, 94%);
    margin-inline: auto;
  }

  .reputation-console {
    margin-inline: auto;
    transform: none;
  }

  .stage-note {
    margin-right: auto;
    text-align: center;
  }

  .editorial-heading,
  .platform-showcase__grid,
  .tool-section__grid,
  .faq-layout,
  .split,
  .split--reverse,
  .calculator-layout,
  .cta-band__inner {
    grid-template-columns: 1fr;
  }

  .editorial-heading {
    gap: 22px;
  }

  .editorial-heading > p {
    max-width: 760px;
  }

  .platform-showcase__grid {
    gap: 70px;
  }

  .platform-showcase__intro {
    max-width: 800px;
  }

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

  .product-tab {
    grid-template-columns: 28px 1fr;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-left-width: 1px;
    border-radius: 6px;
  }

  .product-tab.is-active {
    border-color: var(--cyan);
  }

  .journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 0;
  }

  .journey__line {
    display: none;
  }

  .solution-tile--main {
    grid-template-columns: 1fr;
  }

  .tool-section__grid {
    gap: 58px;
  }

  .faq-intro {
    position: static;
    max-width: 780px;
  }

  .calculator-result {
    position: static;
  }

  .process-grid,
  .evidence-demo,
  .card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .container,
  .container--wide,
  .container--narrow {
    width: min(100% - 32px, var(--wide));
  }

  .section {
    padding: 76px 0;
  }

  .page-hero {
    padding: 56px 0 72px;
    overflow: hidden;
  }

  .page-hero h1,
  .article-header h1 {
    font-size: 3.35rem;
    line-height: 1.03;
    overflow-wrap: anywhere;
  }

  .page-hero p,
  .article-lead {
    font-size: 1rem;
    line-height: 1.6;
  }

  .page-hero .split {
    gap: 42px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
    width: calc(100% - 32px);
    min-height: 70px;
  }

  .site-header__cta {
    display: none;
  }

  .primary-nav {
    top: 70px;
    right: 16px;
    left: 16px;
  }

  .brand img,
  .brand .custom-logo {
    width: 140px;
  }

  .hero__grid {
    gap: 62px;
    padding-top: 64px;
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: 3.4rem;
  }

  .hero__lead {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__signals {
    display: grid;
    gap: 12px;
  }

  .reputation-stage {
    width: 100%;
  }

  .reputation-console {
    overflow: visible;
  }

  .console__topbar {
    min-height: 66px;
    padding: 13px;
  }

  .console__live {
    font-size: 0;
  }

  .console__live i {
    margin: 0;
  }

  .console__overview {
    grid-template-columns: 1fr;
  }

  .score-block {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .trend-block {
    min-height: 210px;
  }

  .topic-row {
    grid-template-columns: 1fr;
  }

  .floating-signal {
    min-width: 0;
  }

  .floating-signal--review {
    top: -26px;
    left: -7px;
  }

  .floating-signal--nfc {
    right: -7px;
    bottom: -32px;
  }

  .floating-signal div {
    display: none;
  }

  .stage-note {
    margin-top: 48px;
  }

  .segment-rail {
    grid-template-columns: 1fr;
  }

  .segment-rail > p {
    padding: 19px 16px;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .segment-rail__track {
    min-height: 64px;
  }

  .editorial-heading h2,
  .section-heading h2,
  .platform-showcase h2,
  .tool-section h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: 3rem;
  }

  .gap-list article {
    grid-template-columns: 42px 1fr;
    gap: 10px 16px;
    align-items: start;
    min-height: 0;
    padding: 24px 0;
  }

  .gap-list__status {
    grid-column: 2;
    justify-self: start;
    min-width: 0;
  }

  .product-tabs {
    grid-template-columns: 1fr;
  }

  .product-tab {
    min-height: 64px;
  }

  .product-panel {
    min-height: 540px;
    padding: 24px 18px;
  }

  .panel-heading {
    display: grid;
  }

  .status-badge {
    justify-self: start;
  }

  .capture-flow {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .capture-flow > div {
    min-height: 112px;
  }

  .capture-flow__index {
    margin-bottom: 14px;
  }

  .capture-flow > i {
    width: 1px;
    height: 18px;
    margin-inline: auto;
  }

  .review-feed article {
    grid-template-columns: auto 1fr;
  }

  .review-feed article > small {
    grid-column: 2;
  }

  .topic-map > div {
    grid-template-columns: 1fr 64px;
  }

  .topic-map i {
    grid-row: 2;
    grid-column: 1 / -1;
  }

  .journey,
  .solutions-grid,
  .process-grid,
  .evidence-demo,
  .card-grid--three,
  .lead-form,
  .star-inputs,
  .star-inputs--target,
  .site-footer__grid {
    grid-template-columns: 1fr;
  }

  .journey article {
    padding: 0;
    text-align: left;
  }

  .journey article > span {
    margin-right: 0;
    margin-left: 0;
  }

  .solution-tile,
  .solution-tile--main,
  .solution-tile--light {
    grid-column: auto;
    min-height: 310px;
  }

  .reputation-pulse {
    gap: 70px 44px;
  }

  .reputation-pulse > span {
    min-width: 90px;
  }

  .math-visual {
    grid-template-columns: 1fr;
  }

  .math-visual > i {
    justify-self: center;
  }

  .math-visual > div {
    min-height: 150px;
  }

  .search-form {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer__grid,
  .site-footer__bottom {
    width: calc(100% - 32px);
  }

  .site-footer__grid {
    padding-top: 50px;
  }

  .site-footer__bottom {
    flex-direction: column;
  }
}

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

  .has-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Home: product-led narrative */
.growth-proof {
  position: relative;
  overflow: hidden;
  background: var(--cyan-pale);
  border-top: 1px solid #cfe8f2;
  border-bottom: 1px solid #cfe8f2;
}

.growth-proof::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  content: "";
  background: var(--blue);
}

.growth-proof__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  gap: 76px;
  align-items: center;
}

.growth-proof__copy {
  position: relative;
  z-index: 2;
}

.growth-range {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 20px;
  color: var(--ink);
  font-family: var(--font-display);
  line-height: 0.86;
}

.growth-range strong {
  font-size: 6.4rem;
  font-weight: 600;
}

.growth-range i {
  color: var(--blue-deep);
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.growth-proof h2 {
  max-width: 640px;
  margin: 0;
  color: var(--ink);
  font-size: 3.15rem;
  font-weight: 600;
  line-height: 1.03;
}

.growth-proof__copy > p:not(.eyebrow, .claim-note) {
  max-width: 650px;
  margin: 25px 0 0;
  color: #40516b;
  font-size: 1.02rem;
}

.touch-flow {
  display: grid;
  grid-template-columns: auto 22px auto 22px auto;
  gap: 8px;
  align-items: center;
  max-width: 660px;
  padding: 18px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(18, 105, 147, 0.2);
  border-bottom: 1px solid rgba(18, 105, 147, 0.2);
}

.touch-flow span {
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.touch-flow i {
  color: var(--blue);
  font-style: normal;
  text-align: center;
}

.claim-note {
  max-width: 660px;
  margin: 18px 0 0;
  color: #68778d;
  font-size: 0.68rem;
  line-height: 1.55;
}

.smart-card-visual {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 34px 80px rgba(9, 16, 34, 0.24);
}

.smart-card-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  content: "";
  background: rgba(9, 16, 34, 0.68);
  pointer-events: none;
}

.smart-card-visual img {
  width: 100%;
  aspect-ratio: 790 / 652;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.smart-card-visual:hover img {
  transform: scale(1.025);
}

.smart-card-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: 0.83rem;
  font-weight: 700;
}

.product-tag {
  position: absolute;
  z-index: 3;
  top: 18px;
  min-width: 72px;
  padding: 7px 10px;
  color: var(--ink);
  font-size: 0.66rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 4px;
  backdrop-filter: blur(10px);
}

.product-tag--nfc {
  right: 18px;
}

.product-tag--qr {
  right: 98px;
}

.product-tabs--four {
  margin-top: 34px;
}

.product-tabs--four .product-tab {
  min-height: 66px;
}

.product-screen--advanced .product-panel {
  min-height: 570px;
}

.gadget-demo {
  display: grid;
  grid-template-columns: 132px 44px 145px minmax(180px, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 42px;
}

.gadget-demo__device {
  display: grid;
  justify-items: center;
  min-height: 220px;
  padding: 24px 16px 18px;
  color: #fff;
  background: var(--ink);
  border: 1px solid #2d3b59;
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(9, 16, 34, 0.2);
}

.gadget-demo__device span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 700;
  background: var(--cyan);
  border-radius: 6px;
}

.gadget-demo__device i {
  position: relative;
  width: 46px;
  height: 46px;
  margin-top: 40px;
  border: 2px solid var(--cyan);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

.gadget-demo__device i::after {
  position: absolute;
  top: 17px;
  left: 3px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--cyan);
  border-radius: 50%;
}

.gadget-demo__device b {
  align-self: end;
  color: var(--cyan);
  font-size: 0.66rem;
}

.gadget-demo__signal {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.gadget-demo__signal i {
  position: absolute;
  top: 50%;
  left: -28px;
  width: 42px;
  height: 42px;
  border: 2px solid var(--blue);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: gadgetSignal 1.8s ease-out infinite;
}

.gadget-demo__signal i:nth-child(2) {
  animation-delay: 350ms;
}

.gadget-demo__signal i:nth-child(3) {
  animation-delay: 700ms;
}

.gadget-demo__phone {
  display: grid;
  align-content: start;
  min-height: 248px;
  padding: 20px 14px;
  background: #fff;
  border: 7px solid var(--ink);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(9, 16, 34, 0.16);
}

.gadget-demo__phone > span {
  color: var(--ink);
  font-size: 0.65rem;
  font-weight: 800;
  text-align: center;
}

.gadget-demo__phone strong {
  margin: 12px 0 18px;
  color: var(--amber);
  font-size: 0.82rem;
  text-align: center;
}

.gadget-demo__phone i {
  height: 8px;
  margin-bottom: 9px;
  background: #e7ecf3;
  border-radius: 2px;
}

.gadget-demo__phone i:nth-of-type(2) {
  width: 78%;
}

.gadget-demo__phone b {
  align-self: end;
  padding: 8px;
  margin-top: 22px;
  color: #fff;
  font-size: 0.62rem;
  text-align: center;
  background: var(--blue);
  border-radius: 4px;
}

.gadget-demo__result {
  display: grid;
  align-content: center;
  min-height: 220px;
  padding: 25px;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
}

.gadget-demo__result small {
  font-size: 0.64rem;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.74;
}

.gadget-demo__result strong {
  display: grid;
  margin: 15px 0 10px;
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 0.98;
}

.gadget-demo__result em {
  font-size: 0.72rem;
  font-style: normal;
  text-transform: uppercase;
  opacity: 0.7;
}

.gadget-demo__result span {
  font-size: 0.72rem;
  line-height: 1.5;
  opacity: 0.82;
}

.ops-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(190px, 0.78fr);
  gap: 18px;
  margin-top: 34px;
}

.ops-dashboard__team,
.geo-panel {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 10px 26px rgba(9, 16, 34, 0.06);
}

.ops-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.ops-kpis span {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.ops-kpis small,
.geo-panel__head span,
.ai-command small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ops-kpis strong {
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.67rem;
}

.team-performance {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.team-performance > div {
  display: grid;
  grid-template-columns: 122px minmax(60px, 1fr) 64px;
  gap: 10px;
  align-items: center;
}

.team-performance span {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 700;
}

.team-performance b {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  color: #fff;
  font-size: 0.54rem;
  background: var(--blue);
  border-radius: 5px;
}

.team-performance i {
  height: 7px;
  overflow: hidden;
  background: #e5ebf2;
  border-radius: 999px;
}

.team-performance em {
  display: block;
  width: var(--performance);
  height: 100%;
  background: var(--green);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left;
  animation: topicGrow 900ms ease forwards;
}

.team-performance > div:nth-child(2) em {
  background: var(--blue);
}

.team-performance > div:nth-child(3) em {
  background: var(--amber);
}

.team-performance > div > small {
  color: var(--muted);
  font-size: 0.55rem;
  text-align: right;
  text-transform: uppercase;
}

.geo-panel__head {
  display: grid;
  gap: 4px;
}

.geo-panel__head strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.heatmap-mini {
  position: relative;
  height: 190px;
  margin: 15px 0 12px;
  overflow: hidden;
  background-color: #e9eef3;
  background-image:
    linear-gradient(rgba(74, 94, 122, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 94, 122, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  border: 1px solid #d4dce7;
  border-radius: 6px;
}

.heatmap-mini__road {
  position: absolute;
  width: 140%;
  height: 9px;
  background: #fff;
  border-top: 1px solid #cad5e2;
  border-bottom: 1px solid #cad5e2;
}

.heatmap-mini__road--one {
  top: 45%;
  left: -20%;
  transform: rotate(18deg);
}

.heatmap-mini__road--two {
  top: 48%;
  left: -20%;
  transform: rotate(-24deg);
}

.heatmap-mini span {
  position: absolute;
  z-index: 2;
  top: var(--y);
  left: var(--x);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
  background: var(--heat);
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 5px 14px rgba(9, 16, 34, 0.18);
}

.heatmap-mini b {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: #fff;
  background: var(--violet);
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(9, 16, 34, 0.22);
  transform: translate(-50%, -50%);
}

.geo-panel > small {
  display: block;
  color: var(--muted);
  font-size: 0.6rem;
  line-height: 1.5;
}

.status-badge--violet {
  color: var(--violet-deep);
  background: #f6eef8;
  border-color: #e6cfe9;
}

.ai-command {
  margin-top: 34px;
}

.ai-command__summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: start;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 3px solid var(--violet);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(9, 16, 34, 0.06);
}

.ai-spark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  background: var(--violet);
  border-radius: 6px;
}

.ai-command__summary p {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 0.76rem;
  line-height: 1.6;
}

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

.insight-columns article {
  position: relative;
  display: grid;
  gap: 9px;
  align-content: start;
  min-height: 150px;
  padding: 17px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.insight-columns article > small {
  padding-right: 12px;
}

.insight-columns article > strong {
  color: var(--ink);
  font-size: 0.67rem;
  line-height: 1.35;
}

.insight-dot {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 7px;
  height: 7px;
  background: var(--blue);
  border-radius: 50%;
}

.insight-dot--green {
  background: var(--green);
}

.insight-dot--amber {
  background: var(--amber);
}

.review-command {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(180px, 0.75fr);
  gap: 15px;
  margin-top: 30px;
}

.review-command__positive {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 10px 28px rgba(9, 16, 34, 0.06);
}

.review-command__positive header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 11px;
  align-items: center;
}

.review-command__positive header > div {
  display: grid;
}

.review-command__positive header strong {
  color: var(--ink);
  font-size: 0.72rem;
}

.review-command__positive header small {
  color: var(--muted);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.review-command__positive > p {
  padding: 15px 0;
  margin: 0;
  color: var(--text);
  font-size: 0.74rem;
  border-bottom: 1px solid var(--line);
}

.suggested-response {
  margin-top: 15px;
}

.suggested-response > span {
  color: var(--violet-deep);
  font-size: 0.58rem;
  font-weight: 800;
  text-transform: uppercase;
}

.suggested-response p {
  margin: 7px 0 13px;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.suggested-response mark {
  color: var(--blue-deep);
  background: #dff3fb;
}

.suggested-response > .suggested-response__action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: none;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 4px;
}

.negative-alert {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-content: start;
  padding: 18px;
  color: #5d2832;
  background: #fff2f3;
  border: 1px solid #efc9cf;
  border-top: 3px solid #d95568;
  border-radius: 7px;
}

.negative-alert > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: #fff;
  font-weight: 800;
  background: #d95568;
  border-radius: 50%;
  animation: alertPulse 2s ease-in-out infinite;
}

.negative-alert div {
  display: grid;
  gap: 6px;
}

.negative-alert small {
  color: #a53b4b;
  font-size: 0.57rem;
  font-weight: 800;
  text-transform: uppercase;
}

.negative-alert strong {
  font-size: 0.76rem;
  line-height: 1.35;
}

.negative-alert p {
  margin: 0;
  color: #84545d;
  font-size: 0.66rem;
  line-height: 1.55;
}

.journey--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@keyframes gadgetSignal {
  0% { opacity: 0; transform: translateY(-50%) scale(0.55); }
  35% { opacity: 0.8; }
  100% { opacity: 0; transform: translateY(-50%) scale(1.8); }
}

@keyframes alertPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(217, 85, 104, 0.26); }
  50% { box-shadow: 0 0 0 8px rgba(217, 85, 104, 0); }
}

@media (max-width: 1160px) {
  .growth-proof__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    gap: 48px;
  }

  .growth-range strong {
    font-size: 5.3rem;
  }

  .growth-proof h2 {
    font-size: 2.75rem;
  }

  .gadget-demo {
    grid-template-columns: 112px 30px 125px minmax(155px, 1fr);
    gap: 10px;
  }

  .gadget-demo__result {
    padding: 18px;
  }

  .gadget-demo__result strong {
    font-size: 2.2rem;
  }
}

@media (max-width: 980px) {
  .growth-proof::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 36%;
  }

  .growth-proof__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .growth-proof__copy {
    max-width: 790px;
  }

  .smart-card-visual {
    width: min(790px, 100%);
    margin-inline: auto;
  }

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

  .product-screen--advanced .product-panel {
    min-height: 560px;
  }

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

@media (max-width: 720px) {
  .growth-proof::before {
    height: 25%;
  }

  .growth-range {
    gap: 9px;
  }

  .growth-range strong {
    font-size: 3.8rem;
  }

  .growth-proof h2 {
    font-size: 2.45rem;
  }

  .touch-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .touch-flow i {
    transform: rotate(90deg);
  }

  .smart-card-visual figcaption {
    right: 16px;
    bottom: 15px;
    left: 16px;
    font-size: 0.72rem;
  }

  .product-tag {
    top: 12px;
  }

  .product-tag--nfc {
    right: 12px;
  }

  .product-tag--qr {
    right: 92px;
  }

  .product-tabs--four {
    grid-template-columns: 1fr;
  }

  .product-screen--advanced .product-panel {
    min-height: 690px;
  }

  .gadget-demo {
    grid-template-columns: minmax(90px, 0.8fr) 24px minmax(100px, 1fr);
  }

  .gadget-demo__device {
    min-height: 190px;
  }

  .gadget-demo__phone {
    min-height: 218px;
  }

  .gadget-demo__result {
    grid-column: 1 / -1;
    min-height: 138px;
  }

  .gadget-demo__result strong {
    display: block;
  }

  .ops-dashboard,
  .review-command {
    grid-template-columns: 1fr;
  }

  .ops-kpis,
  .insight-columns {
    grid-template-columns: 1fr;
  }

  .ops-kpis span {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }

  .team-performance > div {
    grid-template-columns: 108px minmax(54px, 1fr);
  }

  .team-performance > div > small {
    grid-column: 2;
  }

  .insight-columns article {
    min-height: 108px;
  }

  .journey--five {
    grid-template-columns: 1fr;
  }
}

/* Cascade corrections for the premium layer declared above the legacy base. */
.site-header {
  background: rgba(7, 11, 30, 0.96);
  border-bottom-color: rgba(104, 220, 255, 0.12);
}

.site-header__cta,
.button--primary {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 15px 34px rgba(39, 136, 255, 0.24);
}

.site-header__cta:hover,
.button--primary:hover {
  color: #fff;
  background: var(--violet);
  border-color: var(--violet);
  box-shadow: 0 18px 40px rgba(124, 77, 255, 0.26);
}

.hero--premium {
  min-height: min(880px, calc(100svh - 78px));
  background: var(--ink);
}

.hero--premium::before {
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
}

.hero--premium::after {
  width: 52%;
  background: rgba(124, 77, 255, 0.1);
  border-left-color: rgba(124, 77, 255, 0.18);
}

.hero__grid {
  grid-template-columns: minmax(0, 1fr) minmax(550px, 1fr);
  gap: 54px;
}

.hero-promise > span {
  display: block;
  margin-top: 0;
  color: #fff;
}

.hero-promise > span + span {
  margin-top: 0.16em;
}

.hero-promise > .hero-promise__violet {
  color: #ae91ff;
}

.hero-promise > .hero-promise__cyan {
  color: var(--cyan);
}

.reputation-console {
  background: var(--ink-2);
  border-color: rgba(104, 220, 255, 0.26);
}

.console__topbar {
  background: #080d25;
}

.console__mark {
  background: var(--violet);
}

.stage-aura {
  background:
    linear-gradient(rgba(124, 77, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 220, 255, 0.1) 1px, transparent 1px);
  background-size: 28px 28px;
  border-color: rgba(124, 77, 255, 0.2);
}

.segment-rail {
  background: #f7f9ff;
}

.platform-showcase {
  background: var(--ink-2);
}

.final-cta::before {
  background: rgba(124, 77, 255, 0.17);
}

@media (max-width: 1160px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr);
    gap: 42px;
  }
}

@media (max-width: 980px) {
  .hero--premium {
    min-height: auto;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }
}

@media (max-width: 720px) {
  .final-cta--plans h2 {
    font-size: 3rem;
  }

  .impact-chart-wrap {
    overflow: hidden;
  }

  .impact-chart {
    min-width: 0;
  }
}

/* Refined blue-violet depth, product motion and mobile alignment. */
.hero--premium {
  background:
    linear-gradient(135deg, #060a1c 0%, #0b1435 58%, #18103d 100%);
}

.hero--premium::after {
  background:
    linear-gradient(180deg, rgba(124, 77, 255, 0.2), rgba(39, 136, 255, 0.05));
  border-left-color: rgba(145, 116, 255, 0.24);
}

.reputation-console {
  background:
    linear-gradient(145deg, rgba(10, 17, 45, 0.97), rgba(20, 15, 58, 0.93));
  backdrop-filter: blur(18px);
}

.growth-proof {
  background: linear-gradient(120deg, #edf9ff 0%, #f5f4ff 100%);
}

.growth-proof::before {
  background: linear-gradient(155deg, #2788ff 0%, #6250ee 58%, #7c4dff 100%);
}

.platform-showcase,
.workflow-section,
.impact-section {
  position: relative;
  isolation: isolate;
}

.platform-showcase {
  background: linear-gradient(145deg, #070b20 0%, #0d183b 56%, #1b1041 100%);
}

.platform-showcase::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background: linear-gradient(118deg, transparent 0 48%, rgba(124, 77, 255, 0.13) 48% 69%, rgba(104, 220, 255, 0.035) 69% 100%);
  pointer-events: none;
}

.platform-showcase__grid,
.workflow-layout,
.impact-section > .container {
  position: relative;
  z-index: 1;
}

.workflow-section {
  background: linear-gradient(145deg, #05091a 0%, #0b1535 58%, #18103b 100%);
}

.impact-section {
  background: linear-gradient(145deg, #080d24 0%, #101a42 58%, #1b1041 100%);
}

.impact-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 77, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(110deg, transparent, #000 45%, #000);
  mask-image: linear-gradient(110deg, transparent, #000 45%, #000);
  pointer-events: none;
}

.workflow-capabilities article,
.workflow-row {
  background: linear-gradient(145deg, rgba(14, 24, 57, 0.9), rgba(20, 17, 55, 0.76));
  backdrop-filter: blur(14px);
}

.impact-simulator {
  background: rgba(7, 12, 34, 0.86);
  border-color: rgba(145, 116, 255, 0.35);
  backdrop-filter: blur(16px);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(104, 220, 255, 0.05);
}

.impact-controls {
  background: linear-gradient(160deg, rgba(14, 24, 58, 0.94), rgba(26, 17, 62, 0.9));
}

.product-tab.is-active {
  background: linear-gradient(90deg, rgba(39, 136, 255, 0.13), rgba(124, 77, 255, 0.08));
  border-color: rgba(104, 220, 255, 0.2);
  border-left-color: var(--cyan);
}

.product-panel.is-active {
  animation: panelIn 420ms ease both;
}

.gadget-demo__device {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(155deg, #080d27 0%, #101b45 56%, #2a155d 100%);
  border-color: rgba(124, 77, 255, 0.44);
}

.gadget-demo__device::before {
  position: absolute;
  z-index: 0;
  inset: -30% -58% 42% 34%;
  content: "";
  background: linear-gradient(135deg, rgba(104, 220, 255, 0.18), rgba(124, 77, 255, 0.38));
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transform: rotate(18deg);
  pointer-events: none;
}

.gadget-demo__brand-cycle {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 58px;
}

.gadget-demo__brand-cycle > span {
  grid-area: 1 / 1;
  display: grid;
  gap: 4px;
  place-items: center;
  width: 100%;
  height: auto;
  color: #fff;
  text-align: center;
  background: transparent;
  border-radius: 0;
  opacity: 0;
  transform: translateY(8px);
  animation: cardBrandCycle 9s ease-in-out infinite;
}

.gadget-demo__brand-cycle > span:nth-child(2) {
  animation-delay: 3s;
}

.gadget-demo__brand-cycle > span:nth-child(3) {
  animation-delay: 6s;
}

.gadget-demo__brand-cycle strong {
  max-width: 100%;
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.gadget-demo__brand-cycle small {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.25;
}

.gadget-demo__device > i,
.gadget-demo__device > b {
  position: relative;
  z-index: 1;
}

.gadget-demo__device > i {
  margin-top: 21px;
}

.gadget-demo__device > b {
  max-width: 100%;
  font-size: 0.52rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.workflow-chip {
  position: relative;
}

.workflow-chip > i {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: color-mix(in srgb, var(--workflow-color) 12%, transparent);
  border: 2px solid currentColor;
  border-radius: 3px;
  box-shadow: 0 0 12px color-mix(in srgb, var(--workflow-color) 22%, transparent);
}

.workflow-chip > i::before,
.workflow-chip > i::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.workflow-chip > i::before {
  top: 2px;
  left: -7px;
  width: 4px;
  height: 2px;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor, 24px 0 0 currentColor, 24px 5px 0 currentColor, 24px 10px 0 currentColor;
}

.workflow-chip > i::after {
  top: -7px;
  left: 2px;
  width: 2px;
  height: 4px;
  box-shadow: 5px 0 0 currentColor, 10px 0 0 currentColor, 0 24px 0 currentColor, 5px 24px 0 currentColor, 10px 24px 0 currentColor;
}

.impact-formula {
  display: grid;
  gap: 6px;
  padding: 14px 15px;
  margin-top: 12px;
  background: rgba(124, 77, 255, 0.1);
  border: 1px solid rgba(145, 116, 255, 0.22);
  border-radius: 6px;
}

.impact-formula small {
  color: #bca9ff;
  font-size: 0.52rem;
  font-weight: 800;
  text-transform: uppercase;
}

.impact-formula strong {
  color: #fff;
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.impact-chart__point--negative {
  fill: #101733;
}

.impact-chart__label {
  font-size: 14px;
}

@keyframes cardBrandCycle {
  0%, 27% {
    opacity: 1;
    transform: translateY(0);
  }

  33%, 100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

@media (max-width: 720px) {
  .behavior-copy {
    text-align: center;
  }

  .behavior-copy .eyebrow {
    justify-content: center;
  }

  .behavior-copy > p:not(.eyebrow) {
    margin-inline: auto;
  }

  .behavior-principles {
    text-align: left;
  }

  .behavior-visual {
    padding: 22px 18px;
  }

  .behavior-visual__header {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }

  .behavior-lane {
    justify-items: center;
    min-height: 0;
    padding: 30px 0;
    text-align: center;
  }

  .behavior-lane__label {
    flex-direction: column;
    justify-content: center;
  }

  .behavior-lane__label div {
    justify-items: center;
  }

  .behavior-spread,
  .behavior-silence {
    justify-content: center;
    width: min(260px, 100%);
  }

  .behavior-card {
    width: 120px;
    margin-inline: auto;
  }

  .behavior-lane > b,
  .behavior-visual > p {
    text-align: center;
  }

  .behavior-visual > p {
    margin-inline: auto;
  }

  .gadget-demo {
    grid-template-columns: minmax(108px, 0.88fr) 24px minmax(116px, 1fr);
  }

  .gadget-demo__brand-cycle strong {
    font-size: 0.64rem;
  }

  .impact-formula strong {
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gadget-demo__brand-cycle > span {
    animation: none;
  }

  .gadget-demo__brand-cycle > span:first-child {
    opacity: 1;
    transform: none;
  }
}

/* Live card personalization demo. */
.customization-demo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #080d24 0%, #111b43 58%, #21124a 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 34px 80px rgba(9, 16, 34, 0.28);
}

.customization-demo__header {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 22px;
  background: rgba(5, 9, 26, 0.64);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.customization-demo__header > div {
  display: grid;
  gap: 2px;
}

.customization-demo__header > div span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.customization-demo__header strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.08rem;
}

.customization-demo__live {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #9cf0d4;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.customization-demo__live i {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(28, 173, 123, 0.12);
  animation: alertPulse 2s ease-in-out infinite;
}

.customization-demo__canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) 64px minmax(210px, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 476px;
  padding: 34px clamp(24px, 4vw, 46px);
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 77, 255, 0.055) 1px, transparent 1px);
  background-size: 32px 32px;
}

.customization-demo__canvas::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0 56%, rgba(124, 77, 255, 0.1) 56% 76%, transparent 76%);
  pointer-events: none;
}

.brand-card-mockup,
.brand-phone-mockup,
.customization-demo__signal {
  position: relative;
  z-index: 1;
}

.brand-card-mockup {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(226px, 100%);
  aspect-ratio: 0.64;
  padding: 24px 20px 20px;
  margin-inline: auto;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(155deg, var(--brand-primary), var(--brand-ink) 62%);
  border: 1px solid color-mix(in srgb, var(--brand-secondary) 58%, #fff 18%);
  border-radius: 8px;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: background 360ms ease, border-color 360ms ease;
}

.brand-card-mockup::before {
  position: absolute;
  inset: -20% -46% 52% 18%;
  content: "";
  background: linear-gradient(135deg, color-mix(in srgb, var(--brand-secondary) 75%, transparent), rgba(255, 255, 255, 0.06));
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transform: rotate(16deg);
}

.brand-card-mockup__identity,
.brand-card-mockup__contact,
.brand-card-mockup__footer {
  position: relative;
  z-index: 1;
}

.brand-card-mockup__identity {
  display: grid;
  gap: 13px;
  justify-items: center;
  text-align: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.brand-card-mockup__identity > span,
.brand-phone-mockup__identity > span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--brand-ink);
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  background: var(--brand-secondary);
  border-radius: 50%;
  box-shadow: 0 9px 22px color-mix(in srgb, var(--brand-secondary) 22%, transparent);
  transition: color 360ms ease, background 360ms ease;
}

.brand-card-mockup__identity div {
  display: grid;
  gap: 4px;
}

.brand-card-mockup__identity strong {
  font-family: var(--font-display);
  font-size: 1rem;
  line-height: 1.12;
  text-transform: uppercase;
}

.brand-card-mockup__identity small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
}

.brand-card-mockup__contact {
  align-self: center;
  width: 74px;
  height: 74px;
}

.brand-card-mockup__contact i {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 38px;
  height: 38px;
  border: 3px solid var(--brand-secondary);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color 360ms ease;
}

.brand-card-mockup__contact i:nth-child(2) {
  left: 14px;
  width: 48px;
  height: 48px;
  opacity: 0.68;
}

.brand-card-mockup__contact i:nth-child(3) {
  left: 24px;
  width: 58px;
  height: 58px;
  opacity: 0.36;
}

.brand-card-mockup__footer {
  display: grid;
  gap: 3px;
  text-align: center;
  transition: opacity 160ms ease, transform 160ms ease;
}

.brand-card-mockup__footer span {
  font-size: 0.76rem;
  font-weight: 800;
}

.brand-card-mockup__footer small {
  color: var(--brand-secondary);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.customization-demo__signal {
  height: 100px;
  overflow: hidden;
}

.customization-demo__signal i {
  position: absolute;
  top: 50%;
  left: -38px;
  width: 58px;
  height: 58px;
  border: 3px solid var(--brand-secondary);
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: gadgetSignal 1.8s ease-out infinite;
  transition: border-color 360ms ease;
}

.customization-demo__signal i:nth-child(2) { animation-delay: 360ms; }
.customization-demo__signal i:nth-child(3) { animation-delay: 720ms; }

.brand-phone-mockup {
  width: min(252px, 100%);
  aspect-ratio: 0.58;
  padding: 13px 10px 10px;
  margin-inline: auto;
  overflow: hidden;
  background: #040817;
  border: 1px solid #2d3855;
  border-radius: 26px;
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.3);
}

.brand-phone-mockup__speaker {
  display: block;
  width: 62px;
  height: 8px;
  margin: 0 auto 9px;
  background: #151d35;
  border-radius: 999px;
}

.brand-phone-mockup__screen {
  display: grid;
  align-content: start;
  height: calc(100% - 17px);
  padding: 20px 17px 17px;
  color: var(--ink);
  background: #fff;
  border-radius: 17px;
}

.brand-phone-mockup__identity {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e9f2;
  transition: opacity 160ms ease, transform 160ms ease;
}

.brand-phone-mockup__identity > span {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  font-size: 0.9rem;
}

.brand-phone-mockup__identity div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-phone-mockup__identity small {
  color: #77839a;
  font-size: 0.68rem;
  font-weight: 700;
}

.brand-phone-mockup__identity strong {
  overflow: hidden;
  font-size: 0.82rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-phone-mockup__screen > p {
  margin: 22px 0 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.brand-phone-mockup__stars {
  margin: 13px 0 22px;
  color: var(--amber);
  font-size: 1rem;
  text-align: center;
}

.brand-phone-mockup__screen > i {
  width: 100%;
  height: 9px;
  margin-bottom: 10px;
  background: #e7ecf4;
  border-radius: 2px;
}

.brand-phone-mockup__screen > i:nth-of-type(2) { width: 76%; }
.brand-phone-mockup__screen > i:nth-of-type(3) { width: 88%; }

.brand-phone-mockup__screen > b {
  align-self: end;
  padding: 11px 8px;
  margin-top: auto;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  background: var(--brand-primary);
  border-radius: 5px;
  transition: background 360ms ease;
}

.customization-demo__footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 82px;
  padding: 15px 22px;
  background: rgba(5, 9, 26, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.brand-swatches {
  display: flex;
  gap: 8px;
}

.brand-swatches button {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  background: var(--swatch);
  border: 3px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.brand-swatches button::after {
  position: absolute;
  inset: 6px;
  content: "";
  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  opacity: 0;
}

.brand-swatches button.is-active {
  border-color: #fff;
  transform: scale(1.08);
}

.brand-swatches button.is-active::after {
  opacity: 1;
}

.customization-demo__footer > p {
  display: grid;
  gap: 2px;
  margin: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.customization-demo__footer > p strong {
  font-size: 0.82rem;
}

.customization-demo__footer > p span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.customization-demo__tech {
  color: var(--brand-secondary);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 360ms ease;
}

.customization-demo.is-switching .brand-card-mockup__identity,
.customization-demo.is-switching .brand-card-mockup__footer,
.customization-demo.is-switching .brand-phone-mockup__identity,
.customization-demo.is-switching .customization-demo__footer > p {
  opacity: 0;
  transform: translateY(7px);
}

/* Editable cases. */
.cases-highlight,
.cases-archive-section {
  background: linear-gradient(180deg, #f7f9fe 0%, #eef3fb 100%);
}

.cases-heading,
.cases-archive-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.62fr);
  gap: clamp(46px, 8vw, 110px);
  align-items: end;
  margin-bottom: 48px;
}

.cases-heading h2,
.cases-archive-intro h2 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.02;
}

.cases-heading > div:last-child,
.cases-archive-intro > p {
  display: grid;
  gap: 20px;
  align-items: start;
  margin: 0;
  color: var(--muted);
}

.button--outline {
  width: fit-content;
  color: var(--blue-deep);
  background: transparent;
  border-color: rgba(39, 136, 255, 0.32);
  box-shadow: none;
}

.button--outline:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
}

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

.case-card {
  --case-accent: var(--blue);
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 470px;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4f1;
  border-top: 3px solid var(--case-accent);
  border-radius: 8px;
  box-shadow: 0 20px 54px rgba(10, 21, 51, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.case-card:nth-child(2) { --case-accent: var(--violet); }
.case-card:nth-child(3) { --case-accent: var(--green); }
.case-card:nth-child(4) { --case-accent: var(--amber); }

.case-card:hover {
  border-color: color-mix(in srgb, var(--case-accent) 42%, #dce4f1);
  box-shadow: 0 25px 64px rgba(10, 21, 51, 0.13);
  transform: translateY(-4px);
}

.case-card__header {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
}

.case-card__logo {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, var(--case-accent), var(--ink-2));
  border-radius: 7px;
}

.case-card__logo img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
  background: #fff;
}

.case-card__logo span {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
}

.case-card__header > div:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.case-card__header p {
  margin: 0;
  color: var(--case-accent);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card__header h3 {
  overflow: hidden;
  margin: 0;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-card__period,
.case-detail__period {
  padding: 6px 8px;
  color: #5d6980;
  font-size: 0.68rem;
  font-weight: 800;
  background: #f0f3f9;
  border-radius: 4px;
  white-space: nowrap;
}

.case-card__excerpt {
  min-height: 66px;
  margin: 22px 0 19px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.case-card__comparison {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-card__state {
  display: grid;
  min-width: 0;
}

.case-card__state small {
  color: #7d899c;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card__state strong {
  margin-top: 7px;
  overflow: hidden;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  text-overflow: ellipsis;
}

.case-card__state--after strong {
  color: var(--case-accent);
}

.case-card__state > span {
  color: #78849a;
  font-size: 0.7rem;
}

.case-card__state b {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.82rem;
}

.case-card__state b i {
  color: var(--amber);
  font-style: normal;
}

.case-card__arrow {
  color: var(--case-accent);
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.case-card__footer {
  display: flex;
  gap: 18px;
  align-items: end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 20px;
}

.case-card__footer > div {
  display: grid;
  gap: 3px;
}

.case-card__footer small {
  color: #7b879a;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-card__footer strong {
  color: var(--case-accent);
  font-family: var(--font-display);
  font-size: 1.3rem;
}

.case-card__footer .text-link {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 0.74rem;
}

.cases-note {
  max-width: 940px;
  margin: 24px 0 0;
  color: #718096;
  font-size: 0.72rem;
  line-height: 1.55;
}

.cases-archive-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(140deg, #070b20 0%, #0e193d 58%, #22114b 100%);
}

.cases-archive-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(104, 220, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 77, 255, 0.05) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.cases-archive-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 580px;
  padding-top: clamp(110px, 12vw, 170px);
  padding-bottom: 86px;
}

.cases-archive-hero h1 {
  max-width: 950px;
  margin: 0;
  color: #fff;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 0.98;
}

.cases-archive-hero__summary {
  display: grid;
  grid-template-columns: minmax(0, 650px) auto;
  gap: 60px;
  align-items: end;
  margin-top: 42px;
}

.cases-archive-hero__summary > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
}

.cases-archive-hero__summary > span {
  display: grid;
  gap: 3px;
  padding-left: 24px;
  border-left: 2px solid var(--cyan);
}

.cases-archive-hero__summary strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.5rem;
}

.cases-archive-hero__summary small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.case-detail__hero {
  color: #fff;
  background: linear-gradient(140deg, #070b20, #151044);
}

.case-detail__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(520px, 1.2fr);
  gap: 80px;
  align-items: center;
  min-height: 720px;
  padding-top: 95px;
  padding-bottom: 90px;
}

.case-detail__hero h1 {
  margin: 0;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1;
}

.case-detail__hero p {
  margin: 24px 0 22px;
  color: rgba(255, 255, 255, 0.62);
}

.case-detail__hero .case-card {
  min-height: 0;
}

.case-detail__content {
  background: #fff;
}

.case-detail__notes {
  display: grid;
  gap: 18px;
  padding: 24px;
  margin: 38px 0;
  background: #f4f7fc;
  border-left: 3px solid var(--blue);
}

.case-detail__notes strong {
  color: var(--ink);
}

.case-detail__notes p {
  margin: 5px 0 0;
}

@media (max-width: 1100px) {
  .cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-detail__hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .customization-demo__header {
    min-height: 64px;
    padding: 13px 15px;
  }

  .customization-demo__header strong {
    font-size: 0.9rem;
  }

  .customization-demo__live {
    font-size: 0.62rem;
  }

  .customization-demo__canvas {
    grid-template-columns: minmax(108px, 0.86fr) 28px minmax(126px, 1fr);
    gap: 8px;
    min-height: 364px;
    padding: 24px 14px;
  }

  .brand-card-mockup {
    width: 132px;
    padding: 15px 10px 13px;
  }

  .brand-card-mockup__identity {
    gap: 8px;
  }

  .brand-card-mockup__identity > span {
    width: 38px;
    height: 38px;
    font-size: 0.88rem;
  }

  .brand-card-mockup__identity strong {
    font-size: 0.68rem;
  }

  .brand-card-mockup__identity small,
  .brand-card-mockup__footer small {
    font-size: 0.54rem;
  }

  .brand-card-mockup__footer span {
    font-size: 0.62rem;
  }

  .brand-card-mockup__contact {
    transform: scale(0.76);
  }

  .customization-demo__signal i {
    left: -45px;
  }

  .brand-phone-mockup {
    width: 150px;
    padding: 8px 6px 6px;
    border-radius: 18px;
  }

  .brand-phone-mockup__speaker {
    width: 42px;
    height: 5px;
    margin-bottom: 6px;
  }

  .brand-phone-mockup__screen {
    height: calc(100% - 11px);
    padding: 12px 9px 9px;
    border-radius: 12px;
  }

  .brand-phone-mockup__identity {
    gap: 6px;
    padding-bottom: 9px;
  }

  .brand-phone-mockup__identity > span {
    width: 27px;
    height: 27px;
    font-size: 0.7rem;
  }

  .brand-phone-mockup__identity small {
    font-size: 0.54rem;
  }

  .brand-phone-mockup__identity strong,
  .brand-phone-mockup__screen > p {
    font-size: 0.62rem;
  }

  .brand-phone-mockup__screen > p {
    margin-top: 13px;
  }

  .brand-phone-mockup__stars {
    margin: 8px 0 12px;
    font-size: 0.68rem;
  }

  .brand-phone-mockup__screen > i {
    height: 6px;
    margin-bottom: 6px;
  }

  .brand-phone-mockup__screen > b {
    padding: 7px 4px;
    font-size: 0.55rem;
  }

  .customization-demo__footer {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    min-height: 74px;
    padding: 12px 15px;
  }

  .customization-demo__tech {
    display: none;
  }

  .customization-demo__footer > p strong {
    font-size: 0.7rem;
  }

  .customization-demo__footer > p span {
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .brand-swatches button {
    width: 26px;
    height: 26px;
  }

  .cases-heading,
  .cases-archive-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 34px;
  }

  .cases-heading h2,
  .cases-archive-intro h2 {
    font-size: 2.65rem;
  }

  .cases-grid {
    grid-template-columns: 1fr;
  }

  .case-card {
    min-height: 0;
    padding: 21px 18px;
  }

  .case-card__excerpt {
    min-height: 0;
  }

  .case-card__state strong {
    font-size: 1.65rem;
  }

  .cases-archive-hero__inner {
    min-height: 520px;
    padding-top: 110px;
  }

  .cases-archive-hero h1 {
    font-size: 3.15rem;
  }

  .cases-archive-hero__summary {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .case-detail__hero-grid {
    gap: 48px;
    padding-top: 110px;
  }

  .case-detail__hero h1 {
    font-size: 3.15rem;
  }
}

/* Article hub */
.articles-hero {
  padding: clamp(82px, 9vw, 132px) 0;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.articles-hero__inner,
.articles-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.62fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: end;
}

.articles-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.4rem, 6.1vw, 5.8rem);
  font-weight: 600;
  line-height: 0.98;
}

.articles-hero__inner > p,
.articles-section__heading > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.articles-section {
  background: #f3f6fa;
}

.articles-section__heading {
  margin-bottom: 40px;
}

.articles-section__heading h2 {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 600;
  line-height: 1.03;
}

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

.article-preview {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(21, 38, 73, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.article-preview:hover {
  box-shadow: 0 22px 52px rgba(21, 38, 73, 0.13);
  transform: translateY(-4px);
}

.article-preview__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--ink);
}

.article-preview__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.article-preview:hover .article-preview__media img {
  transform: scale(1.035);
}

.article-preview__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.article-preview__meta,
.article-preview__footer {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.article-preview__meta {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 700;
}

.article-preview__meta span {
  color: var(--blue-deep);
  text-transform: uppercase;
}

.article-preview h2 {
  margin: 18px 0 12px;
  font-size: 1.45rem;
  line-height: 1.18;
}

.article-preview h2 a {
  color: var(--ink);
  text-decoration: none;
}

.article-preview__body > p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.65;
}

.article-preview__footer {
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid var(--line);
}

.article-preview__footer small {
  color: var(--muted);
}

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

@media (max-width: 720px) {
  .articles-hero__inner,
  .articles-section__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .articles-hero h1 {
    font-size: 3.15rem;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .article-preview__body {
    padding: 21px 18px;
  }
}
