/* Generated by scripts/site-pages.ts. Do not edit. */

.vs-band {
  padding: 52px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.vs-band > .wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.vs-band-sand {
  background: var(--sand, #EDE9E2);
}

.vs-band h2 {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(27px, 3.4vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
  text-wrap: balance;
}

.vs-sub {
  margin: 0;
  max-width: 66ch;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink, #101418);
  opacity: 0.78;
}

/* ── the two price cards ─────────────────────────────────────────── */

.vs-faceoff {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rule, rgba(16, 20, 24, 0.12));
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  border-radius: 4px;
  overflow: hidden;
}

.vs-pcard {
  background: var(--card, #FBF9F6);
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vs-pcard.vs-us {
  background: #FAEEEA;
}

.vs-who {
  font-size: 13px;
  font-weight: 600;
}

.vs-pcard.vs-us .vs-who {
  color: var(--red-dark, #C2340F);
}

.vs-amt {
  font-family: var(--serif, Georgia, serif);
  font-size: 33px;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.vs-per {
  font-family: var(--mono, monospace);
  font-size: 12px;
  letter-spacing: -0.01em;
  opacity: 0.62;
}

.vs-line-sm {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.45;
  opacity: 0.8;
}

/* ── positioning: what they are good at, and what it costs ───────── */

.vs-tagline {
  margin: 0 0 2px;
  max-width: 26ch;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(23px, 2.8vw, 29px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  /* Salmon and not the koi red: this line sits on the dark hero, where
     #C2340F measures 3.21:1 against it. #F08C79 is the palette's answer to
     exactly that and reads at about 8:1. */
  color: var(--salmon, #F08C79);
  text-wrap: balance;
}

.vs-asof {
  margin: 4px 0 0;
  font-family: var(--mono, monospace);
  font-size: 12.5px;
  letter-spacing: -0.01em;
  opacity: 0.55;
}

.vs-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vs-summary {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-left: 4px solid var(--red, #E4401F);
  background: var(--card, #FBF9F6);
}
.vs-summary strong {
  font-family: var(--mono, monospace);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red-dark, #C2340F);
}
.vs-summary p {
  margin: 8px 0 0;
  max-width: 62ch;
  font-size: 18px;
  line-height: 1.5;
}

.vs-v {
  font-style: italic;
  color: var(--red, #E4401F);
}

.vs-lead {
  margin: 0;
  max-width: 62ch;
  font-size: 19px;
  line-height: 1.55;
}

.vs-catch {
  border-left: 3px solid var(--red, #E4401F);
  padding: 2px 0 2px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 62ch;
}

.eyebrow-catch {
  margin: 0;
  font-family: var(--mono, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red-dark, #C2340F);
}

.vs-catch p:last-child {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

/* The sentence each section is written to land on. */
.vs-line {
  margin: 6px 0 0;
  max-width: 30ch;
  font-family: var(--serif, Georgia, serif);
  font-size: clamp(24px, 3vw, 31px);
  line-height: 1.18;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

/* ── which one to buy ────────────────────────────────────────────── */

.vs-choose {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rule, rgba(16, 20, 24, 0.12));
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  border-radius: 4px;
  overflow: hidden;
}

.vs-col {
  background: var(--card, #FBF9F6);
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vs-col-us {
  background: #FAEEEA;
}

.vs-col h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.vs-col-us h3 {
  color: var(--red-dark, #C2340F);
}

.vs-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.vs-col li {
  position: relative;
  padding-left: 19px;
  font-size: 15.5px;
  line-height: 1.5;
  opacity: 0.86;
}

.vs-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 2px;
  background: var(--asagi, #2E6C88);
}

.vs-col-us li::before {
  background: var(--red, #E4401F);
}

/* ── the argument lists ──────────────────────────────────────────── */

.vs-args {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 40px;
}

.vs-args li {
  position: relative;
  padding-left: 20px;
  font-size: 15.5px;
  line-height: 1.5;
  opacity: 0.86;
}

.vs-args li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 2px;
  background: var(--red, #E4401F);
}

.vs-args-them li::before {
  background: var(--asagi, #2E6C88);
}

.vs-args li b {
  font-weight: 600;
  opacity: 1;
}

/* ── the ledger ──────────────────────────────────────────────────── */

.vs-frame {
  overflow-x: auto;
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  border-radius: 4px;
  background: var(--card, #FBF9F6);
}

.vs-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  min-width: 660px;
  text-align: left;
}

.vs-caption {
  caption-side: top;
  text-align: left;
  padding: 14px 16px;
  font-size: 13.5px;
  line-height: 1.5;
  opacity: 0.62;
  border-bottom: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
}

.vs-table thead th {
  position: sticky;
  top: 0;
  background: var(--sand, #EDE9E2);
  border-bottom: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  padding: 11px 16px 10px;
  vertical-align: bottom;
  font-size: 13px;
  font-weight: 600;
}

.vs-table thead th.vs-us {
  background: #FAEEEA;
  color: var(--red-dark, #C2340F);
  box-shadow: inset 0 -3px 0 var(--red-dark, #C2340F);
}

.vs-px {
  display: block;
  font-family: var(--mono, monospace);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: -0.01em;
  opacity: 0.66;
  margin-top: 3px;
}

.vs-table tbody th,
.vs-table tbody td {
  border-bottom: 1px solid var(--rule-soft, rgba(16, 20, 24, 0.06));
  padding: 9px 16px;
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.35;
  height: 40px;
}

.vs-table tbody th {
  opacity: 0.86;
}

.vs-table td.vs-c {
  text-align: center;
  width: 150px;
}

.vs-table thead th.vs-c {
  text-align: center;
}

.vs-table td.vs-us {
  background: #FAEEEA;
}

.vs-table tr.vs-group th {
  background: var(--sand, #EDE9E2);
  border-bottom: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  padding: 6px 16px;
  height: auto;
  font-family: var(--sans, sans-serif);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  opacity: 0.55;
}

.vs-m {
  font-size: 14px;
  line-height: 1;
}

.vs-m-f { color: var(--red-dark, #C2340F); }
.vs-m-p { color: var(--asagi, #2E6C88); }
.vs-m-h { color: #8A6412; font-size: 10px; }
.vs-m-n { color: rgba(16, 20, 24, 0.3); }
.vs-m-q { color: rgba(16, 20, 24, 0.22); font-size: 12px; }

.vs-cap {
  font-family: var(--mono, monospace);
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #8A6412;
}

.vs-vd {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 3px;
  white-space: nowrap;
}

.vs-vd-us { background: #FAEEEA; color: var(--red-dark, #C2340F); }
.vs-vd-them { background: #E9F0F4; color: #255A72; }
.vs-vd-level { background: var(--sand, #EDE9E2); opacity: 0.7; }
.vs-vd-nil { opacity: 0.4; }

.vs-key {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  font-size: 13px;
  opacity: 0.78;
}

.vs-key li {
  display: flex;
  align-items: center;
  gap: 7px;
}

/* ── the competitors' marks ──────────────────────────────────────── */

.vs-logo {
  display: block;
  height: 22px;
  background-color: currentColor;
  opacity: 0.72;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: left center;
  mask-position: left center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.vs-logo-fly {
  width: 102px;
  -webkit-mask-image: url(/vs/logos/invoice-fly.png);
  mask-image: url(/vs/logos/invoice-fly.png);
}

.vs-logo-simple {
  width: 84px;
  -webkit-mask-image: url(/vs/logos/invoice-simple.png);
  mask-image: url(/vs/logos/invoice-simple.png);
}

.vs-logo-i2go {
  width: 130px;
  -webkit-mask-image: url(/vs/logos/invoice2go.png);
  mask-image: url(/vs/logos/invoice2go.png);
}

.vs-logo-joist {
  width: 51px;
  -webkit-mask-image: url(/vs/logos/joist.svg);
  mask-image: url(/vs/logos/joist.svg);
}

.vs-logo-billdu {
  width: 45px;
  -webkit-mask-image: url(/vs/logos/billdu.svg);
  mask-image: url(/vs/logos/billdu.svg);
}

.vs-logo-bookipi {
  width: 89px;
  -webkit-mask-image: url(/vs/logos/bookipi.png);
  mask-image: url(/vs/logos/bookipi.png);
}

.vs-logo-cplus {
  width: 116px;
  -webkit-mask-image: url(/vs/logos/contractor-plus.png);
  mask-image: url(/vs/logos/contractor-plus.png);
}

.vs-logo-zoho {
  width: 22px;
  -webkit-mask-image: url(/vs/logos/zoho-invoice.svg);
  mask-image: url(/vs/logos/zoho-invoice.svg);
}

.vs-logo-wave {
  width: 76px;
  -webkit-mask-image: url(/vs/logos/wave.svg);
  mask-image: url(/vs/logos/wave.svg);
}

.vs-logo-square {
  width: 22px;
  -webkit-mask-image: url(/vs/logos/square-invoices.svg);
  mask-image: url(/vs/logos/square-invoices.svg);
}

.vs-logo-jobber {
  width: 123px;
  -webkit-mask-image: url(/vs/logos/jobber.svg);
  mask-image: url(/vs/logos/jobber.svg);
}

.vs-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 22px;
  margin-bottom: 6px;
}

/* Ours, at the same optical height as a rival's mark beside it. */
.vs-koi {
  --koi: 22px;
}

.vs-pcard .vs-who {
  margin: 0;
}

.vs-rail-card .vs-logo {
  margin-bottom: 4px;
  opacity: 0.6;
}

.vs-rail-card:hover .vs-logo {
  opacity: 0.85;
}

/* ── the free / paid toggle ──────────────────────────────────────── */

.vs-modes {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vs-modes > legend {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  font-family: var(--mono, monospace);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.55;
}

/*
 * The input is the state and the label is the control, so the input is taken
 * out of the layout without being taken out of the accessibility tree.
 * A display:none or visibility:hidden would remove it from both, and the
 * arrow-key behaviour and the group name would go with it.
 */
.vs-mode-in {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.vs-mode {
  cursor: pointer;
  font-size: 14.5px;
  font-weight: 500;
  padding: 9px 17px;
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.14));
  border-radius: 999px;
  background: transparent;
  transition: background 0.13s, border-color 0.13s, color 0.13s;
}

.vs-mode:hover {
  border-color: var(--asagi, #2E6C88);
}

/*
 * Two indicators and not one, because a single faint one is how a reader
 * decides there is nothing in the other panel worth opening: the fill changes
 * and so does the weight.
 */
.vs-mode-in:checked + .vs-mode {
  background: var(--ink, #101418);
  border-color: var(--ink, #101418);
  color: var(--paper, #F7F5F1);
  font-weight: 600;
}

.vs-mode-in:focus-visible + .vs-mode {
  outline: 2px solid var(--asagi, #2E6C88);
  outline-offset: 2px;
}

/* Both panels are in the HTML. Only one is on the page at a time. */
.vs-panel {
  width: 100%;
  margin-top: 14px;
  display: none;
}

#mode-free:checked ~ .vs-panel-free,
#mode-paid:checked ~ .vs-panel-paid {
  display: block;
}

/* ── the ten rows, as words ─────────────────────────────────────── */

/*
 * The 660px floor belongs to the four-column grid in the disclosure, which
 * genuinely cannot fold. This table is three columns of short phrases and is
 * the one thing on the page a reader on a phone must not have to scroll
 * sideways to read, so it folds instead.
 */
.vs-words {
  min-width: 0;
}

.vs-words tbody th,
.vs-words tbody td {
  font-size: 15.5px;
  padding: 13px 18px;
  height: auto;
  vertical-align: top;
}

.vs-words thead th {
  padding: 12px 18px 11px;
  font-size: 14px;
}

.vs-words tbody th {
  opacity: 0.7;
  width: 34%;
}

.vs-words td {
  width: 33%;
}

.vs-words td.vs-us {
  font-weight: 600;
}

.vs-words tr.vs-cost th,
.vs-words tr.vs-cost td {
  font-family: var(--mono, monospace);
  font-size: 13.5px;
  letter-spacing: -0.01em;
  border-bottom: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
}

/* Rows that go the other way keep the same weight as the rest. Greying them
   out would be a way of printing them without publishing them. */
.vs-words tr.vs-lost th {
  box-shadow: inset 3px 0 0 var(--asagi, #2E6C88);
}

.vs-details {
  border-top: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  padding-top: 18px;
}

.vs-details > summary {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
}

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

.vs-details > summary::before {
  content: "+";
  font-family: var(--mono, monospace);
  font-size: 15px;
  line-height: 1;
  color: var(--red-dark, #C2340F);
}

.vs-details[open] > summary::before {
  content: "\2013";
}

.vs-details > summary:focus-visible {
  outline: 2px solid var(--asagi, #2E6C88);
  outline-offset: 3px;
}

.vs-details-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 18px;
}

/* ── the plan sheet ──────────────────────────────────────────────── */

.vs-plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--rule, rgba(16, 20, 24, 0.12));
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  border-radius: 4px;
  overflow: hidden;
}

.vs-plan {
  background: var(--card, #FBF9F6);
  display: flex;
  flex-direction: column;
}

.vs-plan-pro {
  background: #FAEEEA;
}

.vs-plan-h {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 24px 18px;
  border-bottom: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
}

.vs-plan-n {
  font-size: 13px;
  font-weight: 600;
}

.vs-plan-pro .vs-plan-n {
  color: var(--red-dark, #C2340F);
}

.vs-plan ul {
  list-style: none;
  margin: 0;
  padding: 16px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.vs-plan li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.45;
  opacity: 0.86;
}

.vs-plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(16, 20, 24, 0.26);
}

.vs-plan-pro li::before {
  background: var(--red, #E4401F);
}

.vs-fine {
  margin: 0;
  font-family: var(--mono, monospace);
  font-size: 12px;
  letter-spacing: -0.01em;
  opacity: 0.6;
}

/* ── the questions ───────────────────────────────────────────────── */

.vs-faq {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 74ch;
}

.vs-faq dt {
  font-weight: 600;
  font-size: 16.5px;
  line-height: 1.4;
  margin-bottom: 5px;
}

.vs-faq dd {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.55;
  opacity: 0.82;
}

/* ── the way on ──────────────────────────────────────────────────── */

.vs-cta {
  background: var(--deep, linear-gradient(168deg, #153741, #0B1A20 62%, #081216));
  color: #E4EFF3;
  padding: 56px 0;
}

.vs-cta .wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.vs-cta h2 {
  font-family: var(--serif, Georgia, serif);
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 38px);
  line-height: 1.1;
  margin: 0;
  color: #FBFDFD;
}

.vs-cta p {
  margin: 0;
  max-width: 58ch;
  font-size: 16px;
  line-height: 1.55;
  color: #A9C6D1;
}

.vs-btn {
  display: inline-block;
  background: var(--red, #E4401F);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 999px;
  margin-top: 2px;
}

.vs-btn:hover {
  background: var(--red-dark, #C2340F);
}

.vs-btn-secondary {
  background: transparent;
  border: 1px solid rgba(228, 239, 243, 0.35);
  color: #E4EFF3;
}
.vs-btn-secondary:hover { background: rgba(228, 239, 243, 0.1); }

.vs-trade-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 4px;
  font-size: 13.5px;
  color: #7FA3B0;
}
.vs-trade-links a { color: #D4E5EB; text-decoration: underline; text-underline-offset: 3px; }
.vs-trade-links a:hover { color: #FFFFFF; }

.vs-cta .vs-fine {
  color: #7FA3B0;
  opacity: 1;
}

.vs-method-h {
  font-size: 19px !important;
  font-family: var(--sans, sans-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

.vs-method {
  margin: 0;
  max-width: 84ch;
  font-size: 13.5px;
  line-height: 1.65;
  opacity: 0.62;
}

/* ── the rail to the other ten ───────────────────────────────────── */

.vs-rail-band {
  background: var(--sand, #EDE9E2);
}

.vs-rail-h {
  font-size: 19px !important;
  font-family: var(--sans, sans-serif) !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

.vs-rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 10px;
}

.vs-rail-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px 17px 16px;
  background: var(--card, #FBF9F6);
  border: 1px solid var(--rule, rgba(16, 20, 24, 0.12));
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
}

.vs-rail-card:hover {
  border-color: var(--asagi, #2E6C88);
}

.vs-rail-n {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
}

.vs-rail-t {
  font-family: var(--mono, monospace);
  font-size: 11.5px;
  letter-spacing: -0.01em;
  opacity: 0.6;
}

@media (max-width: 860px) {
  .vs-faceoff,
  .vs-args,
  .vs-choose,
  .vs-plans {
    grid-template-columns: 1fr;
  }
  .vs-words tbody th,
  .vs-words tbody td,
  .vs-words thead th {
    padding: 11px 12px;
    font-size: 14px;
  }
  .vs-band {
    padding: 38px 0;
  }
}

.vs-rail-card:focus-visible,
.vs-btn:focus-visible {
  outline: 2px solid var(--asagi, #2E6C88);
  outline-offset: 2px;
}
