:root {
  --accountants-scale: 1;
  --black: #000;
  --white: #fff;
  --soft: #f6f6fa;
  --muted: #8c8c8c;
  --blue: #0027ff;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 240ms;
  --motion-base: 640ms;
  --motion-slow: 900ms;
  --motion-distance: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.accountants-body {
  background: #fff;
  color: #000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
}

.accountants-scaled-page {
  background: #fff;
  min-height: calc(8397px * var(--accountants-scale, 1));
  overflow: hidden;
  position: relative;
  width: 100%;
}

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

.accountants-canvas section,
.accountants-canvas header,
.accountants-canvas footer,
.accountants-canvas nav,
.accountants-canvas a,
.accountants-canvas img,
.accountants-canvas div,
.accountants-canvas h1,
.accountants-canvas h2,
.accountants-canvas h3,
.accountants-canvas p,
.accountants-canvas span,
.accountants-canvas strong,
.accountants-canvas small,
.accountants-canvas article {
  position: absolute;
}

.acct-hero {
  color: #fff;
  height: 950px;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 1680px;
}

.acct-hero-bg {
  height: 1017px;
  left: -227px;
  max-width: none;
  object-fit: cover;
  top: -67px;
  width: 2048px;
}

.hero-left {
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.5) 7%, rgba(0, 0, 0, 0.4) 52%, rgba(0, 0, 0, 0) 99%);
  height: 950px;
  left: 0;
  top: 0;
  width: 1056px;
}

.hero-right {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 7%, rgba(0, 0, 0, 0) 63%);
  height: 950px;
  left: 1289px;
  top: 0;
  width: 391px;
}

.hero-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 38%, rgba(0, 0, 0, 0) 92%);
  height: 261px;
  left: 0;
  top: 0;
  width: 1680px;
}

.hero-bottom {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 7%, rgba(0, 0, 0, 0) 63%);
  height: 571px;
  left: 0;
  top: 379px;
  width: 1680px;
}

.acct-header {
  z-index: 3;
}

.acct-header::after {
  background: rgba(255, 255, 255, 0.2);
}

.acct-login {
  background: #fff;
  color: #000;
}

.acct-hero h1 {
  font-size: 40px;
  font-weight: 700;
  left: 193px;
  line-height: 50px;
  margin: 0;
  top: 248px;
  width: 458px;
  z-index: 2;
}

.hero-copy {
  font-size: 18px;
  font-weight: 400;
  left: 193px;
  line-height: 24px;
  margin: 0;
  top: 407px;
  width: 475px;
  z-index: 2;
}

.hero-cta {
  align-items: center;
  background: var(--blue);
  border-radius: 25px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  left: 193px;
  top: 529px;
  width: 230px;
  z-index: 2;
}

.hero-stat {
  color: #fff;
  height: 94px;
  top: 777px;
  z-index: 2;
}

.hero-stat strong,
.hero-stat img {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  left: 0;
  top: 0;
  width: 50px;
}

.hero-stat img {
  padding: 19px 12px;
}

.hero-stat span {
  font-size: 16px;
  font-weight: 400;
  left: -3px;
  line-height: 24px;
  top: 70px;
  white-space: nowrap;
}

.hero-stat.s1 { left: 193px; width: 158px; }
.hero-stat.s2 { left: 402px; width: 144px; }
.hero-stat.s3 { left: 610px; width: 157px; }
.hero-stat.s4 { left: 820px; width: 195px; }

.eyebrow {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
}

.accountants-canvas .setup-section {
  height: 818px;
  left: 0;
  top: 950px;
  width: 1680px;
}

.accountants-canvas .setup-section .eyebrow {
  left: 193px;
  top: 161px;
  width: 125px;
}

.accountants-canvas .setup-section h2 {
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: normal;
  margin: 0;
  top: 191px;
  width: 410px;
}

.accountants-canvas .setup-section .section-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  left: 193px;
  line-height: 25px;
  margin: 0;
  top: 283px;
  width: 433px;
}

.accountants-canvas .bureau-section .eyebrow,
.accountants-canvas .pro-section .eyebrow {
  left: 193px;
  top: 161px;
  width: 270px;
}

.accountants-canvas .bureau-section h2,
.accountants-canvas .pro-section h2 {
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: normal;
  margin: 0;
  top: 191px;
  width: 410px;
}

.accountants-canvas .bureau-section .section-copy,
.accountants-canvas .pro-section .section-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  left: 193px;
  line-height: 25px;
  margin: 0;
  top: 283px;
  width: 433px;
}

.step-card {
  background: var(--soft);
  border-radius: 10px;
  height: 250px;
  top: 438px;
  width: 410px;
}

.step-card.step-1 { left: 193px; }
.step-card.step-2 { height: 249px; left: 635px; top: 439px; }
.step-card.step-3 { height: 249px; left: 1077px; top: 439px; }

.step-card span,
.feature-card span {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 30px;
  top: 30px;
  width: 40px;
}

.step-card span {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.step-card h3,
.feature-card h3 {
  font-size: 15px;
  font-weight: 600;
  left: 30px;
  line-height: 25px;
  margin: 0;
  top: 80px;
  width: 320px;
}

.step-card p,
.feature-card p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  left: 30px;
  line-height: 25px;
  margin: 0;
  top: 108px;
  width: 344px;
}

.step-card.step-2 p {
  width: 320px;
}

.step-card.step-3 p {
  width: 353px;
}

.accountants-canvas .cost-section {
  background: var(--soft);
  height: 800px;
  left: 0;
  top: 1768px;
  width: 1680px;
}

.center {
  left: 713px;
  text-align: center;
  top: 87px;
  width: 254px;
}

.accountants-canvas .cost-section h2 {
  font-size: 30px;
  font-weight: 700;
  left: 467px;
  line-height: normal;
  margin: 0;
  text-align: center;
  top: 127px;
  width: 745px;
}

.center-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 20px;
  left: 511px;
  margin: 0;
  text-align: center;
  top: 173px;
  width: 658px;
}

.comparison-table {
  left: 193px;
  height: 340px;
  top: 293px;
  width: 1294px;
}

.comparison-table > div {
  align-items: center;
  display: grid;
  font-size: 16px;
  grid-template-columns: 460px 278px 285px 270px;
  height: 65px;
  left: 0;
  padding: 0 20px;
  width: 1294px;
}

.comparison-table > div:nth-child(2),
.comparison-table > div:nth-child(4) {
  background: #fff;
}

.comparison-table .table-head {
  background: var(--soft);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  color: #111;
  font-weight: 400;
  height: 47px;
  top: 0;
}

.comparison-table > div:nth-child(2) { top: 47px; }
.comparison-table > div:nth-child(3) { top: 112px; }
.comparison-table > div:nth-child(4) { top: 177px; }
.comparison-table > div:nth-child(5) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  top: 242px;
}

.comparison-table strong {
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.comparison-table span {
  position: static;
}

.brand-logo {
  align-items: center;
  display: flex;
  height: 35px;
}

.brand-logo img {
  max-width: none;
  position: static;
}

.freepayroll-brand {
  gap: 9px;
  width: 222px;
}

.freepayroll-brand img:nth-child(1) {
  height: 23px;
  width: 24px;
}

.freepayroll-brand img:nth-child(2) {
  height: 22px;
  width: 86px;
}

.freepayroll-brand img:nth-child(3) {
  height: 19px;
  width: 96px;
}

.comparison-table .xero-brand {
  height: 30px;
  position: static;
  width: 55px;
}

.comparison-table .xero-brand img {
  height: auto;
  position: static;
  width: 55px;
}

.sage-brand img {
  height: 30px;
  width: 55px;
}

.cost-cell {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 11px;
  line-height: normal;
}

.cost-cell img {
  max-width: none;
  position: static;
}

.cost-cell.free img {
  height: 12px;
  width: 17px;
}

.cost-cell.paid img {
  height: 13px;
  width: 13px;
}

.table-note {
  color: var(--muted);
  font-size: 10px;
  left: 339px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  top: 652px;
  width: 1002px;
}

.accountants-canvas .bureau-section {
  height: 1274px;
  left: 0;
  top: 2568px;
  width: 1680px;
}

.feature-card {
  background: var(--soft);
  border-radius: 10px;
  height: 250px;
  width: 410px;
}

.feature-card span img {
  height: 16px;
  left: 50%;
  max-width: none;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
}

.feature-card .icon-dashboard img { height: 15px; width: 21px; }
.feature-card .icon-import img { height: 15px; width: 16px; }
.feature-card .icon-hmrc img { height: 15px; width: 14px; }
.feature-card .icon-report img { height: 16px; width: 15px; }
.feature-card .icon-payslip img { height: 15px; width: 12px; }
.feature-card .icon-draft img,
.feature-card .icon-alert img { height: 16px; width: 16px; }
.feature-card .icon-secure img { height: 18px; width: 15px; }

.feature-card .icon-reopen img {
  height: 8px;
  left: 12px;
  transform: none;
  width: 16px;
}

.feature-card .icon-reopen .reopen-top {
  top: 12px;
}

.feature-card .icon-reopen .reopen-bottom {
  top: 20px;
}

.feature-card.c1,
.feature-card.c2,
.feature-card.c3 { top: 344px; }
.feature-card.c4,
.feature-card.c5,
.feature-card.c6 { top: 624px; }
.feature-card.c7,
.feature-card.c8,
.feature-card.c9 { top: 904px; }
.feature-card.c1,
.feature-card.c4,
.feature-card.c7 { left: 193px; }
.feature-card.c2,
.feature-card.c5,
.feature-card.c8 { left: 635px; }
.feature-card.c3,
.feature-card.c6,
.feature-card.c9 { left: 1077px; }

.accountants-canvas .pension-section {
  background: var(--soft);
  height: 850px;
  left: 0;
  top: 3842px;
  width: 1680px;
}

.pension-copy {
  height: 510px;
  left: 193px;
  top: 135px;
  width: 470px;
}

.pension-copy .eyebrow {
  left: 0;
  top: 0;
  width: 267px;
}

.pension-copy h2 {
  font-size: 30px;
  font-weight: 700;
  left: 0;
  line-height: normal;
  margin: 0;
  top: 30px;
  width: 410px;
}

.pension-copy .pension-body {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 25px;
  margin: 0;
  top: 122px;
  white-space: pre-line;
  width: 470px;
}

.pension-list {
  left: 860px;
  top: 135px;
  width: 627px;
}

.pension-list article {
  background: #fff;
  border-radius: 10px;
  height: 130px;
  left: 0;
  width: 627px;
}

.pension-list article:nth-child(1) { top: 0; }
.pension-list article:nth-child(2) { top: 150px; }
.pension-list article:nth-child(3) { top: 300px; }
.pension-list article:nth-child(4) { top: 450px; }

.pension-list span {
  align-items: center;
  background: var(--soft);
  border-radius: 10px;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 20px;
  top: 20px;
  width: 40px;
}

.pension-list span img {
  height: 16px;
  left: 12px;
  max-width: none;
  top: 12px;
  width: 16px;
}

.pension-list h3 {
  font-size: 15px;
  font-weight: 600;
  left: 80px;
  line-height: 25px;
  margin: 0;
  top: 20px;
  width: 433px;
}

.pension-list p {
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  left: 80px;
  margin: 0;
  top: 48px;
  width: 497px;
}

.pension-list article:first-child p {
  width: 460px;
}

.accountants-canvas .pro-section {
  height: 875px;
  left: 0;
  top: 4692px;
  width: 1680px;
}

.accountants-canvas .pro-section .eyebrow {
  top: 174px;
}

.accountants-canvas .pro-section h2 {
  top: 204px;
  width: 410px;
}

.accountants-canvas .pro-section .section-copy {
  top: 250px;
  width: 470px;
}

.pro-card {
  background: var(--soft);
  border-radius: 10px;
  height: 300px;
  top: 425px;
  width: 300px;
}

.pro-card.p1 { left: 193px; }
.pro-card.p2 { left: 524px; }
.pro-card.p3 { left: 855px; }
.pro-card.p4 { left: 1186px; }

.pro-badge {
  align-items: center;
  background: linear-gradient(106deg, #0027ff 13%, #061257 98%);
  border-radius: 20px;
  color: #fff;
  display: flex;
  font-size: 10px;
  height: 25px;
  justify-content: center;
  left: 30px;
  top: 35px;
  width: 50px;
}

.pro-card.p1 .pro-badge,
.pro-card.p2 .pro-badge,
.pro-card.p3 .pro-badge,
.pro-card.p4 .pro-badge {
  background: linear-gradient(133deg, #fff 46%, #b6b5ba 100%);
  color: #000;
  display: block;
  width: 65px;
}

.pro-card.p1 .pro-badge img,
.pro-card.p2 .pro-badge img,
.pro-card.p3 .pro-badge img,
.pro-card.p4 .pro-badge img {
  height: 11px;
  left: 15px;
  max-width: none;
  position: absolute;
  top: 7px;
  width: 14px;
}

.pro-card.p1 .pro-label,
.pro-card.p2 .pro-label,
.pro-card.p3 .pro-label,
.pro-card.p4 .pro-label {
  font-size: 10px;
  left: 35px;
  line-height: normal;
  position: absolute;
  top: 6px;
}

.pro-card h3 {
  font-size: 15px;
  font-weight: 600;
  left: 30px;
  line-height: 25px;
  margin: 0;
  top: 80px;
  width: 224px;
}

.pro-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 22px;
  left: 30px;
  margin: 0;
  top: 113px;
  width: 244px;
}

.pro-card.p2 p {
  top: 139px;
}

.pro-card.p3 h3 {
  width: 210px;
}

.pro-card.p3 p {
  top: 139px;
}

.accountants-canvas .reviews-section {
  background: var(--soft);
  height: 600px;
  left: 0;
  top: 5567px;
  width: 1680px;
}

.review {
  background: #fff;
  border-radius: 10px;
  color: inherit;
  cursor: pointer;
  height: 280px;
  text-decoration: none;
  top: 127px;
  width: 494px;
}

.review:focus-visible {
  outline: 3px solid #0027ff;
  outline-offset: 4px;
}

.review.r1 { left: 60px; }
.review.r2 { left: 593px; }
.review.r3 { left: 1127px; }

.stars {
  display: flex;
  gap: 10px;
  height: 19px;
  left: 29px;
  top: 35px;
  width: 140px;
}

.stars img {
  height: 19px;
  max-width: none;
  position: static;
  width: 20px;
}

.review > p {
  font-size: 15px;
  font-weight: 400;
  left: 29px;
  line-height: 25px;
  margin: 0;
  top: 77px;
  width: 436px;
}

.reviewer {
  height: 52px;
  left: 34px;
  top: 203px;
  width: 260px;
}

.reviewer span {
  align-items: center;
  background: #eff2ff;
  border-radius: 50%;
  color: #0027ff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  left: 0;
  top: 0;
  width: 40px;
}

.reviewer img {
  border-radius: 50%;
  height: 40px;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 40px;
}

.reviewer strong {
  font-size: 15px;
  font-weight: 600;
  left: 60px;
  line-height: 25px;
  top: 0;
}

.reviewer small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  left: 60px;
  line-height: 25px;
  top: 20px;
}

.review.r2 .reviewer {
  left: 29px;
}

.review.r3 .reviewer {
  left: 34px;
  top: 183px;
}

.reviews-link {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  left: 60px;
  line-height: normal;
  position: absolute;
  text-decoration: underline;
  top: 447px;
  white-space: nowrap;
  width: auto;
}

.accountants-canvas .cta-section {
  color: #fff;
  height: 913px;
  left: 0;
  overflow: hidden;
  top: 6167px;
  width: 1680px;
}

.accountants-canvas .cta-bg {
  height: 913px;
  left: 0;
  max-width: none;
  object-fit: cover;
  top: 0;
  width: 1680px;
}

.accountants-canvas .cta-icon {
  height: 60px;
  left: 810px;
  top: 239px;
  width: 60px;
}

.accountants-canvas .cta-section h2 {
  font-size: 60px;
  font-weight: 700;
  left: 539px;
  line-height: normal;
  margin: 0;
  text-align: center;
  top: 329px;
  width: 601px;
}

.accountants-canvas .cta-section p {
  font-size: 20px;
  font-weight: 400;
  left: 466px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  top: 514px;
  width: 747px;
}

.accountants-canvas .cta-section 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;
  top: 625px;
  width: 280px;
}

.accountants-canvas .acct-footer { top: 7037px; }

.accountants-canvas .acct-hero {
  color: #fff;
  height: 950px;
  left: 0;
  overflow: hidden;
  top: 0;
  width: 1680px;
}

.accountants-canvas .acct-hero .hero-copy {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  left: 193px;
  line-height: 24px;
  margin: 0;
  top: 407px;
  width: 475px;
  z-index: 2;
}

.accountants-canvas .eyebrow {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
}

.accountants-canvas .setup-section {
  color: #000;
  height: 818px;
  left: 0;
  min-height: 0;
  overflow: visible;
  top: 950px;
  width: 1680px;
}

.accountants-canvas .setup-section .eyebrow {
  left: 193px;
  top: 161px;
  width: 410px;
}

.accountants-canvas .setup-section h2 {
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: normal;
  margin: 0;
  top: 191px;
  width: 410px;
}

.accountants-canvas .setup-section .section-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  left: 193px;
  line-height: 25px;
  margin: 0;
  max-width: none;
  top: 283px;
  width: 433px;
}

.accountants-canvas .cost-section {
  background: var(--soft);
  color: #000;
  height: 800px;
  left: 0;
  top: 1768px;
  width: 1680px;
}

.accountants-canvas .cost-section .center {
  left: 630px;
  text-align: center;
  top: 87px;
  width: 420px;
}

.accountants-canvas .cost-section h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  left: 467px;
  line-height: normal;
  margin: 0;
  text-align: center;
  top: 127px;
  width: 745px;
}

.accountants-canvas .center-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 20px;
  left: 511px;
  margin: 0;
  max-width: none;
  text-align: center;
  top: 173px;
  width: 658px;
}

.accountants-canvas .bureau-section {
  color: #000;
  height: 1274px;
  left: 0;
  top: 2568px;
  width: 1680px;
}

.accountants-canvas .bureau-section .eyebrow,
.accountants-canvas .pro-section .eyebrow {
  left: 193px;
  top: 161px;
  width: 410px;
}

.accountants-canvas .bureau-section h2,
.accountants-canvas .pro-section h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: normal;
  margin: 0;
  top: 191px;
  width: 410px;
}

.accountants-canvas .bureau-section .section-copy,
.accountants-canvas .pro-section .section-copy {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  left: 193px;
  line-height: 25px;
  margin: 0;
  max-width: none;
  top: 283px;
  width: 433px;
}

.accountants-canvas .pension-section {
  background: var(--soft);
  border-radius: 0;
  color: #000;
  display: block;
  gap: 0;
  height: 850px;
  left: 0;
  margin: 0;
  max-width: none;
  min-height: 0;
  padding: 0;
  top: 3842px;
  width: 1680px;
}

.accountants-canvas .pension-copy .eyebrow {
  left: 0;
  max-width: none;
  top: 0;
  width: 410px;
}

.accountants-canvas .pension-copy h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  left: 0;
  line-height: normal;
  margin: 0;
  top: 35px;
  width: 410px;
}

.accountants-canvas .pension-copy .pension-body {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  line-height: 25px;
  margin: 0;
  max-width: none;
  top: 130px;
  white-space: pre-line;
  width: 470px;
}

.accountants-canvas .pro-section {
  background: #fff;
  color: #000;
  height: 875px;
  left: 0;
  top: 4692px;
  width: 1680px;
}

.accountants-canvas .pro-section .eyebrow {
  top: 174px;
}

.accountants-canvas .pro-section h2 {
  top: 204px;
  width: 410px;
}

.accountants-canvas .pro-section .section-copy {
  top: 250px;
  width: 470px;
}

.accountants-canvas .reviews-section {
  background: var(--soft);
  color: #000;
  height: 600px;
  left: 0;
  top: 5567px;
  width: 1680px;
}

.accountants-canvas .cta-section {
  color: #fff;
  height: 913px;
  left: 0;
  overflow: hidden;
  top: 6167px;
  width: 1680px;
}

.accountants-canvas .acct-footer {
  top: 7037px;
}

.accountants-canvas .reviewer small {
  top: 27px;
}

.motion-enabled .accountants-canvas [data-motion],
.motion-enabled .accountants-canvas [data-motion-line],
.motion-enabled .accountants-canvas [data-motion-section] {
  opacity: 0;
  transform: translate3d(0, var(--motion-distance), 0);
  transition:
    opacity var(--motion-base) var(--motion-ease),
    transform var(--motion-base) var(--motion-ease),
    box-shadow var(--motion-fast) ease,
    filter var(--motion-fast) ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-enabled .accountants-canvas [data-motion="hero"] {
  transform: translate3d(0, 14px, 0);
  transition-duration: var(--motion-slow);
}

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

.motion-enabled .accountants-canvas [data-motion].is-visible,
.motion-enabled .accountants-canvas [data-motion-line].is-visible,
.motion-enabled .accountants-canvas [data-motion-section].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled .accountants-canvas [data-parallax] {
  transform: translate3d(0, var(--motion-parallax-y, 0px), 0);
  transition: transform 160ms linear;
  will-change: transform;
}

.motion-enabled .accountants-canvas .acct-hero-bg[data-parallax],
.motion-enabled .accountants-canvas .cta-bg[data-parallax] {
  transform: translate3d(0, var(--motion-parallax-y, 0px), 0) scale(1.012);
  transform-origin: center;
}

.motion-enabled .accountants-canvas .comparison-table > div {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity var(--motion-base) var(--motion-ease),
    transform var(--motion-base) var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-enabled .accountants-canvas .comparison-table.is-visible > div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-enabled .accountants-canvas .review .stars img {
  opacity: 0;
  transform: translate3d(0, 6px, 0) scale(0.96);
  transition:
    opacity var(--motion-fast) var(--motion-ease),
    transform var(--motion-fast) var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-enabled .accountants-canvas .review.is-visible .stars img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.accountants-canvas .hero-cta,
.accountants-canvas .cta-section a,
.accountants-canvas .reviews-link,
.accountants-canvas [data-site-footer] .footer-talk {
  transition:
    transform var(--motion-fast) var(--motion-ease),
    box-shadow var(--motion-fast) var(--motion-ease),
    filter var(--motion-fast) var(--motion-ease),
    color var(--motion-fast) var(--motion-ease);
}

.motion-enabled .accountants-canvas .hero-cta[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas .cta-section a[data-motion].is-visible:hover {
  box-shadow: 0 14px 32px rgba(0, 39, 255, 0.18);
  filter: brightness(1.04);
  transform: translate3d(0, -2px, 0);
}

.motion-enabled .accountants-canvas .reviews-link[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas [data-site-footer] .footer-talk[data-motion].is-visible:hover {
  transform: translate3d(3px, 0, 0);
}

.motion-enabled .accountants-canvas [data-site-footer] .footer-talk[data-motion].is-visible:hover img {
  transform: translate3d(7px, -7px, 0);
}

.motion-enabled .accountants-canvas [data-site-footer] .footer-talk img {
  transition: transform var(--motion-fast) var(--motion-ease);
}

.motion-enabled .accountants-canvas .step-card[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas .feature-card[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas .pension-list article[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas .pro-card[data-motion].is-visible:hover,
.motion-enabled .accountants-canvas .review[data-motion].is-visible:hover {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -6px, 0);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion-enabled .accountants-canvas [data-motion],
  .motion-enabled .accountants-canvas [data-motion-line],
  .motion-enabled .accountants-canvas [data-motion-section],
  .motion-enabled .accountants-canvas [data-parallax],
  .motion-enabled .accountants-canvas .acct-hero-bg[data-parallax],
  .motion-enabled .accountants-canvas .cta-bg[data-parallax],
  .motion-enabled .accountants-canvas .comparison-table > div,
  .motion-enabled .accountants-canvas .review .stars img {
    opacity: 1;
    transform: none;
    transition-duration: 1ms;
    transition-delay: 0ms;
  }
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1100px) {
  .accountants-scaled-page {
    --accountants-mobile-hero-height: calc(100vh / var(--accountants-scale, 1));
    --accountants-mobile-hero-delta: calc(var(--accountants-mobile-hero-height) - 844px);
    --accountants-mobile-content-shift: min(0px, var(--accountants-mobile-hero-delta));
    --accountants-mobile-copy-shift: calc(var(--accountants-mobile-content-shift) * 0.5);
    min-height: calc((10410px + var(--accountants-mobile-hero-delta)) * var(--accountants-scale, 1));
    overflow: hidden;
  }

  .accountants-canvas {
    height: calc(10410px + var(--accountants-mobile-hero-delta));
    transform: scale(var(--accountants-scale, 1));
    transform-origin: top left;
    width: 440px;
  }

  .motion-enabled .accountants-canvas [data-motion],
  .motion-enabled .accountants-canvas [data-motion-line],
  .motion-enabled .accountants-canvas [data-motion-section],
  .motion-enabled .accountants-canvas [data-parallax] {
    opacity: 1;
    transform: none !important;
  }

  .accountants-canvas .acct-hero,
  .accountants-canvas .setup-section,
  .accountants-canvas .cost-section,
  .accountants-canvas .bureau-section,
  .accountants-canvas .pension-section,
  .accountants-canvas .pro-section,
  .accountants-canvas .reviews-section,
  .accountants-canvas .cta-section,
  .accountants-canvas .acct-footer {
    left: 0;
    width: 440px;
  }

  .accountants-canvas .acct-header {
    height: 70px;
    width: 440px;
  }

  .accountants-canvas .acct-header::after {
    background: rgba(255, 255, 255, 0.25);
    width: 440px;
  }

  .accountants-canvas .acct-logo {
    filter: brightness(0) invert(1);
    left: 15px;
    top: 23px;
    transform: none;
    transform-origin: top left;
  }

  .accountants-canvas .acct-nav,
  .accountants-canvas .acct-login {
    display: none;
  }

  .accountants-canvas .acct-hero {
    background-image: url("../images/accountants-hero-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: var(--accountants-mobile-hero-height);
    top: 0;
  }

  .accountants-canvas .acct-hero-bg {
    display: none;
  }

  .accountants-canvas .hero-left,
  .accountants-canvas .hero-right,
  .accountants-canvas .hero-top,
  .accountants-canvas .hero-bottom {
    display: none;
  }

  .accountants-canvas .acct-hero::after {
    background: linear-gradient(35deg, rgba(0, 0, 0, 0.5) 37%, rgba(0, 0, 0, 0.3) 73%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 440px;
    z-index: 1;
  }

  .accountants-canvas .acct-hero h1 {
    font-size: 30px;
    left: 15px;
    line-height: 45px;
    top: calc(270px + var(--accountants-mobile-copy-shift));
    width: 334px;
  }

  .accountants-canvas .acct-hero .hero-copy {
    font-size: 15px;
    left: 15px;
    line-height: 24px;
    top: calc(407px + var(--accountants-mobile-copy-shift));
    width: 359px;
  }

  .accountants-canvas .hero-cta {
    left: 15px;
    top: calc(533px + var(--accountants-mobile-copy-shift));
    width: 230px;
  }

  .accountants-canvas .hero-stat {
    height: 40px;
    left: 15px;
    width: 410px;
  }

  .accountants-canvas .hero-stat:not(.s4)::after {
    background: rgba(255, 255, 255, 0.22);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 39px;
    width: 410px;
  }

  .accountants-canvas .hero-stat strong,
  .accountants-canvas .hero-stat img {
    background: transparent;
    color: #fff;
    height: 18px;
    left: 0;
    padding: 0;
    top: 2px;
    width: 26px;
  }

  .accountants-canvas .hero-stat strong {
    font-size: 20px;
    line-height: normal;
  }

  .accountants-canvas .hero-stat img {
    filter: brightness(0) invert(1);
    height: 12px;
    top: 4px;
    width: 26px;
  }

  .accountants-canvas .hero-stat span {
    font-size: 14px;
    left: 64px;
    line-height: 24px;
    top: 0;
  }

  .accountants-canvas .hero-stat.s1 { top: calc(648px + var(--accountants-mobile-content-shift)); }
  .accountants-canvas .hero-stat.s2 { top: calc(688px + var(--accountants-mobile-content-shift)); }
  .accountants-canvas .hero-stat.s3 { top: calc(728px + var(--accountants-mobile-content-shift)); }
  .accountants-canvas .hero-stat.s4 { top: calc(768px + var(--accountants-mobile-content-shift)); }

  .accountants-canvas .setup-section {
    background: #fff;
    color: #000;
    height: 1158px;
    min-height: 0;
    overflow: visible;
    top: var(--accountants-mobile-hero-height);
  }

  .accountants-canvas .setup-section .eyebrow,
  .accountants-canvas .bureau-section .eyebrow,
  .accountants-canvas .pro-section .eyebrow {
    color: #000;
    left: 15px;
    top: 81px;
    width: 410px;
  }

  .accountants-canvas .setup-section h2,
  .accountants-canvas .bureau-section h2,
  .accountants-canvas .pro-section h2 {
    color: #000;
    font-size: 30px;
    left: 15px;
    line-height: normal;
    top: 111px;
    width: 410px;
  }

  .accountants-canvas .setup-section .section-copy,
  .accountants-canvas .bureau-section .section-copy,
  .accountants-canvas .pro-section .section-copy {
    font-size: 15px;
    left: 15px;
    line-height: 25px;
    top: 203px;
    width: 365px;
  }

  .accountants-canvas .step-card,
  .accountants-canvas .feature-card {
    height: 250px;
    left: 15px;
    width: 410px;
  }

  .accountants-canvas .step-card span,
  .accountants-canvas .step-card h3,
  .accountants-canvas .feature-card h3 {
    color: #000;
  }

  .accountants-canvas .step-card p,
  .accountants-canvas .feature-card p {
    color: var(--muted);
  }

  .accountants-canvas .step-card.step-1 { top: 307px; }
  .accountants-canvas .step-card.step-2 { top: 577px; }
  .accountants-canvas .step-card.step-3 { top: 846px; }

  .accountants-canvas .cost-section {
    height: 900px;
    top: calc(2002px + var(--accountants-mobile-hero-delta));
  }

  .accountants-canvas .cost-section .eyebrow {
    left: 70px;
    text-align: center;
    top: 84px;
    width: 300px;
  }

  .accountants-canvas .cost-section h2 {
    font-size: 30px;
    left: 25px;
    line-height: 36px;
    top: 124px;
    white-space: normal;
    width: 390px;
  }

  .accountants-canvas .center-copy {
    font-size: 15px;
    left: 47px;
    line-height: 20px;
    top: 250px;
    width: 346px;
  }

  .accountants-canvas .comparison-table {
    height: 405px;
    left: 15px;
    overflow: hidden;
    top: 334px;
    width: 410px;
  }

  .accountants-canvas .comparison-table > div {
    display: grid;
    font-size: 11px;
    grid-template-columns: 125px 106px 84px 75px;
    height: 65px;
    opacity: 1;
    padding: 0 10px;
    transform: none;
    width: 410px;
  }

  .accountants-canvas .comparison-table .table-head {
    background: transparent;
    color: #111;
    height: 47px;
  }

  .accountants-canvas .comparison-table strong {
    font-size: 13px;
    line-height: 16px;
  }

  .accountants-canvas .brand-logo {
    transform: scale(0.56);
    transform-origin: left center;
  }

  .accountants-canvas .freepayroll-brand {
    transform: scale(0.43);
  }

  .accountants-canvas .cost-cell {
    font-size: 11px;
    gap: 5px;
    line-height: 14px;
  }

  .accountants-canvas .table-note {
    font-size: 9px;
    left: 25px;
    line-height: 15px;
    top: 757px;
    width: 390px;
  }

  .accountants-canvas .bureau-section {
    height: 2785px;
    top: calc(2902px + var(--accountants-mobile-hero-delta));
  }

  .accountants-canvas .bureau-section .eyebrow {
    top: 107px;
  }

  .accountants-canvas .bureau-section h2 {
    top: 137px;
  }

  .accountants-canvas .bureau-section .section-copy {
    top: 229px;
  }

  .accountants-canvas .feature-card.c1 { top: 329px; }
  .accountants-canvas .feature-card.c2 { top: 599px; }
  .accountants-canvas .feature-card.c3 { top: 868px; }
  .accountants-canvas .feature-card.c4 { top: 1137px; }
  .accountants-canvas .feature-card.c5 { top: 1407px; }
  .accountants-canvas .feature-card.c6 { top: 1676px; }
  .accountants-canvas .feature-card.c7 { top: 1945px; }
  .accountants-canvas .feature-card.c8 { top: 2215px; }
  .accountants-canvas .feature-card.c9 { top: 2484px; }

  .accountants-canvas .pension-section {
    display: block;
    height: 1420px;
    top: calc(5687px + var(--accountants-mobile-hero-delta));
  }

  .accountants-canvas .pension-copy {
    height: 470px;
    left: 15px;
    top: 70px;
    width: 410px;
  }

  .accountants-canvas .pension-copy .eyebrow {
    left: 0;
    top: 0;
    width: 410px;
  }

  .accountants-canvas .pension-copy h2 {
    font-size: 30px;
    left: 0;
    line-height: 36px;
    top: 30px;
    white-space: normal;
    width: 400px;
  }

  .accountants-canvas .pension-copy .pension-body {
    font-size: 15px;
    left: 0;
    line-height: 25px;
    top: 125px;
    width: 410px;
  }

  .accountants-canvas .pension-list {
    left: 15px;
    top: 570px;
    width: 410px;
  }

  .accountants-canvas .pension-list article {
    height: 170px;
    width: 410px;
  }

  .accountants-canvas .pension-list article:nth-child(1) { top: 0; }
  .accountants-canvas .pension-list article:nth-child(2) { top: 190px; }
  .accountants-canvas .pension-list article:nth-child(3) { top: 380px; }
  .accountants-canvas .pension-list article:nth-child(4) { top: 570px; }

  .accountants-canvas .pension-list h3 {
    width: 305px;
  }

  .accountants-canvas .pension-list p,
  .accountants-canvas .pension-list article:first-child p {
    line-height: 22px;
    top: 54px;
    width: 305px;
  }

  .accountants-canvas .pro-section {
    background: var(--soft);
    height: 265px;
    top: calc(7107px + var(--accountants-mobile-hero-delta));
  }

  .accountants-canvas .pro-section .eyebrow {
    top: 67px;
  }

  .accountants-canvas .pro-section h2 {
    top: 97px;
  }

  .accountants-canvas .pro-section .section-copy {
    top: 145px;
    width: 380px;
  }

  .accountants-canvas .pro-card {
    display: none;
  }

  .accountants-canvas .reviews-section {
    height: 1035px;
    top: calc(7372px + var(--accountants-mobile-hero-delta));
    width: 440px;
  }

  .accountants-canvas .review {
    height: 310px;
    left: 15px;
    width: 410px;
  }

  .accountants-canvas .review.r1 {
    height: 280px;
    top: 0;
  }

  .accountants-canvas .review.r2 {
    left: 15px;
    top: 305px;
  }

  .accountants-canvas .review.r3 {
    left: 15px;
    top: 640px;
  }

  .accountants-canvas .stars {
    left: 29px;
    top: 35px;
  }

  .accountants-canvas .review > p {
    left: 29px;
    top: 77px;
    width: 352px;
  }

  .accountants-canvas .reviewer,
  .accountants-canvas .review.r2 .reviewer,
  .accountants-canvas .review.r3 .reviewer {
    left: 34px;
    top: 218px;
  }

  .accountants-canvas .review.r1 .reviewer {
    top: 203px;
  }

  .accountants-canvas .reviews-link {
    display: none;
  }

  .accountants-canvas .cta-section {
    border-radius: 0 0 40px 40px;
    height: 660px;
    top: calc(8407px + var(--accountants-mobile-hero-delta));
    width: 440px;
  }

  .accountants-canvas .cta-bg {
    height: 661px;
    left: -112px;
    object-fit: cover;
    top: 0;
    width: 552px;
  }

  .accountants-canvas .cta-icon {
    height: 60px;
    left: 190px;
    top: 100px;
    width: 60px;
  }

  .accountants-canvas .cta-section h2 {
    font-size: 40px;
    left: 20px;
    line-height: normal;
    top: 200px;
    width: 400px;
  }

  .accountants-canvas .cta-section p {
    font-size: 15px;
    left: 60px;
    line-height: 20px;
    top: 330px;
    width: 320px;
  }

  .accountants-canvas .cta-section a {
    left: 80px;
    top: 435px;
    width: 280px;
  }

  .accountants-canvas .acct-footer {
    top: calc(8970px + var(--accountants-mobile-hero-delta));
  }
}

@media (max-width: 1100px) {
  .accountants-canvas .reviews-link {
    display: block;
    left: 15px;
    top: 970px;
    width: auto;
  }
}
