/* Pricing page — Alison V3 standalone (static extract). Scoped under .pricing */

.pricing .ph {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -0.135em;
  flex: none;
}

:root {
  --green-500: #54f9a1;
  --ink-800: #343740;
  --ink-600: #595e6e;
  --ink-500: #6b7285;
  --ink-400: #798197;
  --ink-300: #bdc1cb;
  --ink-200: #dedfe2;
  --ink-100: #eff0f2;
  --white: #fff;
  --h1b-ink: #343740;
  --h1b-muted: #5b5751;
  --h1b-muted-2: #6b655e;
  --h1b-accent: #a2ffc8;
  --h1b-accent-ink: #20321f;
  --h1b-navy: #323b70;
  --h1b-band: #c9dbf1;
  --h1b-platform: #eaebf0;
  --h1b-soft: #f2f2f2;
  --h1b-line: #e2ded7;
  --h1b-font: 'Montserrat', 'Public Sans', system-ui, sans-serif;
  --h1b-mono: 'IBM Plex Mono', ui-monospace, monospace;
  --h1b-body: 'Public Sans', system-ui, sans-serif;
  --h1b-max: 1120px;
  --header-height: 72px;
}

.pricing * {
  box-sizing: border-box;
}

.pricing a {
  color: inherit;
  text-decoration: none;
}
.pricing img {
  max-width: 100%;
  display: block;
}
.pricing p,
.pricing h1,
.pricing h2,
.pricing h3,
.pricing h4 {
  margin: 0;
}
.pricing button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  color: inherit;
}
.pricing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing .inner {
  width: min(100% - 48px, var(--h1b-max));
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .pricing .inner {
    width: min(100% - 96px, var(--h1b-max));
  }
}

.pricing :focus-visible {
  outline: 2px solid var(--h1b-navy);
  outline-offset: 2px;
}

/* ---------- Header ---------- */

.pricing .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 8px;
  font-family: var(--h1b-font);
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  transition:
    opacity 0.15s ease,
    transform 0.15s ease;
  white-space: nowrap;
}
.pricing .btn:hover {
  opacity: 0.92;
}
.pricing .btn--primary {
  background: var(--h1b-accent);
  color: var(--h1b-accent-ink);
}
.pricing .btn--ink {
  background: var(--h1b-ink);
  color: #fff;
}
.pricing .btn--ghost-dark {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background: transparent;
}
.pricing .btn--ghost-light {
  border: 1px solid var(--ink-200);
  color: var(--ink-800);
  background: transparent;
}
.pricing .btn--small {
  padding: 9px 16px;
  font-size: 0.875rem;
}

/* ---------- Sections / typography ---------- */
.pricing .section {
  padding: 84px 0;
}
.pricing .section--soft {
  background: var(--h1b-soft);
}
.pricing .section--platform {
  background: var(--h1b-platform);
}
.pricing .section--dark {
  background: var(--h1b-ink);
  color: #fff;
}
.pricing .kicker {
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: var(--h1b-navy);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pricing .section--dark .kicker {
  color: var(--h1b-accent);
}
.pricing .title {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.12;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.pricing .lede {
  font-weight: 400;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--h1b-muted);
  max-width: 40rem;
}
.pricing .section--dark .lede {
  color: #c2c6cf;
}
.pricing .head {
  text-align: center;
  margin: 0 auto 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------- Hero ---------- */
.pricing .hero {
  background: var(--h1b-ink);
  color: #fff;
  padding: 72px 0 56px;
  text-align: center;
}
.pricing .hero__inner {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.pricing .hero__title {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.08;
  text-wrap: balance;
}
.pricing .hero__lede {
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  color: #e8eaee;
  max-width: 34rem;
  line-height: 1.55;
}
.pricing .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 8px;
}

/* ---------- Audience toggle (in hero) ---------- */
.pricing .audience-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 12px;
}
.pricing .audience-btn {
  padding: 11px 26px;
  border-radius: 999px;
  font-family: var(--h1b-font);
  font-weight: 600;
  font-size: 0.9375rem;
  color: #e8eaee;
  transition: all 0.15s ease;
}
.pricing .audience-btn.is-active {
  background: var(--h1b-accent);
  color: var(--h1b-accent-ink);
}
.pricing .audience-btn:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pricing .audience-panel {
  display: none;
}
.pricing .audience-panel.is-active {
  display: block;
}

/* ---------- Inclusions grid ---------- */
.pricing .inclusions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}
@media (min-width: 700px) {
  .pricing .inclusions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .pricing .inclusions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing .inclusion-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 4px 0;
}
.pricing .inclusion-item .ph {
  font-size: 1.35rem;
  color: var(--h1b-navy);
  flex: none;
  margin-top: 1px;
}
.pricing .inclusion-item span {
  font-size: 0.9375rem;
  color: var(--ink-600);
  line-height: 1.4;
}

/* ---------- Estimator ---------- */
.pricing .estimator {
  background: #fff;
  border: 1px solid var(--h1b-line);
  border-radius: 20px;
  padding: clamp(24px, 4vw, 44px);
  margin-top: 56px;
  box-shadow: 0 24px 60px -32px rgba(50, 59, 112, 0.28);
}
.pricing .estimator__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 28px;
}
.pricing .estimator__eyebrow {
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--h1b-navy);
  margin-bottom: 6px;
}
.pricing .estimator__heading {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: 1.375rem;
}

.pricing .tier-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pricing .tier-tab {
  padding: 9px 16px;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--ink-500);
  border: 1px solid var(--h1b-line);
}
.pricing .tier-tab.is-active {
  background: var(--h1b-accent-ink);
  color: var(--h1b-accent);
  border-color: var(--h1b-accent-ink);
}

.pricing .estimator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}
@media (min-width: 900px) {
  .pricing .estimator__grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.pricing .control {
  margin-bottom: 26px;
}
.pricing .control:last-child {
  margin-bottom: 0;
}
.pricing .control__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.pricing .control__label span:first-child {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--ink-800);
}
.pricing .control__value {
  font-family: var(--h1b-mono);
  font-weight: 500;
  font-size: 0.9375rem;
  color: var(--h1b-navy);
}
.pricing input[type='range'] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: var(--ink-200);
  outline: none;
}
.pricing input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--h1b-ink);
  border: 3px solid var(--h1b-accent);
  cursor: pointer;
}
.pricing input[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--h1b-ink);
  border: 3px solid var(--h1b-accent);
  cursor: pointer;
}
.pricing .control__scale {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--ink-400);
  margin-top: 6px;
  font-family: var(--h1b-mono);
}
.pricing .control__note {
  font-size: 0.8125rem;
  color: var(--ink-500);
  margin-top: 10px;
  line-height: 1.5;
}

.pricing .output {
  background: var(--h1b-platform);
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pricing .output__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.pricing .output__label {
  font-size: 0.875rem;
  color: var(--ink-600);
  font-weight: 500;
}
.pricing .output__value {
  font-family: var(--h1b-mono);
  font-weight: 600;
  font-size: 1.0625rem;
  color: var(--ink-800);
}
.pricing .output__divider {
  height: 1px;
  background: var(--h1b-line);
}
.pricing .output__total .output__label {
  font-weight: 700;
  color: var(--ink-800);
}
.pricing .output__total .output__value {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  color: var(--h1b-navy);
  font-weight: 700;
}
.pricing .output__footnote {
  font-size: 0.75rem;
  color: var(--ink-500);
  line-height: 1.5;
}
.pricing .output__pill {
  display: inline-block;
  align-self: flex-start;
  background: var(--h1b-accent);
  color: var(--h1b-accent-ink);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

/* ---------- Tier cards ---------- */
.pricing .tier-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 56px;
}
@media (min-width: 720px) {
  .pricing .tier-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 720px) {
  .pricing .tier-grid--funds {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    margin-inline: auto;
  }
}
@media (min-width: 900px) {
  .pricing .tier-grid--companies {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pricing .tier-card {
  border: 1px solid var(--h1b-line);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
}
.pricing .tier-card--highlight {
  border-color: var(--h1b-ink);
  box-shadow: 0 16px 40px -28px rgba(50, 59, 112, 0.4);
}
.pricing .tier-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--h1b-platform);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing .tier-card__icon .ph {
  font-size: 1.375rem;
  color: var(--h1b-navy);
}
.pricing .tier-card__name {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: 1.125rem;
}
.pricing .tier-card__blurb {
  font-size: 0.875rem;
  color: var(--h1b-muted-2);
  line-height: 1.5;
}
.pricing .tier-card__price {
  font-family: var(--h1b-mono);
  font-weight: 600;
  font-size: 1.375rem;
  color: var(--ink-800);
}
.pricing .tier-card__price small {
  display: block;
  font-family: var(--h1b-body);
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--ink-500);
  margin-top: 2px;
}
.pricing .tier-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.pricing .tier-card__list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.8438rem;
  color: var(--ink-600);
  line-height: 1.45;
}
.pricing .tier-card__list .ph {
  color: var(--h1b-navy);
  font-size: 1.05rem;
  margin-top: 1px;
  flex: none;
}
.pricing .tier-card__foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--h1b-line);
  font-size: 0.8125rem;
  color: var(--ink-500);
}
.pricing .tier-card__foot strong {
  color: var(--ink-800);
  font-family: var(--h1b-mono);
  font-weight: 600;
}

/* ---------- Add-ons ---------- */
.pricing .addons {
  margin-top: 40px;
  background: var(--h1b-band);
  border-radius: 16px;
  padding: 28px clamp(20px, 4vw, 36px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
.pricing .addons__text {
  max-width: 640px;
}
.pricing .addons__title {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: 1.0625rem;
  margin-bottom: 6px;
}
.pricing .addons__desc {
  font-size: 0.875rem;
  color: #323b70;
  opacity: 0.85;
  line-height: 1.5;
}
.pricing .addons__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pricing .addons__pill {
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--h1b-navy);
  white-space: nowrap;
}

/* ---------- Protocol Finance cards ---------- */
.pricing .pf-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 760px) {
  .pricing .pf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .pricing .pf-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pricing .pf-grid--1 {
  max-width: 720px;
  margin-inline: auto;
}
@media (min-width: 760px) {
  .pricing .pf-grid--1 {
    grid-template-columns: 1fr;
  }
}
.pricing .pf-card {
  background: #fff;
  border: 1px solid var(--h1b-line);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pricing .pf-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--h1b-platform);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing .pf-card__icon .ph {
  font-size: 1.375rem;
  color: var(--h1b-navy);
}
.pricing .pf-card__name {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 1.3;
}
.pricing .pf-card__desc {
  font-size: 0.875rem;
  color: var(--h1b-muted);
  line-height: 1.55;
}
.pricing .pf-card__ref {
  font-family: var(--h1b-mono);
  font-size: 0.75rem;
  color: var(--ink-500);
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--h1b-line);
}
.pricing .pf-subhead {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 52px 0 20px;
}
.pricing .pf-subhead h3 {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: 1.125rem;
}
.pricing .pf-subhead p {
  font-size: 0.875rem;
  color: var(--h1b-muted-2);
}
.pricing .feat-soon {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--h1b-muted-2);
  background: var(--h1b-soft);
  padding: 3px 8px;
  border-radius: 6px;
  white-space: nowrap;
  align-self: flex-start;
}

/* ---------- CTA band ---------- */
.pricing .cta-band {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #343740;
  color: #fff;
  padding: 96px 0;
  text-align: center;
  overflow: hidden;
}
.pricing .cta-band__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  z-index: 0;
  pointer-events: none;
}
.pricing .cta-band__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(20, 22, 28, 0.28) 0%,
    rgba(20, 22, 28, 0.42) 55%,
    rgba(20, 22, 28, 0.58) 100%
  );
}
.pricing .cta-band__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 48px, 640px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.pricing .cta-band__title {
  font-family: var(--h1b-font);
  font-weight: 700;
  font-size: clamp(1.75rem, 3.4vw, 2.25rem);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45);
}
.pricing .cta-band__lede {
  color: #e8eaee;
  font-size: 1.0625rem;
  text-shadow: 0 1px 16px rgba(0, 0, 0, 0.4);
}
.pricing .cta-band__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

/* ---------- Footer ---------- */

@media (max-width: 720px) {
  .pricing .section {
    padding: 56px 0;
  }
  .pricing .estimator {
    padding: 22px 18px;
  }
  .pricing .audience-toggle {
    width: 100%;
    justify-content: center;
  }
  .pricing .audience-btn {
    padding: 11px 18px;
    font-size: 0.875rem;
  }
}
