.nav-shell {
  background: black;
  backdrop-filter: blur(8px);
}


body.pricing-page .top-header {
  display: block;
}

body.pricing-page .main-nav a {
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
}



.pricing-page-hero {
  background: black;
  padding: 64px 0 48px;
  color: #fff;
}

.pricing-page-hero h1 {
  margin: 0;
  font-family: "SF-Pro-Bold-Text";
  font-size: 54px;
  line-height: 1.1;
}

.pricing-page-hero p {
  margin: 12px 0 0;
  max-width: 520px;
  color: #d3d6e0;
  font-family: "SF-Pro-Regular-Text";
  font-size: 16px;
  line-height: 1.35;
}

.pricing-section.pricing-section-standalone {
  padding-top: 40px;
}

.compare-section {
  background: #fff;
  padding: 56px 0 72px;
}

.compare-eyebrow {
  margin: 0;
  color: #fb5650;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 24px;
  line-height: 1.25;
}

.compare-title {
  margin: 8px 0 0;
  color: #111116;
  font-family: "SF-Pro-Bold-Text";
  font-size: 40px;
  line-height: 1.15;
}

.compare-table-shell {
  margin-top: 20px;
  overflow: auto;
  border: 1px solid #f1f2f9;
  border-radius: 16px;
  background: #fff;
}

.compare-table {
  width: 100%;
  min-width: 920px;
  table-layout: fixed;
  border-collapse: collapse;
}

.compare-subtable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td,
.compare-subtable th,
.compare-subtable td {
  padding: 16px 16px;
  border-bottom: 1px solid #f1f2f9;
  vertical-align: middle;
  font-family: "SF-Pro-Regular-Text";
  font-size: 14px;
  line-height: 1.45;
  color: #111116;
}

.compare-table thead th:not(:first-child) {
  text-align: center;
}

.compare-table tbody td,
.compare-subtable tbody td {
  text-align: center;
}

.compare-table tbody th,
.compare-subtable tbody th {
  text-align: left;
}

.compare-table thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 18px;
  color: #6b6c7e;
}

.compare-table thead th:first-child {
  z-index: 3;
}

.compare-table th:first-child,
.compare-table td:first-child,
.compare-subtable th:first-child,
.compare-subtable td:first-child {
  width: 34%;
}

.compare-group th {
  background: #fafafe;
  color: #170f49;
  font-family: "SF-Pro-Semi-Bold-Text";
  font-size: 13px;
  border-bottom-color: #eef0f8;
  padding: 0;
}

.compare-group-panel>td {
  padding: 0;
  border-bottom: 0;
}

.compare-group-panel-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.compare-group-panel-inner table {
  background: #fff;
}

.compare-group-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.compare-group-toggle:hover {
  background: #f3f4fb;
}

.compare-group-toggle:focus-visible {
  outline: 2px solid #fb5650;
  outline-offset: -2px;
  border-radius: 12px;
}

.compare-group-title {
  min-width: 0;
}

.compare-group-icon {
  border-radius: 1000px;
  border: 1px solid var(--primary-primary, #fb5650);
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  position: relative;
}

.compare-caret {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.compare-caret-up {
  display: none;
}

.compare-group-toggle[aria-expanded="true"] .compare-caret-down {
  display: none;
}

.compare-group-toggle[aria-expanded="true"] .compare-caret-up {
  display: block;
}

.compare-muted {
  color: #a7a9bc;
}

.compare-status-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 1250px) {
  .pricing-page-hero h1 {
    font-size: 44px;
  }
}

@media (max-width: 650px) {
  .pricing-page-hero {
    padding: 44px 0 36px;
  }

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

  .compare-title {
    font-size: 28px;
  }
}
