:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #a8b8d8;
  --bg: #05070d;
  --panel: #0c1424;
  --panel-strong: #121d31;
  --blue: #1f68d6;
  --blue-bright: #3385ff;
  --yellow: #ffd22e;
  --magenta: #ef006d;
  --cyan: #69e4ff;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

:root[data-theme="light"] {
  color-scheme: light;
  --ink: #111827;
  --muted: #53627a;
  --bg: #f5f7fb;
  --panel: #ffffff;
  --panel-strong: #e9eef7;
  --blue: #1d5fbf;
  --blue-bright: #286fe5;
  --yellow: #9b6400;
  --magenta: #c50056;
  --cyan: #00788f;
  --line: rgba(17, 24, 39, 0.16);
  --shadow: 0 24px 70px rgba(35, 48, 77, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.7), rgba(5, 7, 13, 1)),
    radial-gradient(circle at 72% 18%, rgba(31, 104, 214, 0.24), transparent 30%),
    linear-gradient(135deg, #05070d 0%, #08101f 48%, #090711 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
}

body.is-intro-lock {
  overflow: hidden;
}

body.is-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 54%, rgba(31, 104, 214, 0.28), transparent 28%),
    radial-gradient(circle at 50% 48%, rgba(255, 210, 46, 0.12), transparent 18%),
    #02040a;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}

.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro__grain,
.intro__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intro__grain {
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  animation: introGridDrift 3.8s ease forwards;
}

.intro__vignette {
  background: radial-gradient(circle, transparent 0 38%, rgba(0, 0, 0, 0.42) 74%, rgba(0, 0, 0, 0.82));
}

.intro__tunnel {
  position: absolute;
  width: min(72vw, 920px);
  aspect-ratio: 1;
  border-radius: 50%;
  perspective: 900px;
  transform: translateY(4vh);
}

.intro__halo,
.intro__gate {
  position: absolute;
  inset: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.intro__halo {
  width: 42%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(105, 228, 255, 0.18), transparent 64%);
  filter: blur(8px);
  animation: introHalo 3.2s ease forwards;
}

.intro__gate {
  width: 28%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 210, 46, 0.46);
  box-shadow:
    0 0 0 10px rgba(31, 104, 214, 0.08),
    0 0 62px rgba(31, 104, 214, 0.42);
  animation: introGate 3.2s ease forwards;
}

.intro__ring {
  position: absolute;
  inset: 50%;
  border: 18px solid rgba(51, 133, 255, 0.85);
  border-bottom-color: rgba(255, 210, 46, 0.9);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.1);
  animation: tunnelRush 2.8s cubic-bezier(0.22, 0.7, 0.18, 1) forwards;
  box-shadow: 0 0 44px rgba(51, 133, 255, 0.38);
}

.intro__ring--two {
  animation-delay: 0.28s;
}

.intro__ring--three {
  animation-delay: 0.56s;
}

.intro__ring--four {
  animation-delay: 0.84s;
}

.intro__ring--five {
  animation-delay: 1.12s;
}

.intro__track {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16vw;
  max-width: 180px;
  height: 52%;
  transform: translateX(-50%);
  clip-path: polygon(42% 0, 58% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(105, 228, 255, 0.1), rgba(31, 104, 214, 0.42));
  animation: trackStretch 2.9s ease-in forwards;
}

.intro__beam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 210, 46, 0), rgba(255, 210, 46, 0.82), rgba(105, 228, 255, 0));
  opacity: 0;
  transform-origin: top center;
  animation: introBeam 3.2s ease forwards 0.55s;
}

.intro__beam--one {
  transform: rotate(58deg) translateY(-16%);
}

.intro__beam--two {
  transform: rotate(-58deg) translateY(-16%);
  animation-delay: 0.72s;
}

.intro__spark {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 52px;
  border-radius: 999px;
  background: var(--yellow);
  transform-origin: 0 0;
  opacity: 0;
  animation: spark 1.8s ease-out forwards;
}

.intro__spark--one {
  transform: rotate(72deg) translateX(12px);
  animation-delay: 0.4s;
}

.intro__spark--two {
  transform: rotate(154deg) translateX(18px);
  animation-delay: 0.7s;
}

.intro__spark--three {
  transform: rotate(248deg) translateX(10px);
  animation-delay: 1s;
}

.intro__spark--four {
  transform: rotate(318deg) translateX(16px);
  animation-delay: 1.28s;
}

.intro__spark--five {
  transform: rotate(28deg) translateX(14px);
  animation-delay: 1.48s;
}

.intro__logo {
  width: min(360px, 68vw);
  opacity: 0;
  transform: translateY(28px) scale(0.94);
  animation: introLogo 2.5s ease forwards 0.65s;
  filter: drop-shadow(0 26px 56px rgba(0, 0, 0, 0.54));
}

.intro__caption {
  position: absolute;
  bottom: clamp(70px, 9vh, 110px);
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.intro__skip {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  cursor: pointer;
}

.intro__flash {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98), rgba(105, 228, 255, 0.64) 28%, transparent 56%),
    white;
  opacity: 0;
  animation: flashReveal 3.8s ease forwards;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 7, 13, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(68px, 7vw, 92px);
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.32));
}

.jump-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.35rem, 1vw, 0.8rem);
  overflow-x: auto;
  scrollbar-width: none;
}

.jump-nav::-webkit-scrollbar {
  display: none;
}

.jump-nav a,
.jump-nav__button {
  flex: 0 0 auto;
  border: 0;
  border-radius: 999px;
  padding: 0.58rem 0.78rem;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.9rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.jump-nav a:hover,
.jump-nav a:focus-visible,
.jump-nav a.is-current,
.jump-nav__button:hover,
.jump-nav__button:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  outline: none;
}

.jump-nav__cta {
  background: var(--yellow) !important;
  color: #111827 !important;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.76fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(3.5rem, 8vh, 5.75rem) clamp(1rem, 5vw, 4rem) clamp(2.5rem, 6vh, 4rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 18% -8vw auto auto;
  width: min(54vw, 760px);
  aspect-ratio: 1;
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 50% 56%, #fef8e8 0 8%, #1f4f91 8.4% 17%, #123965 17.4% 30%, #092a50 30.4% 44%, #1f68d6 44.4% 61%, transparent 61.4%),
    linear-gradient(90deg, var(--yellow) 0 18%, transparent 18% 82%, var(--yellow) 82% 100%);
  opacity: 0.82;
  filter: saturate(1.08);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, transparent, black 18%, black 76%, transparent);
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 0.9rem;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.hero h1,
.section h2,
.contact h2 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(3rem, 9vw, 8.1rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 650px;
}

.hero__lead {
  max-width: 650px;
  margin: 1.4rem 0 0;
  color: #dce8ff;
  font-size: clamp(1.08rem, 2vw, 1.42rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.78rem 1.1rem;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button--primary {
  border-color: transparent;
  background: var(--yellow);
  color: #111827;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.hero__girl {
  position: absolute;
  z-index: 3;
  right: clamp(2rem, 8vw, 7rem);
  bottom: clamp(1rem, 4vw, 3.5rem);
  width: min(31vw, 430px);
  min-width: 260px;
  filter: drop-shadow(0 28px 64px rgba(0, 0, 0, 0.46));
}

.hero__meter {
  position: absolute;
  z-index: 4;
  left: clamp(1rem, 5vw, 4rem);
  bottom: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: calc(100% - 2rem);
}

.hero__meter span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.46rem 0.72rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.hero__meter--inline {
  display: none;
}

.section {
  position: relative;
  padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
}

.section__inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  min-width: 0;
}

.section__heading {
  max-width: 780px;
  margin-bottom: clamp(2rem, 5vw, 3.2rem);
  min-width: 0;
}

.section h2,
.contact h2 {
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.section__heading p:not(.eyebrow),
.contact p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.section--dark {
  background: linear-gradient(180deg, var(--bg), #071426);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.price-card,
.dev-packages article,
.launch-packages article,
.process-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  min-width: 0;
  overflow-wrap: break-word;
}

.service-card {
  min-height: 280px;
  padding: 1.2rem;
  cursor: pointer;
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(255, 210, 46, 0.42);
  outline: none;
  transform: translateY(-2px);
}

.service-card.is-expanded {
  border-color: rgba(105, 228, 255, 0.48);
  background: linear-gradient(180deg, rgba(105, 228, 255, 0.1), rgba(255, 255, 255, 0.055));
}

.service-card__tag,
.process-list span {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: var(--yellow);
  font-weight: 900;
}

.service-card h3,
.price-card h3,
.project-card h3,
.process-list h3,
.dev-packages h3,
.launch-packages h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
}

.service-card p,
.price-card li,
.project-card p,
.process-list p,
.dev-packages p,
.launch-packages p {
  color: var(--muted);
}

.service-card__toggle {
  width: 100%;
  min-height: 42px;
  margin-top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0.68rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.service-card__toggle:hover,
.service-card__toggle:focus-visible {
  border-color: rgba(255, 210, 46, 0.62);
  background: rgba(255, 210, 46, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.service-card__details {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.28s ease;
}

.service-card.is-expanded .service-card__details {
  max-height: 1300px;
  opacity: 1;
}

.service-detail__summary {
  margin-top: 0;
  color: #dce8ff !important;
}

.service-detail__group {
  margin-top: 0.95rem;
}

.service-detail__group h4 {
  margin: 0 0 0.45rem;
  color: var(--yellow);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.service-detail__group ul {
  display: grid;
  gap: 0.32rem;
  margin: 0;
  padding-left: 1.05rem;
}

.service-detail__group li,
.service-detail__group p {
  color: var(--muted);
  font-size: 0.94rem;
}

.service-detail__group--fact p {
  margin: 0;
}

.service-detail__cta {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--cyan);
  font-weight: 900;
}

.section--pricing {
  background:
    linear-gradient(180deg, #071426, #090711),
    linear-gradient(90deg, rgba(255, 210, 46, 0.08), rgba(31, 104, 214, 0.08));
}

.price-card {
  position: relative;
  min-height: 360px;
  padding: 1.3rem;
  overflow: hidden;
}

.price-card--featured {
  border-color: rgba(255, 210, 46, 0.64);
  background: linear-gradient(180deg, rgba(255, 210, 46, 0.16), rgba(255, 255, 255, 0.06));
}

.price-card__label {
  margin: 0 0 1.2rem;
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.price-card__price {
  margin: 1.3rem 0;
  color: var(--yellow);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.price-card__price span {
  color: var(--muted);
  font-size: 1rem;
}

.price-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.price-card li + li {
  margin-top: 0.5rem;
}

.price-card__select {
  width: 100%;
  min-height: 42px;
  margin-top: 1.2rem;
  border: 1px solid rgba(255, 210, 46, 0.36);
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  background: rgba(255, 210, 46, 0.12);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.price-card__select:hover,
.price-card__select:focus-visible {
  border-color: rgba(255, 210, 46, 0.72);
  background: rgba(255, 210, 46, 0.2);
  outline: none;
  transform: translateY(-1px);
}

.dev-packages,
.launch-packages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.dev-packages article,
.launch-packages article {
  padding: 1.25rem;
}

.dev-packages span,
.launch-packages span {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: rgba(105, 228, 255, 0.1);
  color: var(--cyan);
  font-weight: 800;
}

.launch-packages {
  margin-top: 1.2rem;
}

.section--showcase {
  background: linear-gradient(180deg, #090711, #06101c);
}

.carousel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.carousel__viewport {
  position: relative;
  min-height: 420px;
}

.project-card {
  display: none;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1fr);
  min-height: 420px;
}

.project-card.is-active {
  display: grid;
}

.project-card__visual {
  display: grid;
  place-items: center;
  min-height: 420px;
  background:
    linear-gradient(135deg, rgba(31, 104, 214, 0.5), rgba(239, 0, 109, 0.18)),
    #08101f;
}

.project-card__visual img {
  width: min(74%, 420px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.42));
}

.project-card__visual--app img {
  width: min(78%, 520px);
}

.project-card__visual--screenshot {
  padding: clamp(1rem, 3vw, 2rem);
  background:
    linear-gradient(135deg, rgba(105, 228, 255, 0.2), rgba(255, 210, 46, 0.1)),
    #071426;
}

.project-card__visual--screenshot img {
  width: min(94%, 640px);
  max-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  object-fit: contain;
  background: #05070d;
}

.project-card__visual--hud img {
  width: min(88%, 520px);
}

.project-card__visual--mobile img {
  width: auto;
  max-width: min(76%, 420px);
  max-height: 380px;
}

.project-card__visual--brand img {
  width: min(58%, 320px);
}

.project-card__copy {
  align-self: center;
  padding: clamp(1.25rem, 5vw, 3rem);
}

.project-card__kicker {
  color: var(--yellow) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.project-card__copy span {
  display: inline-flex;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--cyan);
  font-weight: 800;
}

.project-card__link {
  display: inline-flex;
  margin-top: 0.85rem;
  color: var(--yellow);
  font-weight: 900;
}

.project-card__facts {
  display: grid;
  gap: 0.45rem;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.project-card__tunnel-mini {
  width: min(72%, 360px);
  aspect-ratio: 1;
  border-radius: 50% 50% 42% 42%;
  background:
    radial-gradient(circle at 50% 58%, #fef8e8 0 10%, #1f4f91 10.5% 24%, #092a50 24.5% 42%, #1f68d6 43% 62%, transparent 63%),
    linear-gradient(90deg, var(--yellow) 0 20%, transparent 20% 80%, var(--yellow) 80% 100%);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.42));
}

.carousel__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding: 0.9rem;
}

.carousel__controls button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.65rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.carousel__dots {
  display: flex;
  gap: 0.5rem;
}

.carousel__dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.26);
}

.carousel__dots button.is-active {
  background: var(--yellow);
}

.section--process {
  background: linear-gradient(180deg, #06101c, #05070d);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 1.25rem;
}

.legal-page {
  background:
    radial-gradient(circle at 78% 10%, rgba(31, 104, 214, 0.26), transparent 34%),
    linear-gradient(180deg, #05070d, #071426 45%, #05070d);
}

.legal-hero {
  width: min(100%, var(--max));
  max-width: calc(100vw - 2rem);
  margin: 0 auto;
  padding: clamp(5rem, 12vw, 8rem) clamp(1rem, 5vw, 4rem) clamp(2rem, 5vw, 3rem);
  overflow-wrap: break-word;
}

.legal-hero h1 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(2.8rem, 8vw, 7rem);
  line-height: 0.94;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-document {
  width: min(calc(100% - 2rem), 900px);
  max-width: calc(100vw - 2rem);
  margin: 0 auto clamp(4rem, 9vw, 7rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.25rem, 4vw, 3rem);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
  overflow-wrap: break-word;
}

.legal-document h2 {
  margin: 2rem 0 0.6rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document p {
  color: var(--muted);
}

.legal-document a {
  color: var(--yellow);
  font-weight: 900;
}

.contact {
  padding: clamp(4rem, 10vw, 8rem) clamp(1rem, 5vw, 4rem);
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.3), rgba(5, 7, 13, 1)),
    linear-gradient(120deg, rgba(31, 104, 214, 0.32), rgba(255, 210, 46, 0.14), rgba(239, 0, 109, 0.18));
}

.contact__inner {
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

.contact .button {
  margin-top: 1.2rem;
}

.report-modal[hidden],
.qa-compare-modal[hidden] {
  display: none;
}

.report-modal,
.quote-modal,
.qa-compare-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
}

.quote-modal[hidden] {
  display: none;
}

.report-modal__backdrop,
.quote-modal__backdrop,
.qa-compare-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 4, 10, 0.82);
  cursor: pointer;
}

.report-modal__panel,
.quote-modal__panel,
.qa-compare-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  max-width: calc(100vw - 2rem);
  max-height: min(88svh, 860px);
  overflow: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: clamp(1.2rem, 4vw, 2.4rem);
  background:
    linear-gradient(180deg, rgba(12, 20, 36, 0.98), rgba(5, 7, 13, 0.98)),
    var(--panel);
  box-shadow: 0 32px 120px rgba(0, 0, 0, 0.68);
}

.report-modal__panel {
  width: min(100%, 1120px);
}

.quote-modal__panel {
  width: min(100%, 1180px);
}

.qa-compare-modal__panel {
  width: min(100%, 1180px);
}

.report-modal__close,
.qa-compare-modal__close {
  display: block;
  margin: 0 0 0.9rem auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.58rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.quote-modal__header {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin: clamp(-2.4rem, -4vw, -1.2rem) clamp(-2.4rem, -4vw, -1.2rem) 1rem;
  padding: clamp(1rem, 3vw, 1.55rem) clamp(1rem, 3vw, 1.55rem) 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(12, 20, 36, 0.98), rgba(12, 20, 36, 0.92)),
    var(--panel);
}

.qa-compare-modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.qa-compare-modal__header .qa-compare-modal__close {
  margin: 0;
}

.quote-modal__close {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.58rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.quote-modal__lead,
.qa-compare-modal__lead {
  margin-bottom: 0;
}

.report-modal h2,
.quote-modal h2,
.qa-compare-modal h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.2rem);
  line-height: 0.94;
}

.report-modal__lead,
.quote-modal__lead,
.qa-compare-modal__lead {
  max-width: 760px;
  color: var(--muted);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(340px, 1.1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.checkout-picker,
.checkout-form,
.checkout-summary-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.checkout-picker,
.checkout-form {
  padding: clamp(0.9rem, 1.8vw, 1.2rem);
}

.checkout-picker {
  max-height: min(66svh, 660px);
  overflow: auto;
  scrollbar-width: thin;
}

.checkout-picker h3 {
  margin: 0 0 0.85rem;
}

.checkout-picker h3:not(:first-child) {
  margin-top: 1.25rem;
}

.checkout-groups,
.checkout-addons {
  display: grid;
  gap: 0.7rem;
}

.checkout-group {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.checkout-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  min-height: 44px;
  padding: 0.68rem 0.8rem;
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
}

.checkout-group summary::marker {
  color: var(--yellow);
}

.checkout-group summary em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.checkout-group__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  border-top: 1px solid var(--line);
  padding: 0.65rem;
}

.checkout-option,
.checkout-addons label {
  display: grid;
  gap: 0.14rem;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 0.62rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  text-align: left;
}

.checkout-option {
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.checkout-option:hover,
.checkout-option:focus-visible,
.checkout-option.is-selected {
  border-color: rgba(255, 210, 46, 0.62);
  background: rgba(255, 210, 46, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.checkout-option span,
.checkout-addons span {
  min-width: 0;
  font-weight: 900;
  line-height: 1.18;
}

.checkout-option strong,
.checkout-addons strong {
  color: var(--yellow);
  font-size: 0.82rem;
  line-height: 1.2;
}

.checkout-option em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.25;
}

.checkout-addons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  padding: 0.65rem;
}

.checkout-addons label {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  cursor: pointer;
}

.checkout-addons input {
  accent-color: var(--yellow);
}

.qa-page .checkout-layout {
  grid-template-columns: minmax(300px, 0.86fr) minmax(340px, 1.14fr);
  gap: clamp(1.2rem, 2.8vw, 1.9rem);
}

.qa-page .checkout-picker,
.qa-page .checkout-form {
  border: 0;
  background: transparent;
}

.qa-page .checkout-picker {
  max-height: min(72svh, 720px);
  padding: 0 clamp(0.75rem, 1.7vw, 1.15rem) 0 0;
}

.qa-page .quote-modal__panel,
.qa-page .checkout-picker {
  scrollbar-width: none;
}

.qa-page .quote-modal__panel::-webkit-scrollbar,
.qa-page .checkout-picker::-webkit-scrollbar {
  display: none;
}

.qa-page .checkout-form {
  padding: 0;
}

.qa-checkout-groups {
  gap: 0.9rem;
}

.qa-checkout-group {
  display: grid;
  gap: 0.55rem;
}

.qa-checkout-group__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  padding-bottom: 0.42rem;
}

.qa-checkout-group__header span {
  color: var(--ink);
  font-size: 0.96rem;
  font-weight: 900;
}

.qa-checkout-group__header em {
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 820;
  text-align: right;
}

.qa-checkout-options,
.qa-page .checkout-addons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  border-top: 0;
  padding: 0;
}

.qa-page .checkout-option,
.qa-page .checkout-addons label {
  border: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  padding: 0.62rem 0.68rem;
  background: rgba(255, 255, 255, 0.055);
}

.qa-page .checkout-option:hover,
.qa-page .checkout-option:focus-visible,
.qa-page .checkout-option.is-selected {
  border-left-color: var(--yellow);
  background: rgba(255, 210, 46, 0.12);
}

.checkout-form {
  display: grid;
  gap: 0.78rem;
}

.checkout-form__trap {
  position: absolute;
  left: -9999px;
}

.checkout-summary-card {
  display: grid;
  gap: 0.7rem;
  padding: 0.85rem;
  background:
    linear-gradient(135deg, rgba(255, 210, 46, 0.13), rgba(105, 228, 255, 0.08)),
    rgba(255, 255, 255, 0.055);
}

.checkout-summary-card span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-summary-card > div > strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--yellow);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1;
}

.checkout-discount {
  display: block;
  min-height: 1.05rem;
  margin-top: 0.36rem;
  color: #dce8ff;
  font-size: 0.8rem;
  font-weight: 820;
}

.checkout-summary-card p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  border-top: 1px solid var(--line);
  padding-top: 0.65rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkout-summary-card p strong,
.checkout-summary-card p span {
  min-width: 0;
  overflow-wrap: break-word;
}

.checkout-summary-card p:first-child {
  border-top: 0;
  padding-top: 0;
}

.checkout-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.checkout-form label,
.checkout-slider label,
.checkout-platforms legend {
  display: grid;
  gap: 0.32rem;
  color: #dce8ff;
  font-weight: 850;
}

.checkout-form input:not([type="range"]):not([type="checkbox"]),
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-height: 44px;
  padding: 0.55rem 0.68rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 0.96rem;
  line-height: 1.25;
}

.checkout-form select {
  appearance: none;
  padding-right: 2.2rem;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--cyan) 50%),
    linear-gradient(135deg, var(--cyan) 50%, transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  background-position:
    calc(100% - 1rem) 50%,
    calc(100% - 0.7rem) 50%,
    0 0;
  background-size:
    0.36rem 0.36rem,
    0.36rem 0.36rem,
    100% 100%;
  background-repeat: no-repeat;
}

.checkout-form input[type="date"] {
  color-scheme: dark;
}

.checkout-form input:not([type="range"]):not([type="checkbox"]):focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: rgba(105, 228, 255, 0.72);
  box-shadow: 0 0 0 3px rgba(105, 228, 255, 0.12);
  outline: none;
}

.checkout-form select option {
  background: #121d31;
  color: var(--ink);
}

.checkout-form textarea {
  min-height: 118px;
  resize: vertical;
}

.checkout-platforms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.46rem;
  margin: 0;
  border: 0;
  padding: 0;
}

.checkout-platforms legend {
  grid-column: 1 / -1;
  margin-bottom: 0.05rem;
  padding: 0;
}

.checkout-platforms label {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.38rem 0.58rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
  cursor: pointer;
}

.checkout-platforms input {
  accent-color: var(--yellow);
}

.checkout-platforms label:has(input:checked) {
  border-color: rgba(255, 210, 46, 0.62);
  background: rgba(255, 210, 46, 0.13);
}

.checkout-platforms input:checked + span {
  color: var(--yellow);
}

.checkout-field--stage {
  width: min(100%, 25rem);
}

.checkout-field--stage select {
  min-height: 42px;
}

.checkout-slider {
  display: grid;
  gap: 0.36rem;
}

.checkout-slider label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.checkout-slider input {
  width: 100%;
  accent-color: var(--yellow);
}

.checkout-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 760;
}

.checkout-step-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  text-align: center;
}

.checkout-step-labels span:first-child {
  text-align: left;
}

.checkout-step-labels span:last-child {
  text-align: right;
}

.checkout-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--cyan);
  font-weight: 800;
}

.checkout-status[data-status="success"] {
  color: var(--yellow);
}

.checkout-status[data-status="error"] {
  color: #ffb8b8;
}

.checkout-submit {
  width: 100%;
}

.qa-compare {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  scrollbar-width: none;
}

.qa-compare::-webkit-scrollbar {
  display: none;
}

.qa-compare-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 0.9rem;
}

.qa-compare-switch button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.52rem 0.76rem;
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.qa-compare-switch button:hover,
.qa-compare-switch button:focus-visible {
  border-color: rgba(255, 210, 46, 0.58);
  background: rgba(255, 210, 46, 0.13);
  outline: none;
}

.qa-compare-view[hidden] {
  display: none;
}

.qa-compare-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.qa-compare-table th,
.qa-compare-table td {
  min-width: 140px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.72rem 0.78rem;
  text-align: center;
}

.qa-compare-table th:first-child {
  min-width: 240px;
  text-align: left;
}

.qa-compare-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #0c1424;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.18;
}

.qa-compare-table thead th:first-child,
.qa-compare-table tbody th {
  position: sticky;
  left: 0;
  z-index: 3;
  background: #08101f;
}

.qa-compare-table thead span {
  display: block;
  margin-top: 0.3rem;
  color: var(--yellow);
  font-size: 0.78rem;
}

.qa-compare-table tbody th {
  color: #dce8ff;
  font-size: 0.88rem;
  font-weight: 850;
  line-height: 1.25;
}

.qa-compare-table td {
  color: var(--muted);
  font-weight: 820;
}

.qa-compare-table input {
  width: 1rem;
  height: 1rem;
  margin: 0;
  accent-color: var(--yellow);
}

.qa-compare-table td.is-muted {
  background: rgba(255, 255, 255, 0.026);
}

.qa-compare-table td.is-muted input {
  opacity: 0.28;
}

.qa-compare-table__inherit td {
  background: rgba(105, 228, 255, 0.055);
  color: #dce8ff;
  font-size: 0.86rem;
  line-height: 1.28;
}

.report-summary,
.report-grid {
  display: grid;
  gap: 1rem;
}

.report-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.5rem 0;
}

.report-summary article,
.report-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.report-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.report-summary strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink);
  font-size: 1.12rem;
}

.report-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.report-panel h3 {
  margin: 0 0 0.8rem;
}

.report-panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.report-panel li + li {
  margin-top: 0.45rem;
}

.severity-chart {
  display: grid;
  gap: 0.62rem;
}

.severity-chart__bar {
  display: flex;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  padding: 0 0.85rem;
  width: var(--bar-size);
  min-width: 7.5rem;
  color: #08101f;
  font-weight: 900;
}

.severity-chart__bar--critical {
  background: #ff6b6b;
}

.severity-chart__bar--high {
  background: #ffd22e;
}

.severity-chart__bar--medium {
  background: #69e4ff;
}

.severity-chart__bar--low {
  background: #8ce99a;
}

.bug-list strong {
  color: var(--ink);
}

.check-list li::marker {
  color: var(--yellow);
}

.qa-report {
  display: grid;
  gap: clamp(1.2rem, 3vw, 2rem);
}

.qa-report__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.38fr);
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: clamp(1.1rem, 3vw, 1.6rem);
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 210, 46, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(31, 104, 214, 0.18), rgba(255, 255, 255, 0.045)),
    rgba(255, 255, 255, 0.055);
}

.qa-report__hero-copy,
.qa-report__verdict {
  position: relative;
  z-index: 2;
}

.qa-report__hero h2 {
  max-width: 720px;
}

.qa-report__verdict {
  align-self: end;
  border: 1px solid rgba(255, 210, 46, 0.28);
  border-radius: 8px;
  padding: 1rem;
  background: rgba(5, 7, 13, 0.48);
  backdrop-filter: blur(14px);
}

.qa-report__verdict span,
.qa-report__stats span,
.qa-report__matrix span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.qa-report__verdict strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.qa-report__verdict p {
  margin: 0.65rem 0 0;
  color: #dce8ff;
}

.qa-report__orb {
  position: absolute;
  inset: auto -9rem -13rem auto;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 228, 255, 0.22), transparent 58%);
  opacity: 0.8;
}

.qa-report__orb span {
  position: absolute;
  inset: 15%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: reportOrbit 9s linear infinite;
}

.qa-report__orb span:nth-child(2) {
  inset: 28%;
  animation-duration: 13s;
  animation-direction: reverse;
}

.qa-report__orb span:nth-child(3) {
  inset: 42%;
  border-color: rgba(255, 210, 46, 0.24);
  animation-duration: 7s;
}

.qa-report__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 0.45rem;
  background: rgba(5, 7, 13, 0.76);
  backdrop-filter: blur(18px);
}

.qa-report__nav a,
.qa-report__filters button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.48rem 0.72rem;
  color: #dce8ff;
  font-weight: 900;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.qa-report__nav a:hover,
.qa-report__nav a:focus-visible,
.qa-report__filters button:hover,
.qa-report__filters button:focus-visible,
.qa-report__filters button.is-active {
  border-color: rgba(255, 210, 46, 0.42);
  background: rgba(255, 210, 46, 0.12);
  outline: none;
  transform: translateY(-1px);
}

.qa-report__section {
  display: grid;
  gap: 1rem;
  scroll-margin-top: 4rem;
}

.qa-report__section--split {
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 1fr);
  align-items: start;
}

.qa-report__section-heading {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.qa-report__section-heading h3 {
  margin: 0;
  font-size: clamp(1.8rem, 5vw, 3.7rem);
  line-height: 0.98;
}

.qa-report__section-heading p:not(.eyebrow) {
  margin: 0;
  color: #dce8ff;
}

.qa-report__stats,
.qa-report__story-grid,
.qa-report__chart-board,
.qa-report__matrix,
.qa-report__timeline {
  display: grid;
  gap: 0.75rem;
}

.qa-report__stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.qa-report__stats article,
.qa-report__story-card,
.qa-report__chart-card,
.qa-report__finding,
.qa-report__matrix article,
.qa-report__timeline article,
.qa-report__handoff {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.18);
}

.qa-report__stats article {
  padding: 0.9rem;
}

.qa-report__stats strong,
.qa-report__matrix strong {
  display: block;
  color: var(--ink);
  font-size: 1.35rem;
}

.qa-report__stats p,
.qa-report__story-card p,
.qa-report__chart-card p,
.qa-report__finding p,
.qa-report__timeline p,
.qa-report__handoff p,
.qa-report__handoff li,
.qa-report__matrix em {
  color: var(--muted);
}

.qa-report__story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qa-report__story-card {
  padding: 1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.qa-report__story-card:hover,
.qa-report__finding:hover,
.qa-report__matrix article:hover,
.qa-report__timeline article:hover {
  border-color: rgba(105, 228, 255, 0.38);
  background: rgba(105, 228, 255, 0.075);
  transform: translateY(-2px);
}

.qa-report__story-card h4,
.qa-report__chart-card h4,
.qa-report__finding h4,
.qa-report__timeline h4,
.qa-report__handoff h4 {
  margin: 0.55rem 0 0;
  font-size: 1.05rem;
}

.qa-report__tag,
.qa-report__pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.52rem;
  background: rgba(105, 228, 255, 0.12);
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
}

.qa-report__tag--warm {
  background: rgba(255, 210, 46, 0.13);
  color: var(--yellow);
}

.qa-report__tag--cool {
  background: rgba(31, 104, 214, 0.18);
  color: #9dc5ff;
}

.qa-report__chart-board {
  grid-template-columns: 0.85fr 1fr;
}

.qa-report__chart-card {
  padding: 1rem;
}

.qa-report__chart-card--donut {
  grid-row: span 2;
}

.qa-report__donut {
  display: grid;
  place-items: center;
  width: min(100%, 17rem);
  aspect-ratio: 1;
  margin: 1rem auto;
  border-radius: 50%;
  background:
    radial-gradient(circle, #111827 0 44%, transparent 45%),
    conic-gradient(#ff6b6b 0 5%, #ffd22e 5% 20%, #69e4ff 20% 55%, #8ce99a 55% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 24px 80px rgba(31, 104, 214, 0.18);
  animation: reportDonutIn 1s ease both;
}

.qa-report__donut span {
  color: var(--ink);
  font-size: 3.5rem;
  font-weight: 950;
}

.qa-report__legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-weight: 850;
}

.qa-report__dot {
  display: inline-block;
  width: 0.7rem;
  aspect-ratio: 1;
  margin-right: 0.35rem;
  border-radius: 50%;
}

.qa-report__dot--critical,
.qa-report__pill--critical {
  background: #ff6b6b;
  color: #08101f;
}

.qa-report__dot--high,
.qa-report__pill--high {
  background: #ffd22e;
  color: #08101f;
}

.qa-report__dot--medium,
.qa-report__pill--medium {
  background: #69e4ff;
  color: #08101f;
}

.qa-report__dot--low,
.qa-report__pill--low {
  background: #8ce99a;
  color: #08101f;
}

.qa-report__bars {
  display: grid;
  gap: 0.72rem;
}

.qa-report__bars span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
  min-height: 42px;
  border-radius: 999px;
  padding: 0 0.9rem;
  background: rgba(255, 255, 255, 0.065);
}

.qa-report__bars span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-size);
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 210, 46, 0.5), rgba(105, 228, 255, 0.28));
  animation: reportBarIn 1s ease both;
}

.qa-report__bars strong,
.qa-report__bars em {
  position: relative;
  z-index: 1;
}

.qa-report__bars em {
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.qa-report__confidence {
  height: 0.75rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.qa-report__confidence span {
  display: block;
  width: var(--score);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ffd22e, #69e4ff);
  animation: reportBarIn 1s ease both;
}

.qa-report__heatmap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.qa-report__heatmap span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.72rem;
  background: rgba(255, 255, 255, 0.055);
  color: #dce8ff;
  font-weight: 850;
}

.qa-report__heatmap .is-hot {
  border-color: rgba(255, 107, 107, 0.48);
  background: rgba(255, 107, 107, 0.13);
}

.qa-report__heatmap .is-warm {
  border-color: rgba(255, 210, 46, 0.42);
  background: rgba(255, 210, 46, 0.12);
}

.qa-report__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.qa-report__filters button {
  background: rgba(255, 255, 255, 0.07);
  color: var(--ink);
  cursor: pointer;
}

.qa-report__findings {
  display: grid;
  gap: 0.75rem;
}

.qa-report__finding {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(240px, 0.6fr);
  gap: 1rem;
  padding: 1rem;
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.qa-report__finding.is-filtered {
  display: none;
}

.qa-report__finding details {
  align-self: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 0.78rem;
  background: rgba(5, 7, 13, 0.3);
}

.qa-report__finding summary {
  color: var(--yellow);
  font-weight: 900;
  cursor: pointer;
}

.qa-report__finding ol,
.qa-report__handoff ul {
  margin: 0.65rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.qa-report__matrix {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qa-report__matrix article {
  padding: 1rem;
}

.qa-report__matrix em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
}

.qa-report__timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qa-report__timeline article,
.qa-report__handoff {
  padding: 1rem;
}

.qa-report__timeline span {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--yellow);
  color: #08101f;
  font-weight: 950;
}

.qa-report__handoff {
  align-self: stretch;
  border-color: rgba(255, 210, 46, 0.26);
  background:
    linear-gradient(135deg, rgba(255, 210, 46, 0.1), rgba(31, 104, 214, 0.1)),
    rgba(255, 255, 255, 0.055);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem clamp(1rem, 5vw, 4rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #03050a;
}

.site-footer img {
  width: 70px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--cyan);
  font-weight: 800;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.85rem;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.34rem 0.48rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  border-color: rgba(105, 228, 255, 0.62);
  outline: none;
}

.theme-toggle__track {
  position: relative;
  width: 2.3rem;
  height: 1.22rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px var(--line);
}

.theme-toggle__knob {
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 50%;
  background: var(--yellow);
  transition: transform 0.2s ease, background 0.2s ease;
}

:root[data-theme="light"] .theme-toggle__knob {
  transform: translateX(1.08rem);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.qa-page {
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.72), rgba(5, 7, 13, 1)),
    radial-gradient(circle at 82% 8%, rgba(105, 228, 255, 0.18), transparent 28%),
    radial-gradient(circle at 12% 32%, rgba(255, 210, 46, 0.12), transparent 24%),
    linear-gradient(135deg, #05070d 0%, #071426 48%, #090711 100%);
}

.qa-header {
  background: rgba(5, 7, 13, 0.84);
}

.qa-hero {
  position: relative;
  min-height: 86svh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: clamp(2.8rem, 6.5vh, 4.9rem) clamp(1rem, 5vw, 4rem) clamp(3rem, 7vh, 5rem);
  isolation: isolate;
}

.qa-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 28%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.qa-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, black 14%, black 76%, transparent);
}

.qa-hero__rings {
  position: absolute;
  right: clamp(-12rem, -8vw, -4rem);
  top: 46%;
  z-index: -3;
  width: min(62vw, 760px);
  aspect-ratio: 1;
  transform: translateY(-50%);
  opacity: 0.92;
}

.qa-hero__rings span {
  position: absolute;
  inset: 50%;
  border: 2px solid rgba(105, 228, 255, 0.2);
  border-top-color: rgba(255, 210, 46, 0.76);
  border-right-color: rgba(31, 104, 214, 0.64);
  border-radius: 44% 44% 50% 50%;
  transform: translate(-50%, -50%);
  animation: comingRing 10s linear infinite;
}

.qa-hero__rings span:nth-child(1) {
  width: 100%;
  height: 100%;
}

.qa-hero__rings span:nth-child(2) {
  width: 70%;
  height: 70%;
  animation-direction: reverse;
  animation-duration: 12s;
}

.qa-hero__rings span:nth-child(3) {
  width: 40%;
  height: 40%;
  border-color: rgba(255, 210, 46, 0.42);
  animation-duration: 8s;
}

.qa-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.qa-hero h1 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(2.65rem, 6.8vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.qa-hero__lead {
  max-width: 700px;
  margin: 1.4rem 0 0;
  color: #dce8ff;
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
}

.qa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.qa-hero__panel {
  position: relative;
  z-index: 2;
  display: grid;
  align-self: center;
  align-items: center;
  justify-self: end;
  width: min(100%, 620px);
  transform: translateY(clamp(-4rem, -6vh, -2.5rem));
}

.qa-hero__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  width: 100%;
  align-self: center;
}

.qa-hero__stats article,
.qa-proof-card,
.qa-package-card,
.qa-deliverable-card,
.qa-process-list li {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
}

.qa-hero__stats article {
  min-height: 120px;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 210, 46, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.055);
}

.qa-hero__stats strong {
  display: block;
  color: var(--yellow);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 0.95;
}

.qa-hero__stats span {
  display: block;
  margin-top: 0.5rem;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
  text-transform: uppercase;
}

.qa-section--proof {
  background: linear-gradient(180deg, var(--bg), #071426);
}

.qa-section {
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.qa-section + .qa-section {
  padding-top: clamp(2.3rem, 5vw, 4rem);
}

.qa-section .section__heading {
  margin-bottom: clamp(1.35rem, 3.5vw, 2.15rem);
}

.qa-section--passes {
  background:
    linear-gradient(180deg, #071426, #08101f),
    linear-gradient(120deg, rgba(255, 210, 46, 0.1), rgba(105, 228, 255, 0.08));
}

.qa-section--professional {
  background:
    linear-gradient(180deg, #08101f, #090711),
    linear-gradient(90deg, rgba(31, 104, 214, 0.1), rgba(255, 210, 46, 0.08));
}

.qa-section--hourly {
  background:
    linear-gradient(180deg, #090711, #071426),
    linear-gradient(120deg, rgba(105, 228, 255, 0.08), rgba(255, 210, 46, 0.06));
}

.qa-section--deliverables {
  background: linear-gradient(180deg, #090711, #05070d);
}

.qa-proof-grid,
.qa-package-grid,
.qa-deliverables__grid,
.qa-process-list {
  display: grid;
  gap: 1rem;
}

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

.qa-package-grid,
.qa-deliverables__grid,
.qa-process-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qa-package-grid--professional,
.qa-package-grid--hourly {
  gap: 0.85rem;
}

.qa-proof-card,
.qa-package-card,
.qa-deliverable-card,
.qa-process-list li {
  min-width: 0;
  padding: 1.25rem;
  overflow-wrap: break-word;
}

.qa-proof-card {
  min-height: 260px;
}

.qa-package-card {
  display: grid;
  min-height: 360px;
  align-content: start;
  overflow: hidden;
}

.qa-package-card--featured {
  border-color: rgba(255, 210, 46, 0.64);
  background: linear-gradient(180deg, rgba(255, 210, 46, 0.16), rgba(255, 255, 255, 0.06));
}

.qa-package-card--quick {
  position: relative;
  border-color: rgba(105, 228, 255, 0.5);
  background:
    linear-gradient(180deg, rgba(105, 228, 255, 0.12), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.055);
}

.qa-package-card--quick::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--cyan), var(--yellow));
}

.qa-proof-card span,
.qa-process-list span {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: var(--yellow);
  font-weight: 900;
}

.qa-proof-card h3,
.qa-package-card h3,
.qa-deliverable-card h3,
.qa-process-list h3 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.2rem, 1.9vw, 1.65rem);
  line-height: 1.1;
}

.qa-proof-card p,
.qa-deliverable-card p,
.qa-process-list p,
.qa-package-card li {
  color: var(--muted);
}

.qa-package-card__note {
  margin: -0.2rem 0 1rem;
  color: #dce8ff;
}

.qa-package-card__meta {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.qa-package-card__meta span {
  border: 1px solid rgba(105, 228, 255, 0.22);
  border-radius: 999px;
  padding: 0.42rem 0.6rem;
  background: rgba(105, 228, 255, 0.08);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
}

.qa-package-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.qa-package-card li + li {
  margin-top: 0.5rem;
}

.qa-package-card .price-card__select {
  align-self: end;
}

.qa-deliverables {
  display: grid;
  gap: clamp(2rem, 5vw, 3.2rem);
}

.qa-deliverable-card {
  min-height: 190px;
}

.qa-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.qa-contact {
  background:
    linear-gradient(180deg, rgba(5, 7, 13, 0.2), rgba(5, 7, 13, 1)),
    linear-gradient(120deg, rgba(31, 104, 214, 0.3), rgba(255, 210, 46, 0.16), rgba(105, 228, 255, 0.12));
}

:root[data-theme="light"] body {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.84), rgba(245, 247, 251, 1)),
    radial-gradient(circle at 72% 18%, rgba(31, 104, 214, 0.14), transparent 30%),
    linear-gradient(135deg, #f7f9ff 0%, #edf3ff 48%, #fff8dc 100%);
}

:root[data-theme="light"] .site-header,
:root[data-theme="light"] .qa-header,
:root[data-theme="light"] .quote-modal__header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.92)),
    var(--panel);
}

:root[data-theme="light"] .hero,
:root[data-theme="light"] .qa-page {
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.82), rgba(245, 247, 251, 1)),
    radial-gradient(circle at 82% 8%, rgba(31, 104, 214, 0.14), transparent 28%),
    radial-gradient(circle at 12% 32%, rgba(255, 210, 46, 0.12), transparent 24%),
    linear-gradient(135deg, #f7f9ff 0%, #edf3ff 48%, #fff8dc 100%);
}

:root[data-theme="light"] .qa-hero,
:root[data-theme="light"] .section--dark,
:root[data-theme="light"] .qa-section--proof {
  background: linear-gradient(180deg, #f7f9ff, #eef4ff);
}

:root[data-theme="light"] .qa-section--passes {
  background:
    linear-gradient(180deg, #eef4ff, #f8fbff),
    linear-gradient(120deg, rgba(255, 210, 46, 0.13), rgba(31, 104, 214, 0.09));
}

:root[data-theme="light"] .qa-section--professional {
  background:
    linear-gradient(180deg, #f8fbff, #fff9e8),
    linear-gradient(90deg, rgba(31, 104, 214, 0.08), rgba(255, 210, 46, 0.14));
}

:root[data-theme="light"] .qa-section--hourly,
:root[data-theme="light"] .qa-section--deliverables {
  background:
    linear-gradient(180deg, #fff9e8, #f5f7fb),
    linear-gradient(120deg, rgba(105, 228, 255, 0.1), rgba(255, 210, 46, 0.08));
}

:root[data-theme="light"] .qa-contact,
:root[data-theme="light"] .contact {
  background:
    linear-gradient(180deg, rgba(245, 247, 251, 0.22), rgba(245, 247, 251, 1)),
    linear-gradient(120deg, rgba(31, 104, 214, 0.14), rgba(255, 210, 46, 0.18), rgba(105, 228, 255, 0.12));
}

:root[data-theme="light"] .section--pricing {
  background:
    linear-gradient(180deg, #f8fbff, #fff9e8),
    linear-gradient(90deg, rgba(31, 104, 214, 0.08), rgba(255, 210, 46, 0.14));
}

:root[data-theme="light"] .section--showcase {
  background:
    linear-gradient(180deg, #fff9e8, #f7f9ff),
    radial-gradient(circle at 82% 16%, rgba(31, 104, 214, 0.12), transparent 34%);
}

:root[data-theme="light"] .section--process {
  background: linear-gradient(180deg, #f7f9ff, #eef4ff);
}

:root[data-theme="light"] .service-card,
:root[data-theme="light"] .price-card,
:root[data-theme="light"] .project-card,
:root[data-theme="light"] .dev-packages article,
:root[data-theme="light"] .launch-packages article,
:root[data-theme="light"] .process-list li,
:root[data-theme="light"] .carousel,
:root[data-theme="light"] .report-summary article,
:root[data-theme="light"] .report-panel,
:root[data-theme="light"] .qa-hero__stats article,
:root[data-theme="light"] .qa-proof-card,
:root[data-theme="light"] .qa-package-card,
:root[data-theme="light"] .qa-deliverable-card,
:root[data-theme="light"] .qa-process-list li,
:root[data-theme="light"] .checkout-summary-card,
:root[data-theme="light"] .legal-document {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(17, 24, 39, 0.13);
  box-shadow: var(--shadow);
}

:root[data-theme="light"] .service-card.is-expanded {
  background:
    linear-gradient(180deg, rgba(105, 228, 255, 0.13), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.84);
  border-color: rgba(0, 120, 143, 0.28);
}

:root[data-theme="light"] .qa-package-card--featured,
:root[data-theme="light"] .price-card--featured {
  background: linear-gradient(180deg, rgba(255, 210, 46, 0.2), rgba(255, 255, 255, 0.84));
}

:root[data-theme="light"] .qa-package-card--quick {
  background:
    linear-gradient(180deg, rgba(105, 228, 255, 0.16), rgba(255, 255, 255, 0.86)),
    rgba(255, 255, 255, 0.86);
}

:root[data-theme="light"] .report-modal__panel,
:root[data-theme="light"] .quote-modal__panel,
:root[data-theme="light"] .qa-compare-modal__panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 251, 0.98)),
    var(--panel);
  border-color: rgba(17, 24, 39, 0.16);
}

:root[data-theme="light"] .checkout-option,
:root[data-theme="light"] .checkout-addons label,
:root[data-theme="light"] .checkout-platforms label,
:root[data-theme="light"] .checkout-form input:not([type="range"]):not([type="checkbox"]),
:root[data-theme="light"] .checkout-form select,
:root[data-theme="light"] .checkout-form textarea,
:root[data-theme="light"] .qa-compare,
:root[data-theme="light"] .qa-compare-switch button,
:root[data-theme="light"] .service-card__toggle,
:root[data-theme="light"] .price-card__select,
:root[data-theme="light"] .carousel__controls button,
:root[data-theme="light"] .theme-toggle {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(17, 24, 39, 0.14);
  color: var(--ink);
}

:root[data-theme="light"] .qa-page .checkout-option,
:root[data-theme="light"] .qa-page .checkout-addons label {
  background: rgba(255, 255, 255, 0.74);
}

:root[data-theme="light"] .checkout-option:hover,
:root[data-theme="light"] .checkout-option:focus-visible,
:root[data-theme="light"] .checkout-option.is-selected,
:root[data-theme="light"] .checkout-platforms label:has(input:checked) {
  background: rgba(255, 210, 46, 0.2);
}

:root[data-theme="light"] .qa-compare-table thead th,
:root[data-theme="light"] .qa-compare-table thead th:first-child,
:root[data-theme="light"] .qa-compare-table tbody th {
  background: #f8fbff;
}

:root[data-theme="light"] .qa-compare-table__inherit td {
  background: rgba(31, 104, 214, 0.07);
  color: #24324d;
}

:root[data-theme="light"] .hero__meter span,
:root[data-theme="light"] .dev-packages span,
:root[data-theme="light"] .launch-packages span {
  background: rgba(31, 104, 214, 0.08);
  border-color: rgba(17, 24, 39, 0.12);
  color: #24324d;
}

:root[data-theme="light"] .project-card__copy span {
  border-top-color: rgba(17, 24, 39, 0.14);
  color: #1d5fbf;
}

:root[data-theme="light"] .carousel__controls {
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(17, 24, 39, 0.12);
}

:root[data-theme="light"] .carousel__dots button {
  background: rgba(17, 24, 39, 0.24);
}

:root[data-theme="light"] .carousel__dots button.is-active {
  background: #9b6400;
}

:root[data-theme="light"] .site-footer {
  background: #eef3fb;
}

:root[data-theme="light"] .hero__lead,
:root[data-theme="light"] .service-detail__summary,
:root[data-theme="light"] .qa-hero__lead,
:root[data-theme="light"] .qa-package-card__note,
:root[data-theme="light"] .checkout-form label,
:root[data-theme="light"] .checkout-slider label,
:root[data-theme="light"] .checkout-platforms legend,
:root[data-theme="light"] .qa-compare-table tbody th,
:root[data-theme="light"] .checkout-summary-card p strong {
  color: #26344f;
}

:root[data-theme="light"] .service-card p,
:root[data-theme="light"] .price-card li,
:root[data-theme="light"] .project-card p,
:root[data-theme="light"] .project-card__facts,
:root[data-theme="light"] .process-list p,
:root[data-theme="light"] .dev-packages p,
:root[data-theme="light"] .launch-packages p,
:root[data-theme="light"] .report-panel ul,
:root[data-theme="light"] .report-summary span {
  color: #53627a;
}

:root[data-theme="light"] .checkout-option strong,
:root[data-theme="light"] .checkout-addons strong,
:root[data-theme="light"] .price-card__price,
:root[data-theme="light"] .qa-hero__stats strong,
:root[data-theme="light"] .checkout-summary-card > div > strong,
:root[data-theme="light"] .qa-compare-table thead span {
  color: #8a5900;
}

:root[data-theme="light"] .button--primary,
:root[data-theme="light"] .jump-nav__cta {
  background: #ffd22e !important;
  color: #111827 !important;
}

:root[data-theme="light"] .theme-toggle__track {
  background: rgba(31, 104, 214, 0.16);
}

.coming-soon-page {
  min-height: 100svh;
  background: #02050b;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 2rem;
  isolation: isolate;
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    linear-gradient(180deg, rgba(2, 5, 11, 0.08), rgba(2, 5, 11, 0.82)),
    linear-gradient(135deg, #02050b 0%, #071426 45%, #090711 100%);
}

.coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(255, 210, 46, 0.08), transparent),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 7px);
  opacity: 0.35;
  animation: comingScan 8s linear infinite;
}

.coming-soon__grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: radial-gradient(circle, black 0 48%, transparent 75%);
  animation: comingGrid 18s linear infinite;
}

.coming-soon__tunnel {
  position: absolute;
  z-index: -2;
  width: 720px;
  height: 720px;
  display: grid;
  place-items: center;
  opacity: 0.9;
}

.coming-soon__tunnel span {
  position: absolute;
  border: 2px solid rgba(105, 228, 255, 0.18);
  border-top-color: rgba(255, 210, 46, 0.72);
  border-right-color: rgba(31, 104, 214, 0.64);
  border-radius: 44% 44% 50% 50%;
  box-shadow: 0 0 48px rgba(31, 104, 214, 0.14);
  animation: comingRing 10s linear infinite;
}

.coming-soon__tunnel span:nth-child(1) {
  width: 100%;
  height: 100%;
}

.coming-soon__tunnel span:nth-child(2) {
  width: 76%;
  height: 76%;
  animation-duration: 12s;
  animation-direction: reverse;
}

.coming-soon__tunnel span:nth-child(3) {
  width: 52%;
  height: 52%;
  animation-duration: 8s;
}

.coming-soon__tunnel span:nth-child(4) {
  width: 28%;
  height: 28%;
  border-color: rgba(255, 210, 46, 0.42);
  box-shadow: 0 0 70px rgba(255, 210, 46, 0.16);
  animation-duration: 6s;
  animation-direction: reverse;
}

.coming-soon__stage {
  width: min(100%, 920px);
  display: grid;
  justify-items: center;
  text-align: center;
  padding-top: clamp(3.2rem, 8.5vh, 6.6rem);
  transform: translateY(28px);
  animation: comingStageIn 1.1s cubic-bezier(0.22, 0.8, 0.22, 1) forwards;
}

.coming-soon__brand {
  display: grid;
  justify-items: center;
  margin-bottom: 1.45rem;
  animation: comingFloat 5.8s ease-in-out infinite;
}

.coming-soon__badge {
  width: 300px;
  filter: drop-shadow(0 34px 82px rgba(0, 0, 0, 0.62));
}

.coming-soon__eyebrow {
  margin: 0 0 0.8rem;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.coming-soon h1 {
  margin: 0;
  color: var(--ink);
  font-size: 7rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0 38px rgba(105, 228, 255, 0.16);
}

.coming-soon__status {
  position: relative;
  margin: 0.8rem 0 0;
  color: var(--yellow);
  font-size: 2.45rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.coming-soon__status::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.7rem;
  width: 9rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--yellow), var(--cyan), transparent);
  transform: translateX(-50%);
  animation: comingLine 2.4s ease-in-out infinite;
}

.coming-soon__copy {
  max-width: 680px;
  margin: 2rem 0 0;
  color: #dce8ff;
  font-size: 1.2rem;
}

.coming-soon__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 1.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 0.8rem 1.05rem;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.coming-soon__contact:hover,
.coming-soon__contact:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 210, 46, 0.55);
  background: rgba(255, 210, 46, 0.12);
  outline: none;
}

.coming-soon__footer {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

@keyframes comingStageIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes comingFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes comingRing {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(1.035);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes comingScan {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(4%);
  }
}

@keyframes comingGrid {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 74px 74px;
  }
}

@keyframes comingLine {
  0%,
  100% {
    opacity: 0.55;
    width: 7rem;
  }
  50% {
    opacity: 1;
    width: 12rem;
  }
}

@keyframes tunnelRush {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.05);
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

@keyframes introGridDrift {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(1.05);
  }
  30% {
    opacity: 0.22;
  }
  100% {
    opacity: 0;
    transform: translateY(-18px) scale(1);
  }
}

@keyframes introHalo {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.45);
  }
  42% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.9);
  }
}

@keyframes introGate {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.62) rotate(0deg);
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5) rotate(28deg);
  }
}

@keyframes introBeam {
  0% {
    opacity: 0;
    height: 8%;
  }
  36% {
    opacity: 0.92;
  }
  100% {
    opacity: 0;
    height: 54%;
  }
}

@keyframes trackStretch {
  0% {
    opacity: 0;
    transform: translateX(-50%) scaleY(0.2);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) scaleY(1.4);
  }
}

@keyframes reportOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reportDonutIn {
  0% {
    opacity: 0;
    transform: scale(0.82) rotate(-16deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes reportBarIn {
  0% {
    opacity: 0.4;
    width: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes spark {
  0% {
    opacity: 0;
    translate: 0 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    translate: 32vw 0;
  }
}

@keyframes introLogo {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(0.94);
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-6px) scale(1.08);
  }
}

@keyframes flashReveal {
  0%,
  72% {
    opacity: 0;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .qa-package-grid--hourly {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .coming-soon {
    padding: 1.4rem;
  }

  .coming-soon__tunnel {
    width: 620px;
    height: 620px;
  }

  .coming-soon__badge {
    width: 240px;
  }

  .coming-soon h1 {
    font-size: 5rem;
  }

  .coming-soon__status {
    font-size: 1.8rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .jump-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .hero {
    min-height: 900px;
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 4rem;
  }

  .qa-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 3.25rem;
  }

  .hero::before {
    inset: 52% auto auto 50%;
    width: 860px;
    transform: translateX(-50%);
    opacity: 0.66;
  }

  .qa-hero__rings {
    right: auto;
    left: 50%;
    top: 58%;
    width: 820px;
    transform: translate(-50%, -50%);
    opacity: 0.56;
  }

  .qa-hero__panel {
    justify-self: start;
    width: min(100%, 42rem);
    transform: none;
  }

  .hero__girl {
    right: 50%;
    bottom: 1rem;
    width: min(76vw, 390px);
    transform: translateX(50%);
  }

  .service-grid,
  .pricing-grid,
  .process-list,
  .report-summary,
  .report-grid,
  .qa-report__hero,
  .qa-report__section--split,
    .qa-report__chart-board,
    .qa-report__stats,
    .qa-report__story-grid,
    .qa-report__matrix,
    .qa-report__timeline,
    .qa-proof-grid,
    .qa-package-grid,
    .qa-deliverables__grid,
    .qa-process-list {
    grid-template-columns: 1fr;
  }

  .dev-packages,
  .launch-packages,
  .project-card,
  .checkout-layout,
  .checkout-field-row {
    grid-template-columns: 1fr;
  }

  .checkout-platforms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-card__visual {
    min-height: 320px;
  }

  .legal-hero,
  .legal-document {
    width: min(100%, 22rem);
    max-width: calc(100vw - 1rem);
    margin-left: 0.5rem;
    margin-right: auto;
  }

  .carousel__viewport,
  .project-card {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .coming-soon {
    padding: 1rem;
  }

  .coming-soon__tunnel {
    width: 470px;
    height: 470px;
  }

  .coming-soon__badge {
    width: 188px;
  }

  .coming-soon__eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .coming-soon h1 {
    font-size: 3.25rem;
  }

  .coming-soon__status {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
  }

  .coming-soon__copy {
    max-width: 20rem;
    font-size: 1rem;
  }

  .coming-soon__contact {
    width: min(100%, 21rem);
  }

  .coming-soon__footer {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.68rem;
  }

  .jump-nav {
    flex-wrap: wrap;
    gap: 0.22rem;
    overflow-x: visible;
  }

  .jump-nav a,
  .jump-nav__button {
    font-size: 0.78rem;
    padding-inline: 0.48rem;
  }

  .section {
    padding-inline: 1rem;
  }

  .section__inner,
  .section__heading,
  .service-grid,
  .pricing-grid,
  .qa-proof-grid,
  .qa-package-grid,
  .qa-deliverables__grid,
  .qa-process-list,
  .dev-packages,
  .launch-packages,
  .process-list,
  .carousel,
  .contact__inner {
    width: min(100%, 22rem);
    max-width: 22rem;
    margin-left: 0;
    margin-right: auto;
  }

  .quote-modal,
  .report-modal,
  .qa-compare-modal {
    align-items: center;
    justify-items: start;
    padding: 0.7rem;
  }

  .quote-modal__panel,
  .report-modal__panel,
  .qa-compare-modal__panel {
    width: min(100%, 22rem);
    max-width: calc(100vw - 1.4rem);
    max-height: 92svh;
    padding: 1rem;
  }

  .quote-modal__header,
  .qa-compare-modal__header {
    grid-template-columns: 1fr;
    margin: -1rem -1rem 1rem;
    padding: 1rem;
  }

  .quote-modal__close,
  .qa-compare-modal__close {
    justify-self: start;
  }

  .checkout-addons label {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .checkout-addons strong {
    grid-column: 2;
  }

  .checkout-group__options,
  .checkout-addons,
  .qa-checkout-options,
  .qa-page .checkout-addons,
  .checkout-platforms,
  .qa-report__finding,
  .qa-report__heatmap {
    grid-template-columns: 1fr;
  }

  .qa-report__nav {
    border-radius: 8px;
  }

  .qa-report__legend {
    grid-template-columns: 1fr;
  }

  .qa-report__section-heading h3 {
    font-size: clamp(1.65rem, 10vw, 2.65rem);
  }

  .checkout-group summary em {
    display: none;
  }

  .hero {
    min-height: 880px;
    padding-top: 3.6rem;
  }

  .qa-hero {
    padding: 2.65rem 1rem 3rem;
  }

  .hero::before {
    inset: 65% auto auto 50%;
    width: 680px;
    opacity: 0.56;
  }

  .qa-hero__rings {
    top: 68%;
    width: 620px;
  }

  .hero__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .qa-hero__copy {
    width: min(100%, 22rem);
    max-width: 22rem;
  }

  .hero .eyebrow {
    max-width: 21rem;
    font-size: 0.72rem;
    line-height: 1.45;
    letter-spacing: 0.12em;
  }

  .hero__lead,
  .qa-hero__lead {
    max-width: 22rem;
    font-size: 1rem;
  }

  .hero__actions,
  .qa-hero__actions {
    width: min(100%, 21rem);
  }

  .qa-hero__panel {
    width: min(100%, 22rem);
  }

  .qa-hero__stats {
    grid-template-columns: 1fr;
  }

  .qa-hero__stats article {
    min-height: 0;
    padding: 0.85rem;
  }

  .qa-hero__stats strong {
    font-size: 1.55rem;
  }

  .hero__girl {
    bottom: 0.8rem;
    width: min(70vw, 300px);
    min-width: 0;
  }

  .hero__meter {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 6;
    width: min(100%, 21rem);
    max-width: 21rem;
    margin-top: 0.9rem;
    gap: 0.35rem;
  }

  .hero__meter--anchored {
    display: none;
  }

  .hero__meter--inline {
    display: flex;
  }

  .hero__meter span {
    padding: 0.42rem 0.58rem;
    font-size: 0.78rem;
  }

  .hero__actions,
  .carousel__controls,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer__links {
    justify-content: flex-start;
  }

  .button,
  .carousel__controls button,
  .section__actions .button {
    width: 100%;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13vw, 3.35rem);
  }

  .qa-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.8vw, 2.9rem);
  }

  .hero h1 span {
    display: block;
  }

  .section h2,
  .contact h2,
  .qa-section h2 {
    max-width: 100%;
    font-size: clamp(1.72rem, 8vw, 2.25rem);
    overflow-wrap: break-word;
  }

  .section__heading p:not(.eyebrow),
  .contact p {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .legal-hero {
    max-width: calc(100vw - 1rem);
    padding: 4.5rem 1rem 2rem;
  }

  .legal-hero h1 {
    font-size: clamp(2.55rem, 14vw, 3.35rem);
  }

  .legal-document {
    width: min(100%, 21rem);
    max-width: calc(100vw - 2rem);
    margin-left: 1rem;
    margin-right: auto;
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .intro {
    display: none;
  }

  body.is-intro-lock {
    overflow: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
