.pricing-launch-notice {
  display: table;
  margin: 0 0 -1px auto;
  padding: 0.25em 0.65em;
  border: 1px solid #1a3556;
  border-bottom: 0;
  background: #ffffff;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pricing-license-header {
  margin-top: 6rem;
}
.pricing-control-row {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.billing-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  border: 1px solid #999999;
}
.billing-opt {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.55rem 1.25rem;
  border: 0;
  background: #ffffff;
  color: #555555;
  cursor: pointer;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.billing-opt + .billing-opt {
  border-left: 1px solid #999999;
}
.billing-opt.is-active {
  background: #000000;
  color: #ffffff;
}
.choice-saving {
  display: inline-block;
  padding: 0.18em 0.5em;
  border: 1px solid #1a3556;
  background: #1a3556;
  color: #ffffff;
  font-size: 0.52rem;
  line-height: 1.35;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.billing-opt.is-active .choice-saving {
  border-color: #ffffff;
  background: #ffffff;
  color: #000000;
}
.pricing-license-layout {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
  gap: 0;
  align-items: stretch;
  margin-bottom: 1rem;
  border: 1px solid #cccccc;
}
.pricing-license-group {
  display: flex;
  min-width: 0;
  flex-direction: column;
  background: #ffffff;
}
.pricing-license-group--personal {
  border-right: 1px solid #cccccc;
}
.plan-eyebrow {
  margin: 0;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.plan-card-shell {
  position: relative;
  display: flex;
  min-width: 0;
  flex: 1;
}
.plan-col {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  padding: 4rem 2rem;
  overflow: hidden;
  border-top: 3px solid #cccccc;
  background: #ffffff;
}
.plan-col--tilt {
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1), border-top-color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}
.plan-col--tilt::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle 260px at var(--spotlight-x, 50%) var(--spotlight-y, 30%), rgba(26, 53, 86, 0.05) 0%, transparent 70%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.plan-col--tilt:hover {
  border-top-color: #1a3556;
}
.plan-col--tilt:hover::after {
  opacity: 1;
}
.plan-featured {
  border-top-color: #1a3556;
  background: #1a3556;
}
.plan-heading-row {
  display: flex;
  min-height: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.plan-heading-row--organization {
  min-height: 3.1rem;
}
.plan-name {
  margin: 0;
  color: #000000;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.plan-featured .plan-name {
  color: #ffffff;
}
.plan-featured .plan-eyebrow {
  color: rgba(255, 255, 255, 0.88);
}
.plan-badge {
  flex: 0 0 auto;
  padding: 0.28em 0.58em;
  border: 1px solid #1a3556;
  color: #1a3556;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.53rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.plan-featured .plan-badge {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.plan-price-live {
  min-height: 8.7rem;
}
.plan-price-row {
  display: flex;
  min-height: 4.6rem;
  align-items: flex-end;
  gap: 0.45rem;
  margin: 1rem 0 0;
}
.plan-amount {
  min-width: 0;
  color: #000000;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: clamp(2.25rem, 3.6vw, 3.35rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.plan-featured .plan-amount {
  color: #ffffff;
}
.plan-period {
  padding-bottom: 0.35em;
  color: #555555;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  line-height: 1.4;
  white-space: nowrap;
}
.plan-featured .plan-period {
  color: rgba(255, 255, 255, 0.88);
}
.plan-billing-note,
.organization-total {
  margin: 0.5rem 0 0;
  color: #555555;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.64rem;
  line-height: 1.45;
}
.plan-billing-note {
  min-height: 0.95rem;
}
.organization-total {
  color: #000000;
  font-weight: 600;
}
.plan-featured .plan-billing-note {
  color: rgba(255, 255, 255, 0.88);
}
.plan-featured .organization-total {
  color: #ffffff;
}
.plan-divider {
  width: 100%;
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
.plan-featured .plan-divider {
  border-color: rgba(255, 255, 255, 0.15);
}
.plan-desc {
  margin: 0 0 1rem;
  color: #555555;
  font-size: 0.86rem;
  font-weight: 400;
  line-height: 1.6;
}
.plan-featured .plan-desc {
  color: rgba(255, 255, 255, 0.92);
}
.plan-cta {
  margin-top: auto;
}
.plan-featured .plan-cta .btn-primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #1a3556;
}
.plan-featured .plan-cta .btn-primary:hover {
  border-color: #e8edf3;
  background: #e8edf3;
  color: #1a3556;
}
.seat-toggle {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
  border: 1px solid #999999;
}
.seat-opt {
  display: flex;
  min-height: 48px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.45rem 0.7rem;
  border: 0;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}
.seat-opt + .seat-opt {
  border-left: 1px solid #999999;
}
.seat-opt small {
  color: #555555;
  font-size: 0.52rem;
  letter-spacing: 0.08em;
}
.seat-opt.is-active {
  background: #000000;
  color: #ffffff;
}
.seat-opt.is-active small {
  color: rgba(255, 255, 255, 0.84);
}
.seat-opt--marketplace {
  background: #e8edf3;
  color: #1a3556;
}
.seat-opt--marketplace small {
  color: #1a3556;
}
.seat-opt--marketplace:hover,
.seat-opt--marketplace:focus-visible {
  background: #1a3556;
  color: #ffffff;
}
.seat-opt--marketplace:hover small,
.seat-opt--marketplace:focus-visible small {
  color: rgba(255, 255, 255, 0.88);
}
.plan-featured .seat-toggle {
  border-color: rgba(255, 255, 255, 0.72);
}
.plan-featured .seat-opt + .seat-opt {
  border-left-color: rgba(255, 255, 255, 0.72);
}
.pricing-trial-note {
  margin: 0;
  color: #888888;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  text-align: center;
}
.pricing-free-reassurance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
}
.pricing-free-reassurance p {
  margin: 0;
  color: #555555;
  line-height: 1.6;
}
.pricing-free-link {
  flex: 0 0 auto;
  color: #1a3556;
  font-weight: 600;
  text-decoration: none;
}
.pricing-free-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.pricing-free-link:focus-visible {
  outline: 2px solid #1a3556;
  outline-offset: 4px;
}
.billing-opt:focus-visible,
.seat-opt:focus-visible,
.plan-col .btn:focus-visible {
  position: relative;
  z-index: 5;
  outline: 3px solid #e0b257;
  outline-offset: 3px;
}
@media (max-width: 980px) {
  .pricing-license-layout {
    grid-template-columns: 1fr;
  }
  .pricing-license-group--personal {
    border-right: 0;
    border-bottom: 1px solid #cccccc;
  }
}
@media (max-width: 700px) {
  .pricing-control-row {
    display: block;
  }
  .pricing-free-reassurance {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 440px) {
  .billing-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
  .billing-opt {
    justify-content: center;
    padding-inline: 0.65rem;
  }
  .choice-saving {
    white-space: normal;
  }
  .plan-col {
    padding: 1rem;
  }
  .plan-amount {
    font-size: 2.3rem;
  }
  .seat-opt {
    padding-inline: 0.45rem;
    font-size: 0.56rem;
  }
  .seat-opt small {
    font-size: 0.46rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .billing-opt,
  .plan-col--tilt {
    transition: none;
  }
  .plan-col--tilt {
    transform: none !important;
  }
}
