:root {
  --why-scale: 1;
  --why-blue: #0027ff;
  --why-black: #000;
  --why-ink: #000;
  --why-text: #061a30;
  --why-muted: #898a95;
  --why-soft: #f6f6fa;
  --why-line: #d7dce6;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.why-body {
  background: #fff;
  color: var(--why-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

.why-body a {
  color: inherit;
  text-decoration: none;
}

.why-body img {
  display: block;
}

.why-scaled-page {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.why-canvas {
  background: #fff;
  height: 6884px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(var(--why-scale));
  transform-origin: top left;
  width: 1680px;
}

.why-canvas section,
.why-canvas header,
.why-canvas footer {
  position: absolute;
}

.why-header {
  color: #fff;
}

.why-header::after {
  background: rgba(255, 255, 255, 0.24);
}

.why-header .fp-logo img {
  filter: brightness(0) invert(1);
}

.why-header .fp-login {
  background: #fff;
  color: #000;
}

.why-hero {
  height: 630px;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 1680px;
}

.why-hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(255, 255, 255, 0.04) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.why-hero-bg {
  height: 1025px;
  left: -12px;
  max-width: none;
  object-fit: fill;
  position: absolute;
  top: -11px;
  transform: translateY(var(--motion-parallax-y, 0)) scaleY(-1);
  width: 1746px;
}

.brand-switch {
  display: block;
  height: 80px;
  left: 740px;
  overflow: visible;
  position: absolute;
  top: 170px;
  width: 200px;
  z-index: 3;
}

.brand-switch::after {
  background: #f5f5f5;
  border-radius: 0 20px 20px 0;
  content: "";
  height: 80px;
  left: 100px;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 0;
}

.brand-chip {
  align-items: center;
  border-radius: 20px;
  display: flex;
  height: 80px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100px;
  z-index: 1;
}

.freepayroll-chip {
  background: #e8e8e8;
  border-radius: 20px 0 0 20px;
  left: 0;
}

.brand-mark-box {
  align-items: center;
  background: #000;
  border-radius: 12px;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.freepayroll-chip .brand-mark {
  background: transparent;
  border-radius: 0;
  color: inherit;
  display: block;
  filter: none;
  height: 26px;
  max-width: none;
  width: 26px;
}

.competitor-chip {
  background: #1ab4d7;
  border-radius: 12px;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 52px;
  left: 134px;
  overflow: hidden;
  top: 14px;
  width: 52px;
  z-index: 2;
}

.competitor-chip img {
  height: 52px;
  object-fit: cover;
  position: absolute;
  width: 52px;
}

.competitor-chip.is-sage,
.competitor-chip.is-quickbooks,
.competitor-chip.is-brightpay {
  background: #fff;
}

.competitor-chip.is-sage img,
.competitor-chip.is-quickbooks img,
.competitor-chip.is-brightpay img {
  height: auto;
  max-height: 38px;
  object-fit: contain;
  position: static;
  width: auto;
}

.competitor-chip.is-sage img {
  max-height: 22px;
  width: 39px;
}

.competitor-chip.is-quickbooks img {
  height: 44px;
  width: 44px;
}

.competitor-chip.is-brightpay img {
  height: 35px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  object-position: left center;
  position: relative;
  width: 22px;
  z-index: 1;
}

.competitor-chip span {
  align-items: center;
  display: none;
  height: 52px;
  justify-content: center;
  position: absolute;
  width: 52px;
}

.competitor-chip.is-text span {
  display: flex;
}

.competitor-chip.is-text img {
  display: none;
}

.competitor-button {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  inset: 0;
  padding: 0;
  position: absolute;
}

.switch-symbol {
  left: 83px;
  position: absolute;
  top: 23px;
  height: 34.517px;
  width: 34.517px;
  z-index: 3;
}

.switch-symbol img {
  height: 50.517px;
  left: -8px;
  max-width: none;
  position: absolute;
  top: -8px;
  width: 50.517px;
}

.why-hero h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  left: 421px;
  line-height: 37px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 289px;
  width: 838px;
  z-index: 3;
}

.why-hero .hero-copy {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  left: 346px;
  line-height: 20px;
  margin: 0;
  max-width: none;
  opacity: 0.94;
  position: absolute;
  text-align: center;
  top: 336px;
  width: 989px;
  z-index: 3;
}

.compare-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 735px;
  position: absolute;
  top: 426px;
  width: 210px;
  z-index: 3;
}

.vat-toggle {
  align-items: center;
  background: rgba(236, 236, 236, 0.9);
  border: 1px solid rgba(219, 219, 224, 0.95);
  border-radius: 999px;
  display: flex;
  gap: 0;
  height: 40px;
  padding: 5px;
  position: static;
  width: 210px;
}

.vat-toggle button {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: #6f7280;
  cursor: pointer;
  font: 700 14px/18px "Plus Jakarta Sans", Inter, sans-serif;
  height: 30px;
  padding: 0;
  transition:
    background-color var(--motion-fast) var(--motion-ease),
    color var(--motion-fast) var(--motion-ease),
    transform var(--motion-fast) var(--motion-ease);
  white-space: nowrap;
  width: 100px;
}

.vat-toggle button.is-active {
  background: #fff;
  color: #000;
}

.competitor-button:focus-visible,
.vat-toggle button:focus-visible,
.why-cta a:focus-visible {
  outline: 3px solid rgba(0, 39, 255, 0.45);
  outline-offset: 3px;
}

.competitor-chip:focus-within {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 3px;
}

.snapshot-section {
  height: 190px;
  left: 193px;
  top: 516px;
  width: 1294px;
  z-index: 4;
}

.snapshot-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  height: 190px;
  position: absolute;
  top: 0;
  width: 420px;
}

.snapshot-card.c1 { left: 0; }
.snapshot-card.c2 { left: 437px; }
.snapshot-card.c3 { left: 874px; }

.snapshot-card h2 {
  font-size: 16px;
  font-weight: 700;
  left: 30px;
  line-height: 20px;
  margin: 0;
  position: absolute;
  top: 30px;
}

.split-metric {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  height: 76px;
  left: 30px;
  position: absolute;
  top: 84px;
  width: 360px;
}

.split-metric span {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  position: static;
}

.split-metric span:last-child {
  padding-left: 30px;
}

.split-metric i {
  background: #d9d9d9;
  height: 78px;
  position: static;
  width: 1px;
}

.split-metric small {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  position: static;
  white-space: nowrap;
}

.split-metric strong {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: static;
}

.split-metric span:first-child strong {
  color: var(--why-blue);
}

.cost-section {
  background: #fff;
  height: 875px;
  left: 0;
  top: 760px;
  width: 1680px;
}

.cost-section h2,
.feature-section h2,
.difference-section h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin: 0;
  position: absolute;
  text-align: center;
}

.cost-section h2 {
  left: 641px;
  top: 80px;
  white-space: nowrap;
  width: 398px;
}

.cost-copy,
.cost-note {
  color: var(--why-muted);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
}

.cost-copy {
  left: 547px;
  top: 126px;
  width: 585px;
}

.cost-table-scroll {
  left: 193px;
  height: 469px;
  overflow: visible;
  position: absolute;
  top: 241px;
  width: 1294px;
}

.cost-table {
  height: 469px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1294px;
}

.cost-head,
.cost-row {
  position: absolute;
  width: 1294px;
}

.cost-head {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 46px;
  left: 0;
  line-height: 19px;
  padding: 0;
  top: 0;
}

.cost-head::after {
  background: var(--why-line);
  bottom: 0;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  width: 1292px;
}

.cost-row {
  background: transparent;
  height: 65px;
  left: 0;
  margin: 0;
  padding: 0;
}

.cost-table::after {
  background: var(--why-line);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 469px;
  width: 1292px;
}

.cost-row:nth-child(2) { top: 79px; }
.cost-row:nth-child(3) { top: 144px; }
.cost-row:nth-child(4) { top: 209px; }
.cost-row:nth-child(5) { top: 274px; }
.cost-row:nth-child(6) { top: 339px; }
.cost-row:nth-child(7) { top: 404px; }

.cost-row:nth-child(2),
.cost-row:nth-child(4),
.cost-row:nth-child(6) {
  background: var(--why-soft);
}

.cost-head span,
.cost-row strong,
.cost-row span {
  position: absolute;
}

.cost-head > span:first-child {
  left: 20px;
  top: 9px;
}

.cost-head .logo-head {
  left: 548px;
  top: 0;
}

.cost-head .vendor-logo-head {
  left: 907px;
  top: 0;
}

.cost-row strong {
  font-size: 18px;
  font-weight: 700;
  left: 20px;
  line-height: 25px;
  padding-left: 0;
  top: 20px;
}

.cost-row span {
  align-items: center;
  display: inline-flex;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  line-height: 16px;
  top: 25px;
  white-space: nowrap;
}

.cost-row span:nth-child(2) {
  color: var(--why-blue);
  left: 548px;
}

.cost-row span:nth-child(2)::before {
  background: url("../images/accountants-cost-check.svg") center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 12px;
  width: 17px;
}

.cost-row span:nth-child(3) {
  color: var(--why-text);
  gap: 15px;
  left: 907px;
}

.cost-row span:nth-child(3)::before {
  background: url("../images/accountants-cost-cross.svg") center / contain no-repeat;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 13px;
  width: 13px;
}

.logo-head {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  height: 25px;
  width: 222px;
}

.logo-head img {
  display: block;
  position: static;
}

.logo-head-mark {
  height: 23px;
  width: 24px;
}

.logo-head-word-collegia {
  height: 22px;
  width: 87px;
}

.logo-head-word-freepayroll {
  height: 20px;
  margin-left: -2px;
  width: 99px;
}

.vendor-logo-head {
  align-items: center;
  display: inline-flex;
  min-height: 25px;
}

.vendor-logo-head img {
  display: block;
  height: 25px;
  object-fit: contain;
  position: static;
  width: 84px;
}

.vendor-logo-head.is-sage img {
  height: 39px;
  width: 70px;
}

.vendor-logo-head.is-quickbooks img {
  height: 31px;
  object-position: left center;
  width: 161px;
}

.vendor-logo-head.is-brightpay img {
  height: 29px;
  width: 133px;
}

.cost-callout {
  align-items: flex-start;
  background: var(--why-soft);
  border-radius: 10px;
  color: #898a95;
  display: flex;
  font-size: 13px;
  gap: 20px;
  height: 130px;
  left: 193px;
  line-height: 23px;
  padding: 27px 20px;
  position: absolute;
  top: 172px;
  width: 1293px;
}

.cost-callout-icon {
  align-items: center;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  color: #fff;
  display: flex;
  flex: 0 0 auto;
  font-size: 37px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding-bottom: 3px;
  width: 50px;
}

.cost-callout-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 1146px;
}

.cost-callout-copy strong {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.cost-callout-copy span {
  display: block;
}

.why-canvas-quickbooks .cost-callout {
  height: 120px;
  padding: 22px 20px;
}

.why-canvas-quickbooks .cost-callout-icon {
  margin-top: 3px;
}

.why-canvas-quickbooks .cost-callout-copy {
  gap: 6px;
}

.vendor-logo-head span {
  display: none;
  position: static;
}

.vendor-logo-head.is-text img {
  display: none;
}

.vendor-logo-head.is-text span {
  display: inline;
}

.cost-note {
  font-size: 10px;
  left: 257px;
  top: 730px;
  width: 1166px;
}

.feature-section {
  background: #fff;
  height: 2190px;
  left: 0;
  top: 1635px;
  width: 1680px;
}

.feature-section h2 {
  color: var(--why-ink);
  font-size: 30px;
  font-weight: 700;
  left: 693px;
  line-height: 36px;
  top: 16px;
  width: 294px;
}

.feature-table {
  color: #000;
  left: 193px;
  position: absolute;
  top: 133px;
  width: 1294px;
}

.feature-head {
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 1294px;
}

.feature-head::after {
  background: var(--why-line);
  bottom: 0;
  content: "";
  height: 1px;
  left: 2px;
  position: absolute;
  width: 1292px;
}

.feature-head > span {
  position: absolute;
}

.feature-head > span:first-child {
  left: 2px;
  top: 9px;
  width: 90px;
}

.feature-head .logo-head {
  left: 548px;
  top: 0;
}

.feature-head .vendor-logo-head {
  left: 907px;
  top: 0;
}

.feature-category {
  background: transparent;
  border: 0;
  box-shadow: inset 0 -1px 0 var(--why-line);
  color: var(--why-ink);
  font-size: 20px;
  font-weight: 700;
  height: 65px;
  line-height: 24px;
  left: 0;
  padding: 0;
  position: absolute;
  width: 1294px;
  z-index: 2;
}

.feature-group,
.feature-panel {
  display: contents;
}

.feature-category-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  font: inherit;
  height: 65px;
  line-height: inherit;
  padding: 0 40px 0 50px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.feature-category-button > span {
  display: block;
}

.feature-category-button:focus-visible {
  border-radius: 6px;
  outline: 2px solid var(--why-blue);
  outline-offset: 6px;
}

.feature-category::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.feature-category::after {
  background: url("../images/why-feature-arrow.svg") center / contain no-repeat;
  content: "";
  height: 9px;
  left: 1281px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 180ms ease;
  width: 15px;
  z-index: 1;
}

.feature-category[data-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.feature-category.category-pricing {
  top: 96px;
}

.feature-category.category-pricing::before {
  background-image: url("../images/why-feature-pricing.svg");
  height: 25px;
  width: 18px;
}

.feature-category.category-core {
  top: 395px;
}

.feature-category.category-core::before {
  background-image: url("../images/why-feature-core.svg");
  height: 25px;
  width: 20px;
}

.feature-category.category-compliance {
  top: 1046px;
}

.feature-category.category-compliance::before {
  background-image: url("../images/why-feature-compliance.svg");
  height: 24px;
  width: 24px;
}

.feature-category.category-payslips {
  top: 1500px;
}

.feature-category.category-payslips::before {
  background-image: url("../images/why-feature-payslips.svg");
  height: 25px;
  width: 20px;
}

.feature-category.category-reports {
  top: 1565px;
}

.feature-category.category-reports::before {
  background-image: url("../images/why-feature-reports.svg");
  height: 25px;
  width: 24px;
}

.feature-category.category-management {
  top: 1631px;
}

.feature-category.category-management::before {
  background-image: url("../images/why-feature-management-1.svg"), url("../images/why-feature-management-2.svg");
  background-position: left top, right bottom;
  background-size: 20px 25px, 17px 16px;
  height: 25px;
  width: 27px;
}

.feature-category.category-integrations {
  top: 1695px;
}

.feature-category.category-integrations::before {
  background-image: url("../images/why-feature-integrations.svg");
  height: 25px;
  width: 25px;
}

.feature-row {
  align-items: initial;
  display: block;
  height: var(--feature-row-height, 65px);
  left: 0;
  padding: 0;
  position: absolute;
  transition: opacity 180ms ease, top 240ms ease;
  width: 1294px;
  z-index: 1;
}

.feature-row.is-tall {
  height: var(--feature-row-height, 120px);
}

.feature-row::after {
  background: var(--why-line);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  width: 1246px;
}

.feature-row.is-soft::before {
  background: var(--why-soft);
  content: "";
  height: var(--feature-row-bg-height, var(--feature-row-height, 65px));
  left: 50px;
  position: absolute;
  top: 0;
  width: 1246px;
}

.feature-row.is-tall.is-soft::before {
  height: var(--feature-row-bg-height, var(--feature-row-height, 120px));
}

.feature-row[data-feature="annualCost"]::before,
.feature-row[data-feature="accountingSubRequired"]::before,
.feature-row[data-feature="unlimitedPayrolls"]::before,
.feature-row[data-feature="fpsEps"]::before,
.feature-row[data-feature="frequencies"]::before,
.feature-row[data-feature="bulkImportEmployees"]::before,
.feature-row[data-feature="autoEnrolment"]::before,
.feature-row[data-feature="maternityLeave"]::before,
.feature-row[data-feature="accountingIntegration"]::before,
.feature-row[data-feature="manualData"]::before {
  background: var(--why-soft);
  content: "";
  height: 65px;
  left: 50px;
  position: absolute;
  top: 0;
  width: 1246px;
}

.feature-row > span {
  color: var(--why-ink);
  font-size: 16px;
  font-weight: 400;
  left: 70px;
  line-height: 20px;
  position: absolute;
  top: 25px;
}

.feature-row strong,
.feature-row b {
  background: none;
  color: var(--why-ink);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  height: auto;
  justify-self: auto;
  line-height: 18px;
  max-width: 335px;
  min-height: 18px;
  position: absolute;
  top: 25px;
  white-space: normal;
  width: 335px;
}

.feature-row .feature-cell-main {
  color: inherit;
  display: inline;
  font: inherit;
  line-height: inherit;
  position: static;
}

.feature-row small {
  color: var(--why-muted);
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 3px;
}

.feature-row .check small,
.feature-row .is-check small,
.feature-row .is-no small {
  margin-left: 28px;
}

.feature-row strong {
  left: 548px;
}

.feature-row b {
  left: 907px;
}

.feature-row[data-feature="annualCost"] {
  top: 144px;
}

.feature-row[data-feature="perEmployeePricing"] {
  top: 209px;
}

.feature-row[data-feature="accountingSubRequired"] {
  top: 274px;
}

.feature-row[data-feature="unlimitedPayrolls"] {
  top: 440px;
}

.feature-row[data-feature="employeeLimit"] {
  top: 505px;
}

.feature-row[data-feature="fpsEps"] {
  top: 570px;
}

.feature-row[data-feature="taxNi"] {
  top: 635px;
}

.feature-row[data-feature="frequencies"] {
  top: 700px;
}

.feature-row[data-feature="corrections"] {
  top: 765px;
}

.feature-row[data-feature="bulkImportEmployees"] {
  top: 830px;
}

.feature-row[data-feature="bulkImportRates"] {
  top: 895px;
}

.feature-row[data-feature="autoEnrolment"] {
  top: 1090px;
}

.feature-row[data-feature="statutoryPay"] {
  top: 1155px;
}

.feature-row[data-feature="maternityLeave"] {
  top: 1220px;
}

.feature-row[data-feature="p45P60"] {
  top: 1285px;
}

.feature-row[data-feature="payslips"],
.feature-row[data-feature="emailPayslips"],
.feature-row[data-feature="reports"],
.feature-row[data-feature="niSummary"],
.feature-row[data-feature="multiUser"],
.feature-row[data-feature="twoFactor"] {
  display: none;
}

.feature-row[data-feature="accountingIntegration"] {
  top: 1740px;
}

.feature-row[data-feature="journalPush"] {
  top: 1805px;
}

.feature-row[data-feature="manualData"] {
  top: 1870px;
}

.feature-row .check::before,
.feature-row b.is-check::before {
  background: url("../images/pricing-check.svg") center / contain no-repeat;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: 11px;
  vertical-align: -1px;
  width: 17px;
}

.feature-row b.is-check::before {
  filter: grayscale(1);
  opacity: 0.45;
}

.feature-row b.is-no {
  color: #c53636;
}

.feature-row b.is-dash,
.feature-row strong.is-dash {
  color: var(--why-muted);
}

.feature-row b.is-no::before,
.feature-row strong.is-no::before {
  background: url("../images/accountants-cost-cross.svg") center / contain no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 14px;
  vertical-align: -2px;
  width: 13px;
}

.difference-section {
  height: 799px;
  left: 0;
  top: 3825px;
  width: 1680px;
}

.difference-section h2 {
  left: 678px;
  line-height: normal;
  top: 123px;
  width: 324px;
}

.difference-grid {
  display: block;
  height: var(--difference-card-height, 380px);
  left: 0;
  position: absolute;
  top: 219px;
  width: 1680px;
}

.difference-grid::before,
.difference-grid::after {
  background: var(--why-soft);
  border-radius: 10px;
  content: "";
  height: var(--difference-card-height, 380px);
  position: absolute;
  top: 0;
  width: 760px;
  z-index: 0;
}

.difference-grid::before {
  left: 60px;
}

.difference-grid::after {
  left: 860px;
}

.difference-grid article {
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: calc(var(--difference-card-height, 380px) - 60px);
  padding: 0;
  position: absolute;
  top: 30px;
  width: 300px;
  z-index: 1;
}

.difference-grid article:nth-child(1) {
  left: 90px;
}

.difference-grid article:nth-child(2) {
  left: 480px;
}

.difference-grid article:nth-child(3) {
  left: 890px;
}

.difference-grid article:nth-child(4) {
  left: 1280px;
}

.difference-icon {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  position: relative;
  width: 50px;
}

.difference-icon img {
  height: 23px;
  object-fit: contain;
  position: static;
  width: 23px;
}

.difference-icon.vendor-difference-icon img {
  height: 23px;
  width: 23px;
}

.difference-icon.vendor-difference-icon.is-sage img {
  height: auto;
  width: 36px;
}

.difference-icon.vendor-difference-icon.is-quickbooks img {
  height: 34px;
  width: 34px;
}

.difference-icon.vendor-difference-icon.is-brightpay img {
  height: auto;
  width: 36px;
}

.difference-icon.vendor-difference-icon span {
  display: none;
}

.difference-icon.vendor-difference-icon.is-text img {
  display: none;
}

.difference-icon.vendor-difference-icon.is-text span {
  display: block;
}

.difference-grid h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0 0;
  position: static;
  width: 300px;
}

.difference-grid p {
  color: var(--why-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin: 10px 0 0;
  position: static;
  width: 300px;
}

.why-cta {
  border-radius: 0 0 40px 40px;
  height: 950px;
  left: 0;
  overflow: hidden;
  top: 4624px;
  width: 1680px;
}

.why-cta .cta-bg {
  height: 959px;
  left: -5px;
  max-width: none;
  object-fit: fill;
  position: absolute;
  top: -7px;
  transform: translateY(var(--motion-parallax-y, 0));
  width: 1696px;
}

.why-cta .cta-icon {
  height: 60px;
  left: 810px;
  position: absolute;
  top: 317px;
  width: 60px;
}

.why-cta h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  left: 363px;
  line-height: 73px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 407px;
  width: 954px;
}

.why-cta p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  left: 564px;
  line-height: 25px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 510px;
  width: 553px;
}

.why-cta a {
  align-items: center;
  background: #fff;
  border-radius: 60px;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  left: 700px;
  position: absolute;
  top: 583px;
  width: 280px;
}

.why-canvas-brightpay .why-cta h2 {
  left: 290px !important;
  width: 1100px !important;
}

.why-canvas-sage .why-hero .hero-copy {
  left: 403px;
  width: 873px;
}

.why-footer {
  height: 1360px;
  top: 5524px;
}

.why-index-canvas {
  height: 2310px;
  width: 1680px;
}

.why-index-header {
  color: #000;
}

.why-index-header::after {
  background: #d9d9d9;
}

.why-index-header .fp-logo img {
  filter: none;
}

.why-index-header .fp-login {
  color: #fff;
}

.why-index-hero {
  height: 950px;
  left: 0;
  top: 0;
  width: 1680px;
}

.why-index-footer {
  top: 950px;
}

.why-index-hero h1 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: 36px;
  margin: 0;
  position: absolute;
  top: 187px;
  width: 413px;
}

.why-index-list-nav {
  left: 193px;
  position: absolute;
  top: 273px;
  width: 494px;
  z-index: 1;
}

.why-index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-index-row {
  border-bottom: 1px solid #bfc0c5;
  height: 87px;
  position: relative;
}

.why-index-progress {
  animation: why-index-progress-fill 10s linear forwards;
  background: #000;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
}

@keyframes why-index-progress-fill {
  to {
    transform: scaleX(1);
  }
}

.why-index-row button,
.why-index-row > span {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: #b4b5b9;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  gap: 24px;
  height: 100%;
  line-height: 27px;
  padding: 0;
  text-decoration: none;
  width: 100%;
}

.why-index-row.is-active button {
  color: #b4b5b9;
}

.why-index-name {
  transition: color var(--motion-fast) var(--motion-ease);
  white-space: nowrap;
}

.why-index-name .is-strong {
  color: #000;
  font-weight: 600;
  transition: color var(--motion-fast) var(--motion-ease);
}

.why-index-trophy {
  flex: 0 0 auto;
  height: 15px;
  width: 13px;
}

.why-index-row button:focus-visible,
.why-index-cta:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(0, 39, 255, 0.35);
  outline-offset: 4px;
}

.why-index-row button:hover .why-index-name,
.why-index-row button:hover .why-index-name .is-strong {
  color: #000;
}

.why-index-row.is-disabled {
  cursor: default;
}

.why-index-row.is-disabled > span {
  cursor: default;
}

.why-index-mobile-details {
  display: none;
}

.why-index-switch {
  height: 100px;
  left: 993px;
  position: absolute;
  top: 187px;
  width: 260px;
}

.why-index-switch-half {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 130px;
}

.why-index-switch-half.is-free {
  background: #f5f5f5;
  border-radius: 20px 0 0 20px;
  left: 0;
}

.why-index-switch-half.is-vendor {
  background: #e8e8e8;
  border-radius: 0 20px 20px 0;
  left: 130px;
}

.why-index-free-mark {
  align-items: center;
  background: #000;
  border-radius: 12px;
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.why-index-free-mark img {
  filter: brightness(0) invert(1);
  height: 26px;
  width: 26px;
}

.why-index-switch-half.is-vendor img {
  height: 52px;
  object-fit: cover;
  width: 52px;
}

.why-index-switch.is-brightpay .why-index-switch-half.is-vendor,
.why-index-switch.is-sage .why-index-switch-half.is-vendor,
.why-index-switch.is-quickbooks .why-index-switch-half.is-vendor {
  position: absolute;
}

.why-index-switch.is-brightpay .why-index-switch-half.is-vendor::after,
.why-index-switch.is-sage .why-index-switch-half.is-vendor::after,
.why-index-switch.is-quickbooks .why-index-switch-half.is-vendor::after {
  background: #fff;
  border-radius: 12px;
  content: "";
  height: 52px;
  position: absolute;
  width: 52px;
}

.why-index-switch.is-quickbooks .why-index-switch-half.is-vendor::after {
  background: #2ca01c;
}

.why-index-switch.is-brightpay .why-index-switch-half.is-vendor img {
  height: 35px;
  object-fit: cover;
  object-position: left center;
  position: relative;
  width: 22px;
  z-index: 1;
}

.why-index-switch.is-sage .why-index-switch-half.is-vendor img {
  height: 22px;
  object-fit: contain;
  position: relative;
  width: 39px;
  z-index: 1;
}

.why-index-switch.is-quickbooks .why-index-switch-half.is-vendor img {
  height: 44px;
  position: relative;
  width: 44px;
  z-index: 1;
}

.why-index-switch-symbol {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  color: #000;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 34.5px;
  justify-content: center;
  left: 112.75px;
  line-height: 1;
  position: absolute;
  top: 32.75px;
  width: 34.5px;
  z-index: 2;
}

.why-index-copy {
  color: #898a95;
  font-size: 15px;
  font-weight: 400;
  left: 993px;
  line-height: 25px;
  margin: 0;
  position: absolute;
  top: 317px;
  width: 494px;
}

.why-index-cta {
  align-items: center;
  background: #000;
  border-radius: 25px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  justify-content: center;
  left: 993px;
  line-height: 15px;
  position: absolute;
  text-decoration: none;
  top: var(--why-index-cta-top, 466px);
  transition: transform var(--motion-fast) var(--motion-ease);
  width: 210px;
  z-index: 2;
}

.why-body .why-index-cta {
  color: #fff;
}

.why-index-cta:hover {
  transform: translateY(-1px);
}

.why-canvas [data-motion],
.why-canvas [data-motion-section] {
  transition-duration: var(--motion-duration, 620ms);
  transition-property: opacity, transform, filter;
  transition-timing-function: var(--motion-ease, cubic-bezier(0.22, 1, 0.36, 1));
}

body.motion-enabled .why-canvas [data-motion] {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
}

body.motion-enabled .why-canvas [data-motion="hero"] {
  transform: translate3d(0, 12px, 0);
}

body.motion-enabled .why-canvas [data-motion="card"] {
  transform: translate3d(0, 22px, 0);
}

body.motion-enabled .why-canvas [data-motion].is-visible,
body.motion-enabled .why-canvas [data-motion-section].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: var(--motion-delay, 0ms);
}

.snapshot-card,
.difference-grid article,
.why-cta a {
  transition:
    box-shadow var(--motion-fast) var(--motion-ease),
    transform var(--motion-fast) var(--motion-ease);
}

.snapshot-card:hover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
  transform: translateY(-4px);
}

.difference-grid article:hover {
  transform: translateY(-2px);
}

.why-cta a:hover,
.vat-toggle button:hover {
  transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
  .why-canvas *,
  .why-canvas *::before,
  .why-canvas *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .why-hero-bg,
  .why-cta .cta-bg {
    transform: none;
  }
}

@media (max-width: 760px) {
  body.motion-enabled .why-canvas:not(.why-index-canvas) [data-motion],
  body.motion-enabled .why-canvas:not(.why-index-canvas) [data-motion-section] {
    opacity: 1 !important;
    transform: none !important;
  }

  .why-canvas:not(.why-index-canvas) {
    height: var(--why-mobile-canvas-height, 8541px);
    overflow: hidden;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) section,
  .why-canvas:not(.why-index-canvas) header,
  .why-canvas:not(.why-index-canvas) footer {
    position: absolute;
  }

  .why-canvas:not(.why-index-canvas) .why-hero {
    height: 950px;
    left: 0;
    top: 0;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .why-hero-bg {
    height: 950px;
    left: 0;
    object-fit: cover;
    object-position: center top;
    top: 0;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .why-header {
    height: 70px;
    transform: none;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .why-header::after {
    background: rgba(255, 255, 255, 0.24);
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .brand-switch {
    height: 80px;
    left: 120px;
    top: 150px;
    width: 200px;
  }

  .why-canvas:not(.why-index-canvas) .brand-switch::after {
    height: 80px;
    left: 100px;
    width: 100px;
  }

  .why-canvas:not(.why-index-canvas) .brand-chip {
    height: 80px;
    width: 100px;
  }

  .why-canvas:not(.why-index-canvas) .brand-mark-box {
    height: 52px;
    width: 52px;
  }

  .why-canvas:not(.why-index-canvas) .competitor-chip {
    height: 52px;
    left: 134px;
    top: 14px;
    width: 52px;
  }

  .why-canvas:not(.why-index-canvas) .switch-symbol {
    left: 83px;
    top: 23px;
  }

  .why-canvas:not(.why-index-canvas) .why-hero h1 {
    font-size: 30px;
    left: 22px;
    line-height: 36px;
    text-align: center;
    top: 260px;
    width: 403px;
  }

  .why-canvas:not(.why-index-canvas) .why-hero .hero-copy,
  .why-canvas-sage .why-hero .hero-copy {
    font-size: 15px;
    left: 32px;
    line-height: 20px;
    text-align: center;
    top: 378px;
    width: 384px;
  }

  .why-canvas:not(.why-index-canvas) .compare-controls {
    left: 115px;
    top: 509px;
    width: 210px;
  }

  .why-canvas:not(.why-index-canvas) .snapshot-section {
    height: 630px !important;
    left: 15px;
    top: 609px;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .snapshot-card {
    height: 190px !important;
    left: 0;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .snapshot-card.c1 { top: 0; }
  .why-canvas:not(.why-index-canvas) .snapshot-card.c2 { top: 210px; }
  .why-canvas:not(.why-index-canvas) .snapshot-card.c3 { top: 420px; }

  .why-canvas:not(.why-index-canvas) .snapshot-card h2 {
    left: 31px;
    top: 30px;
    width: 289px;
  }

  .why-canvas:not(.why-index-canvas) .split-metric {
    left: 31px;
    top: 84px;
    width: 350px;
  }

  .why-canvas:not(.why-index-canvas) .split-metric span:last-child {
    padding-left: 30px;
  }

  .why-canvas:not(.why-index-canvas) .split-metric strong {
    font-size: 20px;
    line-height: 24px;
  }

  .why-canvas:not(.why-index-canvas) .cost-section {
    height: 849px !important;
    left: 0;
    overflow: hidden;
    top: 1249px;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .cost-section h2 {
    font-size: 30px;
    left: 15px !important;
    line-height: 36px;
    top: 60px !important;
    white-space: normal;
    width: 410px !important;
  }

  .why-canvas:not(.why-index-canvas) .cost-copy {
    font-size: 15px;
    left: 35px !important;
    line-height: 20px;
    top: 106px !important;
    width: 370px !important;
  }

  .why-canvas:not(.why-index-canvas) .cost-callout {
    border-radius: 10px;
    gap: 15px;
    height: auto;
    left: 15px;
    line-height: 18px;
    padding: 18px 16px;
    top: 150px;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .cost-callout-icon {
    height: 42px;
    width: 42px;
  }

  .why-canvas:not(.why-index-canvas) .cost-callout-copy {
    max-width: 320px;
  }

  .why-canvas:not(.why-index-canvas) .cost-table-scroll {
    left: 15px;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 216px !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .cost-table {
    left: 0;
    top: 0 !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head,
  .why-canvas:not(.why-index-canvas) .cost-row {
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head::after,
  .why-canvas:not(.why-index-canvas) .cost-table::after {
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head > span:first-child {
    left: 15px;
    width: 105px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head .logo-head,
  .why-canvas:not(.why-index-canvas) .cost-row span:nth-child(2) {
    left: 135px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head .vendor-logo-head,
  .why-canvas:not(.why-index-canvas) .cost-row span:nth-child(3) {
    left: 285px;
  }

  .why-canvas:not(.why-index-canvas) .cost-head .logo-head {
    transform: scale(0.58);
    transform-origin: left center;
  }

  .why-canvas:not(.why-index-canvas) .cost-head .vendor-logo-head {
    transform: scale(0.75);
    transform-origin: left center;
  }

  .why-canvas:not(.why-index-canvas) .cost-head .vendor-logo-head.is-quickbooks {
    transform: scale(0.65);
  }

  .why-canvas:not(.why-index-canvas) .cost-row strong {
    font-size: 15px;
    left: 15px;
    line-height: 18px;
    top: 17px;
    width: 105px;
  }

  .why-canvas:not(.why-index-canvas) .cost-row span {
    font-size: 13px;
    gap: 6px;
    line-height: 15px;
    top: 18px;
    white-space: normal;
    width: 125px;
  }

  .why-canvas:not(.why-index-canvas) .cost-note {
    font-size: 10px;
    left: 15px;
    line-height: 12px;
    text-align: center;
    top: 704px !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-section {
    height: calc(var(--why-mobile-difference-top, 4992px) - 2098px) !important;
    left: 0;
    overflow: hidden;
    top: 2098px !important;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .feature-section h2 {
    font-size: 30px;
    left: 73px;
    line-height: 36px;
    top: 36px;
    width: 294px;
  }

  .why-canvas:not(.why-index-canvas) .feature-table {
    left: 15px;
    top: 170px !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-head {
    height: 97px;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-head > span:first-child {
    display: block;
    left: 0;
    top: 60px;
  }

  .why-canvas:not(.why-index-canvas) .feature-head .logo-head {
    left: 0;
  }

  .why-canvas:not(.why-index-canvas) .feature-head .vendor-logo-head {
    left: 276px;
  }

  .why-canvas:not(.why-index-canvas) .feature-head::after,
  .why-canvas:not(.why-index-canvas) .feature-row::after {
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-category {
    top: var(--feature-mobile-top) !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-category-button {
    align-items: center;
    display: flex;
    padding-top: 0 !important;
  }

  .why-canvas:not(.why-index-canvas) .feature-category::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .why-canvas:not(.why-index-canvas) .feature-category::after {
    left: 395px;
    top: 50%;
    transform: translateY(-50%);
  }

  .why-canvas:not(.why-index-canvas) .feature-category[data-expanded="true"]::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .why-canvas:not(.why-index-canvas) .feature-row,
  .why-canvas:not(.why-index-canvas) .feature-row.is-tall {
    height: var(--feature-mobile-row-height, 100px);
    top: var(--feature-mobile-top) !important;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row.is-soft::before,
  .why-canvas:not(.why-index-canvas) .feature-row[data-feature]::before {
    height: var(--feature-mobile-row-height, 100px);
    left: 0;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row::after {
    left: 0;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row strong {
    font-size: 13px;
    left: 89px;
    line-height: 16px;
    max-width: 135px;
    overflow-wrap: anywhere;
    top: 55px;
    width: 135px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row b {
    font-size: 13px;
    left: 312px;
    line-height: 16px;
    max-width: 86px;
    overflow-wrap: anywhere;
    top: 55px;
    width: 86px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row > span {
    font-size: 13px;
    left: 18px;
    line-height: 16px;
    max-width: 360px;
    overflow-wrap: anywhere;
    top: 10px;
  }

  .why-canvas:not(.why-index-canvas) .feature-row strong .feature-cell-main,
  .why-canvas:not(.why-index-canvas) .feature-row b .feature-cell-main,
  .why-canvas:not(.why-index-canvas) .feature-row small {
    display: none;
  }

  .why-canvas:not(.why-index-canvas) .feature-row strong.is-dash .feature-cell-main,
  .why-canvas:not(.why-index-canvas) .feature-row b.is-dash .feature-cell-main {
    display: inline;
  }

  .why-canvas:not(.why-index-canvas) .feature-row .check::before,
  .why-canvas:not(.why-index-canvas) .feature-row b.is-check::before,
  .why-canvas:not(.why-index-canvas) .feature-row b.is-no::before,
  .why-canvas:not(.why-index-canvas) .feature-row strong.is-no::before {
    margin-right: 7px;
  }

  .why-canvas:not(.why-index-canvas) .difference-section {
    height: 1530px;
    left: 0;
    top: var(--why-mobile-difference-top, 4992px) !important;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .difference-section h2 {
    font-size: 30px;
    left: 57px;
    line-height: 36px;
    top: 0;
    width: 325px;
  }

  .why-canvas:not(.why-index-canvas) .difference-grid {
    height: 1416px;
    left: 0;
    top: 76px;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .difference-grid::before {
    height: 680px;
    left: 15px;
    width: 410px;
  }

  .why-canvas:not(.why-index-canvas) .difference-grid::after {
    height: 630px;
    left: 15px;
    top: 710px;
    width: 410px;
  }

  .why-canvas-quickbooks .difference-grid::after {
    height: 720px;
  }

  .why-canvas:not(.why-index-canvas) .difference-grid article {
    height: auto;
    left: 45px !important;
    width: 300px;
  }

  .why-canvas:not(.why-index-canvas) .difference-grid article:nth-child(1) { top: 30px; }
  .why-canvas:not(.why-index-canvas) .difference-grid article:nth-child(2) { top: 380px; }
  .why-canvas:not(.why-index-canvas) .difference-grid article:nth-child(3) { top: 740px; }
  .why-canvas:not(.why-index-canvas) .difference-grid article:nth-child(4) { top: 1040px; }

  .why-canvas:not(.why-index-canvas) .difference-grid p {
    width: 300px;
  }

  .why-canvas:not(.why-index-canvas) .why-cta {
    border-radius: 0;
    height: var(--why-mobile-cta-height, 720px);
    left: 0;
    top: var(--why-mobile-cta-top, 6538px) !important;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .why-cta .cta-bg {
    height: var(--why-mobile-cta-height, 720px);
    left: 0;
    object-fit: cover;
    top: 0;
    width: 440px;
  }

  .why-canvas:not(.why-index-canvas) .why-cta .cta-icon {
    height: 60px;
    left: 190px;
    top: 96px !important;
    width: 60px;
  }

  .why-canvas:not(.why-index-canvas) .why-cta h2,
  .why-canvas-brightpay .why-cta h2 {
    font-size: 34px;
    left: 21px !important;
    line-height: 40px;
    top: 178px !important;
    width: 399px !important;
  }

  .why-canvas:not(.why-index-canvas) .why-cta p {
    font-size: 15px;
    left: 47px !important;
    line-height: 20px;
    top: 366px !important;
    width: 346px !important;
  }

  .why-canvas:not(.why-index-canvas) .why-cta a {
    left: 80px;
    top: 532px !important;
  }

  .why-canvas:not(.why-index-canvas) .why-footer {
    top: var(--why-mobile-footer-top, 7101px) !important;
  }

  .why-index-canvas {
    height: 2540px;
    width: 440px;
  }

  .why-index-canvas .fp-header {
    transform: none;
    width: 440px;
  }

  .why-index-canvas .fp-header::after {
    width: 440px;
  }

  [data-site-header].why-index-header .fp-menu {
    color: #000;
  }

  .why-index-hero {
    height: 1100px;
    width: 440px;
  }

  .why-index-hero h1 {
    font-size: 30px;
    left: 15px;
    line-height: 36px;
    top: 129px;
    width: 413px;
  }

  .why-index-list-nav {
    left: 15px;
    top: 212px;
    width: 410px;
  }

  .why-index-list {
    display: flex;
    flex-direction: column;
  }

  .why-index-row {
    height: 87px;
  }

  .why-index-row.is-active {
    order: 0;
  }

  .why-index-row:not(.is-active) {
    order: 2;
  }

  .why-index-list:has(.row-xero.is-active) .row-brightpay,
  .why-index-list:has(.row-brightpay.is-active) .row-xero,
  .why-index-list:has(.row-sage.is-active) .row-xero,
  .why-index-list:has(.row-quickbooks.is-active) .row-xero {
    margin-top: 325px;
  }

  .why-index-row button,
  .why-index-row > span {
    font-size: 16px;
    gap: 24px;
    line-height: 20px;
  }

  .why-index-row.is-active {
    border-bottom-color: transparent;
  }

  .why-index-progress {
    bottom: -327px;
  }

  .why-index-name {
    white-space: normal;
  }

  .why-index-switch {
    height: 88px;
    left: 15px;
    top: 298px;
    width: 230px;
  }

  .why-index-switch-half {
    height: 88px;
    width: 115px;
  }

  .why-index-switch-half.is-vendor {
    left: 115px;
  }

  .why-index-free-mark {
    height: 46px;
    width: 46px;
  }

  .why-index-free-mark img {
    height: 23px;
    width: 23px;
  }

  .why-index-switch-half.is-vendor img {
    height: 46px;
    width: 46px;
  }

  .why-index-switch.is-brightpay .why-index-switch-half.is-vendor::after,
  .why-index-switch.is-sage .why-index-switch-half.is-vendor::after,
  .why-index-switch.is-quickbooks .why-index-switch-half.is-vendor::after {
    height: 46px;
    width: 46px;
  }

  .why-index-switch.is-brightpay .why-index-switch-half.is-vendor img {
    height: 31px;
    width: 19px;
  }

  .why-index-switch.is-sage .why-index-switch-half.is-vendor img {
    height: 19px;
    width: 34px;
  }

  .why-index-switch.is-quickbooks .why-index-switch-half.is-vendor img {
    height: 39px;
    width: 39px;
  }

  .why-index-switch-symbol {
    height: 30.5px;
    left: 99.75px;
    top: 29.25px;
    width: 30.5px;
  }

  .why-index-copy {
    font-size: 15px;
    left: 15px;
    line-height: 25px;
    top: 406px;
    width: 410px;
  }

  .why-index-cta {
    left: 15px;
    top: var(--why-index-cta-mobile-top, 545px);
    width: 210px;
  }

  .why-index-footer {
    top: 1100px;
    width: 440px;
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .why-index-canvas {
    height: 2540px;
    width: 440px;
  }

  .why-index-canvas .fp-header {
    transform: none;
    width: 440px;
  }

  .why-index-canvas .fp-header::after {
    width: 440px;
  }

  [data-site-header].why-index-header .fp-menu {
    color: #000;
  }

  .why-index-hero {
    height: 1100px;
    width: 440px;
  }

  .why-index-hero h1 {
    font-size: 30px;
    left: 15px;
    line-height: 36px;
    top: 129px;
    width: 413px;
  }

  .why-index-list-nav {
    left: 15px;
    top: 212px;
    width: 410px;
  }

  .why-index-list {
    display: flex;
    flex-direction: column;
  }

  .why-index-row {
    height: 87px;
  }

  .why-index-row.is-active {
    border-bottom-color: transparent;
    order: 0;
  }

  .why-index-row:not(.is-active) {
    order: 2;
  }

  .why-index-list:has(.row-xero.is-active) .row-brightpay,
  .why-index-list:has(.row-brightpay.is-active) .row-xero,
  .why-index-list:has(.row-sage.is-active) .row-xero,
  .why-index-list:has(.row-quickbooks.is-active) .row-xero {
    margin-top: 325px;
  }

  .why-index-row button,
  .why-index-row > span {
    font-size: 16px;
    gap: 24px;
    line-height: 20px;
  }

  .why-index-progress {
    bottom: -327px;
  }

  .why-index-name {
    white-space: normal;
  }

  .why-index-switch {
    height: 88px;
    left: 15px;
    top: 298px;
    width: 230px;
  }

  .why-index-switch-half {
    height: 88px;
    width: 115px;
  }

  .why-index-switch-half.is-vendor {
    left: 115px;
  }

  .why-index-free-mark {
    height: 46px;
    width: 46px;
  }

  .why-index-free-mark img {
    height: 23px;
    width: 23px;
  }

  .why-index-switch-half.is-vendor img {
    height: 46px;
    width: 46px;
  }

  .why-index-switch.is-brightpay .why-index-switch-half.is-vendor::after,
  .why-index-switch.is-sage .why-index-switch-half.is-vendor::after,
  .why-index-switch.is-quickbooks .why-index-switch-half.is-vendor::after {
    height: 46px;
    width: 46px;
  }

  .why-index-switch.is-brightpay .why-index-switch-half.is-vendor img {
    height: 31px;
    width: 19px;
  }

  .why-index-switch.is-sage .why-index-switch-half.is-vendor img {
    height: 19px;
    width: 34px;
  }

  .why-index-switch.is-quickbooks .why-index-switch-half.is-vendor img {
    height: 39px;
    width: 39px;
  }

  .why-index-switch-symbol {
    height: 30.5px;
    left: 99.75px;
    top: 29.25px;
    width: 30.5px;
  }

  .why-index-copy {
    font-size: 15px;
    left: 15px;
    line-height: 25px;
    top: 406px;
    width: 410px;
  }

  .why-index-cta {
    left: 15px;
    top: var(--why-index-cta-mobile-top, 545px);
    width: 210px;
  }

  .why-index-footer {
    top: 1100px;
    width: 440px;
  }
}

/* On compact layouts, keep every comparison in place and expand it inline. */
@media (max-width: 1100px) {
  .why-index-hero > .why-index-switch,
  .why-index-hero > .why-index-copy,
  .why-index-hero > .why-index-cta {
    display: none;
  }

  .why-index-list {
    display: block;
  }

  .why-index-row,
  .why-index-row.is-active,
  .why-index-row:not(.is-active),
  .why-index-list:has(.row-xero.is-active) .row-brightpay,
  .why-index-list:has(.row-brightpay.is-active) .row-xero,
  .why-index-list:has(.row-sage.is-active) .row-xero,
  .why-index-list:has(.row-quickbooks.is-active) .row-xero {
    height: auto;
    margin-top: 0;
    min-height: 87px;
    order: initial;
  }

  .why-index-row button {
    height: 87px;
  }

  .why-index-row.is-active {
    border-bottom-color: #bfc0c5;
  }

  .why-index-progress {
    bottom: -1px;
    display: block;
  }

  .why-index-mobile-details {
    display: block;
    min-height: 325px;
    padding-bottom: 31px;
  }

  .why-index-mobile-details .why-index-switch {
    left: 0;
    position: relative;
    top: 0;
  }

  .why-index-mobile-details .why-index-copy {
    left: 0;
    margin: 20px 0 0;
    position: relative;
    top: 0;
    width: 410px;
  }

  .why-index-mobile-details .why-index-cta {
    left: 0;
    margin-top: 40px;
    position: relative;
    top: 0;
  }
}
