:root {
  --bg: #0A0A0A;
  --bg-soft: #11100f;
  --text: #F5F5F5;
  --muted: rgba(245, 245, 245, 0.68);
  --faint: rgba(245, 245, 245, 0.12);
  --line: rgba(245, 245, 245, 0.18);
  --orange: #D9772F;
  --orange-hover: #f08a3e;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 119, 47, 0.1), transparent 22rem),
    var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.5;
  overflow-x: hidden;
}

body::selection {
  background: var(--orange);
  color: #100b08;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 4vw, 3.8rem);
  color: var(--text);
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0));
}

.brand {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.6vw, 1.25rem);
}

.site-nav > a:not(.header-cta) {
  color: rgba(245, 245, 245, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav > a:not(.header-cta):hover,
.site-nav > a:not(.header-cta):focus-visible {
  color: var(--orange);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(245, 245, 245, 0.35);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
}

.hero {
  --hero-scroll: 0;
  --hero-text-progress: 0;
  --hero-image-progress: 0;
  position: relative;
  min-height: 230svh;
  display: block;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 74% 32%, rgba(217, 119, 47, 0.18), transparent 21rem),
    linear-gradient(90deg, #0A0A0A 0%, #0A0A0A 48%, #100d0b 100%);
  border-bottom: 1px solid rgba(245, 245, 245, 0.08);
}

.hero__stage {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 0.68fr) minmax(660px, 1.2fr);
  gap: clamp(1.5rem, 2.7vw, 3rem);
  align-items: center;
  padding: clamp(7rem, 10vw, 9rem) clamp(1rem, 5vw, 4rem) clamp(4rem, 8vw, 6rem);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(90deg, rgba(245, 245, 245, 0.035) 0 1px, transparent 1px 88px),
    linear-gradient(90deg, rgba(10, 10, 10, 0.82), transparent 58%);
}

.hero__media {
  position: relative;
  z-index: 1;
  min-height: clamp(34rem, 72vh, 47rem);
  width: 100%;
  overflow: visible;
  transform: translateX(clamp(-4.8rem, -4.4vw, -2.2rem));
}

.hero-window {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(245, 245, 245, 0.24);
  background: #050505;
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(245, 245, 245, 0.08),
    0 0 3rem rgba(217, 119, 47, 0.14);
}

.hero-window img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: none;
  object-position: center center;
}

.hero-window--after img {
  object-position: center 52%;
}

.hero-window--morph .hero-window__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-window__image--before {
  animation: heroBeforeMorph 8.8s ease-in-out infinite;
}

.hero-window__image--after {
  object-position: center 52%;
  animation: heroAfterMorph 8.8s ease-in-out infinite;
}

.hero-window figcaption {
  position: absolute;
  left: 50%;
  bottom: 1.15rem;
  transform: translateX(-50%);
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(245, 245, 245, 0.2);
  background: rgba(10, 10, 10, 0.68);
  color: rgba(245, 245, 245, 0.88);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-window--after,
.hero-window--before {
  border-radius: 36% 34% 38% 32% / 32% 38% 34% 40%;
}

.hero-window--after {
  z-index: 2;
  right: clamp(0.2rem, 0.9vw, 0.9rem);
  top: 50%;
  width: min(62%, 510px);
  aspect-ratio: 1.08;
  transform: translateY(-50%) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  transform-origin: 56% 52%;
  animation: heroAfterFloat 10s ease-in-out infinite;
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(245, 245, 245, 0.1),
    0 0 0 7px rgba(245, 245, 245, 0.035),
    0 0 3.2rem rgba(126, 255, 139, 0.12);
}

.hero-window--morph {
  z-index: 2;
  right: clamp(0.2rem, 0.9vw, 0.9rem);
  top: 50%;
  width: min(70%, 590px);
  aspect-ratio: 1.08;
  transform: translateY(-50%) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  transform-origin: 56% 52%;
  animation: heroMorphFloat 10s ease-in-out infinite;
  border-radius: 36% 34% 38% 32% / 32% 38% 34% 40%;
  box-shadow:
    0 2rem 5rem rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(245, 245, 245, 0.1),
    0 0 0 7px rgba(245, 245, 245, 0.035),
    0 0 3.2rem rgba(126, 255, 139, 0.12);
}

.hero-window--after::before,
.hero-window--after::after,
.hero-window--before::before,
.hero-window--before::after,
.hero-window--morph::before,
.hero-window--morph::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-window--after::before,
.hero-window--before::before,
.hero-window--morph::before {
  inset: 1.15rem;
  border: 1px solid rgba(245, 245, 245, 0.24);
  border-radius: inherit;
}

.hero-window--after::after,
.hero-window--before::after,
.hero-window--morph::after {
  inset: 1.15rem;
  background:
    linear-gradient(90deg, transparent 0 calc(50% - 0.5px), rgba(245, 245, 245, 0.28) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
    linear-gradient(180deg, transparent 0 calc(50% - 0.5px), rgba(245, 245, 245, 0.24) calc(50% - 0.5px) calc(50% + 0.5px), transparent calc(50% + 0.5px));
  opacity: 0.28;
}

.hero-window--before::before,
.hero-window--before::after {
  inset: 0.68rem;
}

.hero-window--before::after {
  opacity: 0.18;
}

.hero-window--before {
  z-index: 3;
  left: clamp(3.15rem, 4vw, 4.25rem);
  top: 12%;
  width: min(37.7%, 309px);
  aspect-ratio: 1.02;
  transform: scale(calc(1 - (var(--hero-image-progress) * 0.15)));
  transform-origin: 50% 50%;
  animation: heroBeforeFloat 9s ease-in-out infinite;
  box-shadow:
    0 1.4rem 4rem rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(245, 245, 245, 0.1),
    0 0 0 5px rgba(245, 245, 245, 0.025);
}

.impact-orbit {
  position: absolute;
  right: clamp(0.2rem, 0.9vw, 0.9rem);
  top: 50%;
  width: min(70%, 590px);
  aspect-ratio: 1.08;
  z-index: 5;
  pointer-events: none;
  transform: translateY(-50%) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  transform-origin: 56% 52%;
}

.impact-orbit__item {
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(245, 245, 245, 0.74);
  font-size: clamp(0.58rem, 0.78vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  opacity: 0;
  animation: metricReveal 8.8s ease-in-out infinite;
}

.impact-orbit__item strong {
  color: #2f8f4f;
  font-weight: 900;
  text-shadow:
    0 0 0.45rem rgba(47, 143, 79, 0.52),
    0 0 1.25rem rgba(47, 143, 79, 0.24);
}

.impact-orbit__item::before,
.impact-orbit__item::after {
  content: none;
}

.impact-orbit__item--revenue {
  left: 0;
  top: -4.85rem;
}

.impact-orbit__item--clicks {
  left: 36%;
  top: -4.85rem;
}

.impact-orbit__item--value {
  right: 0;
  top: -4.85rem;
  bottom: auto;
}

.hero-transform-cue {
  position: absolute;
  z-index: 4;
  left: 27.5%;
  top: 30%;
  width: clamp(4.1rem, 5.6vw, 5.4rem);
  aspect-ratio: 2 / 1;
  opacity: 0.82;
  filter: drop-shadow(0 0 0.34rem rgba(255, 53, 38, 0.66));
  animation: heroCuePulse 2.45s ease-in-out infinite;
}

.hero-transform-cue svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.hero-transform-cue path {
  fill: none;
  stroke: #ff3526;
  stroke-width: 2.65;
  stroke-linecap: round;
  marker-end: url("#hero-arrow-head");
}

.hero-transform-cue marker path {
  fill: #ff3526;
}

.hero-transform-cue__curve {
  stroke-dasharray: 340;
  stroke-dashoffset: 0;
  animation: cueTrace 2.45s ease-in-out infinite;
}

.hero-transform-cue span {
  display: none;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(700px, 100%);
  opacity: calc(1 - (var(--hero-text-progress) * 0.94));
  transform: translateY(calc(var(--hero-text-progress) * -1.25rem));
  transition: opacity 80ms linear, transform 80ms linear;
}

.hero h1,
.truth h2,
.section-heading h2,
.final h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 13.5ch;
  font-size: clamp(2.85rem, 4.35vw, 5.05rem);
}

.hero__content > p:not(.eyebrow) {
  max-width: 32rem;
  margin: 1.6rem 0 2rem;
  color: rgba(245, 245, 245, 0.8);
  font-size: clamp(1.08rem, 2vw, 1.42rem);
}

@keyframes heroAfterFloat {
  0%,
  100% {
    transform: translate3d(0, -50%, 0) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  }
  50% {
    transform: translate3d(-0.6rem, calc(-50% - 0.5rem), 0) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  }
}

@keyframes heroMorphFloat {
  0%,
  100% {
    transform: translate3d(0, -50%, 0) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  }
  50% {
    transform: translate3d(-0.45rem, calc(-50% - 0.45rem), 0) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  }
}

@keyframes heroBeforeMorph {
  0%,
  24% {
    opacity: 1;
  }
  38%,
  74% {
    opacity: 0;
  }
  88%,
  100% {
    opacity: 1;
  }
}

@keyframes heroAfterMorph {
  0%,
  24% {
    opacity: 0;
  }
  38%,
  74% {
    opacity: 1;
  }
  88%,
  100% {
    opacity: 0;
  }
}

@keyframes metricReveal {
  0%,
  30% {
    opacity: 0;
    transform: translate3d(0, 0.35rem, 0);
  }
  40%,
  72% {
    opacity: 0.82;
    transform: translate3d(0, 0, 0);
  }
  84%,
  100% {
    opacity: 0;
    transform: translate3d(0, -0.18rem, 0);
  }
}

@keyframes heroBeforeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(calc(1 - (var(--hero-image-progress) * 0.15)));
  }
  50% {
    transform: translate3d(0.45rem, -0.45rem, 0) scale(calc(1 - (var(--hero-image-progress) * 0.15)));
  }
}

@keyframes heroCuePulse {
  0%,
  100% {
    opacity: 0.28;
    transform: translate3d(-0.25rem, 0.15rem, 0) scale(0.98);
  }
  46%,
  58% {
    opacity: 1;
    transform: translate3d(0.25rem, -0.15rem, 0) scale(1);
  }
}

@keyframes cueTrace {
  0%,
  100% {
    stroke-dashoffset: 92;
  }
  48%,
  60% {
    stroke-dashoffset: 0;
  }
}

@keyframes greenSignal {
  0%,
  100% {
    opacity: 0.56;
    transform: translate3d(0, 0, 0);
  }
  42%,
  56% {
    opacity: 1;
    transform: translate3d(0, -0.12rem, 0);
  }
}

.impact-orbit__item:nth-child(1) strong {
  animation: starGlow 3.6s ease-in-out infinite;
}

.impact-orbit__item:nth-child(2) strong {
  animation: starGlow 3.6s ease-in-out 0.7s infinite;
}

.impact-orbit__item:nth-child(3) strong {
  animation: starGlow 3.6s ease-in-out 2.1s infinite;
}

@keyframes starGlow {
  0%,
  100% {
    color: #327f4c;
    text-shadow:
      0 0 0.28rem rgba(50, 127, 76, 0.28),
      0 0 0.85rem rgba(50, 127, 76, 0.12);
  }
  42%,
  56% {
    color: #5fd47a;
    text-shadow:
      0 0 0.52rem rgba(95, 212, 122, 0.82),
      0 0 1.4rem rgba(95, 212, 122, 0.42),
      0 0 2.2rem rgba(95, 212, 122, 0.2);
  }
}

@keyframes cookedCtaGlow {
  0%,
  100% {
    box-shadow:
      0 0.65rem 1.8rem rgba(217, 119, 47, 0.2),
      0 0 1.45rem rgba(217, 119, 47, 0.16),
      inset 0 0 0.8rem rgba(255, 218, 141, 0.18);
  }

  46%,
  62% {
    box-shadow:
      0 0.85rem 2.2rem rgba(217, 119, 47, 0.28),
      0 0 2.4rem rgba(217, 119, 47, 0.3),
      0 0 3.4rem rgba(180, 54, 20, 0.16),
      inset 0 0 1.1rem rgba(255, 230, 166, 0.32);
  }
}

@keyframes cookedCtaFlame {
  0%,
  100% {
    transform: translate3d(-4%, 8%, 0) rotate(-6deg) scale(0.92);
    opacity: 0.36;
  }

  50% {
    transform: translate3d(4%, -5%, 0) rotate(5deg) scale(1.04);
    opacity: 0.58;
  }
}

@keyframes cookedCtaShine {
  0%,
  42%,
  100% {
    transform: translateX(-125%);
    opacity: 0;
  }

  55% {
    opacity: 0.58;
  }

  70% {
    transform: translateX(125%);
    opacity: 0;
  }
}

@keyframes annotationPulse {
  0%,
  100% {
    opacity: 0.62;
    transform: scale(0.86);
  }

  48%,
  64% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.eyebrow {
  margin: 0 0 1.1rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.95rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 0;
  font: 800 0.84rem/1 var(--sans);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button--primary {
  background: var(--orange);
  color: #100b08;
}

.hero .button--primary {
  position: relative;
  min-height: 3.7rem;
  padding: 1.08rem 1.8rem;
  overflow: visible;
  isolation: isolate;
  border-color: rgba(255, 220, 142, 0.42);
  box-shadow:
    0 0.65rem 1.8rem rgba(217, 119, 47, 0.26),
    0 0 2.1rem rgba(217, 119, 47, 0.22),
    0 0 3.4rem rgba(184, 54, 18, 0.12),
    inset 0 0 0.95rem rgba(255, 218, 141, 0.22);
  filter: drop-shadow(0 0 0.65rem rgba(217, 119, 47, 0.24));
  animation: cookedCtaGlow 4.8s ease-in-out infinite;
}

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

.hero .button--primary::before {
  z-index: -1;
  inset: -0.72rem -0.78rem;
  background:
    radial-gradient(ellipse at 18% 105%, rgba(255, 211, 116, 0.5), transparent 34%),
    radial-gradient(ellipse at 48% 112%, rgba(255, 116, 38, 0.42), transparent 36%),
    radial-gradient(ellipse at 78% 104%, rgba(178, 44, 18, 0.34), transparent 35%),
    linear-gradient(90deg, transparent, rgba(255, 178, 74, 0.16), transparent);
  filter: blur(0.2rem);
  opacity: 0.74;
  animation: cookedCtaFlame 5.8s ease-in-out infinite;
}

.hero .button--primary::after {
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(110deg, transparent 0 36%, rgba(255, 235, 179, 0.42) 48%, transparent 60% 100%);
  transform: translateX(-120%);
  animation: cookedCtaShine 4.8s ease-in-out infinite;
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--orange-hover);
  transform: translateY(-1px);
}

.button--light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  width: fit-content;
  padding: 0.88rem 1.25rem;
  border: 1px solid #f5f5f5;
  border-radius: 999px;
  background: #f5f5f5;
  color: #111;
  font-size: 0.82rem;
  font-weight: 800;
}

.button--light:hover,
.button--light:focus-visible {
  background: var(--orange);
  border-color: var(--orange);
  color: #130d08;
  transform: translateY(-1px);
}

.section-pad {
  padding: clamp(5rem, 11vw, 10rem) clamp(1rem, 5vw, 4rem);
  scroll-margin-top: 5.5rem;
}

.truth {
  display: grid;
  min-height: 72vh;
  align-items: center;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
}

.truth__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.truth h2 {
  max-width: 12ch;
  font-size: clamp(3.5rem, 7.5vw, 8.3rem);
}

.truth__inner > p:not(.eyebrow) {
  width: min(720px, 100%);
  margin: clamp(2rem, 4vw, 3rem) 0 1.7rem auto;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.truth__inner > strong {
  display: block;
  width: min(720px, 100%);
  margin-left: auto;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
}

.truth__inner > p.truth__belief {
  width: min(720px, 100%);
  margin: 1.25rem 0 0 auto;
  color: rgba(245, 245, 245, 0.7);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.65;
}

.truth-manifesto {
  position: relative;
  width: min(720px, 100%);
  margin: clamp(2.2rem, 4vw, 3.3rem) 0 clamp(2.1rem, 4vw, 3.2rem) auto;
  padding: clamp(1.35rem, 2.5vw, 2rem) 0 0;
  border-top: 1px solid rgba(245, 245, 245, 0.14);
}

.truth-manifesto::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: min(11rem, 36%);
  height: 1px;
  background: linear-gradient(90deg, var(--orange), rgba(217, 119, 47, 0));
  box-shadow: 0 0 1.4rem rgba(217, 119, 47, 0.25);
}

.truth-manifesto span {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.truth-manifesto h3 {
  width: min(13ch, 100%);
  margin: 0 0 1.05rem;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2.55rem, 5vw, 5.2rem);
  line-height: 0.92;
}

.truth-manifesto p {
  width: min(40rem, 100%);
  margin: 0;
  color: rgba(245, 245, 245, 0.72);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.62;
}

.truth-manifesto p + p {
  margin-top: 0.85rem;
}

.truth-manifesto__lead strong {
  color: var(--text);
  font-weight: 900;
}

.truth-manifesto__close {
  margin-top: 1.15rem;
  padding-left: 1rem;
  border-left: 2px solid rgba(217, 119, 47, 0.72);
  color: rgba(245, 245, 245, 0.84);
}

.truth-manifesto__close strong {
  color: var(--text);
  font-weight: 800;
}

.marketplace-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(0.8rem, 2vw, 1.35rem);
  align-items: center;
  width: min(720px, 100%);
  margin: clamp(1.8rem, 3vw, 2.6rem) 0 clamp(2rem, 3.8vw, 3rem) auto;
}

.marketplace-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 1rem;
  background: #f6f4ef;
  color: #111;
  overflow: visible;
  box-shadow:
    0 1.3rem 3.2rem rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(10, 10, 10, 0.18);
}

.marketplace-card:hover,
.marketplace-card:focus-within {
  z-index: 30;
}

.marketplace-card--after {
  border-color: rgba(95, 212, 122, 0.4);
  box-shadow:
    0 1.3rem 3.2rem rgba(0, 0, 0, 0.34),
    0 0 2.7rem rgba(95, 212, 122, 0.14),
    0 0 0 1px rgba(95, 212, 122, 0.18);
}

.marketplace-card__chrome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2.1rem;
  padding: 0 0.7rem;
  color: #111;
}

.marketplace-card__chrome span,
.marketplace-card__chrome i,
.marketplace-card__chrome b {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
}

.marketplace-card__chrome span::before {
  content: "";
  position: absolute;
  inset: 0.18rem;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}

.marketplace-card__chrome i::before,
.marketplace-card__chrome i::after {
  content: "";
  position: absolute;
  border: 1.8px solid #111;
}

.marketplace-card__chrome i::before {
  left: 0.16rem;
  top: 0.2rem;
  width: 0.58rem;
  height: 0.48rem;
  border-top: 0;
  transform: rotate(-45deg);
  border-radius: 0 0 0.28rem 0.28rem;
}

.marketplace-card__chrome i::after {
  right: 0.02rem;
  top: 0.05rem;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
}

.marketplace-card__chrome b::before {
  content: "";
  position: absolute;
  left: 0.23rem;
  top: 0.11rem;
  width: 0.48rem;
  height: 0.62rem;
  border: 2px solid #111;
  border-top: 0;
  border-radius: 0 0 0.14rem 0.14rem;
}

.marketplace-card__chrome b::after {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 0.01rem;
  width: 0.12rem;
  height: 0.38rem;
  border-left: 2px solid #111;
  border-top: 2px solid #111;
  transform: rotate(45deg);
}

.marketplace-card__photo {
  position: relative;
  z-index: 2;
  margin: 0 0.34rem;
  border-radius: 0.46rem;
  background: #e6e1d8;
  overflow: visible;
  cursor: zoom-in;
}

.marketplace-card__photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1.02;
  object-fit: cover;
  border-radius: 0.46rem;
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow 520ms ease, filter 520ms ease;
  transform-origin: center center;
  will-change: transform;
}

.marketplace-card--before .marketplace-card__photo img {
  object-fit: contain;
  background: #e8e1d8;
}

.marketplace-card__photo:hover img,
.marketplace-card:focus-within .marketplace-card__photo img {
  z-index: 35;
  object-fit: contain;
  transform: scale(2.08);
  background: #f6f4ef;
  box-shadow:
    0 1.4rem 4rem rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(245, 245, 245, 0.34);
}

.marketplace-card--after .marketplace-card__photo:hover img,
.marketplace-card--after:focus-within .marketplace-card__photo img {
  box-shadow:
    0 1.4rem 4rem rgba(0, 0, 0, 0.56),
    0 0 0 1px rgba(95, 212, 122, 0.42),
    0 0 2.6rem rgba(95, 212, 122, 0.16);
}

.marketplace-card__annotation {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.42rem;
  align-items: start;
  min-height: 3.15rem;
  margin: 0.46rem 0.5rem 0;
  padding: 0.52rem 0.58rem;
  border-radius: 0.5rem;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.28;
}

.marketplace-card__annotation span {
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  margin-top: 0.14rem;
  border-radius: 999px;
  animation: annotationPulse 2.8s ease-in-out infinite;
}

.marketplace-card__annotation p {
  margin: 0;
}

.marketplace-card__annotation--loss {
  border: 1px solid rgba(188, 42, 28, 0.2);
  background: rgba(188, 42, 28, 0.08);
  color: #8b1d17;
}

.marketplace-card__annotation--loss span {
  background: #d83a2e;
  box-shadow: 0 0 0.8rem rgba(216, 58, 46, 0.34);
}

.marketplace-card__annotation--gain {
  border: 1px solid rgba(47, 143, 79, 0.22);
  background: rgba(47, 143, 79, 0.09);
  color: #176238;
}

.marketplace-card__annotation--gain span {
  background: #2f8f4f;
  box-shadow: 0 0 0.8rem rgba(47, 143, 79, 0.34);
}

.marketplace-card__dots {
  display: flex;
  justify-content: center;
  gap: 0.18rem;
  padding: 0.5rem 0 0.15rem;
}

.marketplace-card__dots span {
  width: 0.27rem;
  height: 0.27rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.18);
}

.marketplace-card__dots span:first-child {
  background: #111;
}

.marketplace-card__body {
  display: grid;
  gap: 0.26rem;
  padding: 0.4rem 0.72rem 0.8rem;
}

.marketplace-card__body strong {
  color: #101010;
  font-family: var(--sans);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 900;
  line-height: 1.08;
}

.marketplace-card__body p,
.marketplace-card__body em {
  margin: 0;
  color: rgba(17, 17, 17, 0.68);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

.marketplace-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
  margin-top: 0.55rem;
}

.marketplace-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.26rem 0.48rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 0.32rem;
  background: #fff;
  color: #111;
  font-size: 0.68rem;
  font-weight: 800;
}

.marketplace-card__meta mark {
  margin-right: 0.18rem;
  background: transparent;
  color: #ffc400;
  font-size: 0.86rem;
}

.marketplace-card__meta small {
  margin-left: 0.2rem;
  color: rgba(17, 17, 17, 0.56);
  font-size: 0.62rem;
  font-weight: 600;
}

.marketplace-card__meta .marketplace-card__badge {
  border-color: rgba(17, 17, 17, 0.1);
  background: #ffd426;
  color: #111;
  box-shadow: 0 0 1rem rgba(255, 212, 38, 0.28);
}

.marketplace-story__shift {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(217, 119, 47, 0.3);
  border-radius: 999px;
  background: rgba(217, 119, 47, 0.08);
  box-shadow: 0 0 1.2rem rgba(217, 119, 47, 0.13);
}

.marketplace-story__shift span {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}

.truth-proof {
  width: min(1120px, 100%);
  margin: clamp(2rem, 4vw, 3.2rem) auto 0;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(245, 245, 245, 0.14);
  background:
    linear-gradient(135deg, rgba(217, 119, 47, 0.09), transparent 38%),
    linear-gradient(180deg, rgba(245, 245, 245, 0.045), rgba(245, 245, 245, 0.018)),
    #0d0d0d;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
}

.delivery-proof {
  padding: 0;
  overflow: visible;
  transform: translateZ(0);
}

.delivery-proof__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding: 0.82rem clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid rgba(245, 245, 245, 0.12);
}

.delivery-proof__top span,
.delivery-card span,
.delivery-proof__stats span,
.delivery-proof__note {
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-proof__top b {
  color: rgba(245, 245, 245, 0.84);
  font-size: clamp(0.88rem, 1.4vw, 1rem);
}

.delivery-proof__screen {
  padding: clamp(0.7rem, 1.2vw, 0.9rem);
  background:
    radial-gradient(circle at 78% 16%, rgba(95, 212, 122, 0.1), transparent 15rem),
    radial-gradient(circle at 18% 88%, rgba(217, 119, 47, 0.1), transparent 15rem),
    linear-gradient(180deg, rgba(245, 245, 245, 0.04), transparent 38%),
    #0a0a0a;
}

.delivery-proof__toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
  min-height: 2.9rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(245, 245, 245, 0.045);
}

.delivery-proof__toolbar i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #5fd47a;
  box-shadow: 0 0 1rem rgba(95, 212, 122, 0.55);
}

.delivery-proof__toolbar span {
  color: var(--text);
  font-weight: 850;
}

.delivery-proof__toolbar em {
  color: rgba(245, 245, 245, 0.54);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.delivery-proof__dashboard {
  display: grid;
  grid-template-columns: minmax(9rem, 0.58fr) minmax(0, 1.28fr) minmax(0, 1fr);
  gap: 0.7rem;
  margin-top: 0.8rem;
}

.delivery-proof__sidebar,
.delivery-proof__market,
.delivery-proof__insights {
  min-width: 0;
  border: 1px solid rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.04);
}

.delivery-proof__sidebar {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 0.78rem;
}

.delivery-proof__sidebar span,
.delivery-proof__sidebar button {
  display: block;
  min-width: 0;
}

.delivery-proof__sidebar span {
  color: var(--orange);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-proof__sidebar button {
  appearance: none;
  width: 100%;
  padding: 0.64rem 0.68rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(245, 245, 245, 0.04);
  color: rgba(245, 245, 245, 0.78);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.76rem;
  font-weight: 850;
  text-align: left;
  transition: border-color 220ms ease, background 220ms ease, color 220ms ease, transform 220ms ease, box-shadow 220ms ease;
}

.delivery-proof__sidebar button:hover,
.delivery-proof__sidebar button:focus-visible {
  border-color: rgba(217, 119, 47, 0.4);
  color: var(--text);
  outline: 0;
  transform: translateX(0.14rem);
}

.delivery-proof__sidebar button.is-active {
  border-color: rgba(95, 212, 122, 0.34);
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(79, 184, 100, 0.12), transparent 70%),
    rgba(245, 245, 245, 0.055);
  box-shadow: inset 3px 0 0 #4fb864;
}

.delivery-proof__market {
  padding: 0.62rem;
}

.delivery-proof__appbar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.18rem 0.55rem;
  align-items: center;
  min-height: 2.55rem;
  padding: 0 0 0.72rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}

.delivery-proof__appbar span {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 999px;
  background: #d9772f;
}

.delivery-proof__appbar b {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 900;
}

.delivery-proof__appbar em {
  grid-column: 2;
  color: rgba(245, 245, 245, 0.5);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.delivery-proof__comparison img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.delivery-proof__headline span,
.delivery-proof__stats span,
.delivery-proof__comparison figcaption,
.delivery-proof__note,
.delivery-proof__chart span {
  color: var(--orange);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.delivery-proof__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
  margin-top: 0.75rem;
}

.delivery-proof__comparison--secondary {
  margin-top: 0.58rem;
}

.delivery-proof__comparison figure {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(10, 10, 10, 0.62);
  overflow: visible;
  cursor: zoom-in;
  transition: border-color 240ms ease, box-shadow 240ms ease, transform 240ms ease;
}

.delivery-proof__comparison img {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.62;
  height: auto;
  max-height: 9.4rem;
  background: rgba(10, 10, 10, 0.82);
  transform-origin: center center;
  transition: transform 520ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 520ms ease, box-shadow 520ms ease;
  will-change: transform;
}

.delivery-proof__comparison--secondary img {
  aspect-ratio: 1.78;
  max-height: 8.6rem;
}

.delivery-proof__comparison figure:hover,
.delivery-proof__comparison figure:has(img:hover),
.delivery-proof__comparison figure:focus-within {
  z-index: 20;
  border-color: rgba(217, 119, 47, 0.42);
  box-shadow: 0 0 1.8rem rgba(217, 119, 47, 0.12);
  transform: translateY(-0.12rem);
}

.delivery-proof__comparison figure:hover img,
.delivery-proof__comparison figure:has(img:hover) img,
.delivery-proof__comparison figure:focus-within img {
  z-index: 21;
  transform: scale(5.2);
  max-height: none;
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.62);
}

.delivery-proof__comparison figcaption {
  display: block;
  padding: 0.44rem 0.54rem;
  color: rgba(245, 245, 245, 0.62);
}

.delivery-proof__comparison figure:last-child {
  border-color: rgba(95, 212, 122, 0.28);
}

.delivery-proof__comparison figure:last-child figcaption,
.delivery-proof__stats strong {
  color: #4fb864;
  text-shadow:
    0 0 0.45rem rgba(95, 212, 122, 0.38),
    0 0 1.15rem rgba(95, 212, 122, 0.18);
}

.delivery-proof__insights {
  display: grid;
  align-content: space-between;
  gap: 0.52rem;
  padding: 0.65rem;
}

.delivery-proof__market,
.delivery-proof__insights {
  transition: border-color 260ms ease, background 260ms ease, transform 260ms ease;
}

.delivery-proof.is-switching .delivery-proof__market,
.delivery-proof.is-switching .delivery-proof__insights {
  border-color: rgba(79, 184, 100, 0.28);
  background: rgba(79, 184, 100, 0.045);
  transform: translateY(-0.12rem);
}

.delivery-proof__headline {
  display: grid;
  gap: 0.45rem;
  padding-bottom: 0.58rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}

.delivery-proof__headline strong {
  width: min(25rem, 100%);
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 0.95;
}

.delivery-proof__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.12);
  overflow: hidden;
}

.delivery-proof__stats::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 42%, rgba(217, 119, 47, 0.16) 48%, rgba(245, 245, 245, 0.12) 50%, transparent 58% 100%);
  transform: translateX(-115%);
  animation: servicePass 5.8s ease-in-out infinite;
}

.delivery-proof__stats div {
  position: relative;
  min-width: 0;
  padding: 0.62rem;
  background: rgba(10, 10, 10, 0.9);
  overflow: hidden;
}

.delivery-proof__stats div::after {
  content: "";
  position: absolute;
  right: 0.58rem;
  top: 0.58rem;
  width: 0.62rem;
  height: 0.62rem;
  border: 1px solid rgba(217, 119, 47, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(217, 119, 47, 0.45) 0 18%, transparent 20%),
    radial-gradient(circle, transparent 0 42%, rgba(245, 245, 245, 0.12) 44% 52%, transparent 54%);
  box-shadow: 0 0 0.9rem rgba(217, 119, 47, 0.12);
  animation: platePulse 3.8s ease-in-out infinite;
}

.delivery-proof__stats div:nth-child(2)::after {
  animation-delay: 0.45s;
}

.delivery-proof__stats div:nth-child(3)::after {
  animation-delay: 0.9s;
}

.delivery-proof__stats div:nth-child(4)::after {
  animation-delay: 1.35s;
}

.delivery-proof__stats strong {
  display: block;
  margin-top: 0.45rem;
  font-size: clamp(1.35rem, 2.45vw, 2.15rem);
  line-height: 0.9;
  white-space: nowrap;
  animation: statValueGlow 3.9s ease-in-out infinite;
}

.delivery-proof__stats strong.is-impact-bar {
  width: min(8.6rem, 100%);
  height: 0.68rem;
  margin-top: 0.78rem;
  border: 1px solid rgba(79, 184, 100, 0.36);
  background: rgba(79, 184, 100, 0.1);
  box-shadow:
    0 0 0.75rem rgba(95, 212, 122, 0.16),
    inset 0 0 0.8rem rgba(95, 212, 122, 0.08);
  overflow: hidden;
  animation: none;
}

.delivery-proof__stats strong.is-impact-bar i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2f8f4f, #5fd47a 58%, #a1f0ad);
  box-shadow:
    0 0 0.8rem rgba(95, 212, 122, 0.48),
    0 0 1.6rem rgba(95, 212, 122, 0.24);
  animation: impactBarFill 3.8s ease-in-out infinite;
  transform-origin: left center;
}

.delivery-proof__stats strong.is-impact-hybrid {
  width: min(9.2rem, 100%);
  margin-top: 0.62rem;
  animation: none;
  text-shadow: none;
}

.impact-hybrid {
  display: grid;
  gap: 0.42rem;
  width: 100%;
}

.impact-hybrid__bar {
  position: relative;
  display: block;
  height: 0.46rem;
  border: 1px solid rgba(217, 177, 47, 0.26);
  background: rgba(217, 177, 47, 0.08);
  overflow: hidden;
  box-shadow: inset 0 0 0.7rem rgba(217, 177, 47, 0.08);
}

.impact-hybrid__bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  background: linear-gradient(90deg, rgba(151, 109, 32, 0.82), rgba(226, 179, 70, 0.9));
  box-shadow: 0 0 0.9rem rgba(217, 177, 47, 0.2);
}

.impact-hybrid__bar i {
  position: absolute;
  inset: 0 0 0 58%;
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, #2f8f4f, #5fd47a 62%, #a1f0ad);
  box-shadow:
    0 0 0.8rem rgba(95, 212, 122, 0.42),
    0 0 1.4rem rgba(95, 212, 122, 0.18);
  animation: impactHybridBar 8.4s ease-in-out infinite;
  transform-origin: left center;
}

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

.impact-hybrid__segment {
  display: block;
  height: 0.32rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(245, 245, 245, 0.08);
}

.impact-hybrid__segment.is-active {
  border-color: rgba(217, 177, 47, 0.36);
  background: linear-gradient(180deg, rgba(226, 179, 70, 0.82), rgba(151, 109, 32, 0.72));
  box-shadow: 0 0 0.62rem rgba(217, 177, 47, 0.18);
  animation: signalSegmentGlow 7.2s ease-in-out infinite;
}

.impact-hybrid__segment.is-active.is-boost {
  border-color: rgba(95, 212, 122, 0.34);
  background: linear-gradient(180deg, rgba(161, 240, 173, 0.92), rgba(79, 184, 100, 0.72));
  box-shadow: 0 0 0.72rem rgba(95, 212, 122, 0.22);
}

.impact-hybrid__segment.is-active:nth-child(2) {
  animation-delay: 0.12s;
}

.impact-hybrid__segment.is-active:nth-child(3) {
  animation-delay: 0.24s;
}

.impact-hybrid__segment.is-active:nth-child(4) {
  animation-delay: 0.36s;
}

.impact-hybrid__segment.is-active:nth-child(5) {
  animation-delay: 0.48s;
}

.delivery-proof__headline strong,
.delivery-proof__stats strong,
.delivery-proof__activity p,
.delivery-proof__appbar b,
.delivery-proof__appbar em {
  transition: opacity 180ms ease, transform 180ms ease;
}

.delivery-proof.is-switching .delivery-proof__headline strong,
.delivery-proof.is-switching .delivery-proof__stats strong,
.delivery-proof.is-switching .delivery-proof__activity p,
.delivery-proof.is-switching .delivery-proof__appbar b,
.delivery-proof.is-switching .delivery-proof__appbar em {
  opacity: 0.28;
  transform: translateY(0.22rem);
}

.delivery-proof__chart {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
  min-height: 6.7rem;
  padding: 0.62rem 0.58rem 0.55rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background:
    linear-gradient(rgba(245, 245, 245, 0.055) 1px, transparent 1px) 0 0 / 100% 33%,
    rgba(245, 245, 245, 0.035);
}

.delivery-proof__chart-title {
  margin: 0;
  padding: 0.42rem 0.58rem 0;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-bottom: 0;
  color: rgba(245, 245, 245, 0.52);
  background: rgba(245, 245, 245, 0.035);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.delivery-proof__chart-title + .delivery-proof__chart {
  border-top-color: rgba(245, 245, 245, 0.06);
}

.delivery-proof__chart div {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 5.1rem;
  padding-top: 1.05rem;
  min-width: 0;
}

.delivery-proof__chart i {
  align-self: end;
  width: 100%;
  height: var(--height);
  min-height: 1.6rem;
  background: linear-gradient(180deg, #5fd47a, #2c7d42);
  box-shadow: 0 0 1.2rem rgba(95, 212, 122, 0.18);
  animation: none;
  transform: none;
  --rise-start: 0.66;
}

.delivery-proof__chart div:first-child i {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.34), rgba(245, 245, 245, 0.12));
  box-shadow: none;
  animation: none;
  opacity: 0.74;
  transform: none;
}

.delivery-proof__chart div:nth-child(2) i {
  animation-delay: 0.1s;
}

.delivery-proof__chart div:nth-child(3) i {
  animation-delay: 0.24s;
}

.delivery-proof__chart div:nth-child(4) i {
  animation-delay: 0.38s;
}

.delivery-proof__chart div:nth-child(5) i {
  animation-delay: 0.52s;
}

.delivery-proof__chart span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: rgba(245, 245, 245, 0.52);
  font-size: 0.54rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery-proof__activity {
  display: grid;
  gap: 0.42rem;
}

.delivery-proof__activity p {
  display: flex;
  align-items: center;
  gap: 0.48rem;
  min-width: 0;
  margin: 0;
  padding: 0.38rem 0.5rem;
  border: 1px solid rgba(245, 245, 245, 0.09);
  color: rgba(245, 245, 245, 0.58);
  font-size: 0.68rem;
  line-height: 1.25;
  animation: dashboardActivity 5.4s ease-in-out infinite;
}

.delivery-proof__activity p:nth-child(2) {
  animation-delay: 0.55s;
}

.delivery-proof__activity p:nth-child(3) {
  animation-delay: 1.1s;
}

.delivery-proof__activity span {
  flex: 0 0 auto;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 999px;
  background: #4fb864;
  box-shadow: 0 0 0.8rem rgba(79, 184, 100, 0.35);
}

.delivery-proof__activity b {
  color: rgba(245, 245, 245, 0.88);
}

@keyframes dashboardBarRise {
  0%,
  100% {
    transform: scaleY(var(--rise-start));
    opacity: 0.56;
  }

  42%,
  70% {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes dashboardActivity {
  0%,
  100% {
    border-color: rgba(245, 245, 245, 0.09);
    background: transparent;
  }

  44%,
  58% {
    border-color: rgba(79, 184, 100, 0.26);
    background: rgba(79, 184, 100, 0.055);
  }
}

@keyframes servicePass {
  0%,
  48%,
  100% {
    transform: translateX(-115%);
    opacity: 0;
  }

  58% {
    opacity: 1;
  }

  74% {
    transform: translateX(115%);
    opacity: 0;
  }
}

@keyframes platePulse {
  0%,
  100% {
    opacity: 0.38;
    transform: scale(0.88);
  }

  45%,
  58% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes impactBarFill {
  0%,
  100% {
    transform: scaleX(0.82);
    opacity: 0.72;
  }

  45%,
  62% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes impactHybridBar {
  0%,
  100% {
    transform: scaleX(0.34);
    opacity: 0.72;
  }

  46%,
  68% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes signalSegmentGlow {
  0%,
  100% {
    opacity: 0.72;
    filter: saturate(0.92);
  }

  45%,
  68% {
    opacity: 1;
    filter: saturate(1.12);
  }
}

@keyframes statValueGlow {
  0%,
  100% {
    text-shadow:
      0 0 0.35rem rgba(95, 212, 122, 0.28),
      0 0 0.95rem rgba(95, 212, 122, 0.14);
  }

  48%,
  62% {
    text-shadow:
      0 0 0.58rem rgba(95, 212, 122, 0.54),
      0 0 1.45rem rgba(95, 212, 122, 0.28);
  }
}

.delivery-proof__note {
  display: block;
  margin: 0;
  padding: 0.8rem clamp(1rem, 2vw, 1.35rem);
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  color: rgba(245, 245, 245, 0.46);
  font-size: 0.58rem;
  line-height: 1.45;
}

.truth-proof__header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.12);
}

.truth-proof__header span,
.truth-proof__row span,
.truth-proof__split span {
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.truth-proof__header b {
  color: rgba(245, 245, 245, 0.82);
  font-size: clamp(0.88rem, 1.4vw, 1rem);
}

.truth-proof__chart {
  display: grid;
  gap: 0.9rem;
  padding: 1.15rem 0;
}

.truth-proof__row {
  display: grid;
  grid-template-columns: minmax(7.8rem, 0.8fr) minmax(8rem, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
}

.truth-proof__track {
  height: 0.5rem;
  background: rgba(245, 245, 245, 0.08);
  overflow: hidden;
}

.truth-proof__track i {
  display: block;
  width: var(--value);
  height: 100%;
  background: linear-gradient(90deg, #2f8f4f, #79d989);
  box-shadow: 0 0 1.2rem rgba(95, 212, 122, 0.32);
}

.truth-proof__row strong {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  color: #5fd47a;
  font-family: var(--sans);
  font-size: clamp(0.95rem, 1.8vw, 1.25rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.truth-proof__split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(245, 245, 245, 0.12);
}

.truth-proof__split div {
  min-height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 0.45rem;
  padding: 1rem 0 0;
}

.truth-proof__split div + div {
  padding-left: 1rem;
  border-left: 1px solid rgba(245, 245, 245, 0.12);
}

.truth-proof__split b {
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 3vw, 2.5rem);
  line-height: 0.96;
}

.section-heading {
  width: min(980px, 100%);
  margin: 0 auto clamp(2.8rem, 6vw, 5rem);
}

.section-heading--wide {
  width: min(1140px, 100%);
}

.section-heading h2 {
  max-width: 12ch;
  font-size: clamp(3.2rem, 6.3vw, 7rem);
}

.proof {
  background: #0d0c0b;
}

.proaks {
  width: min(1480px, 100%);
  margin: clamp(-2rem, -2vw, -1rem) auto clamp(3rem, 7vw, 6rem);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(245, 245, 245, 0.14);
  background:
    linear-gradient(rgba(245, 245, 245, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 245, 245, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 74% 20%, rgba(80, 214, 125, 0.1), transparent 22rem),
    radial-gradient(circle at 18% 80%, rgba(217, 119, 47, 0.1), transparent 20rem),
    #0a0b0a;
  background-size: 40px 40px, 40px 40px, auto, auto, auto;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.35);
}

.proaks__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: end;
  padding: clamp(1rem, 2.5vw, 2rem);
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: linear-gradient(135deg, rgba(245, 245, 245, 0.045), rgba(245, 245, 245, 0.01));
}

.proaks__intro .eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -0.4rem;
}

.proaks__intro h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(3rem, 6vw, 6.8rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.proaks__intro p {
  max-width: 42rem;
  margin: 0;
  color: rgba(245, 245, 245, 0.76);
  font-size: clamp(1.02rem, 1.7vw, 1.35rem);
  line-height: 1.42;
}

.proaks__intro strong {
  grid-column: 2;
  display: block;
  margin-top: -1.5rem;
  color: rgba(245, 245, 245, 0.92);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.55;
  font-weight: 800;
}

.proaks__system {
  margin-top: 1px;
}

.proaks__cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-top: 0;
  background: rgba(245, 245, 245, 0.12);
}

.proaks-card {
  min-width: 0;
  background: rgba(11, 12, 11, 0.96);
}

.proaks-card button {
  width: 100%;
  min-height: 8.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 1.05rem;
  border: 0;
  border-top: 2px solid transparent;
  background:
    linear-gradient(180deg, rgba(245, 245, 245, 0.035), rgba(245, 245, 245, 0)),
    transparent;
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.proaks-card button:hover,
.proaks-card button:focus-visible {
  outline: 0;
  border-top-color: rgba(217, 119, 47, 0.75);
  background: rgba(217, 119, 47, 0.08);
}

.proaks-card.is-active button {
  border-top-color: #4ac77b;
  background:
    radial-gradient(circle at 22% 0%, rgba(80, 214, 125, 0.18), transparent 7rem),
    linear-gradient(180deg, rgba(217, 119, 47, 0.08), rgba(245, 245, 245, 0.018));
  box-shadow: inset 0 0 0 1px rgba(80, 214, 125, 0.28);
}

.proaks-card span,
.proaks__panel-copy span,
.proaks__signals span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proaks-card strong {
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.18rem, 1.55vw, 1.65rem);
  line-height: 0.98;
}

.proaks-card.is-active strong {
  text-shadow: 0 0 18px rgba(80, 214, 125, 0.2);
}

.proaks-card__mobile-panel {
  display: none;
}

.proaks__panel {
  min-height: 31rem;
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(24rem, 1fr);
  grid-template-rows: 1fr auto;
  gap: 1px;
  border: 1px solid rgba(245, 245, 245, 0.12);
  border-top: 0;
  background: rgba(245, 245, 245, 0.12);
  overflow: hidden;
}

.proaks__panel.is-switching {
  animation: proaksPanelSwitch 360ms ease both;
}

.proaks__panel-copy,
.proaks__diagnostic,
.proaks__signals {
  background: rgba(9, 10, 9, 0.96);
}

.proaks__panel-copy {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1.35rem, 3vw, 2.5rem);
}

.proaks__panel-copy h4 {
  max-width: 14ch;
  margin: 1.1rem 0 1.4rem;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2.15rem, 3.65vw, 4.15rem);
  line-height: 0.96;
}

.proaks__panel-copy p {
  max-width: 32rem;
  margin: 0;
  color: rgba(245, 245, 245, 0.68);
  font-size: clamp(0.95rem, 1.2vw, 1.12rem);
  line-height: 1.55;
  white-space: pre-line;
}

.proaks__diagnostic {
  position: relative;
  min-height: 24rem;
  padding: clamp(1rem, 2vw, 1.6rem);
  overflow: hidden;
}

.proaks__diagnostic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(80, 214, 125, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 214, 125, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at 50% 50%, black, transparent 72%);
  pointer-events: none;
}

.proaks__diagnostic[data-proaks-visual="light"],
.proaks__diagnostic[data-proaks-visual="gloss"],
.proaks__diagnostic[data-proaks-visual="value"],
.proaks__diagnostic[data-proaks-visual="texture"],
.proaks__diagnostic[data-proaks-visual="integrity"],
.proaks__diagnostic[data-proaks-visual="leak"] {
  background: #050606;
}

.proaks__diagnostic[data-proaks-visual="light"]::before,
.proaks__diagnostic[data-proaks-visual="gloss"]::before,
.proaks__diagnostic[data-proaks-visual="value"]::before,
.proaks__diagnostic[data-proaks-visual="texture"]::before,
.proaks__diagnostic[data-proaks-visual="integrity"]::before,
.proaks__diagnostic[data-proaks-visual="leak"]::before {
  display: none;
}

.proaks-infographic {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 1px solid rgba(80, 214, 125, 0.2);
  background: #030404;
  overflow: hidden;
}

.proaks-infographic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.02);
}

.proaks-value-map {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(0.75rem, 1.5vw, 1.1rem);
  padding: clamp(0.8rem, 1.6vw, 1.15rem);
  border: 1px solid rgba(217, 119, 47, 0.3);
  background:
    radial-gradient(circle at 50% 0%, rgba(217, 119, 47, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(245, 245, 245, 0.03), rgba(245, 245, 245, 0.008)),
    #030404;
}

.proaks-value-map__header,
.proaks-value-map__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  background: rgba(0, 0, 0, 0.34);
}

.proaks-value-map__header {
  padding: 0.72rem 0.85rem;
}

.proaks-value-map__header span,
.proaks-value-map__footer span {
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proaks-value-map__header strong {
  color: var(--text);
  font-size: clamp(0.95rem, 1.4vw, 1.25rem);
  line-height: 1.1;
}

.proaks-value-map__header p {
  max-width: 22rem;
  margin: 0;
  color: rgba(245, 245, 245, 0.6);
  font-size: 0.8rem;
  line-height: 1.35;
  text-align: right;
}

.proaks-value-map__cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(0.7rem, 1.5vw, 1rem);
  align-items: stretch;
}

.proaks-value-card {
  min-width: 0;
  display: grid;
  grid-template-rows: auto minmax(9rem, 1fr) auto auto;
  border: 1px solid rgba(245, 245, 245, 0.12);
  background: rgba(4, 5, 5, 0.88);
  overflow: hidden;
}

.proaks-value-card--before {
  border-color: rgba(255, 73, 65, 0.3);
}

.proaks-value-card--after {
  border-color: rgba(80, 214, 125, 0.34);
  box-shadow: 0 0 2.2rem rgba(80, 214, 125, 0.1);
}

.proaks-value-card__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
}

.proaks-value-card__label span {
  color: rgba(245, 245, 245, 0.9);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.proaks-value-card__label b {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proaks-value-card--before .proaks-value-card__label b {
  color: #ff4941;
}

.proaks-value-card--after .proaks-value-card__label b {
  color: #4fd67d;
}

.proaks-value-card img {
  width: 100%;
  height: auto;
  min-height: clamp(10rem, 20vw, 16rem);
  aspect-ratio: 1;
  object-fit: cover;
  background: #090909;
}

.proaks-value-card--before img {
  filter: saturate(0.9) brightness(0.82);
}

.proaks-value-card--after img {
  filter: saturate(1.08) contrast(1.04);
}

.proaks-value-card__signals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(245, 245, 245, 0.1);
}

.proaks-value-card__signals p {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.36rem 0.6rem;
  align-items: center;
  margin: 0;
  padding: 0.65rem;
  background: rgba(0, 0, 0, 0.58);
}

.proaks-value-card__signals span {
  color: rgba(245, 245, 245, 0.7);
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.proaks-value-card__signals b {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proaks-value-card__signals i {
  grid-column: 1 / -1;
  height: 0.32rem;
  background: rgba(245, 245, 245, 0.14);
  overflow: hidden;
}

.proaks-value-card__signals i::before {
  content: "";
  display: block;
  width: var(--level);
  height: 100%;
}

.proaks-value-card--before .proaks-value-card__signals b {
  color: #ff4941;
}

.proaks-value-card--before .proaks-value-card__signals i::before {
  background: linear-gradient(90deg, #ff4941, rgba(255, 73, 65, 0.35));
}

.proaks-value-card--after .proaks-value-card__signals b {
  color: #4fd67d;
}

.proaks-value-card--after .proaks-value-card__signals i::before {
  background: linear-gradient(90deg, #4fd67d, rgba(80, 214, 125, 0.42));
  box-shadow: 0 0 0.8rem rgba(80, 214, 125, 0.28);
}

.proaks-value-card em {
  padding: 0.7rem 0.75rem;
  border-top: 1px solid rgba(245, 245, 245, 0.1);
  color: rgba(245, 245, 245, 0.78);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
}

.proaks-value-map__arrow {
  width: clamp(2.3rem, 4vw, 3.3rem);
  display: grid;
  place-items: center;
}

.proaks-value-map__arrow span {
  width: clamp(2.2rem, 3.5vw, 3rem);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 119, 47, 0.76);
  border-radius: 50%;
  position: relative;
  background: rgba(217, 119, 47, 0.08);
  box-shadow: 0 0 1.3rem rgba(217, 119, 47, 0.18);
}

.proaks-value-map__arrow span::before {
  content: "";
  position: absolute;
  left: 42%;
  top: 32%;
  width: 28%;
  height: 28%;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
}

.proaks-value-map__footer {
  padding: 0.8rem 1rem;
}

.proaks-value-map__footer b {
  color: var(--text);
  font-size: clamp(0.9rem, 1.3vw, 1.15rem);
  line-height: 1.2;
}

.proaks__signals {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(245, 245, 245, 0.1);
}

.proaks__signals span {
  min-height: 4.2rem;
  display: flex;
  align-items: center;
  padding: 1rem;
  background:
    linear-gradient(90deg, rgba(80, 214, 125, 0.1), transparent),
    rgba(9, 10, 9, 0.98);
  color: rgba(245, 245, 245, 0.74);
}

.proaks-visual {
  position: relative;
  min-height: 100%;
  height: 100%;
  border: 1px solid rgba(80, 214, 125, 0.18);
  background:
    radial-gradient(circle at 50% 50%, rgba(80, 214, 125, 0.14), transparent 12rem),
    rgba(5, 8, 6, 0.72);
  overflow: hidden;
}

.proaks-visual::before,
.proaks-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.proaks-visual__plate {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(22rem, 55%);
  aspect-ratio: 1;
  border: 1px solid rgba(245, 245, 245, 0.28);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 42% 38%, rgba(245, 245, 245, 0.18), transparent 0.55rem),
    radial-gradient(circle at 60% 44%, rgba(217, 119, 47, 0.5), transparent 2.3rem),
    radial-gradient(circle at 44% 58%, rgba(80, 214, 125, 0.38), transparent 2.6rem),
    radial-gradient(circle, rgba(245, 245, 245, 0.08), transparent 63%);
  box-shadow: 0 0 3rem rgba(80, 214, 125, 0.14);
}

.proaks-visual__scan {
  position: absolute;
  left: 6%;
  right: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(80, 214, 125, 0.75), transparent);
  animation: proaksScan 4.8s ease-in-out infinite;
}

.proaks-visual--light::before {
  left: 3%;
  top: -18%;
  width: 58%;
  height: 92%;
  background: linear-gradient(118deg, rgba(245, 245, 245, 0.24), rgba(217, 119, 47, 0.06), transparent 62%);
  clip-path: polygon(0 0, 100% 45%, 54% 100%, 0 100%);
  mix-blend-mode: screen;
}

.proaks-visual--light::after {
  right: 12%;
  bottom: 14%;
  width: 36%;
  height: 16%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  filter: blur(18px);
}

.proaks-visual--gloss .proaks-visual__plate {
  background:
    radial-gradient(circle at 46% 36%, rgba(245, 245, 245, 0.78), transparent 0.55rem),
    radial-gradient(circle at 64% 50%, rgba(245, 245, 245, 0.5), transparent 0.34rem),
    radial-gradient(circle at 52% 58%, rgba(217, 119, 47, 0.72), transparent 2.7rem),
    radial-gradient(circle, rgba(80, 214, 125, 0.18), transparent 65%);
}

.proaks-visual--gloss::before {
  inset: 18% 12%;
  background: repeating-linear-gradient(105deg, transparent 0 1.1rem, rgba(245, 245, 245, 0.22) 1.15rem 1.24rem, transparent 1.3rem 2.3rem);
  animation: proaksGloss 5.8s ease-in-out infinite;
}

.proaks-visual--value::before {
  left: 50%;
  top: 50%;
  width: min(22rem, 70%);
  aspect-ratio: 1;
  border: 1px solid rgba(217, 119, 47, 0.42);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: conic-gradient(from -80deg, rgba(217, 119, 47, 0.18), rgba(80, 214, 125, 0.45), rgba(245, 245, 245, 0.08), rgba(217, 119, 47, 0.18));
  mask: radial-gradient(circle, transparent 54%, black 55%);
}

.proaks-visual--value::after {
  left: 50%;
  top: 18%;
  width: 1px;
  height: 64%;
  background: linear-gradient(rgba(80, 214, 125, 0.9), transparent);
  transform: rotate(38deg);
  transform-origin: 50% 100%;
}

.proaks-visual--texture {
  background:
    radial-gradient(circle at 38% 38%, rgba(217, 119, 47, 0.18), transparent 8rem),
    rgba(5, 8, 6, 0.72);
}

.proaks-visual--texture::before {
  inset: 16%;
  background:
    radial-gradient(circle at 22% 28%, rgba(245, 245, 245, 0.5), transparent 0.2rem),
    radial-gradient(circle at 64% 34%, rgba(245, 245, 245, 0.38), transparent 0.16rem),
    radial-gradient(circle at 48% 60%, rgba(217, 119, 47, 0.52), transparent 0.24rem),
    radial-gradient(circle at 76% 72%, rgba(80, 214, 125, 0.42), transparent 0.18rem),
    repeating-linear-gradient(135deg, rgba(245, 245, 245, 0.1) 0 1px, transparent 1px 0.65rem);
  clip-path: polygon(9% 16%, 88% 7%, 94% 75%, 46% 94%, 5% 73%);
  animation: proaksTexture 6s ease-in-out infinite;
}

.proaks-visual--integrity::before {
  left: 50%;
  top: 50%;
  width: min(19rem, 58%);
  aspect-ratio: 1.24;
  border: 2px solid rgba(80, 214, 125, 0.58);
  border-radius: 1.2rem;
  transform: translate(-50%, -42%);
  background: linear-gradient(135deg, rgba(80, 214, 125, 0.1), rgba(245, 245, 245, 0.03));
}

.proaks-visual--integrity::after {
  left: 50%;
  top: 50%;
  width: 26%;
  height: 12%;
  border-left: 4px solid #4ac77b;
  border-bottom: 4px solid #4ac77b;
  transform: translate(-50%, -42%) rotate(-45deg);
  filter: drop-shadow(0 0 12px rgba(80, 214, 125, 0.45));
}

.proaks-visual--leak::before {
  left: 14%;
  top: 16%;
  width: 72%;
  height: 68%;
  border: 1px solid rgba(245, 245, 245, 0.18);
  clip-path: polygon(0 0, 100% 0, 62% 66%, 62% 100%, 38% 100%, 38% 66%);
  background:
    linear-gradient(180deg, rgba(217, 119, 47, 0.24), rgba(217, 119, 47, 0.08) 48%, rgba(80, 214, 125, 0.34) 49%, rgba(80, 214, 125, 0.16));
}

.proaks-visual--leak::after {
  right: 14%;
  top: 27%;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(80, 214, 125, 0.9));
  box-shadow: 0 3.2rem 0 rgba(80, 214, 125, 0.7), 0 6.4rem 0 rgba(80, 214, 125, 0.5);
  animation: proaksLeak 4.8s ease-in-out infinite;
}

@keyframes proaksPanelSwitch {
  from {
    opacity: 0.42;
    transform: translateY(0.7rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes proaksScan {
  0%, 100% {
    top: 15%;
    opacity: 0.2;
  }
  50% {
    top: 84%;
    opacity: 0.9;
  }
}

@keyframes proaksGloss {
  0%, 100% {
    opacity: 0.25;
    transform: translateX(-0.8rem);
  }
  50% {
    opacity: 0.85;
    transform: translateX(0.8rem);
  }
}

@keyframes proaksTexture {
  0%, 100% {
    opacity: 0.45;
    filter: contrast(1);
  }
  50% {
    opacity: 0.82;
    filter: contrast(1.35);
  }
}

@keyframes proaksLeak {
  0%, 100% {
    opacity: 0.35;
    transform: translateX(-0.4rem);
  }
  50% {
    opacity: 0.9;
    transform: translateX(0.7rem);
  }
}

.proof__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.6rem);
  width: min(1480px, 100%);
  margin: 0 auto;
}

.proof-card {
  min-width: 0;
}

.proof-card h3,
.feature h3 {
  margin: 1.1rem 0 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 2.6vw, 2.65rem);
  line-height: 1;
}

.trust-standard {
  position: relative;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  border-bottom: 1px solid rgba(245, 245, 245, 0.08);
  background:
    linear-gradient(135deg, rgba(217, 119, 47, 0.1), transparent 42%),
    linear-gradient(180deg, #0d0c0b, #11100f);
}

.trust-standard__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(22rem, 0.74fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  width: min(1240px, 100%);
  margin: 0 auto;
  align-items: center;
}

.trust-standard__copy h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6vw, 6.8rem);
  line-height: 0.92;
}

.trust-standard__copy > p:not(.eyebrow) {
  max-width: 46rem;
  margin: 1.5rem 0 0;
  color: rgba(245, 245, 245, 0.76);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.trust-standard__points {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(245, 245, 245, 0.13);
  background: rgba(245, 245, 245, 0.12);
  list-style: none;
}

.trust-standard__points li {
  position: relative;
  min-height: 5.4rem;
  display: flex;
  align-items: center;
  padding: 1.25rem 1.35rem 1.25rem 3.55rem;
  background: rgba(10, 10, 10, 0.88);
  color: rgba(245, 245, 245, 0.9);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  font-weight: 850;
}

.trust-standard__points li::before {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  width: 1.12rem;
  height: 1.12rem;
  border: 1px solid rgba(80, 214, 125, 0.62);
  border-radius: 999px;
  transform: translateY(-50%);
  background:
    linear-gradient(135deg, transparent 42%, rgba(80, 214, 125, 0.95) 43% 55%, transparent 56%),
    rgba(80, 214, 125, 0.08);
  box-shadow: 0 0 1rem rgba(80, 214, 125, 0.12);
}

.fix {
  background:
    linear-gradient(180deg, rgba(13, 12, 11, 1), rgba(10, 10, 10, 1));
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--line);
}

.feature {
  min-height: 22rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.4rem, 3vw, 2.3rem);
  background: #0b0b0b;
}

.feature span {
  margin-bottom: auto;
  color: var(--orange);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4.5vw, 5rem);
  font-weight: 900;
  line-height: 1;
}

.feature p {
  max-width: 23rem;
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1vw, 0.98rem);
  line-height: 1.45;
}

.process {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  background:
    radial-gradient(circle at 16% 8%, rgba(217, 119, 47, 0.14), transparent 24rem),
    linear-gradient(180deg, #0a0a0a, #11100f 54%, #0a0a0a);
}

.process::before {
  content: "";
  position: absolute;
  inset: auto clamp(1rem, 5vw, 4rem) 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 119, 47, 0.46), transparent);
}

.section-heading > p:not(.eyebrow) {
  width: min(720px, 100%);
  margin: 1.4rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.process__journey {
  position: relative;
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
  width: min(1240px, 100%);
  margin: 0 auto;
}

.process__journey::before {
  content: "";
  position: absolute;
  top: 50%;
  left: clamp(1.3rem, 3vw, 2rem);
  right: clamp(1.3rem, 3vw, 2rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 119, 47, 0.48), transparent);
  opacity: 0.72;
}

.process__stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(15rem, 0.38fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(245, 245, 245, 0.14);
  background: rgba(10, 10, 10, 0.82);
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.28);
}

.process__stage-head {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.2rem;
  padding: clamp(1.2rem, 2vw, 1.7rem);
  background:
    linear-gradient(145deg, rgba(217, 119, 47, 0.16), rgba(245, 245, 245, 0.035)),
    #100f0e;
}

.process__stage-head span,
.process-step span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process__stage-head h3 {
  max-width: 8ch;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4vw, 4.3rem);
  line-height: 0.94;
}

.process__stage-head p,
.process-step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.process__cta {
  display: inline-flex;
  width: fit-content;
  min-height: 2.95rem;
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
  padding: 0 1rem;
  border: 1px solid rgba(245, 245, 245, 0.2);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.process__cta:hover,
.process__cta:focus-visible {
  border-color: rgba(217, 119, 47, 0.72);
  background: rgba(217, 119, 47, 0.12);
  transform: translateY(-1px);
}

.process__cta--solid {
  border-color: rgba(217, 119, 47, 0.76);
  background: rgba(217, 119, 47, 0.16);
}

.process__stage-head .process__cta {
  color: var(--text);
}

.process__cta--locked {
  border-color: rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.045);
  color: rgba(245, 245, 245, 0.52);
  pointer-events: none;
}

.process__stage-head .process__cta--locked {
  color: rgba(245, 245, 245, 0.52);
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.12);
}

.process-step {
  min-height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.9rem;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  background: rgba(12, 12, 12, 0.95);
}

.process-step h4 {
  max-width: 14rem;
  margin: auto 0 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 2.1vw, 2.35rem);
  line-height: 0.98;
}

.process__stage--upgrade .process__stage-head {
  background:
    linear-gradient(145deg, rgba(245, 245, 245, 0.08), rgba(217, 119, 47, 0.11)),
    #0f0f0f;
}

.process__stage--starter .process__stage-head {
  background:
    linear-gradient(145deg, rgba(80, 214, 125, 0.11), rgba(217, 119, 47, 0.12)),
    #11100f;
}

.testimonial {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(25rem, 0.94fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
  overflow: hidden;
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  background:
    linear-gradient(104deg, #12100f 0%, #12100f 47%, #1d1917 47.2%, #1a1715 100%);
}

.testimonial::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 56%;
  pointer-events: none;
  transform: skewX(-12deg) translateX(10%);
  transform-origin: bottom right;
  background: rgba(245, 245, 245, 0.025);
}

.testimonial__copy,
.testimonial__proof {
  position: relative;
  z-index: 1;
}

.testimonial__copy {
  width: min(600px, 100%);
  justify-self: end;
}

.testimonial__copy h2 {
  max-width: 12ch;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(3rem, 5.8vw, 6.3rem);
  line-height: 0.93;
}

.testimonial__copy > p:not(.eyebrow) {
  max-width: 34rem;
  margin: 1.45rem 0 0;
  color: rgba(245, 245, 245, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.65;
}

.testimonial__list {
  display: grid;
  gap: 0.95rem;
  margin: 2.25rem 0 2.2rem;
  padding: 0;
  list-style: none;
}

.testimonial__list li {
  position: relative;
  min-height: 1.35rem;
  padding-left: 2.15rem;
  color: rgba(245, 245, 245, 0.88);
  font-size: 0.95rem;
  font-weight: 650;
}

.testimonial__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.05rem;
  height: 1.05rem;
  border: 1px solid rgba(245, 245, 245, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(135deg, transparent 42%, var(--orange) 43% 55%, transparent 56%),
    rgba(245, 245, 245, 0.04);
}

.testimonial__proof {
  position: relative;
  width: min(620px, 100%);
  padding: clamp(1.1rem, 2.4vw, 2rem);
  border: 1px solid rgba(245, 245, 245, 0.17);
  border-radius: 8px;
  background: rgba(22, 20, 19, 0.86);
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: testimonialPanelFloat 8s ease-in-out infinite;
}

.testimonial__proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: translateX(-120%);
  background: linear-gradient(110deg, transparent 0 42%, rgba(245, 245, 245, 0.075) 48%, transparent 56% 100%);
  animation: testimonialSweep 7.5s ease-in-out infinite;
}

.testimonial__proof::after {
  content: "";
  position: absolute;
  inset: auto 1rem 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 119, 47, 0.58), transparent);
  opacity: 0.78;
}

.testimonial__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(245, 245, 245, 0.13);
}

.testimonial__metrics div {
  display: grid;
  gap: 0.2rem;
}

.testimonial__metrics div:last-child {
  justify-items: end;
  text-align: right;
}

.testimonial__metrics span,
.testimonial__metrics small,
.testimonial__quote figcaption {
  color: rgba(245, 245, 245, 0.48);
  font-size: 0.72rem;
}

.testimonial__metrics strong {
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.2vw, 3.5rem);
  line-height: 0.95;
  text-shadow: 0 0 1.5rem rgba(217, 119, 47, 0.12);
}

.testimonial__quote {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: center;
  margin: 1.55rem 0 0;
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.07);
  animation: testimonialQuoteRise 6.8s ease-in-out infinite;
  transition: background-color 180ms ease, transform 180ms ease;
}

.testimonial__quote:hover {
  background: rgba(245, 245, 245, 0.09);
  transform: translateY(-2px);
}

.testimonial__avatar {
  display: grid;
  width: 2.6rem;
  height: 2.6rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(245, 245, 245, 0.14);
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 0 0 0 rgba(217, 119, 47, 0.28);
  animation: testimonialAvatarPulse 4.8s ease-in-out infinite;
}

.testimonial__quote blockquote {
  margin: 0;
}

.testimonial__quote p {
  margin: 0;
  color: rgba(245, 245, 245, 0.9);
  font-size: clamp(0.88rem, 1.05vw, 1rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.testimonial__quote figcaption {
  grid-column: 2;
  margin-top: -0.35rem;
}

.testimonial__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 0.85rem;
}

.testimonial__mini {
  display: flex;
  min-height: 10rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(245, 245, 245, 0.1);
  border-radius: 8px;
  background: rgba(245, 245, 245, 0.045);
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
  animation: testimonialMiniFloat 7s ease-in-out infinite;
}

.testimonial__mini:nth-child(2) {
  animation-delay: -2.8s;
}

.testimonial__mini:hover {
  border-color: rgba(217, 119, 47, 0.28);
  background: rgba(245, 245, 245, 0.065);
  transform: translateY(-2px);
}

.testimonial__mini blockquote {
  margin: 0;
}

.testimonial__mini p {
  margin: 0;
  color: rgba(245, 245, 245, 0.86);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.5;
}

.testimonial__mini figcaption {
  color: rgba(245, 245, 245, 0.46);
  font-size: 0.68rem;
  line-height: 1.35;
}

@keyframes testimonialPanelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.45rem);
  }
}

@keyframes testimonialSweep {
  0%,
  46% {
    transform: translateX(-120%);
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  72%,
  100% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@keyframes testimonialQuoteRise {
  0%,
  100% {
    transform: translateY(0);
  }

  48% {
    transform: translateY(-0.28rem);
  }
}

@keyframes testimonialAvatarPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(217, 119, 47, 0.18);
  }

  48% {
    box-shadow: 0 0 0 0.45rem rgba(217, 119, 47, 0);
  }
}

@keyframes testimonialMiniFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.32rem);
  }
}

.faq {
  border-top: 1px solid rgba(245, 245, 245, 0.08);
  background:
    linear-gradient(180deg, #0a0a0a, #11100f 58%, #0a0a0a);
}

.faq .section-heading {
  margin-bottom: clamp(1.6rem, 4vw, 3rem);
}

.faq .section-heading h2 {
  max-width: 10ch;
}

.faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(245, 245, 245, 0.12);
  background: rgba(245, 245, 245, 0.12);
}

.faq__item {
  min-height: 12rem;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  background: rgba(12, 12, 12, 0.95);
}

.faq__item:last-child {
  grid-column: 1 / -1;
  min-height: auto;
}

.faq__item h3 {
  max-width: 24rem;
  margin: 0;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.faq__item p {
  max-width: 34rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.55;
}

.final {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(24rem, 0.82fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  width: min(1420px, 100%);
  margin: 0 auto;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(245, 245, 245, 0.035), rgba(245, 245, 245, 0)),
    var(--bg);
}

.final::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(1rem, 5vw, 4rem);
  right: clamp(1rem, 5vw, 4rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 119, 47, 0.52), transparent);
}

.final__media {
  position: relative;
}

.final__media::after {
  content: "Sample transformation";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 6;
  padding: 0.45rem 0.6rem;
  border: 1px solid rgba(245, 245, 245, 0.18);
  background: rgba(10, 10, 10, 0.58);
  color: rgba(245, 245, 245, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.final__content {
  min-width: 0;
  padding: clamp(1.1rem, 2vw, 1.6rem) 0;
}

.final h2 {
  max-width: 11ch;
  font-size: clamp(3rem, 5.4vw, 5.9rem);
}

.final__content > p:not(.eyebrow) {
  max-width: 32rem;
  margin: 1.6rem 0 2rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.audit-form {
  width: min(540px, 100%);
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(245, 245, 245, 0.14);
  background:
    linear-gradient(180deg, rgba(245, 245, 245, 0.07), rgba(245, 245, 245, 0.025)),
    rgba(12, 12, 12, 0.78);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.audit-form label,
.field label {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(245, 245, 245, 0.64);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.audit-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.05rem 0;
}

.field {
  min-width: 0;
}

.audit-form input[type="text"],
.audit-form input[type="email"],
.audit-form input[type="tel"] {
  min-width: 0;
  width: 100%;
  min-height: 3.25rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(245, 245, 245, 0.16);
  border-radius: 0;
  background: rgba(245, 245, 245, 0.035);
  color: var(--text);
  font: 600 0.95rem/1 var(--sans);
  outline: none;
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.audit-form input:focus {
  border-color: var(--orange);
  background: rgba(217, 119, 47, 0.06);
  box-shadow: 0 0 0 1px rgba(217, 119, 47, 0.12);
}

.audit-form input::placeholder {
  color: rgba(245, 245, 245, 0.36);
}

.upload-field {
  position: relative;
}

.upload-field input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.upload-field label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 8.5rem;
  padding: 1rem;
  border: 1px solid rgba(245, 245, 245, 0.16);
  background:
    linear-gradient(135deg, rgba(217, 119, 47, 0.12), transparent 45%),
    rgba(245, 245, 245, 0.035);
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.upload-field label:hover,
.upload-field input:focus-visible + label {
  border-color: var(--orange);
  background:
    linear-gradient(135deg, rgba(217, 119, 47, 0.18), transparent 48%),
    rgba(245, 245, 245, 0.05);
  transform: translateY(-1px);
}

.upload-field__mark {
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(217, 119, 47, 0.55);
  background: rgba(217, 119, 47, 0.12);
}

.upload-field__mark::before,
.upload-field__mark::after {
  content: "";
  position: absolute;
  background: var(--orange);
}

.upload-field__mark::before {
  width: 1.05rem;
  height: 2px;
}

.upload-field__mark::after {
  width: 2px;
  height: 1.05rem;
}

.upload-field__body {
  min-width: 0;
}

.upload-field__kicker {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--orange);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.upload-field strong {
  display: block;
  max-width: 22rem;
  color: var(--text);
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.04;
}

.upload-field small {
  display: block;
  margin-top: 0.65rem;
  color: var(--muted);
  font-size: 0.84rem;
}

.upload-field__file {
  margin: 0.65rem 0 0;
  color: rgba(245, 245, 245, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.audit-form > .button {
  width: 100%;
  margin-top: 0.15rem;
  min-height: 3.65rem;
}

.audit-form .button:disabled {
  cursor: default;
  opacity: 0.78;
  transform: none;
}

.compare {
  --position: 50%;
  position: relative;
  overflow: hidden;
  background: #151515;
  touch-action: pan-y;
}

.compare--hero {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.compare--gallery {
  aspect-ratio: 0.82;
}

.compare--final {
  aspect-ratio: 0.92;
  border: 1px solid rgba(245, 245, 245, 0.12);
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.36);
}

.compare__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}

.compare--hero .compare__image {
  object-position: center;
}

.compare__image--after {
  filter: none;
}

.compare__before {
  position: absolute;
  inset: 0;
  width: 100%;
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.compare__image--before {
  width: 100%;
  max-width: none;
  filter: none;
  transform: none;
  transform-origin: center;
}

.compare::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.02), rgba(10, 10, 10, 0.18)),
    radial-gradient(circle at 20% 15%, rgba(245, 245, 245, 0.16), transparent 22rem);
  mix-blend-mode: soft-light;
}

.compare__range {
  position: absolute;
  z-index: 5;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.compare__handle {
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 2px;
  transform: translateX(-1px);
  background: rgba(245, 245, 245, 0.72);
  pointer-events: none;
}

.compare__handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6rem;
  height: 3.6rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 245, 245, 0.72);
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.68);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.35);
  transform: translate(-50%, -50%);
}

.compare__handle span::before,
.compare__handle span::after {
  content: "";
  position: absolute;
  width: 0.55rem;
  height: 0.55rem;
  border-top: 2px solid var(--text);
  border-left: 2px solid var(--text);
}

.compare__handle span::before {
  transform: translateX(-0.45rem) rotate(-45deg);
}

.compare__handle span::after {
  transform: translateX(0.45rem) rotate(135deg);
}

.compare__labels {
  position: absolute;
  z-index: 3;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(245, 245, 245, 0.82);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  pointer-events: none;
}

.compare__labels span {
  padding: 0.45rem 0.55rem;
  background: rgba(10, 10, 10, 0.5);
  backdrop-filter: blur(10px);
}

@media (max-width: 1120px) {
  .hero__stage {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .hero__media {
    width: min(760px, 100%);
    min-height: clamp(29rem, 62vw, 39rem);
    margin: 0.75rem auto 0;
    transform: none;
  }

  .hero-window--after {
    right: 0.4rem;
    width: min(68vw, 510px);
  }

  .hero-window--morph {
    right: 0.4rem;
    width: min(78vw, 620px);
  }

  .impact-orbit {
    right: 0.4rem;
    width: min(78vw, 620px);
  }

  .hero-window--before {
    left: -4.2rem;
    top: 8%;
    width: min(37.7vw, 309px);
  }

  .hero-transform-cue {
    left: 27%;
    top: 25%;
    width: clamp(4rem, 8vw, 5.1rem);
  }

  .impact-orbit__item--revenue {
    left: 0;
    top: -4rem;
  }

  .impact-orbit__item--clicks {
    left: 36%;
    right: auto;
    top: -4rem;
    bottom: auto;
  }

  .impact-orbit__item--value {
    left: auto;
    right: 0;
    top: -4rem;
    bottom: auto;
  }

  .proof__grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .trust-standard__inner {
    grid-template-columns: 1fr;
  }

  .trust-standard__points {
    width: min(720px, 100%);
  }

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

  .faq__item:last-child {
    grid-column: auto;
  }

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

  .proaks__intro strong {
    grid-column: auto;
    margin-top: 0;
  }

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

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

  .proaks__panel-copy h4 {
    max-width: 13ch;
  }

  .proof-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.6fr);
    gap: 1rem;
    align-items: end;
  }

  .proof-card h3 {
    margin: 0 0 0.2rem;
  }

  .compare--gallery {
    aspect-ratio: 1.25;
  }

  .feature {
    min-height: 16rem;
  }

  .final {
    grid-template-columns: 1fr;
    width: min(760px, 100%);
  }
}

@media (max-width: 720px) {
  .site-header {
    padding: 1rem;
  }

  .site-nav {
    gap: 0.85rem;
  }

  .site-nav > a:not(.header-cta) {
    font-size: 0.7rem;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 220svh;
  }

  .hero__stage {
    padding: 6.4rem 1rem 3.5rem;
  }

  .hero__content {
    width: 100%;
    padding: 0;
  }

  .hero__media {
    min-height: 22.5rem;
    margin-top: 2.25rem;
  }

  .hero-window--after {
    right: -0.25rem;
    top: 7.1rem;
    width: 68%;
    transform: none;
  }

  .hero-window--morph {
    right: -0.25rem;
    top: 6.15rem;
    width: 78%;
    transform: none;
  }

  .impact-orbit {
    right: -0.25rem;
    top: 6.15rem;
    width: 78%;
    transform: translateY(-50%) scale(calc(1 + (var(--hero-image-progress) * 0.15)));
  }

  .hero-window--before {
    left: -1.25rem;
    top: 0.2rem;
    width: 36.4%;
  }

  .hero-window figcaption {
    left: 50%;
    bottom: 0.65rem;
    transform: translateX(-50%);
    font-size: 0.56rem;
  }

  .hero-transform-cue {
    left: 30%;
    top: 4.7rem;
    width: 3.8rem;
  }

  .hero-transform-cue span {
    display: none;
  }

  .hero-transform-cue path {
    stroke-width: 3.2;
  }

  .impact-orbit__item {
    font-size: 0.46rem;
    letter-spacing: 0.06em;
  }

  .impact-orbit__item--revenue {
    left: 0;
    top: -2.9rem;
  }

  .impact-orbit__item--clicks {
    left: 34%;
    right: auto;
    top: -2.9rem;
    bottom: auto;
  }

  .impact-orbit__item--value {
    display: block;
    left: auto;
    right: 0;
    top: -1.8rem;
    bottom: auto;
  }

  .hero h1,
  .truth h2,
  .section-heading h2,
  .final h2 {
    line-height: 0.98;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 11.6vw, 4.05rem);
  }

  .hero__content > p:not(.eyebrow) {
    max-width: 20rem;
    font-size: 1rem;
  }

  .section-pad {
    padding: 4.4rem 1rem;
  }

  .truth {
    min-height: auto;
  }

  .truth h2,
  .section-heading h2,
  .final h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 15vw, 4.85rem);
  }

  .proaks {
    margin-top: -1.25rem;
    padding: 0.6rem;
  }

  .proaks__intro {
    padding: 1rem;
  }

  .proaks__intro h3 {
    font-size: clamp(2.45rem, 12vw, 3.8rem);
  }

  .proaks__intro p {
    font-size: 1rem;
  }

  .proaks__cards {
    display: block;
    border-top: 1px solid rgba(245, 245, 245, 0.12);
  }

  .proaks-card + .proaks-card {
    border-top: 1px solid rgba(245, 245, 245, 0.12);
  }

  .proaks-card button {
    min-height: auto;
    display: grid;
    grid-template-columns: 5.3rem 1fr auto;
    gap: 0.8rem;
    align-items: center;
    padding: 1rem;
  }

  .proaks-card button::after {
    content: "+";
    justify-self: end;
    color: rgba(245, 245, 245, 0.58);
    font-weight: 900;
  }

  .proaks-card.is-active button::after {
    content: "-";
    color: #4ac77b;
  }

  .proaks-card strong {
    font-size: 1.24rem;
  }

  .proaks__panel {
    display: none;
  }

  .proaks-card__mobile-panel {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 420ms ease, opacity 260ms ease;
  }

  .proaks-card.is-active .proaks-card__mobile-panel {
    max-height: 48rem;
    opacity: 1;
  }

  .proaks-card__mobile-panel .proaks__panel-copy,
  .proaks-card__mobile-panel .proaks__diagnostic {
    border-top: 1px solid rgba(245, 245, 245, 0.1);
  }

  .proaks-card__mobile-panel .proaks__panel-copy {
    padding: 1rem;
  }

  .proaks-card__mobile-panel .proaks__panel-copy h4 {
    max-width: 12ch;
    margin: 0.85rem 0 1rem;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .proaks-card__mobile-panel .proaks__diagnostic {
    min-height: 18rem;
  }

  .proaks-card__mobile-panel .proaks__signals {
    grid-template-columns: 1fr;
  }

  .proaks-value-map {
    gap: 0.75rem;
    padding: 0.7rem;
  }

  .proaks-value-map__header,
  .proaks-value-map__footer {
    display: grid;
    justify-items: start;
    gap: 0.45rem;
  }

  .proaks-value-map__header p {
    max-width: none;
    text-align: left;
  }

  .proaks-value-map__cards {
    grid-template-columns: 1fr;
  }

  .proaks-value-map__arrow {
    width: 100%;
    height: 2.8rem;
  }

  .proaks-value-map__arrow span {
    transform: rotate(90deg);
  }

  .proaks-value-card__signals {
    grid-template-columns: 1fr;
  }

  .process__journey::before {
    top: 0;
    bottom: 0;
    left: 1.1rem;
    right: auto;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, transparent, rgba(217, 119, 47, 0.48), transparent);
  }

  .process__stage {
    grid-template-columns: 1fr;
    padding: 0.65rem;
  }

  .process__stage-head {
    min-height: 16rem;
  }

  .process__stage-head h3 {
    max-width: 9ch;
  }

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

  .process-step {
    min-height: auto;
    padding: 1.2rem;
  }

  .process-step h4 {
    max-width: 16rem;
    margin-top: 1.7rem;
  }

  .testimonial {
    grid-template-columns: 1fr;
    gap: 2rem;
    background:
      linear-gradient(180deg, #12100f 0%, #151210 48%, #0a0a0a 100%);
  }

  .testimonial::before {
    inset: auto -12% 8% auto;
    width: 80%;
    height: 42%;
    transform: skewX(-12deg);
  }

  .testimonial__copy {
    justify-self: start;
  }

  .testimonial__copy h2 {
    max-width: 10ch;
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .testimonial__list {
    margin: 1.7rem 0 1.8rem;
  }

  .testimonial__list li {
    font-size: 0.92rem;
  }

  .testimonial__proof {
    padding: 0.85rem;
  }

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

  .testimonial__metrics div:last-child {
    justify-items: start;
    text-align: left;
  }

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

  .testimonial__quote figcaption {
    grid-column: 1;
    margin-top: 0;
  }

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

  .testimonial__mini {
    min-height: auto;
  }

  .final__media::after {
    top: 0.75rem;
    left: 0.75rem;
  }

  .audit-form {
    padding: 0.85rem;
  }

  .upload-field label {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    min-height: auto;
  }

  .upload-field__mark {
    width: 3rem;
    height: 3rem;
  }

  .truth__inner > p:not(.eyebrow),
  .truth__inner > strong,
  .truth__inner > p.truth__belief,
  .truth-manifesto,
  .marketplace-story,
  .truth-proof {
    margin-left: 0;
  }

  .truth__inner > strong {
    font-size: clamp(2rem, 10vw, 3.3rem);
  }

  .truth__inner > p.truth__belief {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .truth-manifesto {
    margin-top: 1.8rem;
    padding-top: 1.25rem;
  }

  .truth-manifesto h3 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .marketplace-story {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    margin-top: 1.6rem;
  }

  .marketplace-story__shift {
    width: 2.45rem;
    height: 2.45rem;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .truth-proof__header {
    display: grid;
    gap: 0.35rem;
  }

  .truth-proof__row {
    grid-template-columns: 1fr auto;
    gap: 0.55rem 0.8rem;
  }

  .truth-proof__track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .truth-proof__split {
    grid-template-columns: 1fr;
  }

  .truth-proof__split div {
    min-height: 5.8rem;
  }

  .truth-proof__split div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(245, 245, 245, 0.12);
  }

  .delivery-proof__top {
    display: grid;
    gap: 0.35rem;
  }

  .delivery-proof__toolbar {
    grid-template-columns: auto 1fr;
  }

  .delivery-proof__toolbar em {
    grid-column: 2;
    margin-top: -0.35rem;
  }

  .delivery-proof__dashboard {
    grid-template-columns: 1fr;
  }

  .delivery-proof__sidebar {
    grid-template-columns: 1fr 1fr;
  }

  .delivery-proof__sidebar span {
    grid-column: 1 / -1;
  }

  .delivery-proof__comparison img {
    aspect-ratio: 1.35;
  }

  .delivery-proof__headline strong {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
  }

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

  .delivery-proof__stats div {
    display: block;
  }

  .delivery-proof__stats strong {
    margin-top: 0.45rem;
    font-size: clamp(1.45rem, 8vw, 2.1rem);
  }

  .delivery-proof__chart {
    min-height: 7.6rem;
  }

  .proof-card {
    display: block;
  }

  .proof-card h3 {
    margin-top: 1rem;
  }

  .compare--gallery,
  .compare--final {
    aspect-ratio: 0.88;
  }

  .compare__handle span {
    width: 3rem;
    height: 3rem;
  }

  .feature {
    min-height: 14rem;
  }

  .trust-standard__copy h2,
  .faq .section-heading h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .trust-standard__points li {
    min-height: auto;
    padding: 1.1rem 1rem 1.1rem 3.15rem;
  }

  .trust-standard__points li::before {
    left: 1rem;
  }

  .faq__item {
    min-height: auto;
    padding: 1.2rem;
  }

  .faq__item h3 {
    max-width: 18rem;
  }

  .audit-form__grid {
    grid-template-columns: 1fr;
  }

  .audit-form .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .proaks__panel.is-switching,
  .proaks-visual__scan,
  .proaks-visual--gloss::before,
  .proaks-visual--texture::before,
  .proaks-visual--leak::after,
  .proaks-card__mobile-panel {
    animation: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
