/* WCAG 2.2 1.4.3 contrast on white:
 * navy 16.59:1 / text-secondary 9.03:1 / muted 4.83:1
 * gold is used as a filled CTA with navy text for 8.84:1 contrast.
 */

:root {
  --navy: #0e1e3a;
  --navy-2: #1a2332;
  --text-secondary: #3d4a5a;
  --text-muted: #6b7280;
  --bg-tint: #f6f8fb;
  --border: #d8dee8;
  --success: #00876a;
  --success-text: #006b4f;
  --gold: #f5b04a;
  --gold-strong: #f2a52f;
  --gold-soft: #fff7e6;
  --gold-border: #f1d59b;
  --focus: #005bd3;
  --danger: #b42318;
}

* {
  box-sizing: border-box;
}

._page_apipm_7 {
  font-family:
    "Pretendard Variable",
    Pretendard,
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Noto Sans JP",
    Meiryo,
    sans-serif;
  color: var(--navy);
  line-height: 1.7;
  background: #fff;
}

._ctaPrimary_apipm_25:focus-visible,
._ctaSecondary_apipm_26:focus-visible,
._homeCard_apipm_27:focus-visible,
._waitlistInput_apipm_28:focus-visible,
._waitlistButton_apipm_29:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 8px;
}

._faqItem_apipm_35 > summary:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 6px;
}

._hero_apipm_41,
._homeHero_apipm_42 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
}

._heroCopy_apipm_52 {
  text-align: left;
}

._statusBadge_apipm_56 {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 14px;
  border: 1px solid var(--gold-border);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--navy);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

._heroLabel_apipm_71 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  color: var(--success-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

._heroLabel_apipm_71 svg {
  flex-shrink: 0;
}

._heroHeading_apipm_87 {
  max-width: 720px;
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(42px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

._heroHeadingLine_apipm_99 {
  display: block;
}

._heroSub_apipm_103 {
  max-width: 640px;
  margin: 0 0 30px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.7;
}

._heroCtaGroup_apipm_111 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

._ctaPrimary_apipm_25,
._ctaSecondary_apipm_26 {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 0;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

._ctaPrimary_apipm_25 {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(245, 176, 74, 0.26);
}

._ctaPrimary_apipm_25:hover {
  background: var(--gold-strong);
  box-shadow: 0 14px 30px rgba(245, 176, 74, 0.32);
  transform: translateY(-1px);
}

._ctaSecondary_apipm_26 {
  border: 1px solid var(--navy);
  background: transparent;
  color: var(--navy);
}

._ctaSecondary_apipm_26:hover {
  background: var(--bg-tint);
}

._heroLegalNote_apipm_160 {
  max-width: 640px;
  margin: 14px 0 0;
  color: var(--text-muted);
  font-size: 12px;
  line-height: 1.6;
}

._homeHeading_apipm_168 {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

._homeLead_apipm_180 {
  max-width: 660px;
  margin: 0;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.75;
}

._dashMockup_apipm_188 {
  overflow: hidden;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow:
    0 24px 60px rgba(14, 30, 58, 0.14),
    0 4px 12px rgba(14, 30, 58, 0.06);
  font-size: 16px;
}

._dashWindowBar_apipm_200 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-tint);
}

._dashStatusLight_apipm_209 {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #c9cccf;
}

._dashStatusLight_apipm_209[data-status="received"] {
  background: var(--navy-2);
}

._dashStatusLight_apipm_209[data-status="processing"] {
  background: var(--gold);
}

._dashStatusLight_apipm_209[data-status="done"] {
  background: var(--success);
}

._dashWindowLogo_apipm_229 {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-left: 10px;
  flex-shrink: 0;
}

._dashWindowTitle_apipm_238 {
  margin-left: 8px;
  color: var(--text-muted);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0;
}

._dashToolbar_apipm_246 {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border);
  background: #fff;
}

._dashFilter_apipm_255 {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--bg-tint);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 700;
}

._dashFilterActive_apipm_268 {
  border-color: var(--navy);
  background: var(--navy);
  color: #fff;
}

._dashFilterCount_apipm_274 {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}

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

._dashTable_apipm_281 thead th {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--bg-tint);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
}

._dashTable_apipm_281 thead th:nth-child(1) {
  width: 30%;
}

._dashTable_apipm_281 thead th:nth-child(2) {
  width: 28%;
  text-align: right;
}

._dashTable_apipm_281 thead th:nth-child(3) {
  width: 42%;
}

._dashTable_apipm_281 tbody th,
._dashTable_apipm_281 tbody td {
  padding: 13px 14px;
  border-top: 1px solid var(--border);
  color: var(--navy);
  font-weight: 700;
}

._dashTable_apipm_281 tbody th {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  text-align: left;
}

._dashTable_apipm_281 tbody td:nth-child(2) {
  text-align: right;
  font-variant-numeric: tabular-nums;
}

._dashRowWarn_apipm_330 {
  background: var(--gold-soft);
}

._dashRowBadge_apipm_334 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

._dashRowBadgeDone_apipm_346 {
  background: var(--success);
  color: #fff;
}

._dashRowBadgeWarn_apipm_351 {
  border: 1px solid var(--gold);
  background: #fff;
  color: var(--navy);
}

._dashFooter_apipm_357 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-top: 1px solid var(--border);
  background: var(--bg-tint);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 700;
}

._dashFooterCount_apipm_370 {
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}

._section_apipm_375 {
  padding: 80px 0;
  background: #fff;
  scroll-margin-top: calc(var(--public-site-header-height) + 12px);
}

._sectionTint_apipm_381 {
  background: var(--bg-tint);
}

._sectionInner_apipm_385 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}

._sectionLabel_apipm_391 {
  display: block;
  margin-bottom: 12px;
  color: var(--success-text);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

._sectionHeading_apipm_401 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: 34px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

._sectionSub_apipm_413 {
  max-width: 700px;
  margin: 0 auto 48px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

._sectionIcon_apipm_422 {
  width: 48px;
  height: 48px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
}

._homeCardGrid_apipm_435,
._painGrid_apipm_436,
._solutionGrid_apipm_437,
._safetyGrid_apipm_438,
._pricingGrid_apipm_439 {
  display: grid;
  gap: 20px;
}

._homeCardGrid_apipm_435 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

._homeCardGroup_apipm_448 + ._homeCardGroup_apipm_448 {
  margin-top: 56px;
}

._homeCardGroupHeading_apipm_452 {
  margin: 0 0 20px;
  color: var(--navy);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

._homeCard_apipm_27 {
  min-height: 232px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  color: var(--navy);
  text-decoration: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

._homeCard_apipm_27:hover {
  border-color: #bac4d3;
  box-shadow: 0 16px 34px rgba(14, 30, 58, 0.1);
  transform: translateY(-2px);
}

._homeCard_apipm_27 h4,
._painCard_apipm_485 h3,
._solutionPanel_apipm_486 h3,
._safetyBlock_apipm_487 h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0;
}

._homeCard_apipm_27 p,
._painCard_apipm_485 p,
._safetyBlock_apipm_487 p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

._homeCardLink_apipm_504 {
  margin-top: auto;
  color: var(--success-text);
  font-size: 14px;
  font-weight: 800;
}

._painGrid_apipm_436 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

._painCard_apipm_485,
._solutionPanel_apipm_486,
._safetyBlock_apipm_487,
._pricingCard_apipm_518,
._waitlistOffer_apipm_519,
._waitlistForm_apipm_520,
._waitlistSuccess_apipm_521 {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

._painCard_apipm_485 {
  display: grid;
  gap: 14px;
  padding: 26px 24px;
}

._cardIcon_apipm_533 {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background: var(--gold-soft);
  color: var(--navy);
}

._solutionGrid_apipm_437 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

._solutionPanel_apipm_486 {
  padding: 28px;
}

._solutionPanelAfter_apipm_554 {
  border-color: #95c9b4;
  background: #f3faf7;
}

._solutionLabel_apipm_559 {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--success-text);
  font-size: 13px;
  font-weight: 800;
}

._solutionPanel_apipm_486 ul,
._waitlistOffer_apipm_519 ul,
._pricingList_apipm_569,
._ledgerLines_apipm_570 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._solutionPanel_apipm_486 li,
._waitlistOffer_apipm_519 li,
._pricingItem_apipm_578 {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.65;
}

._solutionPanel_apipm_486 li + li,
._waitlistOffer_apipm_519 li + li {
  margin-top: 10px;
}

._solutionPanel_apipm_486 li::before,
._waitlistOffer_apipm_519 li::before,
._pricingItem_apipm_578::before {
  content: "✓";
  color: var(--success);
  font-weight: 900;
  flex: 0 0 auto;
}

._howSteps_apipm_601 {
  list-style: none;
  padding: 0;
  margin: 48px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: 18px;
  text-align: left;
}

._howStep_apipm_601 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 24px 22px;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 200ms ease;
}

._howStepFeatured_apipm_627 {
  grid-column: span 2;
  grid-row: span 2;
  border: 2px solid var(--gold-border);
  background: linear-gradient(180deg, #fff 0%, var(--gold-soft) 100%);
  padding: 32px 28px;
}

._howStepWide_apipm_635 {
  grid-column: span 2;
}

._howStep_apipm_601:hover {
  border-color: #bac4d3;
  box-shadow: 0 16px 34px rgba(14, 30, 58, 0.1);
  transform: translateY(-2px);
}

._howStepFeatured_apipm_627:hover {
  border-color: var(--gold);
  box-shadow: 0 20px 40px rgba(245, 176, 74, 0.18);
}

._howStepHeader_apipm_650 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

._howStepNumber_apipm_657 {
  color: var(--success-text);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

._howStepIcon_apipm_665 {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--gold-soft);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
}

._howStepTitle_apipm_676 {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

._howStepFeatured_apipm_627 ._howStepTitle_apipm_676 {
  font-size: 24px;
}

._howStepDesc_apipm_689 {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.75;
}

._howStepFeatured_apipm_627 ._howStepDesc_apipm_689 {
  font-size: 15px;
}

._howLedger_apipm_700 {
  width: 100%;
  margin-top: 8px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  font-size: 13px;
}

._howLedger_apipm_700 thead th,
._journalTable_apipm_713 thead th,
._coverageTable_apipm_714 thead th {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 0;
}

._howLedger_apipm_700 thead th {
  border-bottom-color: var(--gold-border);
  background: var(--gold-soft);
  color: var(--navy);
}

._howLedger_apipm_700 tbody th,
._howLedger_apipm_700 tbody td {
  padding: 10px 14px;
  border-top: 1px solid var(--gold-border);
  color: var(--navy);
  font-weight: 700;
  text-align: left;
}

._howLedger_apipm_700 tbody tr:first-child th,
._howLedger_apipm_700 tbody tr:first-child td {
  border-top: none;
}

._howLedger_apipm_700 tbody th {
  width: 45%;
}

._howLedger_apipm_700 tbody td {
  color: var(--text-secondary);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 12.5px;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

._howFootnote_apipm_757 {
  max-width: 760px;
  margin: 40px auto 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
}

._journalTableWrap_apipm_766,
._coverageTableWrap_apipm_767 {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(14, 30, 58, 0.06);
}

._journalTable_apipm_713,
._coverageTable_apipm_714 {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
}

._journalTable_apipm_713 tbody th,
._journalTable_apipm_713 tbody td,
._coverageTable_apipm_714 tbody th,
._coverageTable_apipm_714 tbody td {
  padding: 16px 18px;
  border-top: 1px solid var(--border);
  vertical-align: top;
  text-align: left;
}

._journalTable_apipm_713 tbody th {
  width: 34%;
  color: var(--navy);
  font-weight: 800;
}

._journalTable_apipm_713 tbody th span,
._journalTable_apipm_713 tbody th small {
  display: block;
}

._journalTable_apipm_713 tbody th small {
  margin-top: 8px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

._journalTable_apipm_713 tbody td {
  color: var(--navy);
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
}

._ledgerLines_apipm_570 li + li {
  margin-top: 6px;
}

._coverageTable_apipm_714 tbody th {
  width: 34%;
  color: var(--navy);
  font-weight: 800;
}

._coverageTable_apipm_714 tbody td {
  color: var(--text-secondary);
  font-weight: 650;
}

._coveragePlannedNote_apipm_834 {
  max-width: 700px;
  margin: -4px auto 28px;
  border: 1px solid var(--gold-border);
  border-radius: 8px;
  background: #fff;
  padding: 12px 16px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.65;
  text-align: center;
}

._coverageStatus_apipm_848 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}

._coverageBadge_apipm_855 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
  white-space: nowrap;
}

._coverageBadge_apipm_855 svg {
  flex: 0 0 auto;
}

._coverageBadgeSupported_apipm_873 {
  background: #00735a;
  color: #fff;
}

._coverageBadgeLimited_apipm_878 {
  border: 1px solid var(--gold);
  background: var(--gold-soft);
  color: var(--navy);
}

._coverageBadgePlanned_apipm_884 {
  border: 1px solid #c9b458;
  background: #fffbe6;
  color: #665d2b;
}

._coverageBadgeOutOfScope_apipm_890 {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #475569;
}

._coverageLabel_apipm_896 {
  color: var(--navy);
  font-weight: 800;
  line-height: 1.55;
}

._coverageNote_apipm_902 {
  display: block;
  margin-top: 7px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

._safetyGrid_apipm_438 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

._safetyBlock_apipm_487 {
  padding: 26px;
}

._safetyBlock_apipm_487 h3 {
  margin-bottom: 10px;
}

._pricingGrid_apipm_439 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1080px;
  margin: 48px auto 0;
}

._pricingCard_apipm_518 {
  position: relative;
  padding: 44px 28px 30px;
}

._pricingCardHighlight_apipm_934 {
  border: 2px solid var(--navy);
  background: linear-gradient(180deg, #fff 0%, var(--bg-tint) 100%);
  box-shadow: 0 16px 36px rgba(14, 30, 58, 0.12);
}

._pricingBadge_apipm_940 {
  position: absolute;
  top: 16px;
  left: 24px;
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy);
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 4px 12px rgba(245, 176, 74, 0.24);
}

._pricingUse_apipm_954 {
  margin: 0 0 6px;
  color: var(--success-text);
  font-size: 13px;
  font-weight: 800;
}

._pricingPlanName_apipm_961 {
  margin: 0 0 8px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

._pricingPrice_apipm_970 {
  display: flex;
  align-items: baseline;
  gap: 3px;
  margin: 0 0 6px;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}

._priceMajor_apipm_979 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
}

._pricingPriceSub_apipm_985 {
  margin-left: 6px;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 600;
}

._pricingStory_apipm_992 {
  min-height: 54px;
  margin: 12px 0 18px;
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.7;
}

._pricingBestFor_apipm_1000 {
  margin-bottom: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-tint);
  padding: 14px 16px;
}

._pricingBestFor_apipm_1000 > span,
._pricingMeter_apipm_1009 > div > span {
  display: block;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 800;
}

._pricingBestFor_apipm_1000 > strong,
._pricingMeter_apipm_1009 > div > strong {
  display: block;
  margin-top: 4px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

._pricingMeter_apipm_1009 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 14px 16px;
}

._pricingMeter_apipm_1009 > div > strong {
  font-size: 15px;
  font-variant-numeric: tabular-nums;
}

._pricingDivider_apipm_1041 {
  border: 0;
  border-top: 1px solid var(--border);
  margin: 18px 0 16px;
}

._pricingItem_apipm_578 {
  padding: 7px 0;
  font-size: 14px;
}

._pricingNote_apipm_1052 {
  max-width: 820px;
  margin: 20px auto 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

._faqList_apipm_1061 {
  max-width: 760px;
  margin: 48px auto 0;
}

._faqItem_apipm_35 {
  position: relative;
  margin-bottom: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  padding: 16px 20px;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
}

._faqItem_apipm_35[open] {
  border-color: var(--gold-border);
  background: var(--gold-soft);
}

._faqItem_apipm_35 > summary {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--navy);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  list-style: none;
}

._faqItem_apipm_35 > summary::-webkit-details-marker {
  display: none;
}

._faqItem_apipm_35 > summary::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: rotate(45deg);
  transition: transform 200ms ease;
  flex-shrink: 0;
}

._faqItem_apipm_35[open] > summary::after {
  transform: rotate(-135deg);
}

._faqAnswer_apipm_1116 {
  margin-top: 10px;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.75;
}

._faqAnswer_apipm_1116 p {
  margin: 0;
}

._waitlistSection_apipm_1127 {
  background: #fff;
}

._waitlistCopy_apipm_1131 {
  margin-bottom: 24px;
}

._waitlistOffer_apipm_519 {
  max-width: 760px;
  margin: 0 auto 20px;
  padding: 24px 28px;
}

._waitlistOffer_apipm_519 h3 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.4;
}

._waitlistForm_apipm_520 {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px;
  display: grid;
  gap: 18px;
}

._waitlistFormGrid_apipm_1156 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

._waitlistField_apipm_1162 {
  display: grid;
  gap: 8px;
}

._waitlistHoneypot_apipm_1167 {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

._waitlistField_apipm_1162 label {
  color: var(--navy);
  font-size: 14px;
  font-weight: 800;
}

._waitlistInput_apipm_28 {
  min-height: 48px;
  width: 100%;
  border: 1px solid #bac4d3;
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  padding: 11px 12px;
  font: inherit;
}

._waitlistInput_apipm_28[aria-invalid="true"] {
  border-color: var(--danger);
}

._waitlistButton_apipm_29 {
  min-height: 48px;
  justify-self: start;
  border: 1px solid var(--gold);
  border-radius: 8px;
  background: var(--gold);
  color: var(--navy);
  padding: 12px 26px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(245, 176, 74, 0.24);
}

._waitlistButton_apipm_29:hover {
  background: var(--gold-strong);
}

._waitlistButton_apipm_29:disabled {
  cursor: wait;
  opacity: 0.75;
}

._waitlistError_apipm_1219 {
  margin: 0;
  color: var(--danger);
  font-size: 13px;
  font-weight: 800;
}

._waitlistError_apipm_1219 span {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--danger);
  color: #fff;
  font-size: 12px;
}

._waitlistSuccess_apipm_521 {
  max-width: 760px;
  margin: 0 auto;
  border-color: #95c9b4;
  background: #e3f1df;
  padding: 24px 28px;
  color: var(--navy);
  font-size: 16px;
  font-weight: 800;
}

._waitlistConsent_apipm_1250 {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: var(--navy-700, #2b3b5c);
}

._waitlistConsent_apipm_1250 label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

._waitlistConsent_apipm_1250 input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--navy, #0e1e3a);
}

._waitlistConsent_apipm_1250 input[type="checkbox"]:focus-visible {
  outline: 3px solid #005bd3;
  outline-offset: 3px;
  border-radius: 4px;
}

._waitlistInlineLink_apipm_1278 {
  color: var(--navy, #0e1e3a);
  text-decoration: underline;
  text-underline-offset: 2px;
}

._waitlistInlineLink_apipm_1278:hover {
  text-decoration-thickness: 2px;
}

@media (max-width: 960px) {
  ._journalTable_apipm_713,
  ._coverageTable_apipm_714 {
    min-width: 0;
    table-layout: fixed;
  }

  ._journalTable_apipm_713 tbody th,
  ._journalTable_apipm_713 tbody td,
  ._coverageTable_apipm_714 tbody th,
  ._coverageTable_apipm_714 tbody td {
    padding: 14px 10px;
    overflow-wrap: anywhere;
  }

  ._hero_apipm_41,
  ._homeHero_apipm_42 {
    grid-template-columns: 1fr;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  ._dashMockup_apipm_188 {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  ._howSteps_apipm_601 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  ._howStepFeatured_apipm_627,
  ._howStepWide_apipm_635 {
    grid-column: span 2;
    grid-row: auto;
  }

  ._painGrid_apipm_436,
  ._safetyGrid_apipm_438 {
    grid-template-columns: 1fr;
  }

  ._pricingGrid_apipm_439 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  ._section_apipm_375 {
    padding: 56px 0;
  }

  ._sectionHeading_apipm_401 {
    font-size: 28px;
  }

  ._homeCardGrid_apipm_435,
  ._solutionGrid_apipm_437,
  ._pricingGrid_apipm_439,
  ._waitlistFormGrid_apipm_1156 {
    grid-template-columns: 1fr;
  }

  ._pricingGrid_apipm_439 {
    max-width: 520px;
  }
}

@media (max-width: 560px) {
  ._hero_apipm_41,
  ._homeHero_apipm_42 {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._sectionInner_apipm_385 {
    padding: 0 16px;
  }

  ._section_apipm_375 {
    scroll-margin-top: calc(var(--public-site-header-height) + 20px);
  }

  ._heroHeading_apipm_87 {
    font-size: 38px;
  }

  ._homeHeading_apipm_168 {
    font-size: 38px;
  }

  ._heroCtaGroup_apipm_111 {
    align-items: stretch;
    flex-direction: column;
  }

  ._heroCtaGroup_apipm_111 ._ctaPrimary_apipm_25,
  ._heroCtaGroup_apipm_111 ._ctaSecondary_apipm_26 {
    width: 100%;
  }

  ._dashToolbar_apipm_246 {
    flex-wrap: wrap;
  }

  ._dashFilterCount_apipm_274 {
    width: 100%;
    margin-left: 0;
  }

  ._howSteps_apipm_601 {
    grid-template-columns: 1fr;
  }

  ._howStepFeatured_apipm_627,
  ._howStepWide_apipm_635 {
    grid-column: auto;
  }

  ._howStepFeatured_apipm_627 ._howStepTitle_apipm_676 {
    font-size: 20px;
  }

  ._pricingMeter_apipm_1009 {
    grid-template-columns: 1fr;
  }

  ._waitlistButton_apipm_29 {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  ._ctaPrimary_apipm_25:hover,
  ._homeCard_apipm_27:hover,
  ._howStep_apipm_601:hover {
    transform: none;
  }
}
