.geo-audit-checkout {
  display: grid;
  gap: 1.4rem;
  max-width: 76rem;
  margin-inline: auto;
  padding-bottom: 2rem;
}

.geo-audit-checkout__bypass-banner {
  border-radius: 0.85rem;
  border: 1px solid rgb(167 139 250 / 0.35);
  background: rgb(76 29 149 / 0.22);
  padding: 0.75rem 1rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgb(237 233 254);
}

.geo-audit-hero,
.geo-audit-brief,
.geo-audit-plan {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.09);
  box-shadow:
    0 30px 90px -54px rgb(0 0 0 / 0.95),
    inset 0 1px 0 rgb(255 255 255 / 0.06);
}

.geo-audit-hero {
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 16% 0%, rgb(99 102 241 / 0.3), transparent 34%),
    radial-gradient(circle at 94% 16%, rgb(34 211 238 / 0.15), transparent 28%),
    linear-gradient(135deg, rgb(255 255 255 / 0.08), transparent 38%),
    rgb(3 7 18);
  padding: clamp(1.35rem, 2.4vw, 2.35rem);
}

.geo-audit-hero::before,
.geo-audit-plan::before,
.geo-audit-brief::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.22), transparent);
}

.geo-audit-hero__main {
  position: relative;
  display: grid;
  gap: 1.4rem;
  align-items: end;
}

.geo-audit-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  border: 1px solid rgb(199 210 254 / 0.15);
  border-radius: 9999px;
  background: rgb(129 140 248 / 0.1);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.06);
  color: rgb(224 231 255);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.42rem 0.7rem;
}

.geo-audit-pill span:first-child {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: rgb(103 232 249);
  box-shadow: 0 0 14px rgb(103 232 249 / 0.9);
}

.geo-audit-hero__title {
  max-width: 46rem;
  margin-top: 1.35rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.25rem, 5.2vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.96;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 38%, #67e8f9 86%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.geo-audit-hero__lead {
  max-width: 40rem;
  margin-top: 1rem;
  color: rgb(148 163 184);
  font-size: 0.98rem;
  line-height: 1.65;
}

.geo-audit-crypto {
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 1.15rem;
  background: rgb(0 0 0 / 0.18);
  padding: 1rem;
}

.geo-audit-crypto > p,
.geo-audit-section-head p,
.geo-audit-brief__copy p {
  color: rgb(165 180 252);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.geo-audit-crypto > strong {
  display: block;
  margin-top: 0.45rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.geo-audit-crypto__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.geo-audit-crypto__grid div {
  border-radius: 0.8rem;
  background: rgb(255 255 255 / 0.045);
  padding: 0.65rem 0.45rem;
  text-align: center;
}

.geo-audit-crypto__grid span {
  display: block;
  color: rgb(100 116 139);
  font-size: 0.68rem;
}

.geo-audit-crypto__grid b {
  display: block;
  margin-top: 0.18rem;
  color: rgb(226 232 240);
  font-size: 0.74rem;
}

.geo-audit-form {
  display: grid;
  gap: 1.4rem;
}

.geo-audit-flow {
  display: grid;
  gap: 1.2rem;
  align-items: start;
}

.geo-audit-flow__main {
  display: grid;
  gap: 1.4rem;
  min-width: 0;
}

.geo-audit-brief {
  display: grid;
  gap: 1rem;
  border-radius: 1.35rem;
  background: rgb(7 11 20 / 0.96);
  padding: 1.1rem;
}

.geo-audit-brief__copy h2 {
  margin-top: 0.55rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: 1.55rem;
  font-weight: 750;
  letter-spacing: -0.055em;
}

.geo-audit-brief__copy span {
  display: block;
  margin-top: 0.55rem;
  color: rgb(100 116 139);
  font-size: 0.86rem;
  line-height: 1.55;
}

.geo-audit-brief__fields {
  display: grid;
  gap: 0.85rem;
}

.geo-audit-brief label {
  display: block;
  color: rgb(100 116 139);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.geo-audit-brief input,
.geo-audit-brief textarea {
  width: 100%;
  margin-top: 0.45rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.8rem;
  background: rgb(2 6 23 / 0.82);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
  color: rgb(241 245 249);
  font-size: 0.88rem;
  outline: none;
  padding: 0.78rem 0.9rem;
}

.geo-audit-brief input:focus,
.geo-audit-brief textarea:focus {
  border-color: rgb(129 140 248 / 0.7);
  box-shadow: 0 0 0 3px rgb(99 102 241 / 0.18);
}

.geo-audit-brief input::placeholder,
.geo-audit-brief textarea::placeholder {
  color: rgb(71 85 105);
}

.geo-audit-competitors {
  display: grid;
  gap: 0.6rem;
}

.geo-audit-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.geo-audit-section-head h2 {
  margin-top: 0.25rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 750;
  letter-spacing: -0.06em;
}

.geo-audit-section-head > span {
  max-width: 30rem;
  color: rgb(100 116 139);
  font-size: 0.86rem;
  line-height: 1.55;
}

.geo-audit-pricing {
  display: grid;
  gap: 1rem;
}

.geo-audit-plan {
  display: flex;
  flex-direction: column;
  border-radius: 1.3rem;
  background:
    radial-gradient(circle at 100% 0%, rgb(34 211 238 / 0.1), transparent 30%),
    rgb(15 23 42 / 0.44);
  padding: 1.15rem;
  transition: border-color 0.18s ease, transform 0.18s ease;
}

.geo-audit-plan:hover {
  border-color: rgb(129 140 248 / 0.42);
  transform: translateY(-2px);
}

.geo-audit-plan.is-selected {
  border-color: rgb(103 232 249 / 0.62);
  box-shadow:
    0 30px 90px -54px rgb(0 0 0 / 0.95),
    0 0 0 1px rgb(103 232 249 / 0.18),
    0 0 55px -38px rgb(103 232 249 / 0.9),
    inset 0 1px 0 rgb(255 255 255 / 0.08);
}

.geo-audit-plan--recommended {
  border-color: rgb(165 180 252 / 0.5);
  background:
    radial-gradient(circle at 50% 0%, rgb(99 102 241 / 0.28), transparent 34%),
    rgb(15 23 42 / 0.66);
}

.geo-audit-plan__badge {
  width: fit-content;
  margin-bottom: 0.8rem;
  border: 1px solid rgb(199 210 254 / 0.22);
  border-radius: 9999px;
  background: rgb(129 140 248 / 0.14);
  color: rgb(224 231 255);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.32rem 0.58rem;
}

.geo-audit-plan h3 {
  color: white;
  font-family: var(--font-family-display);
  font-size: 1.22rem;
  font-weight: 750;
  letter-spacing: -0.045em;
}

.geo-audit-plan > strong {
  display: block;
  margin-top: 0.7rem;
  background: linear-gradient(135deg, #c7d2fe 0%, #67e8f9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-family-display);
  font-size: 2.55rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
}

.geo-audit-plan > p {
  margin-top: 0.4rem;
  color: rgb(100 116 139);
  font-size: 0.76rem;
  font-weight: 700;
}

.geo-audit-plan ul {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.geo-audit-plan li {
  display: flex;
  gap: 0.55rem;
  color: rgb(203 213 225);
  font-size: 0.86rem;
  line-height: 1.35;
}

.geo-audit-plan li span:first-child {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0.08rem;
  border: 1px solid rgb(110 231 183 / 0.24);
  border-radius: 9999px;
  background: rgb(16 185 129 / 0.1);
  color: rgb(110 231 183);
  font-size: 0.65rem;
}

.geo-audit-plan button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 1.2rem;
  border: 0;
  border-radius: 0.85rem;
  background: white;
  color: rgb(2 6 23);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 0.9rem 1rem;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.geo-audit-plan--recommended button {
  background: linear-gradient(90deg, rgb(79 70 229), rgb(124 58 237), rgb(79 70 229));
  box-shadow: 0 22px 60px -32px rgb(129 140 248 / 0.9);
  color: white;
}

.geo-audit-plan button:hover {
  filter: brightness(1.08);
}

.geo-audit-plan button:active {
  transform: scale(0.98);
}

.geo-audit-plan button svg {
  width: 1rem;
  height: 1rem;
}

.geo-audit-guide {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  border-radius: 1.35rem;
  background:
    radial-gradient(circle at 50% 0%, rgb(99 102 241 / 0.18), transparent 34%),
    rgb(3 7 18 / 0.98);
  box-shadow:
    0 30px 90px -54px rgb(0 0 0 / 0.95),
    inset 0 1px 0 rgb(255 255 255 / 0.07);
  padding: 1.15rem;
}

.geo-audit-guide::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.22), transparent);
}

.geo-audit-guide__kicker {
  color: rgb(165 180 252);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.geo-audit-guide h2 {
  margin-top: 0.5rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: 1.55rem;
  font-weight: 780;
  letter-spacing: -0.055em;
}

.geo-audit-guide__lead,
.geo-audit-guide__note {
  margin-top: 0.55rem;
  color: rgb(100 116 139);
  font-size: 0.84rem;
  line-height: 1.55;
}

.geo-audit-guide__header {
  display: grid;
  gap: 0;
}

.geo-audit-guide__steps {
  display: grid;
  gap: 0.7rem;
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
}

.geo-audit-guide__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.035);
  padding: 0.75rem;
}

.geo-audit-guide__steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid rgb(100 116 139 / 0.35);
  border-radius: 9999px;
  color: rgb(148 163 184);
  font-size: 0.75rem;
  font-weight: 900;
}

.geo-audit-guide__steps strong {
  display: block;
  color: rgb(226 232 240);
  font-size: 0.86rem;
}

.geo-audit-guide__steps p {
  margin-top: 0.2rem;
  color: rgb(100 116 139);
  font-size: 0.76rem;
  line-height: 1.45;
}

.geo-audit-guide__steps li.is-complete,
.geo-audit-guide__steps li.is-ready {
  border-color: rgb(52 211 153 / 0.24);
  background: rgb(16 185 129 / 0.07);
}

.geo-audit-guide__steps li.is-complete > span,
.geo-audit-guide__steps li.is-ready > span {
  border-color: rgb(52 211 153 / 0.4);
  background: rgb(16 185 129 / 0.14);
  color: rgb(110 231 183);
}

.geo-audit-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.geo-audit-summary div {
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 0.9rem;
  background: rgb(255 255 255 / 0.035);
  padding: 0.75rem;
}

.geo-audit-summary span {
  display: block;
  color: rgb(100 116 139);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.geo-audit-summary strong {
  display: block;
  margin-top: 0.28rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: 1rem;
  line-height: 1.15;
}

.geo-audit-guide__action-main {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1rem;
}

.geo-audit-guide__crypto {
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 0.9rem;
  background: rgb(255 255 255 / 0.035);
  padding: 0.75rem 0.85rem;
}

.geo-audit-guide__crypto-label {
  display: block;
  color: rgb(100 116 139);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.geo-audit-guide__crypto-select {
  margin-top: 0.45rem;
  width: 100%;
  max-width: 100%;
  border-radius: 0.65rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(15 23 42 / 0.85);
  color: rgb(248 250 252);
  font-family: var(--font-family-mono, ui-monospace, monospace);
  font-size: 0.88rem;
  padding: 0.55rem 0.65rem;
}

.geo-audit-guide__crypto-hint {
  margin-top: 0.45rem;
  color: rgb(148 163 184);
  font-size: 0.72rem;
  line-height: 1.45;
}

.geo-audit-guide__submit {
  width: 100%;
  margin-top: 1rem;
  border: 0;
  border-radius: 0.95rem;
  background: linear-gradient(90deg, rgb(79 70 229), rgb(124 58 237), rgb(79 70 229));
  box-shadow: 0 22px 60px -32px rgb(129 140 248 / 0.9);
  color: white;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 1rem;
  transition: filter 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.geo-audit-guide__submit:disabled {
  cursor: not-allowed;
  filter: grayscale(0.45);
  opacity: 0.48;
}

.geo-audit-guide__submit:not(:disabled):hover {
  filter: brightness(1.08);
}

.geo-audit-guide__submit:not(:disabled):active {
  transform: scale(0.98);
}

@media (min-width: 720px) {
  .geo-audit-hero__main {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 21rem);
  }

  .geo-audit-brief {
    grid-template-columns: 16rem minmax(0, 1fr);
    padding: 1.25rem;
  }

  .geo-audit-brief__copy {
    border-right: 1px solid rgb(255 255 255 / 0.07);
    padding-right: 1.15rem;
  }

  .geo-audit-brief__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-audit-brief__wide {
    grid-column: 1 / -1;
  }

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

  .geo-audit-section-head {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
  }

  .geo-audit-pricing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .geo-audit-plan--recommended {
    transform: translateY(-0.5rem);
  }

  .geo-audit-guide {
    display: grid;
    gap: 1rem;
  }

  .geo-audit-guide__header {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
    align-items: end;
    column-gap: 1rem;
  }

  .geo-audit-guide__header h2 {
    grid-column: 1;
  }

  .geo-audit-guide__header .geo-audit-guide__lead {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 34rem;
    justify-self: end;
  }

  .geo-audit-guide__steps-row {
    min-width: 0;
  }

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

  .geo-audit-guide__steps li {
    align-items: start;
  }

  .geo-audit-guide__action-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.36fr);
    gap: 1rem;
    align-items: start;
    border-top: 1px solid rgb(255 255 255 / 0.07);
    padding-top: 1rem;
  }

  .geo-audit-guide__action-main {
    margin-top: 0;
    min-width: 0;
  }

  .geo-audit-summary {
    margin-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .geo-audit-guide__cta-wrap {
    display: grid;
    gap: 0.55rem;
  }

  .geo-audit-guide__submit,
  .geo-audit-guide__note {
    margin-top: 0;
  }

  .geo-audit-guide__note {
    text-align: left;
  }
}

/* --- Audit order show (paid checkout receipt) --- */
.geo-audit-order-show {
  max-width: 52rem;
  --geo-disc-border: rgb(255 255 255 / 0.08);
  --geo-disc-bg: rgb(15 23 42 / 0.45);
}

.geo-audit-order-show.geo-audit-order-show--pro {
  width: 100%;
  max-width: 76rem;
}

.geo-audit-order-show__hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgb(255 255 255 / 0.09);
  background:
    radial-gradient(circle at 12% 0%, rgb(99 102 241 / 0.28), transparent 38%),
    radial-gradient(circle at 92% 18%, rgb(34 211 238 / 0.14), transparent 30%),
    linear-gradient(145deg, rgb(255 255 255 / 0.06), transparent 42%),
    rgb(3 7 18);
  box-shadow:
    0 30px 90px -54px rgb(0 0 0 / 0.95),
    inset 0 1px 0 rgb(255 255 255 / 0.06);
}

.geo-audit-order-show__hero-inner {
  position: relative;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
}

.geo-audit-order-show__title {
  margin-top: 1.25rem;
  max-width: 40rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1.08;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 42%, #67e8f9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.geo-audit-order-show__url {
  margin-top: 0.85rem;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.82rem;
  color: rgb(148 163 184);
  line-height: 1.5;
}

.geo-audit-order-show__meta {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.1rem;
}

@media (min-width: 640px) {
  .geo-audit-order-show__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.geo-audit-order-show__card {
  border-radius: 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(15 23 42 / 0.45);
  padding: 1rem 1.1rem;
}

.geo-audit-order-show__card-kicker {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.geo-audit-order-show__card-value {
  margin-top: 0.45rem;
  font-family: var(--font-family-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: rgb(248 250 252);
  line-height: 1.25;
}

.geo-audit-order-show__card-value--fiat {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.geo-audit-order-show__card-note {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgb(100 116 139);
}

.geo-audit-order-show__panel {
  margin-top: 1.25rem;
  border-radius: 1.35rem;
  border: 1px solid rgb(255 255 255 / 0.09);
  background: rgb(15 23 42 / 0.55);
  padding: clamp(1.25rem, 2.2vw, 1.85rem);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.geo-audit-order-show__panel-head {
  max-width: 40rem;
}

.geo-audit-order-show__panel-kicker {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(251 191 36 / 0.95);
}

.geo-audit-order-show__panel-kicker--emerald {
  color: rgb(52 211 153 / 0.95);
}

.geo-audit-order-show__panel-kicker--cyan {
  color: rgb(103 232 249 / 0.95);
}

.geo-audit-order-show__panel-kicker--red {
  color: rgb(248 113 113 / 0.95);
}

.geo-audit-order-show__panel-title {
  margin-top: 0.65rem;
  font-family: var(--font-family-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 700;
  color: white;
  letter-spacing: -0.04em;
}

.geo-audit-order-show__panel-lead {
  margin-top: 0.55rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgb(148 163 184);
}

.geo-audit-order-show__banner {
  margin-top: 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgb(251 191 36 / 0.25);
  background: rgb(120 53 15 / 0.25);
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgb(254 243 199);
}

.geo-audit-order-show__banner--bypass {
  border-color: rgb(167 139 250 / 0.35);
  background: rgb(76 29 149 / 0.22);
  color: rgb(237 233 254);
}

.geo-audit-order-show__bypass-actions {
  margin-top: 0.85rem;
}

.geo-audit-order-show__bypass-btn {
  appearance: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(167 139 250 / 0.45);
  background: linear-gradient(135deg, rgb(109 40 217 / 0.55), rgb(30 27 75 / 0.9));
  padding: 0.55rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgb(245 243 255);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.08);
}

.geo-audit-order-show__bypass-btn:hover {
  border-color: rgb(196 181 253 / 0.55);
  color: white;
}

.geo-audit-order-show__pay {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .geo-audit-order-show__pay {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.75rem;
  }
}

.geo-audit-order-show__qr {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 1rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(2 6 23 / 0.85);
  padding: 1rem 1.1rem;
}

.geo-audit-order-show__qr svg {
  display: block;
  max-height: 11rem;
  width: auto;
  max-width: 100%;
}

.geo-audit-order-show__pay-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.geo-audit-order-show__crypto-box {
  border-radius: 1rem;
  border: 1px solid rgb(129 140 248 / 0.22);
  background: linear-gradient(135deg, rgb(79 70 229 / 0.12), rgb(15 23 42 / 0.6));
  padding: 1rem 1.15rem;
}

.geo-audit-order-show__crypto-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(199 210 254 / 0.95);
}

.geo-audit-order-show__crypto-amount {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
}

.geo-audit-order-show__crypto-num {
  font-family: var(--font-family-display);
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: white;
  font-variant-numeric: tabular-nums;
}

.geo-audit-order-show__crypto-unit {
  font-size: 1rem;
  font-weight: 700;
  color: rgb(165 180 252);
  letter-spacing: 0.04em;
}

.geo-audit-order-show__crypto-hint {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgb(148 163 184);
}

.geo-audit-order-show__detail-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  align-items: baseline;
  font-size: 0.88rem;
}

.geo-audit-order-show__detail-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.geo-audit-order-show__detail-value {
  color: rgb(226 232 240);
  font-weight: 600;
}

.geo-audit-order-show__address-block,
.geo-audit-order-show__memo {
  border-radius: 0.85rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(2 6 23 / 0.55);
  padding: 0.75rem 0.9rem;
}

.geo-audit-order-show__address {
  display: block;
  margin-top: 0.45rem;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgb(226 232 240);
}

.geo-audit-order-show__memo {
  border-color: rgb(251 191 36 / 0.2);
  background: rgb(69 26 3 / 0.35);
}

.geo-audit-order-show__hint {
  margin-top: 1.15rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgb(100 116 139);
}

.geo-audit-order-show__cta {
  margin-top: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.65rem;
  background: rgb(248 250 252);
  padding: 0.75rem 1.35rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: rgb(15 23 42);
  text-decoration: none;
  transition: background 0.15s ease, transform 0.12s ease;
}

.geo-audit-order-show__cta:hover {
  background: rgb(226 232 240);
}

.geo-audit-order-show__result-gateway {
  border-radius: 1.05rem;
  border: 1px solid rgb(255 255 255 / 0.1);
  background:
    radial-gradient(ellipse 120% 80% at 10% 0%, rgb(99 102 241 / 0.14), transparent 50%),
    radial-gradient(circle at 100% 100%, rgb(34 211 238 / 0.08), transparent 45%),
    rgb(3 7 18 / 0.92);
  padding: 1.35rem 1.4rem 1.45rem;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.07),
    0 28px 56px -40px rgb(0 0 0 / 0.85);
}

.geo-audit-order-show__result-gateway--first {
  margin-top: 1.35rem;
}

.geo-audit-order-show__result-gateway--after-hero {
  margin-top: 1.65rem;
}

.geo-audit-order-show__deliverables--hero {
  margin-top: 1.35rem;
  border-radius: 1.05rem;
  border: 1px solid rgb(255 255 255 / 0.11);
  background:
    linear-gradient(165deg, rgb(15 23 42 / 0.65), rgb(3 7 18 / 0.88));
  padding: 1.3rem 1.35rem 1.2rem;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.05),
    0 20px 48px -36px rgb(0 0 0 / 0.65);
}

.geo-audit-order-show__deliverables-eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(148 163 184);
}

.geo-audit-order-show__deliverables-title {
  margin: 0.5rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: rgb(248 250 252);
}

.geo-audit-order-show__deliverables-lead {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgb(186 198 216);
}

.geo-audit-order-show__deliverables--hero .geo-audit-order-show__disc-list {
  margin-top: 1rem;
}

.geo-audit-order-show__result-gateway-kicker {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(148 163 184);
}

.geo-audit-order-show__result-gateway-title {
  margin: 0.55rem 0 0;
  font-family: var(--font-family-display);
  font-size: clamp(1.2rem, 3vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgb(248 250 252);
  line-height: 1.22;
  word-break: break-word;
}

.geo-audit-order-show__result-gateway-lead {
  margin: 0.55rem 0 0;
  font-size: 0.8rem;
  line-height: 1.6;
  color: rgb(186 198 216);
}

.geo-audit-order-show__result-gateway-list {
  margin: 0.95rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgb(203 213 225);
}

.geo-audit-order-show__result-gateway-list li {
  position: relative;
  margin: 0.4rem 0;
  padding-left: 1rem;
}

.geo-audit-order-show__result-gateway-list li::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.55em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: rgb(34 211 238 / 0.85);
  box-shadow: 0 0 0 2px rgb(34 211 238 / 0.2);
}

.geo-audit-order-show__result-cta {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.3rem;
  width: 100%;
  border-radius: 0.85rem;
  border: 1px solid rgb(15 23 42 / 0.08);
  background: rgb(248 250 252);
  padding: 0.95rem 1.15rem 1rem;
  text-decoration: none;
  color: rgb(15 23 42);
  box-shadow: 0 14px 40px -22px rgb(0 0 0 / 0.75);
  transition: transform 0.12s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.geo-audit-order-show__result-cta:hover {
  transform: translateY(-2px);
  background: rgb(255 255 255);
  box-shadow: 0 20px 48px -20px rgb(0 0 0 / 0.55);
}

.geo-audit-order-show__result-cta-primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.geo-audit-order-show__result-cta-primary-text {
  flex: 1;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.geo-audit-order-show__result-cta-arrow {
  flex-shrink: 0;
  margin-top: 0.08rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.85;
}

.geo-audit-order-show__result-cta-secondary {
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  color: rgb(51 65 85);
}

.geo-audit-order-show__footer {
  margin-top: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgb(255 255 255 / 0.06);
  background: rgb(15 23 42 / 0.35);
  padding: 1rem 1.15rem;
}

.geo-audit-order-show__footer-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(71 85 105);
}

.geo-audit-order-show__footer-id {
  margin-top: 0.35rem;
  overflow-wrap: anywhere;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.72rem;
  color: rgb(148 163 184);
}

.geo-audit-order-show__subhead {
  margin-top: 1.5rem;
  font-family: var(--font-family-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: rgb(226 232 240);
}

.geo-audit-order-show__sublead {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgb(100 116 139);
}

.geo-audit-order-show__deliverables {
  margin-top: 0.25rem;
}

.geo-audit-order-show__disc-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.geo-audit-order-show__disc {
  border-radius: 0.75rem;
  border: 1px solid var(--geo-disc-border);
  background: var(--geo-disc-bg);
  overflow: hidden;
}

.geo-audit-order-show__disc-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  padding: 0.85rem 1rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.82rem;
  color: rgb(226 232 240);
}

.geo-audit-order-show__disc-summary::-webkit-details-marker {
  display: none;
}

.geo-audit-order-show__disc-summary::after {
  content: "";
  margin-left: auto;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid rgb(148 163 184);
  border-bottom: 2px solid rgb(148 163 184);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}

.geo-audit-order-show__disc[open] > .geo-audit-order-show__disc-summary::after {
  transform: rotate(-135deg);
  margin-top: 0.2rem;
}

.geo-audit-order-show__disc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.35rem;
  background: rgb(51 65 85 / 0.65);
  font-family: ui-monospace, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgb(148 163 184);
}

.geo-audit-order-show__disc-label {
  flex: 1 1 12rem;
  min-width: 0;
  font-weight: 600;
}

.geo-audit-order-show__disc-badge {
  flex-shrink: 0;
  border-radius: 9999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.geo-audit-order-show__disc-badge--wait {
  background: rgb(51 65 85 / 0.55);
  color: rgb(148 163 184);
}

.geo-audit-order-show__disc-badge--active {
  background: rgb(14 165 233 / 0.2);
  color: rgb(125 211 252);
}

.geo-audit-order-show__disc-badge--done {
  background: rgb(16 185 129 / 0.18);
  color: rgb(110 231 183);
}

.geo-audit-order-show__disc-badge--fail {
  background: rgb(239 68 68 / 0.2);
  color: rgb(252 165 165);
}

.geo-audit-order-show__disc-badge--skip {
  background: rgb(100 116 139 / 0.25);
  color: rgb(203 213 225);
}

.geo-audit-order-show__disc-body {
  padding: 0 1rem 1rem;
  border-top: 1px solid rgb(255 255 255 / 0.06);
}

.geo-audit-order-show__disc-meta {
  margin-top: 0.75rem;
  font-size: 0.68rem;
  color: rgb(100 116 139);
}

.geo-audit-order-show__disc-meta code {
  font-size: 0.65rem;
  color: rgb(148 163 184);
}

.geo-audit-order-show__disc-err {
  margin-top: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.45rem;
  border: 1px solid rgb(239 68 68 / 0.35);
  background: rgb(69 10 10 / 0.35);
  font-size: 0.78rem;
  color: rgb(254 202 202);
}

.geo-audit-order-show__pre {
  margin-top: 0.65rem;
  max-height: 22rem;
  overflow: auto;
  border-radius: 0.45rem;
  border: 1px solid rgb(255 255 255 / 0.06);
  background: rgb(2 6 23 / 0.65);
  padding: 0.65rem 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgb(203 213 225);
  white-space: pre-wrap;
  word-break: break-word;
}

.geo-audit-order-show__deliverable-empty {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  color: rgb(100 116 139);
}

/* Structured deliverable bodies (LLM pipeline steps) */
.geo-audit-deliverable {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.82rem;
  line-height: 1.55;
  color: rgb(226 232 240);
}

.geo-audit-deliverable__headline {
  margin: 0;
  font-family: var(--font-family-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: rgb(248 250 252);
}

.geo-audit-deliverable__prose {
  margin: 0;
  color: rgb(203 213 225);
}

.geo-audit-deliverable__prose p {
  margin: 0.45rem 0 0;
}

.geo-audit-deliverable__prose p:first-child {
  margin-top: 0;
}

.geo-audit-deliverable__section {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.geo-audit-deliverable__eyebrow {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(148 163 184);
}

.geo-audit-deliverable__list {
  margin: 0;
  padding-left: 1.15rem;
  color: rgb(203 213 225);
}

.geo-audit-deliverable__list--moves li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.4rem 0.65rem;
}

.geo-audit-deliverable__move-action {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  color: rgb(241 245 249);
}

.geo-audit-deliverable__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.geo-audit-deliverable__chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(15 23 42 / 0.55);
  color: rgb(226 232 240);
}

.geo-audit-deliverable__chip--low {
  border-color: rgb(100 116 139 / 0.45);
  color: rgb(203 213 225);
}

.geo-audit-deliverable__chip--medium {
  border-color: rgb(251 191 36 / 0.35);
  color: rgb(254 243 199);
}

.geo-audit-deliverable__chip--high {
  border-color: rgb(52 211 153 / 0.45);
  color: rgb(209 250 229);
}

.geo-audit-deliverable__scoreblock {
  display: flex;
  align-items: baseline;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.geo-audit-deliverable__scorenum {
  font-family: var(--font-family-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: rgb(129 140 248);
}

.geo-audit-deliverable__scorelabel {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgb(148 163 184);
}

.geo-audit-deliverable__cards {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.geo-audit-deliverable__card {
  border-radius: 0.65rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(15 23 42 / 0.45);
  padding: 0.65rem 0.75rem;
}

.geo-audit-deliverable__card--critical {
  border-color: rgb(248 113 113 / 0.35);
}

.geo-audit-deliverable__card--major {
  border-color: rgb(251 191 36 / 0.3);
}

.geo-audit-deliverable__card--minor {
  border-color: rgb(125 211 252 / 0.28);
}

.geo-audit-deliverable__card--info {
  border-color: rgb(148 163 184 / 0.25);
}

.geo-audit-deliverable__card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.65rem;
  margin-bottom: 0.35rem;
}

.geo-audit-deliverable__code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgb(199 210 254);
}

.geo-audit-deliverable__card-body {
  margin: 0;
  font-size: 0.8rem;
  color: rgb(226 232 240);
}

.geo-audit-deliverable__muted {
  margin: 0.35rem 0 0;
  font-size: 0.76rem;
  color: rgb(148 163 184);
}

.geo-audit-deliverable__url {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  word-break: break-all;
  color: rgb(125 211 252);
}

.geo-audit-deliverable__pill {
  display: inline-flex;
  align-items: center;
  border-radius: 0.35rem;
  padding: 0.12rem 0.4rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid rgb(255 255 255 / 0.1);
  background: rgb(2 6 23 / 0.45);
  color: rgb(203 213 225);
}

.geo-audit-deliverable__pill--critical {
  border-color: rgb(248 113 113 / 0.35);
  color: rgb(254 202 202);
}

.geo-audit-deliverable__pill--major {
  border-color: rgb(251 191 36 / 0.35);
  color: rgb(254 243 199);
}

.geo-audit-deliverable__pill--minor {
  border-color: rgb(125 211 252 / 0.35);
  color: rgb(224 242 254);
}

.geo-audit-deliverable__pill--info {
  border-color: rgb(148 163 184 / 0.35);
  color: rgb(226 232 240);
}

.geo-audit-deliverable__pill--content,
.geo-audit-deliverable__pill--engineering,
.geo-audit-deliverable__pill--marketing,
.geo-audit-deliverable__pill--leadership {
  text-transform: none;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.geo-audit-deliverable__steps {
  margin: 0;
  padding-left: 1.1rem;
  color: rgb(203 213 225);
}

.geo-audit-deliverable__step-title {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 700;
  color: rgb(248 250 252);
}

.geo-audit-deliverable__step-body {
  display: block;
  font-size: 0.78rem;
  font-weight: 400;
  color: rgb(186 198 216);
}

.geo-audit-deliverable__fixes {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: fix;
}

.geo-audit-deliverable__fix {
  counter-increment: fix;
  margin-top: 0.75rem;
  border-left: 2px solid rgb(99 102 241 / 0.45);
  padding-left: 0.75rem;
}

.geo-audit-deliverable__fix:first-child {
  margin-top: 0;
}

.geo-audit-deliverable__fix-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
}

.geo-audit-deliverable__fix-rank {
  font-size: 0.65rem;
  font-weight: 800;
  color: rgb(165 180 252);
}

.geo-audit-deliverable__fix-title {
  flex: 1;
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: rgb(248 250 252);
}

.geo-audit-deliverable__fix-detail {
  margin: 0.35rem 0 0;
  font-size: 0.78rem;
  color: rgb(203 213 225);
}

.geo-audit-deliverable__dl {
  margin: 0;
  display: grid;
  gap: 0.35rem 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 520px) {
  .geo-audit-deliverable__dl {
    grid-template-columns: minmax(0, 0.35fr) minmax(0, 1fr);
  }
}

.geo-audit-deliverable__dt {
  margin: 0;
  font-weight: 700;
  font-size: 0.78rem;
  color: rgb(199 210 254);
}

.geo-audit-deliverable__dd {
  margin: 0;
  font-size: 0.78rem;
  color: rgb(203 213 225);
}

.geo-audit-deliverable__waves {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.geo-audit-deliverable__wave {
  border-radius: 0.65rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(2 6 23 / 0.35);
  padding: 0.65rem 0.75rem;
}

.geo-audit-deliverable__wave-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 0.55rem;
  margin-bottom: 0.45rem;
}

.geo-audit-deliverable__wave-idx {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  background: rgb(79 70 229 / 0.35);
  color: rgb(224 231 255);
}

.geo-audit-deliverable__wave-name {
  font-weight: 800;
  color: rgb(248 250 252);
}

.geo-audit-deliverable__wave-horizon {
  font-size: 0.72rem;
  color: rgb(148 163 184);
}

.geo-audit-deliverable__query-title {
  font-weight: 700;
  color: rgb(248 250 252);
  flex: 1;
  min-width: 0;
}

.geo-audit-deliverable__meta {
  margin-top: 0.5rem;
  font-size: 0.68rem;
  line-height: 1.45;
  color: rgb(100 116 139);
}

.geo-audit-deliverable__raw {
  margin-top: 0.65rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(255 255 255 / 0.06);
  padding: 0.35rem 0.55rem;
  background: rgb(2 6 23 / 0.35);
}

.geo-audit-deliverable__raw summary {
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 700;
  color: rgb(148 163 184);
}

.geo-audit-deliverable__pre {
  margin-top: 0.45rem;
  max-height: 16rem;
}

.geo-audit-deliverable--blocked {
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid rgb(251 191 36 / 0.25);
  background: rgb(69 26 3 / 0.25);
}

.geo-audit-deliverable__blocked-title {
  margin: 0 0 0.35rem;
  font-weight: 800;
  color: rgb(254 243 199);
}

.geo-audit-deliverable--placeholder {
  padding: 0.55rem 0.65rem;
  border-radius: 0.55rem;
  border: 1px dashed rgb(148 163 184 / 0.35);
}

.geo-audit-deliverable--generic {
  padding: 0.45rem 0;
}

.geo-audit-order-show__pipeline-preview {
  margin-top: 1.25rem;
}

.geo-audit-order-show__plan-list {
  margin: 0.85rem 0 0;
  padding-left: 1.35rem;
  color: rgb(203 213 225);
  font-size: 0.82rem;
  line-height: 1.55;
}

.geo-audit-order-show__plan-item {
  margin-top: 0.45rem;
  padding-left: 0.35rem;
}

.geo-audit-order-show__plan-item:first-child {
  margin-top: 0;
}

/* --- Audit order show: PRO shell (order page) --- */
.geo-audit-order-shell {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.geo-audit-order-show--pro .geo-audit-order-show__panel-head {
  max-width: min(58rem, 100%);
}

.geo-audit-order-show--pro .geo-audit-order-show__hero-subtitle {
  max-width: min(58rem, 100%);
}

@media (min-width: 1024px) {
  .geo-audit-order-show__completed-stack .geo-audit-order-show__deliverables--hero {
    padding: 1.35rem 1.55rem 1.25rem;
  }
}

.geo-audit-order-show--pro .geo-audit-order-show__hero {
  border-radius: 1.85rem;
  border-color: rgb(255 255 255 / 0.1);
  box-shadow:
    0 40px 100px -50px rgb(0 0 0 / 0.9),
    inset 0 1px 0 rgb(255 255 255 / 0.07);
}

.geo-audit-order-show__hero-glow {
  position: absolute;
  inset: -45% -25% auto -25%;
  height: 90%;
  background: radial-gradient(ellipse 72% 58% at 50% 0%, rgb(129 140 248 / 0.28), transparent 72%);
  pointer-events: none;
  opacity: 0.9;
}

.geo-audit-order-show--pro .geo-audit-order-show__hero-inner {
  padding: clamp(1.5rem, 2.8vw, 2.5rem);
}

.geo-audit-order-show__hero-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
}

.geo-audit-order-show__status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 9999px;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: rgb(2 6 23 / 0.55);
  padding: 0.35rem 0.85rem 0.35rem 0.6rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgb(226 232 240);
  backdrop-filter: blur(8px);
}

.geo-audit-order-show__status-dot {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgb(148 163 184);
  box-shadow: 0 0 0 3px rgb(148 163 184 / 0.2);
}

.geo-audit-order-show__status-pill[data-audit-status="pending_payment"] .geo-audit-order-show__status-dot {
  background: rgb(251 191 36);
  box-shadow: 0 0 0 3px rgb(251 191 36 / 0.25);
}

.geo-audit-order-show__status-pill[data-audit-status="paid"] .geo-audit-order-show__status-dot {
  background: rgb(52 211 153);
  box-shadow: 0 0 0 3px rgb(52 211 153 / 0.22);
}

.geo-audit-order-show__status-pill[data-audit-status="processing"] .geo-audit-order-show__status-dot {
  background: rgb(34 211 238);
  box-shadow: 0 0 0 3px rgb(34 211 238 / 0.25);
  animation: geo-audit-status-pulse 1.6s ease-in-out infinite;
}

.geo-audit-order-show__status-pill[data-audit-status="completed"] .geo-audit-order-show__status-dot {
  background: rgb(16 185 129);
  box-shadow: 0 0 0 3px rgb(16 185 129 / 0.22);
}

.geo-audit-order-show__status-pill[data-audit-status="failed"] .geo-audit-order-show__status-dot {
  background: rgb(248 113 113);
  box-shadow: 0 0 0 3px rgb(248 113 113 / 0.2);
}

.geo-audit-order-show__status-pill[data-audit-status="cancelled"] .geo-audit-order-show__status-dot {
  background: rgb(148 163 184);
  box-shadow: 0 0 0 3px rgb(148 163 184 / 0.15);
}

@keyframes geo-audit-status-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.55;
    transform: scale(0.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-audit-order-show__status-pill[data-audit-status="processing"] .geo-audit-order-show__status-dot {
    animation: none;
  }
}

.geo-audit-order-show__hero-subtitle {
  margin: 0.65rem 0 0;
  max-width: 38rem;
  font-size: 0.9rem;
  line-height: 1.58;
  color: rgb(148 163 184);
}

.geo-audit-order-show__targets {
  margin-top: 1.25rem;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .geo-audit-order-show__targets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

.geo-audit-order-show__target {
  border-radius: 1rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  background: rgb(2 6 23 / 0.38);
  padding: 0.85rem 1rem 0.95rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.04);
}

.geo-audit-order-show__target--url {
  border-color: rgb(129 140 248 / 0.2);
  background: linear-gradient(145deg, rgb(79 70 229 / 0.12), rgb(2 6 23 / 0.52));
}

.geo-audit-order-show__target--query {
  border-color: rgb(34 211 238 / 0.18);
  background: linear-gradient(145deg, rgb(8 145 178 / 0.14), rgb(2 6 23 / 0.52));
}

.geo-audit-order-show__target-label {
  display: block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgb(100 116 139);
}

.geo-audit-order-show__target-value {
  margin: 0.45rem 0 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgb(226 232 240);
  overflow-wrap: anywhere;
}

.geo-audit-order-show__target-value--query {
  font-family: var(--font-family-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgb(248 250 252);
}

.geo-audit-order-show__statbar .geo-audit-order-show__card {
  position: relative;
  overflow: hidden;
  border-radius: 1.15rem;
  border-color: rgb(255 255 255 / 0.1);
  background: rgb(15 23 42 / 0.55);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.05),
    0 18px 40px -28px rgb(0 0 0 / 0.75);
}

.geo-audit-order-show__statbar .geo-audit-order-show__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 3px 0 0 3px;
  opacity: 0.55;
}

.geo-audit-order-show__statbar .geo-audit-order-show__stat--accent-package::before {
  background: linear-gradient(180deg, rgb(129 140 248), rgb(34 211 238));
}

.geo-audit-order-show__statbar .geo-audit-order-show__stat--accent-total::before {
  background: linear-gradient(180deg, rgb(52 211 153), rgb(16 185 129));
}

.geo-audit-order-show__statbar .geo-audit-order-show__stat--accent-status::before {
  background: linear-gradient(180deg, rgb(251 191 36), rgb(251 113 133));
}

.geo-audit-order-show__panel--pro {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  border-color: rgb(255 255 255 / 0.1);
  background: rgb(15 23 42 / 0.42);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.05),
    0 32px 64px -40px rgb(0 0 0 / 0.85);
}

.geo-audit-order-show__panel--pro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, rgb(99 102 241), rgb(34 211 238), rgb(192 132 252));
  opacity: 0.65;
  pointer-events: none;
}

.geo-audit-order-show__panel--pro > * {
  position: relative;
  z-index: 1;
}

.geo-audit-order-show__completed-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.25rem;
}

.geo-audit-order-show__completed-stack .geo-audit-order-show__deliverables--hero {
  margin-top: 0;
  border-radius: 1.15rem;
  border-color: rgb(255 255 255 / 0.12);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.06),
    0 24px 56px -32px rgb(0 0 0 / 0.7);
}

.geo-audit-order-show__completed-stack .geo-audit-order-show__result-gateway--first,
.geo-audit-order-show__completed-stack .geo-audit-order-show__result-gateway--after-hero {
  margin-top: 0;
}

/* Completed: dashboard link as a compact strip (not a second “hero” column) */
.geo-audit-order-show__result-gateway--band {
  padding: 1rem 1.2rem 1.05rem;
}

.geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-title {
  margin-top: 0.35rem;
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
}

.geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-lead {
  margin-top: 0.35rem;
  font-size: 0.76rem;
  line-height: 1.5;
  color: rgb(148 163 184);
  max-width: 52rem;
}

.geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-list {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
}

.geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-list li {
  margin: 0;
  font-size: 0.72rem;
  color: rgb(186 198 216);
}

.geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-cta {
  margin-top: 0.85rem;
}

@media (min-width: 900px) {
  .geo-audit-order-show__result-gateway--band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(11.5rem, 15rem);
    grid-template-rows: auto auto auto auto;
    column-gap: 1.25rem;
    row-gap: 0.35rem;
    align-items: start;
    padding: 0.95rem 1.25rem 1rem;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-kicker {
    grid-column: 1;
    grid-row: 1;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-title {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-lead {
    grid-column: 1;
    grid-row: 3;
    margin-top: 0;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-gateway-list {
    grid-column: 1;
    grid-row: 4;
    margin-top: 0.25rem;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-cta {
    grid-column: 2;
    grid-row: 1 / -1;
    margin-top: 0;
    align-self: center;
    justify-self: stretch;
    padding: 0.75rem 0.95rem 0.8rem;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-cta-primary-text {
    font-size: 0.82rem;
  }

  .geo-audit-order-show__result-gateway--band .geo-audit-order-show__result-cta-secondary {
    font-size: 0.65rem;
  }
}

.geo-audit-order-show__disc-list.geo-audit-order-show__timeline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-left: 0.15rem;
  padding-left: 1.05rem;
  border-left: 2px solid rgb(99 102 241 / 0.4);
}

.geo-audit-step {
  display: block;
}

.geo-audit-order-show--pro .geo-audit-order-show__disc {
  border-radius: 1rem;
  border-color: rgb(255 255 255 / 0.1);
  background: rgb(3 7 18 / 0.55);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.geo-audit-order-show--pro .geo-audit-order-show__disc[open] {
  border-color: rgb(129 140 248 / 0.28);
  box-shadow: 0 0 0 1px rgb(99 102 241 / 0.12), 0 12px 36px -24px rgb(0 0 0 / 0.65);
}

.geo-audit-order-show--pro .geo-audit-order-show__disc-summary {
  padding: 0.95rem 1.1rem;
}

.geo-audit-order-show__pipeline-preview--pro .geo-audit-order-show__plan-list {
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
  counter-reset: geo-plan;
}

.geo-audit-order-show__pipeline-preview--pro .geo-audit-order-show__plan-item {
  position: relative;
  margin-top: 0;
  padding: 0.65rem 0 0.65rem 2.35rem;
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
  counter-increment: geo-plan;
}

.geo-audit-order-show__pipeline-preview--pro .geo-audit-order-show__plan-item:last-child {
  border-bottom: 0;
}

.geo-audit-order-show__pipeline-preview--pro .geo-audit-order-show__plan-item::before {
  content: counter(geo-plan);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.65rem;
  height: 1.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  font-family: var(--font-family-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: rgb(199 210 254);
  background: rgb(79 70 229 / 0.22);
  border: 1px solid rgb(129 140 248 / 0.38);
}

.geo-audit-order-show--pro .geo-audit-order-show__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1rem;
  border-radius: 1.1rem;
  border-color: rgb(255 255 255 / 0.08);
}

.geo-audit-order-show--pro .geo-audit-order-show__footer-label {
  margin: 0;
}

.geo-audit-order-show--pro .geo-audit-order-show__footer-id {
  margin: 0;
  padding: 0.25rem 0.65rem;
  border-radius: 0.45rem;
  background: rgb(2 6 23 / 0.65);
  border: 1px solid rgb(255 255 255 / 0.08);
  font-size: 0.7rem;
  color: rgb(165 180 252);
}

.geo-auth {
  display: grid;
  gap: 1.25rem;
  max-width: 62rem;
  margin-inline: auto;
  padding-bottom: 2rem;
}

.geo-auth__hero,
.geo-auth__panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.09);
  box-shadow:
    0 30px 90px -54px rgb(0 0 0 / 0.95),
    inset 0 1px 0 rgb(255 255 255 / 0.06);
}

.geo-auth__hero {
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 16% 0%, rgb(99 102 241 / 0.28), transparent 34%),
    radial-gradient(circle at 94% 16%, rgb(34 211 238 / 0.13), transparent 28%),
    linear-gradient(135deg, rgb(255 255 255 / 0.08), transparent 38%),
    rgb(3 7 18);
  padding: clamp(1.45rem, 3vw, 2.45rem);
}

.geo-auth__hero::before,
.geo-auth__panel::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 0.22), transparent);
}

.geo-auth__glow {
  position: absolute;
  pointer-events: none;
  border-radius: 9999px;
  filter: blur(56px);
  opacity: 0.45;
}

.geo-auth__glow--one {
  right: -4rem;
  top: -4rem;
  width: 14rem;
  height: 14rem;
  background: rgb(34 211 238 / 0.48);
}

.geo-auth__glow--two {
  left: 12%;
  bottom: -5rem;
  width: 16rem;
  height: 16rem;
  background: rgb(129 140 248 / 0.45);
}

.geo-auth__copy {
  position: relative;
  max-width: 44rem;
}

.geo-auth__kicker,
.geo-auth__panel-head p {
  color: rgb(165 180 252);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.geo-auth__copy h1 {
  margin-top: 1rem;
  font-family: var(--font-family-display);
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 820;
  letter-spacing: -0.075em;
  line-height: 0.98;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 40%, #67e8f9 88%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.geo-auth__copy > p:not(.geo-auth__kicker) {
  max-width: 35rem;
  margin-top: 1rem;
  color: rgb(148 163 184);
  font-size: 0.98rem;
  line-height: 1.65;
}

.geo-auth__proof {
  position: relative;
  display: grid;
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.geo-auth__proof div {
  border: 1px solid rgb(255 255 255 / 0.075);
  border-radius: 1rem;
  background: rgb(255 255 255 / 0.04);
  padding: 0.9rem;
}

.geo-auth__proof span {
  color: rgb(100 116 139);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.geo-auth__proof strong {
  display: block;
  margin-top: 0.4rem;
  color: rgb(226 232 240);
  font-size: 0.88rem;
  line-height: 1.35;
}

.geo-auth__panel {
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 50% 0%, rgb(99 102 241 / 0.14), transparent 34%),
    rgb(7 11 20 / 0.96);
  padding: clamp(1.15rem, 2.6vw, 1.75rem);
}

.geo-auth__panel-head h2 {
  margin-top: 0.45rem;
  color: white;
  font-family: var(--font-family-display);
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 780;
  letter-spacing: -0.055em;
}

.geo-auth__panel-head span,
.geo-auth__note {
  display: block;
  margin-top: 0.55rem;
  color: rgb(100 116 139);
  font-size: 0.86rem;
  line-height: 1.55;
}

.geo-auth__flash {
  margin-top: 1rem;
  border: 1px solid rgb(248 113 113 / 0.28);
  border-radius: 0.95rem;
  background: rgb(127 29 29 / 0.28);
  color: rgb(254 226 226);
  font-size: 0.88rem;
  padding: 0.85rem 0.95rem;
}

.geo-auth__google,
.geo-auth__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  border: 0;
  border-radius: 0.95rem;
  cursor: pointer;
  font-size: 0.94rem;
  font-weight: 850;
  padding: 1rem;
  transition: filter 0.18s ease, transform 0.18s ease;
}

.geo-auth__google {
  margin-top: 1.2rem;
  background: white;
  color: rgb(2 6 23);
}

.geo-auth__google:hover,
.geo-auth__submit:hover {
  filter: brightness(1.06);
}

.geo-auth__google:active,
.geo-auth__submit:active {
  transform: scale(0.98);
}

.geo-auth__google-icon {
  display: inline-flex;
  width: 1.3rem;
  height: 1.3rem;
}

.geo-auth__google-icon svg {
  width: 100%;
  height: 100%;
}

.geo-auth__divider {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 1.15rem 0;
  color: rgb(71 85 105);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.geo-auth__divider::before,
.geo-auth__divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgb(255 255 255 / 0.08);
}

.geo-auth__form {
  display: grid;
  gap: 0.9rem;
}

.geo-auth__form label:not(.geo-auth__remember) {
  display: block;
  color: rgb(100 116 139);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.geo-auth__form input[type="email"],
.geo-auth__form input[type="password"] {
  width: 100%;
  margin-top: 0.45rem;
  border: 1px solid rgb(255 255 255 / 0.08);
  border-radius: 0.85rem;
  background: rgb(2 6 23 / 0.82);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.035);
  color: rgb(241 245 249);
  font-size: 0.94rem;
  outline: none;
  padding: 0.9rem 0.95rem;
}

.geo-auth__form input[type="email"]:focus,
.geo-auth__form input[type="password"]:focus {
  border-color: rgb(129 140 248 / 0.7);
  box-shadow: 0 0 0 3px rgb(99 102 241 / 0.18);
}

.geo-auth__form input::placeholder {
  color: rgb(71 85 105);
}

.geo-auth__remember {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  color: rgb(148 163 184);
  cursor: pointer;
  font-size: 0.86rem;
}

.geo-auth__remember input {
  accent-color: rgb(99 102 241);
}

.geo-auth__submit {
  background: linear-gradient(90deg, rgb(79 70 229), rgb(124 58 237), rgb(79 70 229));
  box-shadow: 0 22px 60px -32px rgb(129 140 248 / 0.9);
  color: white;
}

@media (min-width: 820px) {
  .geo-auth {
    grid-template-columns: minmax(0, 1fr) minmax(22rem, 25rem);
    align-items: start;
  }

  .geo-auth__panel {
    position: sticky;
    top: 6.25rem;
  }

  .geo-auth__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
