.pricing-page {
  background: #fff;
}

.pricing-page .site-header {
  position: fixed;
}

.pricing-hero {
  padding: 150px 0 58px;
  border-bottom: 1px solid var(--line);
  background: #f6f9ff;
}

.pricing-hero .eyebrow {
  margin-bottom: 14px;
}

.pricing-hero-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
}

.pricing-hero h1 {
  max-width: 810px;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.06;
}

.pricing-hero-row > div:first-child > p {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.pricing-billing-control {
  text-align: right;
}

.pricing-billing-control small {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 11px;
}

.pricing-plans {
  padding: 64px 0 72px;
}

.pricing-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid var(--line);
}

.pricing-page-card {
  position: relative;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
  border-left: 1px solid var(--line);
  background: #fff;
}

.pricing-page-card:first-child {
  border-left: 0;
}

.pricing-page-card.is-featured {
  background: #f3f9fd;
  box-shadow: inset 0 3px 0 var(--brand-blue-dark);
}

.pricing-page-card header {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-height: 112px;
}

.pricing-page-card header > div {
  min-width: 0;
}

.pricing-page-card h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.2;
}

.pricing-page-card header p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.pricing-plan-label {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
}

.pricing-page-price {
  display: flex;
  align-items: baseline;
  margin: 17px 0 0;
}

.pricing-page-price > span {
  margin-right: 3px;
  font-size: 17px;
  font-weight: 700;
}

.pricing-page-price strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
}

.pricing-page-price small {
  margin-left: 4px;
  color: var(--muted);
  font-size: 11px;
}

.pricing-page-price.is-contact strong {
  font-size: 24px;
}

.pricing-page-note {
  min-height: 18px;
  margin: 6px 0 20px;
  color: var(--muted);
  font-size: 11px;
}

.pricing-plan-summary {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.pricing-page-card ul {
  flex: 1;
  margin: 18px 0 25px;
  padding: 0;
  list-style: none;
}

.pricing-page-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  color: #424947;
  font-size: 12px;
  line-height: 1.45;
}

.pricing-page-card li::before {
  content: "";
  position: absolute;
  top: .48em;
  left: 0;
  width: 7px;
  height: 4px;
  border-bottom: 1.5px solid var(--brand-blue-dark);
  border-left: 1.5px solid var(--brand-blue-dark);
  transform: rotate(-45deg);
}

.pricing-page-card .button {
  width: 100%;
}

.metrix-price-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 18px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-left: 4px solid #151b1a;
  background: #f7f8f8;
}

.metrix-price-band > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}

.metrix-price-band img {
  width: 38px;
  height: 38px;
  padding: 7px;
  object-fit: contain;
  background: #151b1a;
}

.metrix-price-band span {
  display: block;
}

.metrix-price-band strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
}

.metrix-price-band small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.metrix-price-band > p {
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.metrix-price-band > p > span {
  display: inline;
  font-size: 13px;
  font-weight: 700;
}

.metrix-price-band > p > strong {
  display: inline;
  font-size: 24px;
}

.metrix-price-band > p > small {
  display: inline;
  margin: 0 0 0 3px;
}

.metrix-price-band em {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.pricing-enterprise-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 12px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
  background: #fff;
}

.pricing-enterprise-band > span:first-child {
  flex: 0 0 auto;
}

.pricing-enterprise-band > span:nth-child(2) {
  display: grid;
  flex: 1;
  gap: 3px;
}

.pricing-enterprise-band strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
}

.pricing-enterprise-band small {
  color: var(--muted);
  font-size: 12px;
}

.pricing-enterprise-band > span:last-child {
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
}

.pricing-compare {
  padding: 90px 0 104px;
  border-top: 1px solid var(--line);
  background: #f7fafc;
}

.pricing-compare-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.pricing-compare-heading .eyebrow {
  margin-bottom: 12px;
}

.pricing-compare-heading h2 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.pricing-compare-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.pricing-table-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #cfd7d3;
  background: #fff;
  overscroll-behavior-inline: contain;
  scrollbar-color: #9ba5a0 #eef1ef;
}

.pricing-table-scroll:focus-visible {
  outline: 3px solid rgba(23, 111, 157, .22);
  outline-offset: 3px;
}

.pricing-table {
  width: 100%;
  min-width: 850px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--ink);
}

.pricing-table th,
.pricing-table td {
  padding: 15px 18px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
}

.pricing-table thead th {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 90px;
  border-top: 0;
  background: #fff;
}

.pricing-table thead th:first-child,
.pricing-table tbody tr:not(.pricing-table-group) th {
  width: 29%;
  border-left: 0;
  text-align: left;
}

.pricing-table thead th:first-child {
  left: 0;
  z-index: 5;
}

.pricing-table tbody tr:not(.pricing-table-group) th {
  position: sticky;
  left: 0;
  z-index: 2;
  background: #fff;
  font-weight: 500;
}

.pricing-table thead strong {
  display: block;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
}

.pricing-table thead a {
  display: inline-block;
  margin-top: 7px;
  color: var(--brand-blue-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pricing-table-group th {
  padding: 13px 18px;
  border-left: 0;
  background: #edf2f4;
  color: #35413e;
  text-align: left;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-yes {
  color: #176f9d;
  font-size: 17px;
  font-weight: 700;
}

.feature-no {
  color: #9aa29f;
}

.pricing-table-hint {
  display: none;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.pricing-closing {
  background: #151b1a;
  color: #fff;
}

.pricing-closing > .site-container {
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.pricing-closing h2 {
  max-width: 720px;
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.12;
}

.pricing-closing .button {
  flex: 0 0 auto;
}

@media (max-width: 1080px) {
  .pricing-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-page-card {
    border-top: 1px solid var(--line);
  }

  .pricing-page-card:nth-child(odd) {
    border-left: 0;
  }

  .pricing-page-card:nth-child(-n + 2) {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .pricing-hero {
    padding: 112px 0 42px;
  }

  .pricing-hero-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pricing-hero h1 {
    font-size: 38px;
  }

  .pricing-hero-row > div:first-child > p {
    font-size: 16px;
  }

  .pricing-billing-control {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
  }

  .pricing-billing-control small {
    margin: 0;
    line-height: 1.35;
  }

  .pricing-plans {
    padding: 38px 0 52px;
  }

  .pricing-page-grid {
    grid-template-columns: 1fr;
    gap: 9px;
    border: 0;
  }

  .pricing-page-card,
  .pricing-page-card:nth-child(-n + 2) {
    padding: 22px 19px;
    border: 1px solid #d6e0e6;
  }

  .pricing-page-card > *,
  .pricing-page-card header > div,
  .pricing-enterprise-band > * {
    min-width: 0;
    max-width: 100%;
  }

  .pricing-page-card header {
    min-height: 0;
  }

  .pricing-page-card header p {
    max-width: 42ch;
  }

  .pricing-page-price {
    margin-top: 20px;
  }

  .metrix-price-band {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 17px;
  }

  .metrix-price-band > p {
    width: 100%;
    padding-left: 51px;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .pricing-enterprise-band {
    align-items: flex-start;
    flex-direction: column;
    padding: 17px;
  }

  .pricing-compare {
    padding: 60px 0 72px;
  }

  .pricing-compare-heading {
    margin-bottom: 28px;
  }

  .pricing-compare-heading h2 {
    font-size: 34px;
  }

  .pricing-table {
    min-width: 760px;
  }

  .pricing-table thead th:first-child,
  .pricing-table tbody tr:not(.pricing-table-group) th {
    width: 180px;
  }

  .pricing-table th,
  .pricing-table td {
    padding: 13px 14px;
    font-size: 12px;
  }

  .pricing-table-hint {
    display: block;
  }

  .pricing-closing > .site-container {
    min-height: 320px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 27px;
  }
}

@media (max-width: 480px) {
  .pricing-page .site-container {
    width: min(var(--max), calc(100% - 28px));
  }

  .pricing-page .wordmark-com {
    display: none;
  }

  .pricing-page .header-actions .button {
    display: none;
  }

  .pricing-billing-control {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .pricing-page-card ul {
    margin-bottom: 20px;
  }

  .metrix-price-band > p {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-page *,
  .pricing-page *::before,
  .pricing-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

.enterprise-hero {
  padding: 150px 0 84px;
  border-bottom: 1px solid var(--line);
  background: #f7fafc;
}

.enterprise-hero h1 {
  max-width: 900px;
  margin: 16px 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 600;
  line-height: 1.02;
}

.enterprise-hero > .site-container > p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.enterprise-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.enterprise-capabilities {
  padding: 88px 0 96px;
}

.enterprise-capabilities header {
  max-width: 720px;
}

.enterprise-capabilities h2 {
  margin: 10px 0 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.12;
}

.enterprise-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.enterprise-capability-grid > div {
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.enterprise-capability-grid strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 18px;
}

.enterprise-capability-grid p {
  max-width: 48ch;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.enterprise-contact {
  color: #fff;
  background: #102b45;
}

.enterprise-contact > .site-container {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.enterprise-contact h2 {
  max-width: 760px;
  margin: 10px 0 12px;
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  line-height: 1.1;
}

.enterprise-contact p:not(.eyebrow) {
  margin: 0;
  color: #bed0df;
}

@media (max-width: 760px) {
  .enterprise-hero { padding: 118px 0 60px; }
  .enterprise-hero h1 { font-size: 44px; }
  .enterprise-capabilities { padding: 64px 0 72px; }
  .enterprise-capability-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .enterprise-capability-grid > div { min-height: 0; padding: 24px 20px; }
  .enterprise-contact > .site-container {
    min-height: 420px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
  }
}
