@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./inter-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./inter-latin-700-normal.woff2") format("woff2");
}
.benchmark-page {
  background: #f8fafc;
}
.benchmark-page .bm-main {
  max-width: 1224px;
  margin: 0 auto;
  padding: 148px 28px 80px;
}
.bm-main a:not(.btn) {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bm-hero {
  padding: 22px 0 38px;
  max-width: 800px;
}
.bm-eyebrow {
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.bm-hero h1 {
  font-size: clamp(36px, 4.1vw, 54px);
  line-height: 1.08;
  margin: 14px 0 18px;
}
.bm-hero p {
  font-size: 18px;
  max-width: 660px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.bm-hero > a {
  font-size: 13px;
  font-weight: 700;
}
.bm-workspace {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: start;
}
.bm-panel {
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 18px;
  box-shadow: 0 6px 24px #0f172a05;
  overflow: hidden;
}
.bm-inputs {
  padding: 24px;
}
.bm-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.bm-panel h2 {
  font-size: 20px;
  line-height: 1.3;
}
.bm-badge {
  font-size: 11px;
  font-weight: 700;
  background: #fff7ed;
  color: #9a3412;
  padding: 3px 9px;
  border-radius: 5px;
  white-space: nowrap;
}
.bm-badge-blue {
  color: #1d4ed8;
  background: #eff6ff;
}
.bm-small {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
}
.bm-panel-head + .bm-small {
  margin: 6px 0 20px;
}
.bm-field {
  margin: 14px 0;
}
.bm-field label,
.bm-bundle > label {
  display: block;
  color: #334155;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.bm-field input,
.bm-field select,
.bm-bundle select,
.bm-share-fallback {
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 7px;
  color: #0f172a;
  font-family: inherit;
  font-size: 14px;
  min-height: 44px;
  width: 100%;
  padding: 10px 11px;
  min-width: 0;
}
.bm-field input:disabled {
  background: #f1f5f9;
  color: #64748b;
}
.bm-field input[aria-invalid="true"] {
  border-color: #b91c1c;
}
.bm-field input:focus-visible,
.bm-field select:focus-visible,
.bm-bundle select:focus-visible {
  outline: 3px solid #bfdbfe;
  outline-offset: 1px;
  border-color: #2563eb;
}
.bm-field small {
  font-size: 11px;
  line-height: 1.5;
  color: #64748b;
  display: block;
  margin-top: 5px;
}
.bm-grid-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.bm-input-row {
  display: flex;
  align-items: center;
  gap: 7px;
}
.bm-none {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
  color: #475569;
  padding: 7px;
  min-height: 40px;
}
.bm-billing {
  border: 0;
  padding: 0;
  margin: 15px 0;
}
.bm-billing legend {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
}
.bm-billing label,
.bm-checkbox,
.bm-checks label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 0;
}
.bm-billing input,
.bm-checkbox input,
.bm-checks input {
  accent-color: #2563eb;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.bm-bundle {
  padding: 14px;
  background: #eff6ff;
  border-radius: 8px;
}
.bm-bundle p {
  margin-top: 8px;
}
.bm-checks {
  margin-top: 8px;
}
.bm-details {
  border-top: 1px solid #e2e8f0;
  margin-top: 18px;
  padding-top: 15px;
}
.bm-details summary {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  min-height: 34px;
}
.bm-details summary span {
  display: block;
  margin-left: 16px;
  font-size: 11px;
  font-weight: 400;
  color: #64748b;
}
.bm-details[open] summary {
  margin-bottom: 12px;
}
.bm-reset {
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #64748b;
  text-decoration: underline;
  margin-top: 20px;
  padding: 6px 0;
}
.bm-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 7px;
  background: #f1f5f9;
  gap: 4px;
  border-bottom: 1px solid #e2e8f0;
}
.bm-tabs button {
  font-size: 12px;
  color: #475569;
  border: 0;
  border-radius: 7px;
  background: transparent;
  min-height: 53px;
  padding: 8px 4px;
  line-height: 1.4;
}
.bm-tabs button[aria-pressed="true"] {
  color: #1d4ed8;
  background: white;
  box-shadow: 0 1px 4px #0f172a18;
  font-weight: 700;
}
.bm-lock {
  font-size: 10px;
  display: block;
  font-weight: 400;
  color: #64748b;
}
.bm-headline {
  padding: 28px 28px 24px;
  border-bottom: 1px solid #e2e8f0;
}
.bm-cost {
  color: #0f172a;
  font-size: clamp(31px, 4vw, 50px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.045em;
  margin: 10px 0;
}
.bm-cost span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #64748b;
  margin-left: 8px;
}
.bm-definition {
  font-size: 12px;
  line-height: 1.6;
  max-width: 500px;
}
.bm-margin {
  font-size: 12px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.6;
}
.bm-margin span {
  display: block;
  font-weight: 400;
  color: #64748b;
}
.bm-negative,
.bm-field small.bm-error {
  color: #b91c1c;
}
.bm-positive {
  color: #047857;
}
.bm-lock-note {
  font-size: 13px;
  background: #fff7ed;
  color: #9a3412;
  border-radius: 8px;
  padding: 12px;
  margin-top: 16px;
}
.bm-chart {
  padding: 24px 28px 0;
}
.bm-chart-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}
.bm-chart h3,
.bm-breakeven h3 {
  font-size: 15px;
  line-height: 1.4;
}
.bm-chart-heading > span {
  font-size: 11px;
  white-space: nowrap;
  color: #64748b;
}
.bm-axis {
  display: flex;
  justify-content: space-between;
  color: #64748b;
  font-size: 10px;
  margin: 20px 0 14px;
}
.bm-chart-row {
  margin-bottom: 22px;
}
.bm-row-label {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: baseline;
  font-size: 13px;
  color: #334155;
}
.bm-row-label strong:last-child {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.bm-bar-track {
  background: #f1f5f9;
  width: 100%;
  margin: 7px 0 6px;
  height: 15px;
  border-left: 1px solid #cbd5e1;
}
.bm-bar {
  height: 100%;
  background: #94a3b8;
  transition: width 0.2s ease;
  border-radius: 0 3px 3px 0;
}
.bm-user-row .bm-bar {
  background: #2563eb;
}
.bm-user-row strong {
  color: #1d4ed8;
}
.bm-you {
  font-size: 9px;
  background: #eff6ff;
  padding: 3px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}
.bm-scope,
.bm-peer-note {
  font-size: 10px;
  line-height: 1.6;
  color: #64748b;
}
.bm-peer-note {
  margin-top: 2px;
}
.bm-standing {
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  background: #eff6ff;
  padding: 12px;
  border-radius: 8px;
  margin: 18px 0;
}
.bm-excluded {
  border-top: 1px solid #e2e8f0;
  padding-top: 16px;
  margin-bottom: 20px;
}
.bm-excluded h4 {
  font-size: 11px;
  margin-bottom: 8px;
}
.bm-excluded p {
  font-size: 10px;
  line-height: 1.6;
  margin: 7px 0;
  color: #64748b;
}
.bm-breakeven {
  border-top: 1px solid #e2e8f0;
  padding: 20px 28px;
}
.bm-breakeven > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 13px 0;
}
.bm-breakeven > div > div {
  padding: 11px;
  background: #f8fafc;
  border-radius: 6px;
}
.bm-breakeven span {
  font-size: 10px;
  display: block;
  color: #64748b;
}
.bm-breakeven strong {
  font-size: 14px;
  display: block;
  color: #0f172a;
  margin-top: 4px;
}
.bm-basis {
  font-size: 12px;
  font-weight: 700;
  padding: 0 28px;
  margin-bottom: 12px;
  color: #334155;
}
.bm-data-status {
  padding: 0 28px;
  font-size: 10px;
  line-height: 1.8;
  color: #64748b;
}
.bm-share {
  padding: 20px 28px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bm-sharing {
  border-bottom: 1px solid #e2e8f0;
}
.benchmark-page .foot .brand-block img.flash-logo {
  content: url("/assets/flash-logo.png");
  filter: invert(1);
  opacity: 1;
}
.bm-share .btn {
  font-size: 12px;
  min-height: 42px;
}
.bm-share > label {
  flex-basis: 100%;
  font-size: 11px;
}
.bm-share .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.bm-notice {
  padding: 0 28px;
  font-size: 12px;
  color: #1d4ed8;
  min-height: 20px;
  margin-top: 8px;
}
.bm-privacy {
  font-size: 10px;
  line-height: 1.6;
  color: #64748b;
  padding: 0 28px 24px;
}
.bm-share-fallback {
  width: calc(100% - 56px);
  margin: 12px 28px;
}
.bm-methodology {
  padding: 70px 0 35px;
  scroll-margin-top: 120px;
}
.bm-methodology h2,
.bm-sources h2 {
  font-size: 32px;
  margin: 12px 0 25px;
}
.bm-method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.bm-method-grid article {
  border-top: 2px solid #cbd5e1;
  padding: 22px 0;
}
.bm-method-grid span {
  font-size: 12px;
  color: #2563eb;
  font-weight: 700;
}
.bm-method-grid h3 {
  font-size: 19px;
  margin: 12px 0;
}
.bm-method-grid p,
.bm-method-copy p {
  font-size: 13px;
  line-height: 1.8;
}
.bm-method-copy {
  max-width: 880px;
}
.bm-method-copy h3 {
  font-size: 18px;
  margin: 25px 0 12px;
}
.bm-method-copy p {
  margin: 12px 0;
}
.bm-sources {
  padding: 30px 0;
}
.bm-sources > p {
  font-size: 13px;
}
.bm-table-wrap {
  overflow-x: auto;
  margin-top: 20px;
  border: 1px solid #dbe3ed;
  border-radius: 10px;
  background: white;
}
.bm-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 11px;
  min-width: 720px;
  text-align: left;
}
.bm-table th {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 700;
}
.bm-table th,
.bm-table td {
  padding: 12px;
  vertical-align: top;
  border-bottom: 1px solid #e2e8f0;
  line-height: 1.6;
}
.bm-table td:nth-child(3) {
  white-space: nowrap;
}
.bm-table caption {
  text-align: left;
  padding: 14px;
  font-weight: 700;
}
.bm-table td small {
  display: block;
  color: #64748b;
  font-size: 10px;
}
.bm-source-meta {
  font-size: 11px;
  color: #64748b;
  margin-top: 12px;
}
.bm-cta {
  margin-top: 30px;
  padding: 34px;
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 15px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: center;
}
.bm-cta h2 {
  font-size: 30px;
  margin: 14px 0;
}
.bm-cta p {
  font-size: 14px;
}
.bm-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  font-size: 13px;
}
.bm-cta .btn {
  white-space: normal;
  text-align: center;
}
.bm-stale {
  color: #92400e;
  background: #fef3c7;
  padding: 8px;
  font-size: 11px;
  margin-top: 10px;
}
.bm-loading {
  padding: 35px;
  background: #fff;
  border: 1px solid #dbe3ed;
  border-radius: 14px;
}
.bm-loading h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.bm-skip {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 9999;
  padding: 10px;
  background: #fff;
  color: #1d4ed8;
}
.bm-skip:focus {
  top: 10px;
}
.bm-skip:not(:focus) {
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
}
.bm-price-basis {
  margin: 0 28px 12px;
  font-size: 11px;
  line-height: 1.6;
  color: #475569;
}
.bm-export-ready {
  padding: 0 28px 20px;
  font-size: 12px;
}
.bm-export-ready summary {
  cursor: pointer;
  margin-top: 10px;
}
.bm-export-ready img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border: 1px solid #dbe3ed;
}
.bm-comparison-link {
  font-size: 12px;
  line-height: 1.7;
}
.bm-static-nav {
  padding: 20px;
}

.bm-main button:focus-visible,
.bm-main summary:focus-visible,
.bm-main a:focus-visible {
  outline: 3px solid #60a5fa;
  outline-offset: 3px;
}
.benchmark-page .site-chrome .nav-links {
  gap: 20px;
}
@media (max-width: 980px) {
  .benchmark-page .bm-main {
    padding-top: 125px;
  }
  .bm-workspace {
    grid-template-columns: minmax(270px, 0.9fr) minmax(0, 1.2fr);
    gap: 16px;
  }
  .bm-inputs {
    padding: 18px;
  }
  .bm-headline,
  .bm-chart,
  .bm-breakeven {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bm-basis,
  .bm-data-status,
  .bm-share,
  .bm-privacy,
  .bm-notice {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bm-breakeven > div {
    grid-template-columns: 1fr;
  }
  .bm-breakeven > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .bm-breakeven strong {
    margin-top: 0;
  }
  .bm-panel-head {
    flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .benchmark-page .bm-main {
    padding: 122px 18px 40px;
  }
  .bm-hero {
    padding: 16px 0 28px;
  }
  .bm-hero h1 {
    font-size: 36px;
  }
  .bm-hero p {
    font-size: 15px;
  }
  .bm-desktop-break {
    display: none;
  }
  .bm-workspace {
    grid-template-columns: 1fr;
  }
  .bm-panel-head {
    flex-wrap: nowrap;
  }
  .bm-panel h2 {
    font-size: 18px;
  }
  .bm-inputs {
    padding: 20px;
  }
  .bm-field input,
  .bm-field select,
  .bm-bundle select {
    font-size: 16px;
  }
  .bm-panel-head + .bm-small {
    margin-bottom: 12px;
  }
  .bm-methodology {
    padding-top: 45px;
  }
  .bm-method-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bm-method-grid article {
    padding: 18px 0;
  }
  .bm-methodology h2,
  .bm-sources h2 {
    font-size: 27px;
  }
  .bm-cta {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 20px;
  }
  .bm-cta h2 {
    font-size: 27px;
  }
  .bm-cta-actions {
    align-items: stretch;
    text-align: center;
  }
  .bm-chart-heading {
    align-items: flex-start;
  }
  .bm-chart-heading h3 {
    max-width: 180px;
  }
  .bm-cost {
    font-size: 44px;
  }
  .bm-scope,
  .bm-peer-note,
  .bm-excluded p,
  .bm-privacy,
  .bm-data-status {
    font-size: 11px;
  }
  .bm-tabs button {
    font-size: 11px;
  }
  .bm-share .btn {
    flex: 1;
  }
  .bm-table-wrap {
    border-radius: 8px;
  }
  .bm-hero a {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bm-bar {
    transition: none;
  }
}

.bm-edit {
  border: 0;
  background: transparent;
  padding: 0;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
  line-height: 1.5;
}
.bm-headline > .bm-edit {
  margin-top: 12px;
}
.bm-example-note {
  font-size: 11px;
  line-height: 1.65;
  color: #64748b;
  margin-top: 12px;
}
.bm-lock-note .bm-edit {
  margin-top: 10px;
}
.bm-breakdown {
  padding: 24px 28px;
}
.bm-breakdown h3 {
  font-size: 17px;
  margin-bottom: 7px;
}
.bm-breakdown table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 18px;
}
.bm-breakdown th,
.bm-breakdown td {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.bm-breakdown th:first-child {
  text-align: left;
  width: 48%;
  padding-right: 12px;
}
.bm-breakdown thead th {
  font-size: 10px;
  color: #64748b;
  font-weight: 400;
}
.bm-breakdown tbody th {
  font-weight: 400;
}
.bm-breakdown td {
  white-space: nowrap;
}
.bm-breakdown tfoot {
  font-weight: 700;
  color: #0f172a;
}
.bm-formula {
  margin-top: 18px;
  background: #eff6ff;
  border-radius: 8px;
  padding: 14px;
  color: #1e40af;
  font-size: 12px;
  line-height: 1.8;
}
.bm-footnote {
  margin-top: 12px;
}
.bm-data-status summary {
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  min-height: 30px;
  color: #475569;
}
.bm-data-status[open] summary {
  margin-bottom: 6px;
}
.bm-field:focus-within > label {
  color: #1d4ed8;
}
.bm-table th small {
  display: block;
  font-weight: 400;
  color: #64748b;
}
@media (max-width: 700px) {
  .bm-breakdown {
    padding: 22px 20px;
  }
  .bm-breakdown .bm-edit {
    font-size: 11px;
  }
  .bm-breakdown table {
    font-size: 11px;
  }
  .bm-breakdown th:first-child {
    width: 46%;
    padding-right: 8px;
  }
  .bm-headline .bm-cost {
    overflow-wrap: anywhere;
  }
}

@media print {
  @page {
    margin: 15mm;
  }
  .benchmark-page {
    background: white;
  }
  .benchmark-page .site-chrome,
  .bm-skip,
  .bm-reset,
  .bm-notice {
    display: none !important;
  }
  .benchmark-page .bm-main {
    padding: 0;
    max-width: none;
  }
  .bm-workspace {
    display: block;
  }
  .bm-panel {
    margin-bottom: 20px;
    overflow: visible;
    box-shadow: none;
  }
  .bm-hero h1 {
    font-size: 32px;
  }
  .bm-cta {
    display: block;
    break-inside: avoid;
  }
  .bm-cta-actions {
    margin-top: 16px;
  }
  .bm-main h2,
  .bm-main h3 {
    break-after: avoid;
  }
  .bm-main tr,
  .bm-chart-row,
  .bm-formula {
    break-inside: avoid;
  }
  .bm-table-wrap {
    overflow: visible;
  }
  .bm-table {
    min-width: 0;
    width: 100%;
    font-size: 9px;
  }
  .bm-main {
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .benchmark-page footer.foot {
    background: white;
    color: #334155;
  }
  .benchmark-page .foot h4,
  .benchmark-page .foot p,
  .benchmark-page .foot a,
  .benchmark-page .foot .bottom {
    color: #334155;
  }
  .benchmark-page .foot .brand-block img.flash-logo {
    filter: none;
  }
}
