:root {
  --features-scale: 1;
  --black: #000;
  --near-black: #131313;
  --white: #fff;
  --soft: #f6f6fa;
  --muted: #898a95;
  --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.features-body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
}

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

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

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

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

.eyebrow.light,
.light-copy {
  color: #fff;
}

.feature-hero {
  height: 958px;
  left: 0;
  top: 0;
  width: 1680px;
}

.feature-hero .eyebrow {
  left: 193px;
  top: 302px;
  width: 71px;
}

.feature-hero h1 {
  font-size: 40px;
  font-weight: 400;
  left: 193px;
  line-height: 50px;
  margin: 0;
  top: 332px;
  width: 540px;
}

.feature-hero h1 strong {
  font-weight: 700;
  position: static;
}

.hero-copy {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  left: 193px;
  line-height: 24px;
  margin: 0;
  top: 441px;
  width: 459px;
}

.features-canvas .feature-hero .hero-copy {
  color: var(--muted);
  font-size: 18px;
  font-weight: 400;
  left: 193px;
  line-height: 24px;
  top: 441px;
  width: 459px;
}

.btn {
  align-items: center;
  border-radius: 25px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  justify-content: center;
  top: 563px;
  width: 200px;
}

.btn.primary {
  background: var(--blue);
  color: #fff;
  left: 194px;
}

.btn.secondary {
  border: 1px solid #d7d7d7;
  color: #000;
  left: 424px;
}

.hero-puzzle {
  height: 603px;
  left: 768px;
  max-width: none;
  top: 197px;
  width: 812px;
}

.dark-band {
  color: #fff;
  height: 950px;
  left: 0;
  overflow: hidden;
  width: 1680px;
}

.payroll-band {
  top: 958px;
}

.band-img {
  height: 1110px;
  left: -218px;
  max-width: none;
  object-fit: cover;
  top: -156px;
  width: 1971px;
}

.payroll-img {
  left: -73px;
  transform: scaleX(-1);
  transform-origin: center;
}

.band-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0));
  height: 950px;
  left: 0;
  top: 0;
  width: 1244px;
}

.dark-band .eyebrow {
  left: 193px;
  top: 269px;
}

.dark-band h2 {
  font-size: 30px;
  font-weight: 700;
  left: 193px;
  line-height: normal;
  margin: 0;
  top: 299px;
  width: 520px;
}

.light-copy {
  font-size: 15px;
  left: 193px;
  line-height: 25px;
  margin: 0;
  top: 345px;
  width: 433px;
}

.glass-list,
.pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.glass-list {
  left: 193px;
  top: 450px;
  width: 470px;
}

.glass-list li,
.pill-list li {
  align-items: center;
  border-radius: 15px;
  display: flex;
  font-size: 12px;
  height: 30px;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  width: 470px;
}

.glass-list li {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.glass-list li::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.glass-list li img,
.pill-list li img {
  height: 7px;
  max-width: none;
  position: absolute;
  width: 10px;
}

.glass-list li img {
  left: 10px;
  top: 11px;
}

.pill-list li img {
  left: 10px;
  top: 12px;
}

.soft-section {
  background: var(--soft);
  height: 850px;
  left: 0;
  width: 1680px;
}

.roster-section {
  top: 1908px;
}

.roster-copy {
  height: 157px;
  left: 193px;
  top: 154px;
  width: 540px;
}

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

.roster-copy p,
.feature-copy-block p,
.feature-matrix > p {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.roster-copy p {
  top: 82px;
  width: 485px;
}

.industry-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 280px 280px;
  height: 170px;
  left: 193px;
  position: absolute;
  top: 351px;
  width: 580px;
}

.industry-grid article {
  background: #fff;
  border-radius: 10px;
  height: 80px;
  position: relative;
  width: 280px;
}

.industry-grid article:nth-child(n + 3) {
  height: 70px;
}

.industry-grid span {
  align-items: center;
  background: #000;
  border-radius: 10px;
  display: flex;
  height: 34px;
  justify-content: center;
  left: 20px;
  top: 23px;
  width: 34px;
}

.industry-grid span img {
  height: 18px;
  max-width: none;
  position: static;
  width: 18px;
}

.industry-grid strong {
  font-size: 13px;
  font-weight: 600;
  left: 74px;
  line-height: 20px;
  top: 16px;
}

.industry-grid small {
  color: #8c8c8c;
  font-size: 12px;
  left: 74px;
  line-height: 22px;
  top: 36px;
  width: 190px;
}

.roster-screen {
  border-radius: 30px;
  height: 450px;
  left: 860px;
  max-width: none;
  object-fit: cover;
  top: 154px;
  width: 627px;
}

.compliance-section {
  height: 764px;
  left: 0;
  top: 2758px;
  width: 1680px;
}

.compliance-img {
  border-radius: 30px;
  height: 500px;
  left: 193px;
  max-width: none;
  object-fit: cover;
  top: 135px;
  width: 494px;
}

.feature-copy-block {
  height: 480px;
  left: 860px;
  top: 135px;
  width: 560px;
}

.feature-copy-block .eyebrow {
  left: 0;
  top: 0;
}

.feature-copy-block h2 {
  font-size: 30px;
  font-weight: 700;
  left: 0;
  line-height: normal;
  margin: 0;
  top: 46px;
  width: 548px;
}

.feature-copy-block p:not(.eyebrow) {
  left: 0;
  top: 118px;
  width: 485px;
}

.pill-list {
  left: 0;
  top: 246px;
  width: 480px;
}

.pill-list li {
  background: var(--soft);
  color: #000;
  width: 480px;
}

.pill-list li::before {
  background: #000;
  border-radius: 10px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.documents-section {
  top: 3522px;
}

.documents-section .feature-copy-block.left {
  left: 193px;
  top: 134px;
  width: 588px;
}

.documents-section .feature-copy-block.left h2 {
  top: 30px;
  width: 483px;
}

.documents-section .feature-copy-block.left p:not(.eyebrow) {
  top: 112px;
  width: 588px;
}

.documents-section .pill-list {
  top: 242px;
  width: 544px;
}

.documents-section .pill-list li {
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  height: 30px;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 35px;
  width: 544px;
}

.documents-callout {
  background: #eeeef4;
  border-radius: 15px;
  height: 120px;
  left: 0;
  top: 462px;
  width: 544px;
}

.documents-callout img {
  height: 22px;
  left: 20px;
  max-width: none;
  top: 20px;
  width: 20px;
}

.documents-callout h3 {
  font-size: 13px;
  font-weight: 700;
  left: 58px;
  line-height: normal;
  margin: 0;
  top: 20px;
  width: 457px;
}

.documents-section .feature-copy-block.left .documents-callout p {
  color: #8c8c8c;
  font-size: 13px;
  font-weight: 400;
  left: 58px;
  line-height: normal;
  margin: 0;
  top: 45px;
  width: 448px;
}

.compliance-section .feature-copy-block p:not(.eyebrow),
.pro-section .feature-copy-block p:not(.eyebrow) {
  top: 92px;
}

.compliance-section .pill-list,
.pro-section .pill-list {
  top: 197px;
}

.pill-list.wide li {
  width: 544px;
}

.documents-img {
  border-radius: 30px;
  height: 610px;
  left: 993px;
  max-width: none;
  object-fit: cover;
  top: 83px;
  width: 627px;
}

.trophy-img {
  height: 900px;
  left: 568px;
  max-width: none;
  object-fit: contain;
  object-position: center;
  top: -50px;
  width: 724px;
}

.documents-mobile-img {
  display: none;
}

.payslips-feature {
  height: 750px;
  left: 0;
  top: 4372px;
  width: 1680px;
}

.payslips-card {
  background: var(--soft);
  border-radius: 30px;
  color: #000;
  height: 600px;
  left: 193px;
  overflow: hidden;
  top: 150px;
  width: 1294px;
}

.payslips-copy {
  height: 310px;
  left: 0;
  top: 0;
  width: 492px;
}

.payslips-copy .eyebrow {
  left: 58px;
  top: 159px;
}

.payslips-copy h2 {
  font-size: 30px;
  font-weight: 700;
  left: 58px;
  line-height: normal;
  margin: 0;
  top: 189px;
  width: 483px;
}

.payslips-copy p:not(.eyebrow) {
  color: #8c8c8c;
  font-size: 15px;
  left: 58px;
  line-height: 25px;
  margin: 0;
  top: 235px;
  width: 492px;
}

.payslips-list {
  left: 667px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 159px;
  width: 550px;
}

.payslips-list li {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  height: 30px;
  line-height: normal;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
  width: 550px;
}

.payslips-list li::before {
  background: #000;
  border-radius: 10px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 20px;
}

.payslips-list img {
  height: 7px;
  left: 10px;
  max-width: none;
  position: absolute;
  top: 12px;
  width: 10px;
}

.payslips-list span {
  align-items: center;
  background: linear-gradient(105.52deg, #0027ff 13.05%, #061257 98.17%);
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: normal;
  right: 5px;
  text-transform: none;
  top: 5px;
  width: 40px;
}

.reports-section {
  background: var(--soft);
  height: 850px;
  left: 0;
  top: 5272px;
  width: 1680px;
}

.reports-copy {
  left: 193px;
  top: 134px;
  width: 588px;
}

.reports-copy h2 {
  top: 30px;
  width: 483px;
}

.reports-copy p:not(.eyebrow) {
  top: 112px;
  width: 588px;
}

.reports-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 320px);
  left: 193px;
  top: 341px;
  width: 660px;
}

.reports-grid article {
  background: #fff;
  border-radius: 10px;
  height: 90px;
  position: relative;
  width: 320px;
}

.report-icon {
  align-items: center;
  background: #000;
  border-radius: 10px;
  display: flex;
  height: 34px;
  justify-content: center;
  left: 20px;
  overflow: hidden;
  top: 20px;
  width: 34px;
}

.report-icon img {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.report-icon:not(.layered) img {
  height: 18px;
  width: 18px;
}

.report-icon.layered img {
  height: 18px;
  width: 18px;
}

.report-icon.gross-icon img {
  height: 8px;
  width: 16px;
}

.report-icon.gross-icon img:first-child {
  top: 12px;
}

.report-icon.gross-icon img:nth-child(2) {
  top: 22px;
}

.report-icon.ni-icon img:first-child {
  height: 16.5px;
  left: 14.5px;
  top: 17px;
  width: 13.5px;
}

.report-icon.ni-icon img:nth-child(2) {
  height: 8.75px;
  left: 20.5px;
  top: 19.5px;
  width: 11.25px;
}

.reports-grid h3 {
  font-size: 13px;
  font-weight: 600;
  left: 74px;
  line-height: 25px;
  margin: 0;
  top: 16px;
  width: 219px;
}

.reports-grid p {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  left: 74px;
  top: 42px;
  width: 236px;
}

.reports-img {
  border-radius: 30px;
  height: 570px;
  left: 945px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  top: 140px;
  width: 542px;
}

.pro-section {
  background: #fff;
  height: 850px;
  left: 0;
  top: 6150px;
  width: 1680px;
}

.support-bg {
  border-radius: 30px;
  height: 500px;
  left: 193px;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  top: 161px;
  width: 550px;
}

.pro-copy {
  left: 860px;
  top: 161px;
}

.pro-copy h2 {
  top: 46px;
}

.pro-copy p:not(.eyebrow) {
  top: 92px;
}

.pro-section .pill-list {
  top: 197px;
}

.pro-list li {
  background: #f6f6fa;
  font-size: 13px;
  height: auto;
  line-height: 16px;
  min-height: 30px;
  padding: 7px 58px 7px 35px;
}

.pro-list span {
  align-items: center;
  background: linear-gradient(105.52deg, #0027ff 13.05%, #061257 98.17%);
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: normal;
  right: 5px;
  top: 5px;
  width: 40px;
}

.btn.primary.pro-button {
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  height: 35px;
  left: 0;
  top: 427px;
  width: 350px;
}

.work-band {
  background-color: #001128;
  background-image: url("../images/features-integrations-section-figma-v2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 7000px;
}

.work-band .eyebrow {
  top: 135px;
}

.work-band h2 {
  top: 165px;
  width: 490px;
}

.work-band .light-copy {
  top: 211px;
  width: 532px;
}

.work-list {
  top: 316px;
}

.work-list li {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 13px;
  padding-right: 55px;
}

.work-list span {
  align-items: center;
  background: linear-gradient(105.52deg, #0027ff 13.05%, #061257 98.17%);
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  line-height: normal;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
}

.work-band .band-shade {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.53) 1.19%, rgba(0, 0, 0, 0.5) 43.12%, rgba(0, 0, 0, 0) 98.77%);
  display: none;
  left: 652px;
  width: 1028px;
}

.support-button {
  left: 193px;
  top: 516px;
  width: 350px;
}

.feature-matrix {
  background: #fff;
  height: 1560px;
  left: 0;
  top: 7950px;
  width: 1680px;
}

.feature-matrix h2 {
  font-size: 30px;
  font-weight: 700;
  left: 676px;
  line-height: normal;
  margin: 0;
  text-align: center;
  top: 171px;
  width: 328px;
}

.feature-matrix > p {
  left: 622px;
  text-align: center;
  top: 217px;
  width: 436px;
}

.matrix-divider {
  height: 20px;
  left: 59px;
  top: 310px;
  width: 1561px;
}

.matrix-divider::before,
.matrix-divider::after {
  background: #d8dbe6;
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
}

.matrix-divider::before {
  left: 0;
  width: 670px;
}

.matrix-divider::after {
  left: 891px;
  width: 670px;
}

.matrix-divider span {
  align-items: center;
  background: #000;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  height: 20px;
  justify-content: center;
  left: 696px;
  line-height: normal;
  top: 0;
  width: 170px;
}

.matrix-divider-pro {
  top: 1090px;
}

.matrix-divider-pro::before {
  width: 660px;
}

.matrix-divider-pro::after {
  left: 901px;
  width: 660px;
}

.matrix-divider-pro span {
  background: linear-gradient(144.25deg, #0027ff 13.05%, #061257 98.17%);
  left: 681px;
  width: 200px;
}

.matrix-grid {
  display: grid;
  gap: 40px 39px;
  grid-template-columns: repeat(3, 494px);
  left: 59px;
  position: absolute;
  width: 1562px;
}

.matrix-free-grid {
  top: 380px;
}

.matrix-pro-grid {
  top: 1160px;
}

.matrix-grid article {
  background: var(--soft);
  border-radius: 10px;
  height: 280px;
  position: relative;
  width: 494px;
}

.matrix-grid h3 {
  font-size: 15px;
  font-weight: 600;
  left: 30px;
  line-height: 17px;
  margin: 0;
  top: 30px;
}

.matrix-grid ul {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 77px;
  width: 420px;
}

.matrix-grid li {
  color: #000;
  font-size: 12px;
  line-height: 25px;
  margin-left: 55px;
  position: relative;
  width: 360px;
}

.matrix-grid li::before {
  background-image: url("../images/features-check.svg");
  background-size: 15px 10px;
  content: "";
  height: 10px;
  left: -25px;
  position: absolute;
  top: 7px;
  width: 15px;
}

.matrix-grid .coming-soon {
  align-items: center;
  background: #eef2ff;
  border: 1px solid rgba(0, 39, 255, 0.16);
  border-radius: 999px;
  color: #0027ff;
  display: inline-flex;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  margin-left: 8px;
  padding: 4px 8px;
  vertical-align: middle;
  white-space: nowrap;
}

.features-cta {
  border-radius: 40px;
  height: 913px;
  left: 0;
  overflow: hidden;
  top: 9560px;
  width: 1680px;
}

.cta-bg {
  height: 914px;
  left: 0;
  max-width: none;
  top: 0;
  width: 1680px;
}

.cta-icon {
  height: 60px;
  left: 810px;
  max-width: none;
  top: 275px;
  width: 60px;
}

.features-cta h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  left: 290px;
  line-height: normal;
  margin: 0;
  text-align: center;
  top: 365px;
  width: 1100px;
}

.features-cta p {
  color: #fff;
  font-size: 20px;
  left: 440px;
  line-height: 18px;
  margin: 0;
  text-align: center;
  top: 560px;
  width: 800px;
}

.cta-button {
  align-items: center;
  background: #fff;
  border-radius: 60px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  left: 700px;
  top: 635px;
  width: 280px;
}

.features-cta small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  font-weight: 400;
  left: 643px;
  line-height: 18px;
  top: 710px;
  width: 394px;
}

.features-footer { top: 10413px; }

.motion-enabled .features-canvas [data-motion],
.motion-enabled .features-canvas [data-motion-line],
.motion-enabled .features-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 .features-canvas [data-motion="hero"] {
  transform: translate3d(0, 14px, 0);
  transition-duration: var(--motion-slow);
}

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

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

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

.motion-enabled .features-canvas .hero-puzzle[data-parallax],
.motion-enabled .features-canvas .roster-screen[data-parallax],
.motion-enabled .features-canvas .compliance-img[data-parallax],
.motion-enabled .features-canvas .documents-img[data-parallax],
.motion-enabled .features-canvas .trophy-img[data-parallax],
.motion-enabled .features-canvas .reports-img[data-parallax],
.motion-enabled .features-canvas .support-bg[data-parallax],
.motion-enabled .features-canvas .cta-bg[data-parallax] {
  transform: translate3d(0, var(--motion-parallax-y, 0px), 0) scale(1.008);
  transform-origin: center;
}

.btn,
.cta-button,
[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 .features-canvas .btn[data-motion].is-visible:hover,
.motion-enabled .features-canvas .cta-button[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 .features-canvas [data-site-footer] .footer-talk[data-motion].is-visible:hover {
  transform: translate3d(3px, 0, 0);
}

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

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

.motion-enabled .features-canvas .industry-grid article[data-motion].is-visible:hover,
.motion-enabled .features-canvas .reports-grid article[data-motion].is-visible:hover,
.motion-enabled .features-canvas .matrix-grid article[data-motion].is-visible:hover,
.motion-enabled .features-canvas .documents-callout[data-motion].is-visible:hover {
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -6px, 0);
}

@media (min-width: 1101px) and (hover: hover) and (pointer: fine) {
  .motion-enabled .features-canvas .payslips-card[data-motion].is-visible:hover {
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
    transform: translate3d(0, -6px, 0);
  }
}

.motion-enabled .features-canvas .glass-list li[data-motion].is-visible:hover,
.motion-enabled .features-canvas .pill-list li[data-motion].is-visible:hover,
.motion-enabled .features-canvas .payslips-list li[data-motion].is-visible:hover {
  filter: brightness(1.03);
  transform: translate3d(3px, 0, 0);
}

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

  .motion-enabled .features-canvas [data-motion],
  .motion-enabled .features-canvas [data-motion-line],
  .motion-enabled .features-canvas [data-motion-section],
  .motion-enabled .features-canvas [data-parallax],
  .motion-enabled .features-canvas .hero-puzzle[data-parallax],
  .motion-enabled .features-canvas .roster-screen[data-parallax],
  .motion-enabled .features-canvas .compliance-img[data-parallax],
  .motion-enabled .features-canvas .documents-img[data-parallax],
  .motion-enabled .features-canvas .trophy-img[data-parallax],
  .motion-enabled .features-canvas .reports-img[data-parallax],
  .motion-enabled .features-canvas .support-bg[data-parallax],
  .motion-enabled .features-canvas .cta-bg[data-parallax] {
    opacity: 1;
    transform: none;
    transition-duration: 1ms;
    transition-delay: 0ms;
  }
}

@media (max-width: 1100px) {
  .features-scaled-page {
    min-height: calc(13634px * var(--features-scale, 1));
    overflow: hidden;
  }

  .features-canvas {
    height: 13634px;
    transform: scale(var(--features-scale, 1));
    transform-origin: top left;
    width: 440px;
  }

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

  .features-canvas .fp-header,
  .feature-hero,
  .dark-band,
  .soft-section,
  .compliance-section,
  .documents-section,
  .payslips-feature,
  .reports-section,
  .pro-section,
  .feature-matrix,
  .features-cta,
  .features-footer {
    left: 0;
    width: 440px;
  }

  .features-canvas .fp-header {
    height: 70px;
  }

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

  .features-canvas .fp-logo {
    left: 15px;
    top: 23px;
    transform: none;
    transform-origin: top left;
  }

  .features-canvas .fp-nav,
  .features-canvas .fp-login {
    display: none;
  }

  .feature-hero {
    height: 831px;
  }

  .hero-puzzle {
    height: 305px;
    left: 15px;
    object-fit: cover;
    top: 100px;
    width: 410px;
  }

  .feature-hero .eyebrow {
    left: 15px;
    top: 435px;
  }

  .feature-hero h1 {
    font-size: 30px;
    left: 15px;
    line-height: 40px;
    top: 465px;
    width: 410px;
  }

  .hero-copy {
    font-size: 15px;
    left: 15px;
    line-height: 24px;
    top: 554px;
    width: 350px;
  }

  .feature-hero .btn {
    top: 696px;
  }

  .feature-hero .btn.primary {
    left: 15px;
    width: 200px;
  }

  .feature-hero .btn.secondary {
    left: 226px;
    width: 150px;
  }

  .payroll-band {
    height: 770px;
    top: 831px;
  }

  .payroll-img {
    height: 868px;
    left: -633px;
    top: 0;
    width: 1362px;
  }

  .payroll-band .band-shade {
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0));
    height: 770px;
    left: 0;
    width: 440px;
  }

  .dark-band .eyebrow,
  .payroll-band .eyebrow {
    left: 15px;
    top: 60px;
  }

  .dark-band h2,
  .payroll-band h2 {
    font-size: 30px;
    left: 15px;
    line-height: normal;
    top: 90px;
    width: 360px;
  }

  .light-copy,
  .payroll-band .light-copy {
    font-size: 15px;
    left: 15px;
    line-height: 25px;
    top: 172px;
    width: 360px;
  }

  .glass-list {
    left: 15px;
    top: 339px;
    width: 410px;
  }

  .glass-list li,
  .pill-list li,
  .payslips-list li {
    font-size: 12px;
    height: 30px;
    margin-bottom: 10px;
    width: 410px;
  }

  .roster-section {
    height: 1100px;
    top: 1601px;
  }

  .roster-screen {
    border-radius: 10px;
    height: 305px;
    left: 15px;
    top: 50px;
    width: 410px;
  }

  .roster-copy {
    height: auto;
    left: 15px;
    top: 400px;
    width: 410px;
  }

  .roster-copy h2,
  .feature-copy-block h2,
  .payslips-copy h2,
  .reports-copy h2,
  .pro-copy h2 {
    font-size: 30px;
    line-height: normal;
    width: 410px;
  }

  .roster-copy p {
    top: 117px;
    width: 360px;
  }

  .industry-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 410px;
    height: auto;
    left: 15px;
    top: 666px;
    width: 410px;
  }

  .industry-grid article,
  .industry-grid article:nth-child(n + 3) {
    height: 80px;
    width: 410px;
  }

  .compliance-section {
    height: 1180px;
    top: 2701px;
  }

  .compliance-img {
    border-radius: 30px;
    height: 410px;
    left: 15px;
    top: 50px;
    width: 410px;
  }

  .feature-copy-block {
    height: auto;
    left: 15px;
    top: 520px;
    width: 410px;
  }

  .feature-copy-block .eyebrow,
  .payslips-copy .eyebrow {
    left: 0;
    top: 0;
  }

  .feature-copy-block h2 {
    left: 0;
    top: 30px;
  }

  .feature-copy-block p:not(.eyebrow) {
    left: 0;
    top: 112px;
    width: 365px;
  }

  .compliance-section .feature-copy-block p:not(.eyebrow) {
    top: 112px;
  }

  .pill-list,
  .compliance-section .pill-list,
  .pro-section .pill-list,
  .documents-section .pill-list {
    left: 0;
    top: 292px;
    width: 410px;
  }

  .pill-list li,
  .pill-list.wide li,
  .documents-section .pill-list li {
    border-radius: 30px;
    width: 410px;
  }

  .compliance-section .pill-list {
    top: 205px;
  }

  .compliance-section .pill-list li {
    height: auto;
    min-height: 30px;
    padding-bottom: 7px;
    padding-top: 7px;
  }

  .compliance-section .pill-list li::before,
  .documents-section .pill-list li::before,
  .pro-section .pill-list li::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .compliance-section .pill-list li img,
  .documents-section .pill-list li img,
  .pro-section .pill-list li img {
    top: 50%;
    transform: translateY(-50%);
  }

  .documents-section {
    height: 1129px;
    top: 3881px;
  }

  .documents-section .feature-copy-block.left {
    left: 15px;
    top: 420px;
    width: 410px;
  }

  .documents-section .feature-copy-block.left h2 {
    top: 30px;
    width: 410px;
  }

  .documents-section .feature-copy-block.left p:not(.eyebrow) {
    top: 112px;
    width: 365px;
  }

  .documents-section .pill-list {
    top: 292px;
  }

  .documents-callout {
    height: 175px;
    left: 0;
    top: 510px;
    width: 410px;
  }

  .documents-callout img {
    left: 24px;
    top: 24px;
  }

  .documents-callout h3 {
    left: 68px;
    line-height: 17px;
    top: 24px;
    width: 326px;
  }

  .documents-section .feature-copy-block.left .documents-callout p:not(.eyebrow) {
    left: 68px;
    line-height: 17px;
    top: 74px;
    width: 318px;
  }

  .documents-img {
    border-radius: 10px;
    height: 305px;
    left: 15px;
    top: 50px;
    width: 410px;
    z-index: 1;
  }

  .trophy-img {
    display: none;
  }

  .documents-img {
    display: none;
  }

  .documents-mobile-img {
    display: block;
    height: 450px;
    object-fit: contain;
    object-position: center;
    top: -20px;
    width: 425px;
    z-index: 2;
  }

  .payslips-feature {
    background: var(--soft);
    height: 740px;
    top: 5010px;
    width: 440px;
  }

  .payslips-card {
    background: var(--soft);
    border-radius: 0;
    height: 640px;
    left: 15px;
    overflow: visible;
    top: 60px;
    width: 410px;
  }

  .payslips-copy {
    height: auto;
    left: 0;
    top: 0;
    width: 410px;
  }

  .payslips-copy h2 {
    left: 0;
    top: 30px;
  }

  .payslips-copy p:not(.eyebrow) {
    font-size: 15px;
    left: 0;
    line-height: 25px;
    top: 112px;
    width: 365px;
  }

  .payslips-list {
    left: 0;
    top: 222px;
    width: 410px;
  }

  .reports-section {
    height: 1354px;
    top: 5750px;
  }

  .reports-img {
    border-radius: 15px;
    height: 410px;
    left: 15px;
    top: 0;
    width: 410px;
  }

  .reports-copy {
    left: 15px;
    top: 450px;
    width: 410px;
  }

  .reports-copy h2 {
    left: 0;
    top: 30px;
  }

  .reports-copy p:not(.eyebrow) {
    left: 0;
    top: 112px;
    width: 365px;
  }

  .reports-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 410px;
    left: 15px;
    top: 685px;
    width: 410px;
  }

  .reports-grid article {
    height: 90px;
    width: 410px;
  }

  .reports-grid p {
    width: 285px;
  }

  .pro-section {
    height: 1000px;
    top: 7104px;
  }

  .support-bg {
    border-radius: 10px;
    height: 305px;
    left: 15px;
    top: 20px;
    width: 410px;
  }

  .pro-copy {
    left: 15px;
    top: 440px;
    width: 410px;
  }

  .pro-copy h2 {
    left: 0;
    top: 30px;
  }

  .pro-copy p:not(.eyebrow) {
    left: 0;
    top: 112px;
    width: 365px;
  }

  .pro-section .pill-list {
    top: 230px;
  }

  .btn.primary.pro-button {
    left: 0;
    top: 467px;
    width: 410px;
  }

  .work-band {
    background-image: url("../images/features-integrations-mobile.jpg");
    background-position: center;
    height: 956px;
    top: 8104px;
  }

  .work-band .band-shade {
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    height: 956px;
    left: 0;
    width: 440px;
  }

  .work-band .eyebrow {
    left: 15px;
    top: 275px;
  }

  .work-band h2 {
    left: 15px;
    top: 308px;
    width: 390px;
  }

  .work-band .light-copy {
    left: 15px;
    top: 395px;
    width: 390px;
  }

  .work-list {
    left: 15px;
    top: 503px;
  }

  .support-button {
    left: 15px;
    top: 714px;
    width: 410px;
  }

  .feature-matrix {
    height: 2571px;
    top: 9060px;
  }

  .feature-matrix h2 {
    font-size: 30px;
    left: 15px;
    line-height: normal;
    top: 100px;
    width: 410px;
  }

  .feature-matrix > p {
    left: 15px;
    top: 146px;
    width: 410px;
  }

  .matrix-divider {
    left: 15px;
    top: 254px;
    width: 410px;
  }

  .matrix-divider::before,
  .matrix-divider::after {
    width: 155px;
  }

  .matrix-divider::after {
    left: 255px;
  }

  .matrix-divider span {
    left: 160px;
    width: 90px;
  }

  .matrix-divider-pro {
    top: 1784px;
  }

  .matrix-divider-pro span {
    left: 120px;
    width: 200px;
  }

  .matrix-divider-pro::before {
    width: 105px;
  }

  .matrix-divider-pro::after {
    left: 335px;
    width: 75px;
  }

  .matrix-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 410px;
    left: 15px;
    width: 410px;
  }

  .matrix-free-grid {
    top: 330px;
  }

  .matrix-pro-grid {
    top: 1910px;
  }

  .matrix-grid article {
    height: auto;
    min-height: 180px;
    padding-bottom: 28px;
    position: relative;
    width: 410px;
  }

  .matrix-free-grid article:nth-child(1) { min-height: 250px; }
  .matrix-free-grid article:nth-child(2) { min-height: 240px; }
  .matrix-free-grid article:nth-child(3) { min-height: 220px; }
  .matrix-free-grid article:nth-child(4) { min-height: 200px; }
  .matrix-free-grid article:nth-child(5) { min-height: 250px; }
  .matrix-free-grid article:nth-child(6) { min-height: 180px; }
  .matrix-pro-grid article:nth-child(1) { min-height: 190px; }
  .matrix-pro-grid article:nth-child(2) { min-height: 160px; }
  .matrix-pro-grid article:nth-child(3) { min-height: 250px; }

  .matrix-grid h3 {
    left: 30px;
    top: 30px;
  }

  .matrix-grid ul {
    left: 0;
    top: 77px;
    width: 360px;
  }

  .matrix-grid li {
    width: 315px;
  }

  .features-cta {
    border-radius: 0 0 40px 40px;
    height: 660px;
    top: 11631px;
    width: 440px;
    z-index: 2;
  }

  .cta-bg {
    height: 661px;
    left: -112px;
    top: 0;
    width: 552px;
  }

  .cta-icon {
    left: 190px;
    top: 100px;
  }

  .features-cta h2 {
    font-size: 35px;
    left: 20px;
    line-height: normal;
    top: 220px;
    width: 400px;
  }

  .features-cta p {
    font-size: 15px;
    left: 75px;
    line-height: 18px;
    top: 375px;
    width: 290px;
  }

  .cta-button {
    left: 80px;
    top: 440px;
  }

  .features-cta small {
    font-size: 12px;
    left: 48px;
    text-align: center;
    top: 515px;
    width: 344px;
  }

  .features-footer {
    top: 12194px;
    z-index: 1;
  }
}

@media (max-width: 1100px) {
  .features-canvas .feature-hero .hero-copy {
    font-size: 15px;
    left: 15px;
    line-height: 24px;
    top: 554px;
    width: 350px;
  }

  .features-canvas .pro-section {
    background: #f6f6fa;
    height: 1000px;
    left: 0;
    top: 7104px;
    width: 440px;
  }

  .features-canvas .pro-copy,
  .features-canvas .pro-section .feature-copy-block {
    left: 15px;
    top: 440px;
    width: 410px;
  }

  .features-canvas .pro-section .eyebrow {
    left: 0;
    top: 0;
  }

  .features-canvas .pro-copy h2,
  .features-canvas .pro-section h2 {
    font-size: 30px;
    left: 0;
    line-height: normal;
    top: 30px;
    width: 410px;
  }

  .features-canvas .pro-copy p:not(.eyebrow),
  .features-canvas .pro-section .feature-copy-block p:not(.eyebrow) {
    left: 0;
    top: 112px;
    width: 365px;
  }

  .features-canvas .pro-section .pill-list {
    left: 0;
    top: 230px;
    width: 410px;
  }

  .features-canvas .pro-section .pill-list li {
    width: 410px;
  }

  .features-canvas .btn.primary.pro-button {
    left: 0;
    top: 467px;
    width: 410px;
  }

  .features-canvas .documents-section .documents-img {
    border-radius: 10px;
    height: 305px;
    left: 15px;
    object-fit: cover;
    top: 50px;
    width: 410px;
    z-index: 1;
  }

  .features-canvas .documents-section .trophy-img {
    height: 527px;
    left: -145px;
    object-fit: contain;
    object-position: center;
    top: -70px;
    width: 527px;
    z-index: 2;
  }

  .features-canvas .reports-section .reports-img {
    border-radius: 15px;
    height: 410px;
    left: 15px;
    object-fit: cover;
    top: 0;
    width: 410px;
  }

  .features-canvas .pro-section .support-bg {
    border-radius: 10px;
    height: 305px;
    left: 15px;
    object-fit: cover;
    top: 20px;
    width: 410px;
  }

  .features-canvas .work-band .support-button {
    left: 15px;
    top: 714px;
    width: 410px;
  }

  .features-canvas .reports-section .reports-grid {
    gap: 12px;
    top: 685px;
  }

  .features-canvas .reports-section .reports-grid article {
    height: 78px;
  }

  .features-canvas .reports-section .report-icon {
    top: 17px;
  }

  .features-canvas .reports-section .reports-grid h3 {
    top: 11px;
  }

  .features-canvas .reports-section .reports-grid p {
    line-height: 14px;
    top: 35px;
  }

  .features-canvas .feature-matrix .matrix-divider-free::before,
  .features-canvas .feature-matrix .matrix-divider-pro::before {
    width: 105px;
  }

  .features-canvas .feature-matrix .matrix-divider-free::after,
  .features-canvas .feature-matrix .matrix-divider-pro::after {
    left: 305px;
    width: 105px;
  }

  .features-canvas .feature-matrix .matrix-divider-pro::after {
    left: 335px;
    width: 75px;
  }

  .features-canvas .feature-matrix .matrix-divider-free span {
    left: 120px;
    width: 170px;
  }

  .features-canvas .feature-matrix .matrix-divider span {
    white-space: nowrap;
  }

  .features-canvas .features-cta {
    border-radius: 0 0 40px 40px;
    height: 660px;
    left: 0;
    top: 11631px;
    width: 440px;
    z-index: 2;
  }

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

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

  .features-canvas .features-cta h2 {
    font-size: 35px;
    left: 20px;
    line-height: normal;
    top: 220px;
    width: 400px;
  }

  .features-canvas .features-cta p {
    font-size: 15px;
    left: 75px;
    line-height: 18px;
    top: 375px;
    width: 290px;
  }

  .features-canvas .features-cta .cta-button {
    left: 80px;
    top: 440px;
    width: 280px;
  }

  .features-canvas .features-cta small {
    font-size: 12px;
    left: 48px;
    line-height: 18px;
    text-align: center;
    top: 515px;
    width: 344px;
  }

}
