@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin-wght-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
.qo-site {
  --ink: #151b28;
  --muted: #5c6270;
  --line: #dce0e5;
  --evergreen: #007c83;
  --evergreen-dark: #006169;
  --paper: #fff;
  --panel-warm: #fff;
  --paper-deep: #f7f9f9;
  --field: #f1f7f6;
  --steel: #006dbe;
  --shadow: none;
  --soft-shadow: none;
  background: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}
.qo-site .shell {
  width: min(100% - 112px, 1376px);
}
.qo-site .site-header {
  position: relative;
  background: #fff;
  backdrop-filter: none;
}
.qo-site .header-inner {
  min-height: 70px;
}
.qo-site .brand {
  font-size: 22px;
  font-weight: 800;
  gap: 12px;
}
.qo-site .brand-mark {
  width: 42px;
  height: 42px;
}
.qo-site .site-nav {
  gap: 32px;
}
.qo-site .site-nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-radius: 0;
  color: var(--ink);
  font-weight: 600;
}
.qo-site .site-nav a:hover {
  color: var(--evergreen);
  background: none;
}
.qo-site .site-nav a[aria-current="page"] {
  color: var(--evergreen-dark);
  background: none;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.qo-site h1,
.qo-site h2,
.qo-site h3 {
  letter-spacing: 0;
}
.qo-site a {
  text-decoration: none;
}
.qo-site a:hover {
  text-decoration: underline;
}
.qo-site button {
  cursor: pointer;
}
.qo-site :is(button, input, select, textarea, summary, a):focus-visible {
  outline: 3px solid #007c83;
  outline-offset: 3px;
}
.qo-site input,
.qo-site select {
  border-color: #cbd0d7;
  border-radius: 5px;
  min-height: 46px;
  font-size: 15px;
  box-shadow: 0 1px 2px #151b2805;
}
.qo-site input::placeholder {
  color: #767d87;
}
.qo-site [hidden] {
  display: none !important;
}
.qo-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  vertical-align: middle;
}
.qo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.qo-tool {
  padding: 37px 0 30px;
  border-bottom: 1px solid var(--line);
}
.qo-intro {
  margin-bottom: 34px;
}
.qo-intro h1 {
  max-width: none;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0 0 10px;
}
.qo-intro > p {
  max-width: none;
  font-size: 15px;
  color: var(--ink);
  margin: 0 0 8px;
}
.qo-source {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 13px;
  color: var(--muted);
}
.qo-source a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #006dbe;
}
.qo-source .qo-icon {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
}
.qo-source > span {
  margin-left: 12px;
  border-left: 1px solid var(--line);
  padding-left: 16px;
}
.qo-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}
.qo-form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}
.qo-form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.qo-modes {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  border: 1px solid #aeb5bf !important;
  border-radius: 5px;
  overflow: hidden;
  min-height: 44px;
}
.qo-modes label {
  min-width: 0;
  position: relative;
  cursor: pointer;
}
.qo-modes input {
  position: absolute;
  width: 1px;
  min-height: 0;
  height: 1px;
  opacity: 0;
}
.qo-modes span {
  height: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  border-right: 1px solid #dce0e5;
}
.qo-modes label:last-child span {
  border-right: 0;
}
.qo-modes input:checked + span {
  color: #fff;
  background: var(--evergreen);
}
.qo-modes input:checked + span .qo-icon {
  filter: invert(1);
}
.qo-modes input:focus-visible + span {
  box-shadow: inset 0 0 0 3px #e0a33d;
}
.qo-modes input:not(:checked) + span:hover {
  background: #f0f6f6;
}
.qo-period-row {
  display: flex;
  gap: 24px;
  align-items: center;
}
.qo-period-row > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.qo-period-row label {
  font-size: 13px;
  white-space: nowrap;
}
.qo-period-row select {
  width: auto;
  min-width: 88px;
  padding: 8px 28px 8px 10px;
}
.qo-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 22px;
}
.qo-field {
  min-width: 0;
}
.qo-field label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.qo-field label small {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
}
.qo-field-wide {
  grid-column: 1 / -1;
}
.qo-input-unit {
  position: relative;
}
.qo-input-unit > span {
  position: absolute;
  left: 13px;
  top: 11px;
  color: var(--muted);
}
.qo-input-unit input {
  padding-left: 32px;
}
.qo-help-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-top: -11px;
  font-size: 11px;
  color: var(--muted);
}
.qo-text-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  padding: 0;
  min-height: 28px;
  border: 0;
  background: none;
  font-size: 13px;
  color: #006dbe;
  font-weight: 600;
  text-align: left;
}
.qo-text-button:hover {
  text-decoration: underline;
}
.qo-text-button .qo-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}
.qo-help-row .qo-text-button {
  flex-shrink: 0;
  font-size: 11px;
}
.qo-inline-help {
  border-left: 3px solid var(--evergreen);
  padding: 6px 0 0 15px;
  font-size: 13px;
}
.qo-inline-help p {
  margin: 0 0 12px;
}
.qo-inline-help img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.qo-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.qo-label-row a {
  font-size: 12px;
  color: #006dbe;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}
.qo-field-help {
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
  color: var(--muted);
}
.qo-label-row .qo-icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.qo-limits {
  border: 1px solid var(--line);
  border-radius: 5px;
}
.qo-limits summary {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  min-height: 44px;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 12px;
  font-weight: 600;
}
.qo-limits summary::-webkit-details-marker {
  display: none;
}
.qo-limits summary > .qo-icon:last-child {
  margin-left: auto;
}
.qo-limits summary small {
  font-size: 12px;
  color: var(--muted);
  font-weight: 400;
}
.qo-limits[open] summary > .qo-icon:first-child {
  transform: rotate(90deg);
}
.qo-limits-body {
  padding: 0 16px 14px;
  font-size: 13px;
}
.qo-limits-body p {
  margin-bottom: 12px;
}
.qo-checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
}
.qo-checkbox input {
  width: 17px;
  min-height: 17px;
  height: 17px;
  accent-color: var(--evergreen);
}
.qo-limits-body fieldset:disabled {
  opacity: 0.55;
}
.qo-limits-body .qo-small {
  margin: 12px 0 0;
}
.qo-small {
  font-size: 12px;
}
.qo-actions {
  display: flex;
  gap: 16px;
}
.qo-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 11px 18px;
  border: 1px solid var(--evergreen);
  border-radius: 5px;
  color: #fff;
  background: var(--evergreen);
  min-height: 46px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.15s;
}
.qo-primary:hover {
  background: var(--evergreen-dark);
}
.qo-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.qo-primary:active {
  transform: translateY(1px);
}
.qo-primary .qo-icon {
  filter: invert(1);
}
.qo-reset {
  width: 58px;
  min-height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #cbd0d7;
  border-radius: 5px;
}
.qo-reset:hover {
  background: #f0f5f5;
}
.qo-example {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: #edf7f6;
  padding: 7px 12px;
  min-height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: var(--evergreen-dark);
}
.qo-example > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qo-example .qo-text-button {
  font-size: 12px;
}
.qo-result {
  min-width: 0;
  border-left: 1px solid #cbd0d7;
  padding: 6px 0 0 64px;
  min-height: 460px;
}
.qo-result h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--evergreen);
  margin: 0 0 16px;
}
.qo-empty {
  padding: 14px 0 30px;
}
.qo-empty-icon {
  display: inline-flex;
  background: #edf5f5;
  padding: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.qo-empty-icon .qo-icon {
  width: 28px;
  height: 28px;
}
.qo-result .qo-empty-title {
  font-size: 26px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
}
.qo-empty > p {
  max-width: 36ch;
  font-size: 14px;
}
.qo-amount {
  display: block;
  color: var(--evergreen);
  font-size: 58px;
  font-weight: 800;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
  margin-bottom: 6px;
}
.qo-result .qo-amount-label {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.qo-result .qo-amount-note {
  font-size: 12px;
  margin-bottom: 22px;
}
.qo-breakdown {
  display: flex;
  height: 88px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 12px;
  background: #e1e4e5;
}
.qo-breakdown > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  padding: 6px 2px;
}
.qo-breakdown strong {
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  max-width: 100%;
  overflow-wrap: anywhere;
  line-height: 1.3;
}
.qo-breakdown span {
  font-size: 10px;
  text-align: center;
}
.qo-breakdown .qo-premium {
  background: var(--evergreen);
  color: #fff;
}
.qo-breakdown .qo-extra {
  background: #f6dfb5;
  color: #573c0e;
}
.qo-breakdown-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 20px;
}
.qo-breakdown-legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.qo-swatch {
  width: 10px;
  height: 10px;
  background: #d5dadd;
  border-radius: 2px;
}
.qo-swatch.premium {
  background: var(--evergreen);
}
.qo-swatch.extra {
  background: #f6dfb5;
}
.qo-formula {
  display: flex;
  align-items: baseline;
  gap: 9px;
  font-size: 12px;
  color: var(--ink);
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.qo-formula .qo-icon {
  align-self: center;
}
.qo-result-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding-bottom: 18px;
}
.qo-result-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #006dbe;
  font-weight: 600;
}
.qo-scope {
  font-size: 11px;
  line-height: 1.65;
  margin-bottom: 0;
}
.qo-result details {
  font-size: 12px;
  border-top: 1px solid var(--line);
  margin-top: 8px;
}
.qo-result details summary {
  min-height: 34px;
  padding: 6px 0;
  cursor: pointer;
  font-weight: 600;
}
.qo-result details li {
  margin-top: 8px;
  color: var(--muted);
}
.qo-result details textarea {
  width: 100%;
  min-height: 120px;
  font-size: 12px;
}
.qo-error {
  color: #a12c20;
  background: #fff3ee;
  border-left: 3px solid #ba4636;
  padding: 9px 12px;
  font-size: 13px;
  margin: 0;
}
.qo-result .qo-warning {
  border-left: 3px solid #bd8428;
  padding: 8px 12px;
  background: #fff8e9;
  color: #624618;
  font-size: 13px;
}
.qo-cap {
  border-left: 3px solid var(--evergreen);
  padding: 8px 12px;
  background: #f1f7f6;
  font-size: 13px;
  margin-bottom: 18px;
}
.qo-copy-status {
  font-size: 11px;
  color: var(--evergreen);
}
.qo-copy-status:empty {
  display: none;
}
.qo-paystub {
  padding: 25px 0 32px;
  border-bottom: 1px solid var(--line);
}
.qo-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.qo-section-title h2 {
  font-size: 23px;
  margin: 0;
}
.qo-section-title a {
  font-size: 12px;
  color: #006dbe;
}
.qo-section-title a .qo-icon {
  width: 16px;
  height: 16px;
}
.qo-paystub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: center;
}
.qo-paystub-grid figure {
  margin: 0;
}
.qo-paystub-grid figure img {
  display: block;
  width: 100%;
  height: auto;
}
.qo-paystub-grid figcaption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.qo-paystub-copy h3 {
  font-size: 22px;
  line-height: 1.35;
  margin-bottom: 12px;
}
.qo-paystub-copy p {
  font-size: 14px;
  margin-bottom: 12px;
}
.qo-paystub-copy .qo-small {
  font-size: 11px;
}
.qo-example-formula {
  font-variant-numeric: tabular-nums;
  color: var(--ink);
}
.qo-example-formula strong {
  color: var(--evergreen);
}
.qo-site .content-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
  padding: 45px 0;
}
.qo-site .content-section h2 {
  font-size: 27px;
}
.qo-site .info-card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  padding: 16px 0;
}
.qo-site .media-panel {
  background: #fff;
  box-shadow: none;
  border: 0;
  padding: 0;
}
.qo-site .button {
  border-radius: 5px;
  box-shadow: none;
}
.qo-site .button:hover {
  transform: none;
}
.qo-site .button-secondary {
  background: #fff;
  color: #006dbe;
  border-color: var(--line);
}
.qo-site .site-footer p {
  color: var(--muted);
}
.qo-site .site-footer a,
.qo-site .site-footer .footer-brand {
  color: var(--ink);
}
.qo-site .site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.qo-site .site-disclaimer {
  background: #f7f9f9;
}
.qo-site .site-disclaimer details {
  border-color: var(--line);
  background: #fff;
  border-radius: 5px;
}
.qo-site .site-disclaimer summary {
  min-height: 28px;
}
.qo-site .inline-links a {
  border: 0;
  border-radius: 0;
  padding: 8px 0;
  background: none;
  color: #006dbe;
}
.qo-site .inline-links {
  gap: 12px 24px;
}
.qo-site .section-intro {
  color: var(--muted);
  font-size: 16px;
}
.qo-site .source-section,
.qo-site .related-section,
.qo-site .disclaimer-band,
.qo-site .site-footer {
  background: #f7f9f9;
}
.qo-site .source-section .eyebrow {
  color: #006169;
}
.qo-site .source-card,
.qo-site .related-card {
  background: none;
  box-shadow: none;
  border: 0;
}
@media (min-width: 1700px) {
  .qo-site .shell {
    width: min(100% - 112px, 1376px);
  }
}
@media (max-width: 1100px) {
  .qo-site .shell {
    width: calc(100% - 64px);
  }
  .qo-workbench {
    gap: 32px;
  }
  .qo-result {
    padding-left: 32px;
  }
  .qo-modes span {
    font-size: 11px;
    gap: 5px;
  }
  .qo-modes .qo-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .qo-period-row {
    gap: 14px;
  }
  .qo-help-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .qo-paystub-grid {
    gap: 32px;
  }
}
@media (max-width: 800px) {
  .qo-site .shell {
    width: calc(100% - 40px);
  }
  .qo-site .brand {
    font-size: 17px;
  }
  .qo-site .brand-mark {
    width: 34px;
    height: 34px;
  }
  .qo-site .site-nav {
    gap: 18px;
  }
  .qo-site .site-nav a {
    font-size: 12px;
    gap: 5px;
  }
  .qo-site .site-nav a .qo-icon {
    display: none;
  }
  .qo-intro h1 {
    font-size: 32px;
  }
  .qo-workbench {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .qo-result {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
    min-height: 0;
  }
  .qo-result .qo-empty {
    padding-bottom: 12px;
  }
  .qo-empty-title br {
    display: none;
  }
  .qo-modes span {
    font-size: 13px;
    gap: 7px;
  }
  .qo-help-row {
    flex-direction: row;
    gap: 8px;
  }
  .qo-paystub-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .qo-section-title {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .qo-site input,
  .qo-site select {
    font-size: 16px;
  }
  .qo-site .header-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px 0 6px;
  }
  .qo-site .brand {
    font-size: 19px;
    gap: 9px;
  }
  .qo-site .site-nav {
    justify-content: space-between;
    gap: 10px;
  }
  .qo-site .site-nav a {
    padding: 8px 0;
    min-height: 40px;
  }
  .qo-tool {
    padding-top: 18px;
  }
  .qo-intro {
    margin-bottom: 14px;
  }
  .qo-intro h1 {
    font-size: 28px;
    line-height: 1.24;
    margin-bottom: 10px;
  }
  .qo-intro > p {
    font-size: 13px;
    line-height: 1.6;
  }
  .qo-source {
    font-size: 12px;
    gap: 4px 12px;
  }
  .qo-source a {
    min-height: 32px;
  }
  .qo-source > span {
    border: 0;
    padding: 0;
    margin-left: 0;
    flex-basis: auto;
  }
  .qo-form {
    gap: 12px;
  }
  .qo-modes span {
    font-size: 12px;
    gap: 4px;
    padding: 8px 3px;
    min-height: 46px;
  }
  .qo-modes .qo-icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .qo-period-row {
    justify-content: space-between;
    gap: 8px;
  }
  .qo-period-row > div {
    gap: 7px;
  }
  .qo-period-row label {
    font-size: 12px;
  }
  .qo-period-row select {
    font-size: 16px;
    padding: 8px 20px 8px 7px;
    min-width: 72px;
  }
  .qo-fields {
    gap: 12px;
  }
  .qo-field label {
    font-size: 12px;
  }
  .qo-field label small {
    display: block;
    font-size: 12px;
  }
  .qo-help-row > span {
    display: none;
  }
  .qo-help-row {
    justify-content: flex-end;
    margin-top: -12px;
  }
  .qo-help-row .qo-text-button {
    min-height: 36px;
    font-size: 12px;
  }
  .qo-label-row a {
    font-size: 12px;
    flex-shrink: 0;
  }
  .qo-label-row {
    align-items: center;
    gap: 8px;
  }
  .qo-label-row label {
    margin-bottom: 0;
  }
  .qo-eligibility select {
    margin-top: 2px;
  }
  .qo-label-row a .qo-icon {
    display: none;
  }
  .qo-limits summary {
    font-size: 12px;
    gap: 7px;
  }
  .qo-limits summary small {
    font-size: 12px;
  }
  .qo-example {
    padding: 6px 9px;
    font-size: 12px;
  }
  .qo-example .qo-text-button {
    font-size: 12px;
    min-height: 36px;
  }
  .qo-example .qo-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }
  .qo-amount {
    font-size: 48px;
  }
  .qo-breakdown strong {
    font-size: 14px;
  }
  .qo-scope,
  .qo-breakdown-legend,
  .qo-copy-status,
  .qo-paystub-grid figcaption,
  .qo-paystub-copy .qo-small {
    font-size: 12px;
  }
  .qo-limits-body .qo-fields,
  [data-input-panel="total"] {
    grid-template-columns: minmax(0, 1fr);
  }
  .qo-formula {
    flex-wrap: wrap;
  }
  .qo-result-actions {
    justify-content: space-between;
    gap: 8px;
  }
  .qo-result-actions a,
  .qo-result-actions button {
    font-size: 12px;
    min-height: 44px;
  }
  .qo-section-title h2 {
    font-size: 21px;
  }
  .qo-paystub-copy h3 {
    font-size: 21px;
  }
  .qo-site .content-section h2 {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .qo-site *,
  .qo-site *::before,
  .qo-site *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
@media (max-width: 480px) {
  .qo-period-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
    gap: 12px;
  }
  .qo-period-row > div {
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    min-width: 0;
  }
  .qo-period-row select {
    width: 100%;
    min-width: 0;
  }
  .qo-modes span {
    flex-direction: column;
    gap: 2px;
    text-align: center;
  }
  .qo-example {
    flex-wrap: wrap;
  }
}

.qo-guide .hero {
  padding: 36px 0 28px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.qo-guide .hero:not(.hero-tool) .hero-grid {
  display: block;
}
.qo-guide .hero-copy {
  max-width: 800px;
}
.qo-guide .hero:not(.hero-tool) .hero-media {
  width: 100%;
  max-width: 440px;
  margin: 24px 0 0;
  justify-self: start;
}
.qo-guide .step-list li {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
  padding: 16px 0 16px 46px;
}
.qo-guide .step-list li::before {
  left: 0;
  top: 16px;
  background: #edf5f5;
  color: var(--evergreen-dark);
  border-radius: 4px;
}
.qo-guide .check-list li {
  background: none;
  border-left-width: 2px;
}
.qo-guide .lead-form {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
  box-shadow: none;
  padding: 24px;
}
.qo-guide .lead-form .field {
  min-width: 0;
}
.qo-guide .lead-form .field label {
  font-size: 13px;
  font-weight: 600;
}
.qo-guide .lead-form textarea {
  border-color: #cbd0d7;
  border-radius: 5px;
}
.qo-guide .lead-form .fine-print {
  font-size: 12px;
  margin: 0;
}
.qo-guide .lead-form .button {
  justify-self: start;
  margin: 0;
}
.qo-guide main > section > .shell {
  max-width: 1080px;
}
.qo-guide .hero h1 {
  font-size: 38px;
  line-height: 1.2;
  max-width: 760px;
  margin: 0 0 16px;
}
.qo-guide .lede {
  font-size: 17px;
  line-height: 1.65;
  max-width: 70ch;
  margin: 0 0 16px;
}
.qo-guide .eyebrow {
  color: #626975;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 12px;
}
.qo-guide .trust-note {
  font-size: 12px;
  line-height: 1.6;
  max-width: 85ch;
  margin-top: 16px;
}
.qo-guide .hero-actions {
  gap: 12px;
}
.qo-guide .button {
  font-family: inherit;
  font-size: 14px;
  min-height: 44px;
  padding: 10px 16px;
}
.qo-guide .button-secondary {
  background: #fff;
  color: #006dbe;
  border-color: var(--line);
}
.qo-guide .content-section {
  padding: 32px 0;
}
.qo-guide .section-inner {
  max-width: 1080px;
}
.qo-guide .section-inner > p,
.qo-guide .section-inner > ul,
.qo-guide .section-inner > ol,
.qo-guide .faq-list {
  max-width: 74ch;
}
.qo-guide .section-media-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 36px;
  align-items: center;
}
.qo-guide .media-panel img {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}
.qo-guide .media-panel figcaption {
  color: var(--muted);
  font-size: 12px;
  padding-top: 8px;
}
.qo-guide .faq-item {
  background: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: 20px 0;
}
.qo-guide .inline-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #006dbe;
}
@media (max-width: 800px) {
  .qo-guide .section-media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .qo-guide .lead-form {
    padding: 16px;
  }
  .qo-guide .lead-form :is(input, select, textarea) {
    font-size: 16px;
  }
  .qo-guide .lead-form .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .qo-guide .hero {
    padding: 22px 0;
  }
  .qo-guide .hero h1 {
    font-size: 28px;
  }
  .qo-guide .lede {
    font-size: 15px;
  }
  .qo-guide .hero-actions {
    align-items: stretch;
  }
  .qo-guide .hero-actions .button {
    white-space: normal;
    text-align: center;
  }
}

/* Shared paper scenes overlap their white margins with the surrounding content. */
.qo-site .qo-art {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}
.qo-site .qo-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 0;
}
.qo-site.qo-guide .hero-has-media .hero-grid {
  display: grid;
  grid-template-areas: "copy" "art";
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  isolation: isolate;
}
.qo-site.qo-guide .hero-has-media .hero-copy {
  grid-area: copy;
  position: relative;
  align-self: start;
  z-index: 1;
}
.qo-site.qo-guide .hero-has-media .hero-media {
  grid-area: art;
  align-self: end;
  justify-self: end;
  width: 100%;
  max-width: 800px;
  margin: -160px 0 -16px;
  pointer-events: none;
}
.qo-site .qo-art-section .section-media-grid {
  gap: 32px;
  align-items: center;
}
.qo-site .qo-art-section-premium .section-media-grid,
.qo-site .qo-art-section-handoff .section-media-grid {
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}
.qo-site .qo-art-section .section-copy {
  min-width: 0;
}
.qo-site .qo-art-section .section-media {
  max-width: none;
}
.qo-site .qo-art-section .section-copy > h2 {
  padding-top: 16px;
  border-top: 3px solid var(--evergreen);
}
.qo-site .qo-art-section-premium .section-media {
  align-self: start;
  margin-top: -32px;
}
.qo-site .qo-art-section-handoff .section-media {
  align-self: center;
}
.qo-site :is(.qo-art-section-trail, .qo-art-section-employer) .section-media-grid {
  display: block;
}
.qo-site :is(.qo-art-section-trail, .qo-art-section-employer) .section-copy > p {
  max-width: 74ch;
}
.qo-site :is(.qo-art-section-trail, .qo-art-section-employer) .section-media {
  width: min(100%, 1000px);
  margin: -120px auto -32px;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.qo-site :is(.qo-art-section-trail, .qo-art-section-employer) .section-copy {
  position: relative;
  z-index: 1;
}
.qo-site .qo-art-section-trail .section-media {
  margin-top: -220px;
}
.qo-site .qo-art-section-employer .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}
.qo-site .qo-art-section-employer .card-grid .info-card:nth-child(n) {
  grid-column: auto;
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.qo-site .qo-art-section-paystub .section-media-grid {
  grid-template-columns: minmax(0, 1fr);
}
.qo-site .qo-art-section-paystub .section-copy {
  max-width: 78ch;
}
.qo-site .qo-art-section-paystub .section-media {
  max-width: 920px;
  margin: 0 auto;
}
.qo-site .qo-art-section-paystub figcaption {
  max-width: 85ch;
  margin: 0 auto;
  padding: 12px 0 0;
  border-top: 1px solid var(--line);
}
.qo-paystub-grid figure {
  position: relative;
  border-bottom: 2px solid var(--evergreen);
  padding-bottom: 14px;
}
.qo-paystub-copy {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}
.qo-example-formula {
  border-left: 3px solid var(--evergreen);
  padding: 12px 16px;
  background: #f1f7f6;
}
@media (max-width: 1100px) {
  .qo-site.qo-guide .hero-has-media .hero-grid {
    display: block;
  }
  .qo-site.qo-guide .hero-has-media .hero-media {
    max-width: 720px;
    margin: -64px 0 -12px;
  }
}
@media (max-width: 800px) {
  .qo-site.qo-guide .hero-has-media .hero-grid {
    display: block;
  }
  .qo-site.qo-guide .hero-has-media .hero-media {
    max-width: 100%;
    margin: -40px 0 -12px;
  }
  .qo-site .qo-art-section .section-media-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }
  .qo-site .qo-art-section .section-media {
    order: 0;
    margin: -32px 0 0;
  }
  .qo-site .qo-art-section-paystub .section-media {
    margin-top: 0;
  }
  .qo-site .qo-art-section-employer .card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }
  .qo-paystub-copy {
    padding-left: 0;
    border-left: 0;
  }
}
