.pricing-page {
  --pro-cyan: #67e8f9;
  --pro-green: #48e6a3;
  --pro-warm: #ffbd73;
  --pro-line: rgba(103, 232, 249, 0.18);
  --pro-panel: rgba(10, 28, 35, 0.82);
  --pro-panel-strong: rgba(8, 23, 29, 0.96);
  padding-bottom: 48px;
}

.scout-pro-page .seekami-navigator {
  display: none;
}

.pro-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.65fr);
  gap: 56px;
  align-items: center;
  min-height: 430px;
  padding: 72px 54px;
  border: 1px solid var(--pro-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 10%, rgba(53, 188, 205, 0.2), transparent 34%),
    radial-gradient(circle at 86% 80%, rgba(72, 230, 163, 0.09), transparent 32%),
    linear-gradient(135deg, rgba(14, 45, 55, 0.94), rgba(7, 20, 26, 0.98));
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.pro-hero::after {
  position: absolute;
  top: -140px;
  right: 16%;
  width: 280px;
  height: 520px;
  border: 1px solid rgba(103, 232, 249, 0.09);
  border-radius: 50%;
  transform: rotate(28deg);
  content: "";
  pointer-events: none;
}

.pro-hero-copy,
.pro-feature-list {
  position: relative;
  z-index: 1;
}

.pro-hero h1 {
  max-width: 760px;
  margin: 20px 0 18px;
  color: #f6fbff;
  font-size: clamp(48px, 5.1vw, 76px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.pro-hero .hero-lede {
  max-width: 690px;
  margin: 0;
  color: #b8d1dc;
  font-size: 19px;
  line-height: 1.7;
}

.pro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 34px;
  color: #8eacb7;
  font-size: 13px;
}

.pro-proof span {
  display: grid;
  gap: 4px;
}

.pro-proof b {
  color: #eefbff;
  font-size: 17px;
}

.pro-feature-list {
  border-left: 1px solid var(--pro-line);
  padding-left: 34px;
}

.pro-feature-list > p {
  margin: 0 0 16px;
  color: var(--pro-cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pro-feature-list ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-feature-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 2px 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(103, 232, 249, 0.1);
}

.pro-feature-list li > span {
  grid-row: 1 / 3;
  color: rgba(103, 232, 249, 0.52);
  font: 800 11px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.pro-feature-list strong {
  color: #edf9fc;
  font-size: 15px;
}

.pro-feature-list em {
  color: #7f9ba6;
  font-size: 12px;
  font-style: normal;
}

.purchase-section {
  padding: 74px 0 62px;
  border-bottom: 1px solid rgba(103, 232, 249, 0.12);
}

.purchase-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.purchase-heading h2 {
  margin: 10px 0 0;
  color: #f5fbfd;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.04em;
}

.purchase-section--first {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
  padding: 48px 0 72px;
}

.purchase-section--first .purchase-heading {
  align-items: end;
  margin-bottom: 30px;
}

.purchase-section--first .purchase-heading h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #f5fbfd;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.purchase-section--first .purchase-heading > p {
  max-width: 410px;
}

.purchase-heading > p {
  max-width: 420px;
  margin: 0 0 5px;
  color: #8da9b4;
  line-height: 1.6;
  text-align: right;
}

.purchase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(340px, 0.6fr);
  gap: 18px;
  align-items: start;
}

.pricing-page .plan-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.pricing-page .plan-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 26px;
  gap: 24px;
  align-items: center;
  min-height: 142px;
  padding: 26px 28px;
  border: 1px solid rgba(103, 232, 249, 0.14);
  border-radius: 18px;
  background: rgba(10, 27, 34, 0.68);
  box-shadow: none;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pricing-page .plan-card:hover,
.pricing-page .plan-card:focus-visible {
  border-color: rgba(103, 232, 249, 0.48);
  background: rgba(13, 36, 44, 0.88);
  outline: 0;
  transform: translateY(-1px);
}

.pricing-page .plan-card.is-selected {
  border-color: var(--pro-green);
  background:
    linear-gradient(90deg, rgba(72, 230, 163, 0.09), transparent 42%),
    rgba(10, 31, 36, 0.92);
  box-shadow: inset 3px 0 0 var(--pro-green), 0 16px 52px rgba(0, 0, 0, 0.2);
}

.plan-copy {
  display: grid;
  gap: 7px;
}

.pricing-page .plan-badge {
  display: inline;
  width: fit-content;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--pro-cyan);
  font-size: 11px;
  letter-spacing: 0.1em;
}

.pricing-page .plan-card h3 {
  margin: 0;
  color: #f1fafc;
  font-size: 23px;
}

.pricing-page .plan-card p {
  min-height: 0;
  margin: 0;
  color: #819da8;
  font-size: 13px;
}

.plan-price {
  display: flex;
  gap: 9px;
  align-items: center;
  min-width: 150px;
}

.plan-price strong {
  color: var(--pro-warm);
  font-size: 38px;
  letter-spacing: -0.04em;
}

.plan-price span {
  color: #8da8b3;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
}

.plan-check {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 50%;
  color: transparent;
  font-size: 13px;
}

.plan-card.is-selected .plan-check {
  border-color: var(--pro-green);
  background: var(--pro-green);
  color: #062119;
}

.pricing-page .checkout-card {
  position: sticky;
  top: 88px;
  display: grid;
  max-width: none;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(103, 232, 249, 0.1), transparent 34%),
    var(--pro-panel-strong);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.checkout-kicker {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #9cb5bf;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.checkout-kicker > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pro-green);
  box-shadow: 0 0 0 5px rgba(72, 230, 163, 0.1);
}

.pricing-page .checkout-summary {
  display: grid;
  gap: 16px;
  padding: 0 0 18px;
  border-bottom: 1px solid rgba(103, 232, 249, 0.13);
  background: transparent;
}

.checkout-summary > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pricing-page .checkout-summary span {
  margin: 0;
  color: #76929d;
  font-size: 12px;
}

.pricing-page .checkout-summary strong {
  color: #eaf7fa;
  font-size: 16px;
}

.pricing-page .checkout-summary p {
  margin: 0;
}

.pricing-page .checkout-summary b {
  color: var(--pro-warm);
  font-size: 34px;
  letter-spacing: -0.04em;
}

.checkout-field {
  display: grid;
  gap: 8px;
}

.checkout-field > span {
  color: #adc2ca;
  font-size: 12px;
  font-weight: 800;
}

.pricing-page .checkout-field input {
  min-height: 50px;
  border-color: rgba(103, 232, 249, 0.2);
  border-radius: 10px;
  background: rgba(3, 14, 18, 0.58);
  padding: 0 14px;
  font-size: 15px;
}

.provider-box {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 11px;
  align-items: center;
  padding: 13px 0;
  border-block: 1px solid rgba(103, 232, 249, 0.1);
}

.provider-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  background: #f4fbfd;
  color: #102b35;
  font-weight: 950;
}

.provider-box > div:nth-child(2) {
  display: grid;
  gap: 2px;
}

.provider-box strong {
  color: #e8f5f8;
  font-size: 13px;
}

.provider-box span {
  color: #77939e;
  font-size: 11px;
}

.provider-state {
  color: var(--pro-cyan) !important;
}

.pricing-page .primary-pay {
  display: flex;
  min-height: 52px;
  justify-content: space-between;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(90deg, #67e8f9, #48e6a3);
  color: #052027;
  padding: 0 18px;
  box-shadow: 0 14px 36px rgba(72, 230, 163, 0.16);
  font-size: 14px;
  cursor: pointer;
}

.pricing-page .primary-pay:disabled {
  opacity: 0.58;
  cursor: wait;
}

.status-button {
  min-height: 42px;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 10px;
  background: rgba(103, 232, 249, 0.05);
  color: #a9dce5;
  font-weight: 850;
  cursor: pointer;
}

.checkout-status {
  min-height: 18px;
  margin: -7px 0 0;
  color: #78949f;
  font-size: 11px;
  line-height: 1.55;
}

.checkout-status.is-error { color: #ff9e9e; }
.checkout-status.is-success { color: var(--pro-green); }

.checkout-safety {
  display: grid;
  gap: 7px;
  padding-top: 2px;
  color: #718e99;
  font-size: 11px;
}

.pro-unlocks {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
  padding: 86px 0 24px;
}

.pro-unlocks-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

.pro-unlocks-heading h2 {
  max-width: 760px;
  margin: 12px 0 0;
  color: #f4fafc;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.pro-unlocks-heading > p {
  max-width: 420px;
  margin: 0;
  color: #8da9b4;
  font-size: 14px;
  line-height: 1.75;
}

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

.pro-unlock-grid article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-height: 150px;
  padding: 26px;
  border: 1px solid rgba(103, 232, 249, .14);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(72, 230, 163, .07), transparent 35%),
    rgba(10, 27, 34, .68);
}

.pro-unlock-grid article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, .22);
  border-radius: 12px;
  color: var(--pro-cyan);
  background: rgba(103, 232, 249, .055);
  font: 850 10px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.pro-unlock-grid article > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.pro-unlock-grid strong {
  color: #edf9fc;
  font-size: 17px;
}

.pro-unlock-grid p {
  max-width: 470px;
  margin: 0;
  color: #819da8;
  font-size: 13px;
  line-height: 1.7;
}

.pro-proof--below {
  margin-top: 26px;
  padding: 24px 26px;
  border: 1px solid rgba(103, 232, 249, .11);
  border-radius: 16px;
  background: rgba(103, 232, 249, .025);
}

.pro-activation-flow {
  width: min(1240px, calc(100% - 96px));
  margin: 0 auto;
  padding: 52px 0 36px;
}

.activation-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 46px 0 18px;
}

.activation-flow > div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 4px 12px;
  padding: 8px 32px;
  border-right: 1px solid rgba(103, 232, 249, 0.12);
}

.activation-flow > div:first-child { padding-left: 0; }
.activation-flow > div:last-child { border-right: 0; }

.activation-flow span {
  grid-row: 1 / 3;
  color: var(--pro-cyan);
  font: 850 12px/1.6 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.activation-flow strong {
  color: #e8f5f8;
  font-size: 14px;
}

.activation-flow p {
  margin: 0;
  color: #75909b;
  font-size: 12px;
}

@media (max-width: 980px) {
  .pro-hero,
  .purchase-layout {
    grid-template-columns: 1fr;
  }

  .pro-hero {
    gap: 40px;
    padding: 54px 38px;
  }

  .pro-feature-list {
    border-top: 1px solid var(--pro-line);
    border-left: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .pricing-page .checkout-card {
    position: static;
  }
}

@media (max-width: 680px) {
  .pro-hero {
    min-height: 0;
    padding: 40px 22px;
    border-radius: 18px;
  }

  .pro-hero h1 {
    margin-top: 16px;
    font-size: 42px;
  }

  .pro-proof {
    gap: 18px;
  }

  .purchase-section {
    padding-top: 52px;
  }

  .purchase-section--first,
  .pro-unlocks,
  .pro-activation-flow {
    width: calc(100% - 48px);
  }

  .purchase-section--first {
    padding-top: 38px;
  }

  .purchase-section--first .purchase-heading h1 {
    font-size: 42px;
  }

  .purchase-heading {
    display: grid;
  }

  .purchase-heading > p {
    text-align: left;
  }

  .pricing-page .plan-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    min-height: 0;
    padding: 21px;
  }

  .plan-check {
    position: absolute;
    top: 17px;
    right: 17px;
  }

  .plan-price {
    grid-column: 1 / -1;
  }

  .pricing-page .checkout-card {
    padding: 22px;
  }

  .activation-flow {
    grid-template-columns: 1fr;
  }

  .pro-unlocks {
    padding-top: 62px;
  }

  .pro-unlocks-heading,
  .pro-unlock-grid {
    grid-template-columns: 1fr;
  }

  .pro-unlocks-heading {
    gap: 18px;
  }

  .activation-flow > div,
  .activation-flow > div:first-child {
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(103, 232, 249, 0.1);
  }
}
