body.pshat-modal-exiting [role="dialog"] {
  pointer-events: none !important;
}

.step-item[role="tab"] {
  position: relative;
  color: rgb(255 255 255 / 62%);
  cursor: pointer;
  outline: none;
  transition:
    color 180ms ease,
    background-color 180ms ease;
  user-select: none;
}

.step-item[role="tab"]::after {
  position: absolute;
  right: 1rem;
  bottom: -1px;
  left: 1rem;
  height: 2px;
  background: #f24c55;
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.step-item[role="tab"]:hover {
  color: rgb(255 255 255 / 86%);
  background: rgb(255 255 255 / 3.5%);
}

.step-item[role="tab"]:focus-visible {
  box-shadow: inset 0 0 0 2px rgb(242 76 85 / 72%);
}

.step-item[role="tab"].is-active,
.step-item[role="tab"].is-active .step-number {
  color: #f24c55;
}

.step-item[role="tab"]:first-child:not(.is-active),
.step-item[role="tab"]:first-child:not(.is-active) .step-number {
  color: rgb(255 255 255 / 38%);
}

.step-item[role="tab"].is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.process-visual[role="tabpanel"] {
  outline: none;
}

.process-visual.pshat-stage-updated .meaning-panel {
  animation: pshat-stage-in 320ms ease both;
}

@keyframes pshat-stage-in {
  from {
    opacity: 0.55;
    transform: translateY(5px);
  }
}

.pricing-section {
  border-block: 1px solid rgb(255 255 255 / 10%);
  background:
    radial-gradient(circle at 82% 18%, rgb(242 76 85 / 10%), transparent 24rem),
    #0e1214;
  padding: 6rem 1.25rem;
}

.pricing-inner {
  display: grid;
  max-width: 1264px;
  margin-inline: auto;
  gap: 2.5rem;
}

.pricing-eyebrow {
  margin: 0 0 1rem;
  color: #f24c55;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pricing-title {
  max-width: 920px;
  margin: 0;
  color: #fdfcf9;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  font-weight: 650;
  letter-spacing: -0.058em;
  line-height: 0.99;
}

.pricing-detail {
  display: grid;
  gap: 2rem;
  align-items: end;
}

.pricing-body {
  max-width: 760px;
  margin: 0;
  color: #aeb2b3;
  font-size: 1.125rem;
  line-height: 1.625;
}

.pricing-cta {
  min-width: 220px;
  width: fit-content;
}

.updates-section {
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  background: #121719;
  padding: 6rem 1.25rem;
}

.updates-inner {
  display: grid;
  max-width: 1264px;
  margin-inline: auto;
  gap: 3rem;
}

.updates-eyebrow {
  margin: 0 0 1rem;
  color: #f24c55;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.updates-title {
  max-width: 700px;
  margin: 0;
  color: #fdfcf9;
  font-size: clamp(2.35rem, 4.6vw, 4.4rem);
  font-weight: 650;
  letter-spacing: -0.056em;
  line-height: 1;
}

.updates-body {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: #aeb2b3;
  font-size: 1.075rem;
  line-height: 1.65;
}

.updates-form {
  align-self: end;
  width: 100%;
  max-width: 660px;
}

.updates-label {
  display: block;
  margin-bottom: 0.7rem;
  color: #fdfcf9;
  font-size: 0.86rem;
  font-weight: 600;
}

.updates-control {
  display: grid;
  gap: 0.75rem;
}

.updates-input,
.updates-submit {
  min-height: 56px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

.updates-input {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 24%);
  outline: none;
  background: #0e1214;
  color: #fdfcf9;
  padding: 0 1rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.updates-input::placeholder {
  color: rgb(255 255 255 / 38%);
}

.updates-input:hover {
  border-color: rgb(255 255 255 / 42%);
}

.updates-input:focus-visible {
  border-color: #f24c55;
  box-shadow: 0 0 0 3px rgb(242 76 85 / 18%);
}

.updates-input[aria-invalid="true"] {
  border-color: #f24c55;
}

.updates-submit {
  border: 1px solid #f24c55;
  background: #f24c55;
  color: #fff;
  cursor: pointer;
  padding: 0 1.35rem;
  font-weight: 650;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.updates-submit:hover:not(:disabled) {
  border-color: #ff5b63;
  background: #ff5b63;
  transform: translateY(-1px);
}

.updates-submit:focus-visible {
  outline: 3px solid rgb(242 76 85 / 32%);
  outline-offset: 3px;
}

.updates-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.updates-consent,
.updates-status {
  max-width: 620px;
  margin: 0.85rem 0 0;
  color: #85898a;
  font-size: 0.78rem;
  line-height: 1.55;
}

.updates-consent a {
  color: #c8cbcc;
  text-underline-offset: 3px;
}

.updates-consent a:hover {
  color: #fff;
}

.updates-status {
  min-height: 1.25rem;
  font-size: 0.86rem;
  font-weight: 550;
}

.updates-status.is-success {
  color: #d8ddc6;
}

.updates-status.is-error {
  color: #ff7d84;
}

.updates-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.analytics-consent {
  position: fixed;
  z-index: 45;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  max-width: 680px;
  border: 1px solid rgb(18 23 25 / 18%);
  border-radius: 10px;
  background: #f4f2ed;
  box-shadow: 0 22px 70px rgb(0 0 0 / 34%);
  color: #121719;
  gap: 1.25rem;
  padding: 1.25rem;
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.analytics-consent-body {
  margin: 0.45rem 0 0;
  color: #4f5456;
  font-size: 0.92rem;
  line-height: 1.55;
}

.analytics-consent-privacy {
  display: inline-block;
  margin-top: 0.65rem;
  color: #4f5456;
  font-size: 0.78rem;
  font-weight: 600;
  text-underline-offset: 3px;
}

.analytics-consent-privacy:hover {
  color: #121719;
}

.analytics-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.analytics-consent-actions button {
  min-height: 44px;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.7rem 1rem;
}

.analytics-consent-accept {
  border: 1px solid #f24c55;
  background: #f24c55;
  color: #fff;
}

.analytics-consent-decline {
  border: 1px solid rgb(18 23 25 / 24%);
  background: transparent;
  color: #121719;
}

.analytics-consent-actions button:hover {
  transform: translateY(-1px);
}

.analytics-consent-actions button:focus-visible,
.analytics-preferences:focus-visible {
  outline: 3px solid rgb(242 76 85 / 32%);
  outline-offset: 3px;
}

.analytics-preferences {
  border: 0;
  background: transparent;
  color: #909394;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-preferences:hover {
  color: #fff;
}

@media (min-width: 48rem) {
  .pricing-section { padding: 8rem 2rem; }
  .updates-section { padding: 8rem 2rem; }
  .updates-control { grid-template-columns: minmax(0, 1fr) auto; }
  .updates-submit { min-width: 210px; }
  .analytics-consent {
    right: auto;
    bottom: 1.5rem;
    left: 1.5rem;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    padding: 1.5rem;
  }
  .analytics-consent-actions { justify-content: flex-end; }
}

@media (min-width: 64rem) {
  .pricing-section { padding-inline: 3rem; }
  .pricing-detail { grid-template-columns: 1fr auto; }
  .updates-section { padding-inline: 3rem; }
  .updates-inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    align-items: end;
    gap: clamp(4rem, 8vw, 8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .step-item[role="tab"],
  .step-item[role="tab"]::after {
    transition: none;
  }

  .process-visual.pshat-stage-updated .meaning-panel {
    animation: none;
  }

  .updates-input,
  .updates-submit,
  .analytics-consent-actions button {
    transition: none;
  }
}
