:root {
  --black: #000;
  --near-black: #131313;
  --white: #fff;
  --soft: #f6f6fa;
  --proof-strip-bg: #fafafc;
  --line: #e8e8ee;
  --muted: #8c8c8c;
  --blue: #0027ff;
  --deep-blue: #0027ff;
  --container: 1560px;
  --gutter: clamp(24px, 3.57vw, 60px);
  --radius: 10px;
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 360ms;
  --motion-base: 640ms;
  --motion-slow: 900ms;
  --motion-distance: 18px;
  --fg-first-viewport-height: 952px;
  --fg-canvas-height: 9418px;
  --fg-page-height: calc(9418px * var(--figma-scale, 1));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  color: var(--white);
  display: flex;
  height: 70px;
  left: 0;
  padding: 0 var(--gutter);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.site-header::after {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 18px;
  gap: 10px;
  line-height: 1;
  width: 280px;
}

.brand-mark {
  align-items: center;
  background: var(--white);
  border-radius: 6px;
  color: var(--deep-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.primary-nav {
  align-items: center;
  display: flex;
  gap: clamp(28px, 3vw, 54px);
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 100px;
}

.primary-nav a,
.login-button {
  font-size: 13px;
}

.login-button {
  align-items: center;
  background: var(--white);
  border-radius: 30px;
  color: var(--black);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 120px;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 34px;
  padding: 8px;
  width: 42px;
}

.menu-button span {
  background: var(--white);
  display: block;
  height: 1px;
  margin: 6px 0;
}

.hero {
  background: var(--black);
  height: 850px;
  overflow: hidden;
  position: relative;
}

.hero-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.hero-copy {
  color: var(--white);
  left: 11.49vw;
  max-width: 535px;
  position: absolute;
  top: 213px;
}

.hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 20px;
}

.hero h1 span {
  font-weight: 400;
}

.hero p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 26px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 62px;
}

.pill-row span {
  backdrop-filter: blur(32px);
  background: rgba(227, 227, 227, 0.2);
  border: 1px solid rgba(88, 88, 88, 0.8);
  border-radius: 25px;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 15px 0 30px;
  position: relative;
}

.pill-row span::before,
.included-grid span::before {
  color: var(--blue);
  content: "✓";
  font-size: 10px;
  left: 13px;
  position: absolute;
}

.primary-cta,
.white-cta {
  align-items: center;
  background: var(--blue);
  border-radius: 35px;
  color: var(--white);
  display: inline-flex;
  font-size: 13px;
  height: 35px;
  justify-content: center;
  min-width: 150px;
  padding: 0 24px;
}

.primary-cta.compact {
  min-width: 150px;
}

.proof-strip {
  align-items: center;
  background: var(--soft);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 100px;
  padding: 0 var(--gutter);
}

.proof-strip div {
  align-items: baseline;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.proof-strip strong {
  font-size: 22px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 13px;
}

.stars {
  color: #ffb800;
  font-size: 16px;
  letter-spacing: 3px;
}

.split-section {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
  min-height: 950px;
  padding: 242px var(--gutter) 160px;
  position: relative;
}

.section-copy {
  max-width: 454px;
}

.eyebrow {
  color: var(--black);
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.setup-section .eyebrow,
.cta-panel .eyebrow {
  color: var(--white);
}

h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px;
}

.section-copy p,
.included-section p,
.pension-section p,
.setup-content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.padlock {
  grid-column: 2 / 4;
  justify-self: center;
  margin-top: -70px;
  max-width: 493px;
  width: 40vw;
}

.promise-grid {
  bottom: 160px;
  display: grid;
  gap: 32px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, 1fr);
  left: 11.49vw;
  position: absolute;
  right: 11.49vw;
}

.promise-grid article,
.feature-cards article,
.review-grid article {
  background: var(--soft);
  border-radius: var(--radius);
  min-height: 240px;
  padding: 30px;
}

.icon-box {
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  color: var(--deep-blue);
  display: inline-flex;
  font-size: 18px;
  font-style: normal;
  height: 40px;
  justify-content: center;
  margin-bottom: 30px;
  width: 40px;
}

.icon-box.light {
  background: rgba(255, 255, 255, 0.18);
  color: var(--white);
  margin-bottom: 22px;
}

h3 {
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 5px;
}

article p {
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.setup-section {
  color: var(--white);
  height: 950px;
  overflow: hidden;
  position: relative;
}

.setup-section > img,
.setup-overlay {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.setup-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.1));
}

.setup-content {
  left: 11.49vw;
  max-width: 562px;
  position: relative;
  top: 158px;
  z-index: 1;
}

.setup-content h2,
.setup-content > p {
  color: var(--white);
}

.steps {
  counter-reset: step;
  list-style: none;
  margin: 35px 0 0;
  padding: 0 0 0 42px;
  position: relative;
}

.steps::before {
  background: rgba(255, 255, 255, 0.65);
  bottom: 72px;
  content: "";
  left: 11px;
  position: absolute;
  top: 72px;
  width: 1px;
}

.steps li {
  background: var(--white);
  border-radius: var(--radius);
  color: var(--black);
  margin-bottom: 20px;
  min-height: 150px;
  padding: 20px 30px;
  position: relative;
}

.steps li > span {
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--black);
  display: inline-flex;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  left: -42px;
  position: absolute;
  top: 64px;
  width: 22px;
}

.steps p {
  color: var(--muted);
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 10px;
}

.steps em {
  color: var(--blue);
  display: block;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
}

.features-section {
  padding: 110px var(--gutter) 200px;
}

.feature-cards {
  display: grid;
  gap: 39px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
}

.feature-cards article {
  background: var(--soft);
  min-height: 330px;
}

.feature-cards .dark-card {
  background: #111;
  color: var(--white);
}

.feature-cards .dark-card p,
.feature-cards .dark-card li {
  color: rgba(255, 255, 255, 0.72);
}

.feature-cards ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}

.feature-cards li {
  color: var(--muted);
  font-size: 12px;
  line-height: 2.2;
  padding-left: 18px;
  position: relative;
}

.feature-cards li::before {
  color: var(--blue);
  content: "✓";
  left: 0;
  position: absolute;
}

.included-section {
  align-items: center;
  background: var(--soft);
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(0, 1fr) 660px;
  min-height: 920px;
  padding: 110px var(--gutter);
}

.included-section > div {
  max-width: 760px;
}

.included-grid {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, minmax(0, 360px));
  margin-top: 38px;
}

.included-grid span {
  align-items: center;
  background: var(--white);
  border-radius: var(--radius);
  display: flex;
  font-size: 13px;
  min-height: 50px;
  padding: 0 20px 0 52px;
  position: relative;
}

.included-grid span::before {
  align-items: center;
  background: var(--soft);
  border-radius: var(--radius);
  display: flex;
  height: 34px;
  justify-content: center;
  left: 8px;
  top: 8px;
  width: 34px;
}

.included-section img {
  border-radius: 30px;
  width: 660px;
}

.pension-section {
  align-items: center;
  background: var(--soft);
  border-radius: 30px;
  display: grid;
  gap: 100px;
  grid-template-columns: 620px 1fr;
  margin: 120px auto;
  max-width: 1294px;
  min-height: 600px;
  padding: 50px;
}

.pension-section img {
  border-radius: 10px;
  width: 620px;
}

.pension-section h2 {
  max-width: 504px;
}

.pension-section p {
  max-width: 400px;
  margin-bottom: 20px;
}

.mini-icons {
  align-items: center;
  display: flex;
  gap: 38px;
  margin-bottom: 30px;
}

.mini-icons span {
  background: var(--blue);
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
}

.trust-section {
  background: var(--soft);
  padding: 120px var(--gutter) 90px;
  text-align: center;
}

.trust-badge {
  margin: 0 auto 95px;
  max-width: 623px;
  width: min(100%, 623px);
}

.review-grid {
  display: grid;
  gap: 39px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--container);
  text-align: left;
}

.review-grid article {
  background: var(--white);
  min-height: 280px;
  padding-top: 30px;
}

.review-grid p {
  color: var(--black);
  min-height: 100px;
}

.review-grid footer {
  align-items: center;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 40px 1fr;
  margin-top: 25px;
}

.review-grid footer span {
  align-items: center;
  background: #eef1ff;
  border-radius: 50%;
  color: var(--deep-blue);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  grid-row: span 2;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.review-grid footer strong {
  font-size: 15px;
  line-height: 20px;
}

.review-grid footer small {
  color: var(--muted);
  font-size: 12px;
}

.text-link {
  display: inline-block;
  font-size: 15px;
  margin-top: 40px;
  text-decoration: underline;
}

.cta-panel {
  border-radius: 0;
  color: var(--white);
  height: 913px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.cta-panel > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cta-panel > div {
  left: 50%;
  position: absolute;
  top: 300px;
  transform: translateX(-50%);
  width: min(680px, calc(100% - 40px));
}

.cta-panel h2 {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cta-panel p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 45px;
}

.white-cta {
  background: var(--white);
  color: var(--black);
  min-width: 280px;
  height: 50px;
}

.site-footer {
  background: linear-gradient(180deg, var(--near-black), var(--black));
  color: var(--white);
  min-height: 1360px;
  padding: 220px 11.49vw 120px;
}

.footer-lead p {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 58px;
  max-width: 1016px;
}

.talk-link {
  display: inline-flex;
  font-size: 100px;
  line-height: 1.2;
  margin-bottom: 145px;
}

.talk-link span {
  font-size: 58px;
  line-height: 1;
  margin-left: 18px;
  margin-top: 24px;
}

.footer-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: flex;
  justify-content: space-between;
  padding-bottom: 88px;
}

.footer-row p,
.footer-row a {
  font-size: 13px;
}

.footer-row nav {
  display: flex;
  gap: 52px;
}

.legal-copy {
  color: #686868;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 46px;
  max-width: 1300px;
}

.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.simple-page {
  background: var(--soft);
  min-height: 100vh;
}

.simple-page .site-header {
  background: var(--black);
  position: relative;
}

.page-hero {
  padding: 150px var(--gutter);
}

.page-hero h1 {
  font-size: 64px;
  line-height: 1;
  margin: 0 0 24px;
  max-width: 900px;
}

.page-hero p {
  color: var(--muted);
  font-size: 22px;
  line-height: 35px;
  max-width: 650px;
}

/* Figma-accurate homepage canvas. The main page is authored at the
   1680px-wide Figma coordinate system and scaled by JS for the viewport. */
.figma-body {
  background: #fff;
  overflow-x: hidden;
}

.figma-scaled-page {
  min-height: var(--fg-page-height);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.figma-canvas {
  background: #fff;
  height: var(--fg-canvas-height);
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: scale(var(--figma-scale, 1));
  transform-origin: top left;
  width: 1680px;
}

.figma-canvas * {
  box-sizing: border-box;
}

.fg-hero,
.fg-no-catch,
.fg-setup,
.fg-features,
.fg-included,
.fg-pension,
.fg-trust,
.fg-final-cta,
.fg-footer {
  position: absolute;
}

.fg-hero {
  background: #000;
  height: calc(var(--fg-first-viewport-height) - 100px);
  left: 0;
  overflow: hidden;
  top: 0;
  width: 1680px;
}

.fg-hero-img {
  height: calc(100% + 60px);
  left: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: -30px;
  width: calc(100% + 58px);
}

.fg-nav-line {
  background: rgba(255, 255, 255, 0.32);
  height: 1px;
  left: 0;
  position: absolute;
  top: 70px;
  width: 1680px;
}

.fg-header {
  height: 70px;
  left: 0;
  top: 0;
  width: 1680px;
  z-index: 20;
}

.fg-logo {
  display: block;
  height: 25px;
  left: 59px;
  position: absolute;
  top: 23px;
  width: 222px;
}

.fg-logo-piece {
  display: block;
  max-width: none;
  position: absolute;
}

.fg-logo-piece.mark {
  height: 23px;
  left: 0;
  top: 0;
  width: 24px;
}

.fg-logo-piece.word-a {
  height: 22px;
  left: 34px;
  top: 3px;
  width: 85px;
}

.fg-logo-piece.word-b {
  height: 19px;
  left: 127px;
  top: 5px;
  width: 95px;
}

.fg-nav a {
  color: inherit;
  font-size: 13px;
  line-height: normal;
  left: auto;
  position: static;
  top: auto;
  width: auto;
  white-space: nowrap;
}

.fg-nav {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 50px;
  height: 70px;
  justify-content: center;
  left: 918px;
  position: absolute;
  top: 0;
  width: 518px;
}

.fg-nav-features {
  left: 0;
  top: 0;
  width: 54px;
}

.fg-nav-pricing {
  left: 104px;
  top: 0;
  width: 43px;
}

.fg-nav-why {
  left: 197px;
  top: 0;
  width: 150px;
}

.fg-nav-accountants {
  left: 378px;
  top: 0;
  width: 101px;
}

.fg-login {
  align-items: center;
  background: #fff;
  border-radius: 30px;
  color: #000;
  display: flex;
  font-size: 13px;
  height: 30px;
  justify-content: center;
  left: 1500px;
  position: absolute;
  top: 20px;
  width: 120px;
}

.fg-hero-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  left: 193px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  top: 213px;
  width: 533px;
}

.fg-hero-title span {
  font-weight: 400;
}

.fg-hero-copy {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  left: 193px;
  line-height: 24px;
  margin: 0;
  position: absolute;
  top: 372px;
  width: 533px;
}

.fg-pill {
  align-items: center;
  backdrop-filter: blur(32px);
  background: rgba(227, 227, 227, 0.2);
  border: 0.5px solid #585858;
  border-radius: 25px;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 25px;
  padding-left: 29px;
  position: absolute;
  white-space: nowrap;
}

.fg-pill img {
  height: 7px;
  left: 14px;
  max-width: none;
  position: absolute;
  top: 9px;
  width: 10px;
}

.fg-pill.p1 { left: 193px; top: 450px; width: 150px; }
.fg-pill.p2 { left: 353px; top: 450px; width: 160px; }
.fg-pill.p3 { left: 523px; top: 450px; width: 140px; }
.fg-pill.p4 { left: 193px; top: 485px; width: 130px; }
.fg-pill.p5 { left: 333px; top: 485px; width: 134px; }
.fg-pill.p6 { left: 477px; top: 485px; width: 115px; }

.fg-blue-button {
  align-items: center;
  background: var(--blue);
  border-radius: 35px;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 35px;
  justify-content: center;
  position: absolute;
}

.fg-hero-button {
  left: 193px;
  top: 572px;
  width: 200px;
}

.fg-proof {
  background: var(--proof-strip-bg);
  height: 100px;
  left: 0;
  position: absolute;
  top: calc(var(--fg-first-viewport-height) - 100px);
  width: 1680px;
}

.fg-proof-track {
  inset: 0;
  position: absolute;
}

.fg-proof-track-copy {
  display: none;
}

.fg-proof-track > * {
  position: absolute;
}

.fg-proof strong {
  font-size: 22px;
  line-height: 27px;
}

.fg-proof span {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
}

.fg-proof-count {
  left: 317px;
  top: 33px;
  width: 96px;
}

.fg-proof-companies {
  left: 423px;
  top: 35px;
  width: 408px;
}

.fg-proof-divider {
  background: rgba(0, 0, 0, 0.18);
  height: 44px;
  left: 884px;
  top: 28px;
  width: 1px;
}

.fg-proof-stars {
  color: #ffb800 !important;
  font-size: 16px !important;
  left: 937px;
  letter-spacing: 6px;
  line-height: 19px !important;
  top: 38px;
  width: 140px;
}

.fg-proof-score {
  left: 1093px;
  top: 35px;
  width: 36px;
}

.fg-proof-copy {
  left: 1134px;
  top: 37px;
  width: 229px;
}

.fg-no-catch {
  height: 950px;
  left: 0;
  top: var(--fg-first-viewport-height);
  width: 1680px;
}

.fg-eyebrow {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}

.fg-heading {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
  position: absolute;
}

.fg-muted {
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  position: absolute;
}

.at-1201 { left: 193px; top: 249px; width: 125px; }
.at-1231 { left: 193px; top: 279px; width: 454px; }
.at-1277 { left: 193px; top: 325px; width: 433px; }

.fg-padlock {
  height: 486px;
  left: 834px;
  object-fit: cover;
  position: absolute;
  top: 122px;
  width: 493px;
  z-index: 3;
}

.fg-promise,
.fg-feature-card,
.fg-review {
  background: #f6f6fa;
  border-radius: 10px;
  position: absolute;
  transition:
    box-shadow var(--motion-fast) var(--motion-ease),
    filter var(--motion-fast) var(--motion-ease),
    transform var(--motion-fast) var(--motion-ease);
}

.fg-promise {
  height: 240px;
  padding: 30px;
  top: 550px;
  width: 410px;
  z-index: 1;
}

.fg-promise.c1 { left: 193px; top: 550px; }
.fg-promise.c2 { left: 635px; top: 551px; }
.fg-promise.c3 { left: 1077px; top: 551px; }

.fg-card-icon {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: var(--blue);
  display: flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  width: 40px;
}

.fg-card-icon img {
  display: block;
  max-width: none;
}

.fg-card-icon img.no-credit {
  height: 14px;
  width: 20px;
}

.fg-card-icon img.infinity {
  height: 16px;
  width: 16px;
}

.fg-card-icon img.time-limit {
  height: 16px;
  transform: rotate(90deg);
  width: 14px;
}

.fg-promise h3,
.fg-feature-card h3,
.fg-step h3 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 5px;
}

.fg-promise p,
.fg-feature-card p,
.fg-step p {
  color: #8c8c8c;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
}

.fg-setup {
  height: 950px;
  left: 0;
  overflow: hidden;
  top: calc(var(--fg-first-viewport-height) + 950px);
  width: 1682px;
}

.fg-setup-img {
  height: 1344px;
  left: 0;
  max-width: none;
  position: absolute;
  top: -66px;
  width: 2016px;
}

.fg-setup-shade {
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 52%);
  height: 950px;
  left: 0;
  position: absolute;
  top: 0;
  width: 836px;
}

.setup-label { color: #fff; left: 193px; top: 159px; width: 139px; }
.setup-heading { color: #fff; left: 193px; top: 189px; width: 454px; }
.fg-white-copy { color: #fff; font-size: 15px; line-height: 25px; margin: 0; position: absolute; }
.setup-copy { left: 193px; top: 235px; width: 454px; }

.fg-step {
  background: #fff;
  border-radius: 10px;
  height: 150px;
  left: 235px;
  padding: 20px 30px;
  position: absolute;
  width: 520px;
}

.fg-step.s1 { top: 300px; }
.fg-step.s2 { top: 470px; }
.fg-step.s3 { top: 640px; }
.fg-step em {
  color: var(--blue);
  display: block;
  font-size: 15px;
  font-style: normal;
  line-height: 25px;
  margin-top: 7px;
}

.fg-step-num {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  font-size: 11px;
  height: 22px;
  justify-content: center;
  left: 193px;
  position: absolute;
  width: 22px;
  z-index: 2;
}

.fg-step-num.n1 { top: 364px; }
.fg-step-num.n2 { top: 534px; }
.fg-step-num.n3 { top: 704px; }
.fg-step-line {
  background: #fff;
  height: 148px;
  left: 204px;
  position: absolute;
  width: 1px;
}
.fg-step-line.l1 { top: 386px; }
.fg-step-line.l2 { top: 556px; }

.fg-features {
  height: 820px;
  left: 0;
  top: calc(var(--fg-first-viewport-height) + 1900px);
  width: 1680px;
}

.feature-label { left: 60px; top: 114px; }
.feature-heading { left: 60px; top: 144px; width: 454px; }
.feature-copy { left: 60px; top: 190px; width: 433px; }

.fg-feature-card {
  height: 330px;
  overflow: hidden;
  padding: 0;
  top: 290px;
  width: 494px;
}
.fg-feature-card.f1 { left: 60px; }
.fg-feature-card.f2 { left: 593px; }
.fg-feature-card.f3 { left: 1127px; }
.fg-feature-card.is-dark {
  background: #1b1d1f;
  color: #fff;
}
.fg-feature-card .fg-card-icon {
  background: #1b1d1f;
  left: 30px;
  margin: 0;
  position: absolute;
  top: 30px;
}
.fg-feature-card.is-dark .fg-card-icon {
  background: #fff;
}
.fg-feature-card .feature-icon.save {
  height: 18px;
  width: 16px;
}
.fg-feature-card .feature-icon.compliance {
  height: 20px;
  width: 16px;
}
.fg-feature-card .feature-icon.grow {
  height: 18px;
  width: 17px;
}
.fg-feature-card h3 {
  left: 30px;
  margin: 0;
  position: absolute;
  top: 80px;
  width: 330px;
}
.fg-feature-card p {
  left: 30px;
  margin: 0;
  position: absolute;
  top: 108px;
  width: 408px;
}
.fg-feature-card .fg-feature-pills {
  left: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 198px;
}
.fg-feature-card .fg-feature-pills li {
  align-items: center;
  backdrop-filter: blur(32px);
  background: rgba(198, 203, 205, 0.2);
  border-radius: 25px;
  color: #000;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 5px;
  height: 25px;
  line-height: normal;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0 14px;
  position: relative;
  white-space: nowrap;
}
.fg-feature-card.is-dark h3,
.fg-feature-card.is-dark p,
.fg-feature-card.is-dark li {
  color: #fff;
}
.fg-feature-card .fg-feature-pills li.w200 { width: 200px; }
.fg-feature-card .fg-feature-pills li.w218 { width: 218px; }
.fg-feature-card .fg-feature-pills li.w225 { width: 225px; }
.fg-feature-card .fg-feature-pills li.w230 { width: 230px; }
.fg-feature-card .fg-feature-pills li.w310 { width: 310px; }
.fg-feature-card .fg-feature-pills li.w330 { width: 330px; }
.fg-feature-card .fg-feature-pills img {
  display: block;
  flex: 0 0 auto;
  height: 7px;
  width: 10px;
}

.fg-included {
  background: #f6f6fa;
  height: 920px;
  left: 0;
  top: calc(var(--fg-first-viewport-height) + 2720px);
  width: 1680px;
}

.included-label { left: 60px; top: 177px; }
.included-heading {
  left: 60px;
  top: 207px;
  white-space: nowrap;
  width: 430px;
}
.included-copy { left: 60px; top: 248px; width: 404px; }

.fg-included-items {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 360px 360px;
  left: 60px;
  position: absolute;
  top: 338px;
}

.fg-included-items span {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  display: flex;
  font-size: 13px;
  height: 50px;
  padding-left: 52px;
  position: relative;
}

.fg-included-items span::before {
  align-items: center;
  background: #f6f6fa;
  border-radius: 10px;
  content: "";
  display: flex;
  height: 34px;
  justify-content: center;
  left: 8px;
  position: absolute;
  width: 34px;
}

.fg-included-items .included-icon {
  display: block;
  left: 17px;
  max-width: none;
  position: absolute;
  z-index: 1;
}

.fg-included-items .included-icon.hmrc,
.fg-included-items .included-icon.csv,
.fg-included-items .included-icon.statutory {
  height: 14px;
  top: 18px;
  width: 16px;
}

.fg-included-items .included-icon.payslips {
  height: 18px;
  left: 18px;
  top: 16px;
  width: 14px;
}

.fg-included-items .included-icon.pension,
.fg-included-items .included-icon.reports {
  height: 17px;
  top: 17px;
  width: 16px;
}

.fg-included-items .included-icon.users,
.fg-included-items .included-icon.alerts {
  height: 16px;
  top: 17px;
  width: 16px;
}

.fg-laptop-crop {
  border-radius: 30px;
  height: 530px;
  left: 960px;
  overflow: hidden;
  position: absolute;
  top: 177px;
  width: 660px;
}

.fg-laptop-crop img {
  height: 531px;
  left: -361px;
  max-width: none;
  position: absolute;
  top: 0;
  width: 1049px;
}

.fg-pension {
  background: #f6f6fa;
  border-radius: 30px;
  height: 600px;
  left: 193px;
  top: calc(var(--fg-first-viewport-height) + 3760px);
  width: 1294px;
}

.fg-dashboard-crop {
  border-radius: 30px;
  height: 500px;
  left: 50px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  width: 620px;
}

.fg-dashboard-crop img {
  height: 554px;
  left: -20px;
  max-width: none;
  position: absolute;
  top: -7px;
  width: 831px;
}

.fg-mini-icons {
  height: 70px;
  left: 770px;
  position: absolute;
  top: 130px;
  width: 207px;
}

.fg-mini-icons img {
  display: block;
  max-width: none;
  position: absolute;
}

.fg-mini-icons .mini-primary {
  height: 50px;
  left: 0;
  top: 0;
  width: 50px;
}

.fg-mini-icons .mini-tertiary {
  height: 20.3px;
  left: 90px;
  top: 20px;
  width: 26.97px;
}

.fg-mini-icons .mini-secondary {
  height: 50px;
  left: 157px;
  top: 0;
  width: 50px;
}
.fg-pension .pension-heading { left: 770px; top: 219px; width: 504px; }
.fg-pension .pension-copy { left: 770px; top: 311px; width: 470px; }
.fg-pension .pension-button { left: 770px; top: 444px; width: 150px; }

.fg-trust {
  background: var(--proof-strip-bg);
  height: 1770px;
  left: 0;
  top: calc(var(--fg-first-viewport-height) + 4480px);
  width: 1680px;
  overflow: hidden;
}

.fg-trust-badge {
  height: 599px;
  left: 529px;
  position: absolute;
  text-align: center;
  top: 121px;
  width: 623px;
}

.fg-trust-badge img {
  display: block;
  max-width: none;
  position: absolute;
}

.fg-trust-star {
  height: 48px;
  width: 50px;
}

.fg-trust-star.star-1 { left: 286px; top: 0; }
.fg-trust-star.star-2 { left: 354px; top: 30px; }
.fg-trust-star.star-3 { left: 412px; top: 60px; }
.fg-trust-star.star-4 { left: 160px; top: 60px; }
.fg-trust-star.star-5 { left: 218px; top: 30px; }

.fg-trust-score {
  height: 188px;
  left: 132px;
  top: 151px;
  width: 359px;
}

.fg-trust-laurel {
  height: 299px;
  top: 171px;
  width: 187px;
}

.fg-trust-laurel.laurel-left {
  left: -8px;
  transform: scaleX(-1);
  transform-origin: center;
}

.fg-trust-laurel.laurel-right {
  left: 444px;
}

.fg-trust-rating-copy {
  color: #898a95;
  font-size: 28px;
  font-weight: 400;
  left: 166px;
  line-height: 35px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 421px;
  width: 291px;
}

.fg-trust-badge h2 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  left: 114px;
  line-height: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 472px;
  width: 395px;
}

.fg-trust-subcopy {
  color: #898a95;
  font-size: 22px;
  font-weight: 400;
  height: 58px;
  left: 58px;
  line-height: 35px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 541px;
  width: 507px;
}

.fg-review-carousel {
  height: 764px;
  left: 0;
  position: absolute;
  top: 850px;
  width: 1680px;
}

.fg-review-carousel::before,
.fg-review-carousel::after {
  content: "";
  height: 764px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 140px;
  z-index: 3;
}

.fg-review-carousel::before {
  background: linear-gradient(90deg, #fff 4%, rgba(255, 255, 255, 0) 95%);
  left: -1px;
}

.fg-review-carousel::after {
  background: linear-gradient(270deg, #fff 4%, rgba(255, 255, 255, 0) 95%);
  right: -1px;
}

.fg-review {
  background: #fff;
  height: 330px;
  padding: 29px;
  width: 494px;
}

.fg-review.card-1 { left: -85px; top: 31px; }
.fg-review.card-2 { left: 194px; top: 401px; }
.fg-review.card-3 { left: 449px; top: 31px; }
.fg-review.card-4 { left: -340px; top: 401px; }
.fg-review.card-5 { left: 983px; top: 31px; }
.fg-review.card-6 { left: 728px; top: 401px; }
.fg-review.card-7 { left: 1517px; top: 31px; }
.fg-review.card-8 { left: 1262px; top: 401px; }

.fg-review-marquee-row {
  --review-marquee-distance: 2136px;
  display: flex;
  left: 0;
  position: absolute;
  width: max-content;
  will-change: transform;
}

.fg-review-row-top {
  animation: fgReviewsMoveLeft 72s linear infinite;
  left: -85px;
  top: 31px;
}

.fg-review-row-bottom {
  animation: fgReviewsMoveRight 72s linear infinite;
  left: -340px;
  top: 401px;
  transform: translate3d(calc(-1 * var(--review-marquee-distance)), 0, 0);
}

.fg-review-marquee-group {
  display: flex;
  flex: 0 0 auto;
  gap: 40px;
  padding-right: 40px;
  position: static;
}

.fg-review-marquee-row .fg-review,
.fg-review-marquee-row .fg-review.card-1,
.fg-review-marquee-row .fg-review.card-2,
.fg-review-marquee-row .fg-review.card-3,
.fg-review-marquee-row .fg-review.card-4,
.fg-review-marquee-row .fg-review.card-5,
.fg-review-marquee-row .fg-review.card-6,
.fg-review-marquee-row .fg-review.card-7,
.fg-review-marquee-row .fg-review.card-8 {
  flex: 0 0 494px;
  left: auto;
  position: relative;
  top: auto;
}

.fg-review-stars {
  color: var(--blue);
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 19px;
  margin-bottom: 24px;
}
.fg-review p {
  color: #000;
  font-size: 15px;
  height: 150px;
  line-height: 25px;
  margin: 0;
  white-space: pre-line;
  width: 436px;
}
.fg-review footer {
  align-items: center;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 40px 1fr;
  margin-top: 20px;
}
.fg-review footer img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  grid-row: span 2;
}
.fg-review footer strong,
.fg-review footer a {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.fg-review footer small {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 20px;
}
.fg-review-link {
  color: #000;
  font-size: 15px;
  left: 60px;
  position: absolute;
  text-decoration: underline;
  top: 1631px;
}

@keyframes fgReviewsMoveLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--review-marquee-distance)), 0, 0);
  }
}

@keyframes fgReviewsMoveRight {
  from {
    transform: translate3d(calc(-1 * var(--review-marquee-distance)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.fg-final-cta {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 913px;
  left: 0;
  overflow: hidden;
  top: calc(var(--fg-first-viewport-height) + 6250px);
  width: 1680px;
}
.fg-cta-img {
  height: 914px;
  left: 0;
  max-width: none;
  position: absolute;
  top: 0;
  width: 1680px;
}
.fg-cta-icon {
  height: 60px;
  left: 810px;
  position: absolute;
  top: 299px;
  width: 60px;
}

.fg-cta-icon img {
  display: block;
  height: 60px;
  max-width: none;
  width: 60px;
}
.fg-final-cta h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  left: 363px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 389px;
  width: 954px;
}
.fg-final-cta p {
  color: #fff;
  font-size: 15px;
  left: 563px;
  line-height: 23px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 492px;
  width: 553px;
}
.fg-final-cta a {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  color: #000;
  display: flex;
  font-size: 13px;
  height: 50px;
  justify-content: center;
  left: 700px;
  position: absolute;
  top: 565px;
  width: 280px;
}

.fg-footer { top: calc(var(--fg-first-viewport-height) + 7106px); }

/* Subtle premium homepage motion. Activated by JS so static rendering remains intact. */
.motion-enabled [data-motion] {
  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 [data-motion="hero"] {
  --motion-distance: 14px;
  transition-duration: var(--motion-slow);
}

.motion-enabled [data-motion="card"] {
  --motion-distance: 22px;
}

.motion-enabled [data-motion="step"] {
  --motion-distance: 16px;
}

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

.motion-enabled [data-motion-line] {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  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 [data-motion-line].is-visible {
  opacity: 1;
  transform: scaleY(1);
}

[data-parallax] {
  transform: translate3d(0, var(--motion-parallax-y, 0px), 0);
  will-change: transform;
}

.fg-hero-img[data-parallax],
.fg-cta-img[data-parallax] {
  transform: translate3d(0, var(--motion-parallax-y, 0px), 0) scale(1.012);
}

.fg-padlock[data-parallax].is-visible {
  animation: fg-subtle-float 7s ease-in-out 900ms infinite;
}

.fg-blue-button,
.fg-final-cta a,
.fg-login,
.fg-review-link,
[data-site-footer] .footer-talk {
  transition:
    background-color var(--motion-fast) var(--motion-ease),
    color var(--motion-fast) var(--motion-ease),
    filter var(--motion-fast) var(--motion-ease),
    opacity var(--motion-fast) var(--motion-ease),
    transform var(--motion-fast) var(--motion-ease);
}

.fg-blue-button:hover,
.fg-blue-button:focus-visible {
  filter: drop-shadow(0 14px 24px rgba(0, 39, 255, 0.28));
  transform: translate3d(0, -2px, 0);
}

.motion-enabled .fg-blue-button[data-motion].is-visible:hover,
.motion-enabled .fg-blue-button[data-motion].is-visible:focus-visible {
  transform: translate3d(0, -2px, 0);
}

.fg-blue-button:active,
.fg-final-cta a:active {
  transform: translate3d(0, 1px, 0);
}

.fg-final-cta a:hover,
.fg-final-cta a:focus-visible {
  filter: drop-shadow(0 14px 24px rgba(255, 255, 255, 0.24));
  transform: translate3d(0, -2px, 0);
}

.motion-enabled .fg-final-cta a[data-motion].is-visible:hover,
.motion-enabled .fg-final-cta a[data-motion].is-visible:focus-visible {
  transform: translate3d(0, -2px, 0);
}

.fg-promise:hover,
.fg-feature-card:hover,
.fg-review:hover {
  box-shadow: 0 24px 55px rgba(5, 12, 25, 0.11);
  transform: translate3d(0, -6px, 0);
}

.motion-enabled .fg-promise[data-motion].is-visible:hover,
.motion-enabled .fg-feature-card[data-motion].is-visible:hover,
.motion-enabled .fg-review[data-motion].is-visible:hover {
  transform: translate3d(0, -6px, 0);
}

.fg-feature-card.is-dark:hover {
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  filter: saturate(1.03);
}

.motion-enabled .fg-feature-pills li,
.motion-enabled .fg-included-items span,
.motion-enabled .fg-proof-track:first-child > *,
.motion-enabled .star-char {
  opacity: 0;
  transform: translate3d(0, 8px, 0);
  transition:
    opacity 520ms var(--motion-ease),
    transform 520ms var(--motion-ease);
  transition-delay: var(--motion-delay, 0ms);
}

.motion-enabled .fg-feature-card.is-visible .fg-feature-pills li,
.motion-enabled .fg-included.is-visible .fg-included-items span,
.motion-enabled .fg-proof.is-visible .fg-proof-track:first-child > *,
.motion-enabled .fg-proof.is-visible .star-char {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.star-char {
  color: #ffb800;
  display: inline-block;
}

.fg-proof-stars .star-char {
  color: #ffb800 !important;
}

[data-site-footer] .footer-talk:hover,
[data-site-footer] .footer-talk:focus-visible {
  transform: translate3d(4px, 0, 0);
}

[data-site-footer] .footer-talk:hover img,
[data-site-footer] .footer-talk:focus-visible img {
  transform: translate3d(8px, -8px, 0);
}

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

@keyframes fg-subtle-float {
  0%,
  100% {
    transform: translate3d(0, var(--motion-parallax-y, 0px), 0);
  }
  50% {
    transform: translate3d(0, calc(var(--motion-parallax-y, 0px) - 8px), 0);
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-enabled [data-motion],
  .motion-enabled [data-motion-line],
  .motion-enabled .fg-feature-pills li,
  .motion-enabled .fg-included-items span,
  .motion-enabled .fg-proof-track:first-child > *,
  .motion-enabled .star-char {
    opacity: 1 !important;
    transform: none !important;
  }

  .fg-review-marquee-row {
    animation: none !important;
  }

  [data-parallax] {
    transform: none !important;
  }
}

@media (max-width: 1100px) {
  .primary-nav {
    background: rgba(0, 0, 0, 0.96);
    display: none;
    flex-direction: column;
    gap: 24px;
    left: 0;
    margin: 0;
    padding: 28px;
    position: absolute;
    right: 0;
    top: 70px;
  }

  .primary-nav.is-open {
    display: flex;
  }

  .login-button {
    margin-left: auto;
  }

  .menu-button {
    display: block;
  }

  .promise-grid,
  .feature-cards,
  .included-section,
  .pension-section,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .padlock {
    grid-column: 1;
    width: min(493px, 80vw);
  }

  .promise-grid {
    position: static;
  }

  .split-section {
    padding-top: 120px;
  }

  .included-section img,
  .pension-section img {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .brand {
    width: auto;
  }

  .login-button {
    display: none;
  }

  .hero {
    min-height: 790px;
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero-copy {
    left: var(--gutter);
    max-width: calc(100% - var(--gutter) * 2);
    top: 135px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .pill-row {
    margin-bottom: 36px;
  }

  .proof-strip {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 28px var(--gutter);
  }

  .setup-content {
    left: var(--gutter);
    max-width: calc(100% - var(--gutter) * 2);
    top: 80px;
  }

  .setup-section {
    height: auto;
    min-height: 1180px;
  }

  .setup-section > img {
    height: 100%;
  }

  .steps {
    padding-left: 0;
  }

  .steps::before,
  .steps li > span {
    display: none;
  }

  .included-grid {
    grid-template-columns: 1fr;
  }

  .pension-section {
    border-radius: 0;
    margin: 0;
    padding: 60px var(--gutter);
  }

  .cta-panel h2,
  .page-hero h1 {
    font-size: 40px;
  }

  .site-footer {
    padding: 110px var(--gutter);
  }

  .footer-lead p {
    font-size: 24px;
  }

  .talk-link {
    font-size: 58px;
    margin-bottom: 90px;
  }

  .footer-row,
  .footer-row nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
  }
}

@media (max-width: 1100px) {
  .figma-scaled-page {
    min-height: var(--fg-page-height) !important;
    overflow: hidden;
  }

  .figma-canvas {
    height: var(--fg-canvas-height);
    left: 0;
    transform: scale(var(--figma-scale, 1)) !important;
    transform-origin: top left;
    width: 440px;
  }

  .motion-enabled .figma-canvas [data-motion],
  .motion-enabled .figma-canvas [data-motion-line],
  .motion-enabled .fg-feature-pills li,
  .motion-enabled .fg-included-items span,
  .motion-enabled .fg-proof-track:first-child > * {
    opacity: 1;
    transform: none;
  }

  .fg-hero,
  .fg-no-catch,
  .fg-setup,
  .fg-features,
  .fg-included,
  .fg-trust,
  .fg-final-cta,
  .fg-footer {
    left: 0;
    width: 440px;
  }

  .fg-hero {
    --fg-hero-image-width: clamp(230px, calc(var(--fg-first-viewport-height) - 393px), 440px);
    --fg-hero-image-zoom: 18px;
    --fg-hero-image-rendered-width: max(442px, calc(var(--fg-hero-image-width) + var(--fg-hero-image-zoom)));
    --fg-hero-title-top: clamp(220px, calc(var(--fg-first-viewport-height) - 423px), 410px);
    --fg-hero-pills-top: clamp(335px, calc(var(--fg-first-viewport-height) - 278px), 575px);
    --fg-hero-button-top: clamp(445px, calc(var(--fg-first-viewport-height) - 160px), 720px);
    --fg-hero-content-shift: 28px;
    height: calc(var(--fg-first-viewport-height) - 100px);
  }

  .fg-hero-img {
    height: auto;
    left: calc((440px - var(--fg-hero-image-rendered-width)) / 2);
    object-fit: cover;
    object-position: center top;
    top: calc(clamp(0px, calc(var(--fg-first-viewport-height) - 851px), 20px) - 52px);
    width: var(--fg-hero-image-rendered-width);
  }

  .fg-hero-img[data-parallax] {
    transform: none !important;
  }

  .fg-nav-line {
    top: 70px;
    width: 440px;
  }

  .fg-header {
    width: 440px;
  }

  .fg-logo {
    left: 15px;
    top: 23px;
    transform: none;
    transform-origin: top left;
  }

  .fg-nav,
  .fg-login {
    display: none;
  }

  .fg-header::after,
  .fg-header::before {
    content: none;
  }

  .fg-hero-title {
    font-size: 30px;
    left: 15px;
    line-height: 40px;
    top: calc(var(--fg-hero-title-top) - var(--fg-hero-content-shift));
    width: 410px;
  }

  .fg-hero-copy {
    display: none;
  }

  .fg-pill.p1 { left: 15px; top: calc(var(--fg-hero-pills-top) - var(--fg-hero-content-shift)); width: 150px; }
  .fg-pill.p2 { left: 175px; top: calc(var(--fg-hero-pills-top) - var(--fg-hero-content-shift)); width: 160px; }
  .fg-pill.p3 { left: 15px; top: calc(var(--fg-hero-pills-top) + 40px - var(--fg-hero-content-shift)); width: 140px; }
  .fg-pill.p4 { left: 165px; top: calc(var(--fg-hero-pills-top) + 40px - var(--fg-hero-content-shift)); width: 130px; }
  .fg-pill.p5 { left: 15px; top: calc(var(--fg-hero-pills-top) + 80px - var(--fg-hero-content-shift)); width: 134px; }
  .fg-pill.p6 { left: 305px; top: calc(var(--fg-hero-pills-top) + 40px - var(--fg-hero-content-shift)); width: 115px; }

  .fg-hero-button {
    left: 15px;
    top: calc(var(--fg-hero-button-top) - var(--fg-hero-content-shift));
    width: 200px;
  }

  .fg-proof {
    height: 100px;
    overflow: hidden;
    top: calc(var(--fg-first-viewport-height) - 100px);
    width: 440px;
  }

  .fg-proof-track {
    align-items: center;
    animation: fgProofMarqueePrimary 18s linear infinite;
    display: inline-flex;
    gap: 18px;
    height: 100px;
    inset: auto;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: max-content;
    will-change: transform;
  }

  .fg-proof-track-copy {
    animation: fgProofMarqueeCopy 18s linear infinite;
    display: inline-flex;
  }

  .fg-proof-track > * {
    flex: 0 0 auto;
    position: static;
  }

  .motion-enabled .fg-proof-track {
    opacity: 1;
    transition: none;
  }

  .motion-enabled .fg-proof-track:first-child > *,
  .motion-enabled .fg-proof.is-visible .fg-proof-track:first-child > * {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .fg-proof-stars {
    font-size: 0 !important;
    height: 20px;
    letter-spacing: 0;
    line-height: 0 !important;
    width: 20px;
  }

  .fg-proof-stars::before {
    background: url("../images/trust-star-blue.svg") center / contain no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
  }

  .fg-proof-stars .star-char {
    display: none;
  }

  .fg-proof-score {
    width: auto;
  }

  .fg-proof-copy {
    font-size: 14px !important;
    width: auto;
  }

  .fg-proof-divider {
    height: 44px;
    width: 1px;
  }

  .fg-proof-count {
    margin-left: 20px;
    width: auto;
  }

  .fg-proof-companies {
    display: block;
    line-height: 24px !important;
    width: auto;
  }

  @keyframes fgProofMarqueePrimary {
    from {
      transform: translate3d(0, 0, 0);
    }

    to {
      transform: translate3d(-100%, 0, 0);
    }
  }

  @keyframes fgProofMarqueeCopy {
    from {
      transform: translate3d(100%, 0, 0);
    }

    to {
      transform: translate3d(0, 0, 0);
    }
  }

  .fg-no-catch {
    height: 1334px;
    top: var(--fg-first-viewport-height);
  }

  .at-1201 { left: 15px; top: 100px; width: 125px; }
  .at-1231 { left: 15px; top: 130px; width: 410px; }
  .at-1277 { left: 15px; top: 183px; width: 315px; }

  .fg-padlock {
    height: 256px;
    left: 125px;
    top: 276px;
    width: 260px;
  }

  .fg-promise {
    height: 240px;
    left: 15px;
    padding: 30px;
    width: 410px;
  }

  .fg-promise.c1 { left: 15px; top: 499px; }
  .fg-promise.c2 { left: 15px; top: 759px; }
  .fg-promise.c3 { left: 15px; top: 1019px; }

  .fg-setup {
    background-image: url("/assets/images/figma-setup-bg-mobile.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1040px;
    top: calc(var(--fg-first-viewport-height) + 1334px);
    width: 440px;
  }

  .fg-setup-img {
    display: none;
  }

  .fg-setup-shade {
    display: none;
  }

  .setup-label { left: 15px; top: 212px; width: 160px; }
  .setup-heading { left: 15px; top: 242px; width: 400px; }
  .setup-copy { left: 15px; top: 288px; width: 310px; }

  .fg-step {
    left: 57px;
    padding: 20px 30px;
    width: 368px;
  }

  .fg-step.s1 {
    height: 180px;
    top: 368px;
  }

  .fg-step.s2 {
    height: 200px;
    top: 568px;
  }

  .fg-step.s3 {
    height: 200px;
    top: 788px;
  }

  .fg-step-num {
    left: 15px;
  }

  .fg-step-num.n1 { top: 447px; }
  .fg-step-num.n2 { top: 657px; }
  .fg-step-num.n3 { top: 877px; }

  .fg-step-line {
    height: 210px;
    left: 26px;
  }

  .fg-step-line.l1 { top: 469px; }
  .fg-step-line.l2 { top: 679px; }

  .fg-features {
    height: 1329px;
    top: calc(var(--fg-first-viewport-height) + 2374px);
  }

  .feature-label { left: 15px; top: 101px; width: 170px; }
  .feature-heading { left: 15px; top: 131px; width: 410px; }
  .feature-copy { left: 15px; top: 177px; width: 390px; }

  .fg-feature-card {
    height: 330px;
    left: 15px;
    width: 410px;
  }

  .fg-feature-card.f1 { left: 15px; top: 251px; }
  .fg-feature-card.f2 { left: 15px; top: 591px; }
  .fg-feature-card.f3 { left: 15px; top: 951px; }

  .fg-feature-card p {
    width: 350px;
  }

  .fg-feature-card .fg-feature-pills li.w310,
  .fg-feature-card .fg-feature-pills li.w330 {
    width: 360px;
  }

  .fg-included {
    height: 1090px;
    top: calc(var(--fg-first-viewport-height) + 3703px);
    width: 440px;
  }

  .fg-laptop-crop {
    border-radius: 30px;
    height: 329px;
    left: 15px;
    top: 45px;
    width: 410px;
  }

  .fg-laptop-crop img {
    height: 330px;
    left: -224px;
    top: 0;
    width: 652px;
  }

  .included-label { left: 15px; top: 424px; width: 120px; }
  .included-heading {
    left: 15px;
    top: 454px;
    white-space: normal;
    width: 410px;
  }
  .included-copy { left: 15px; top: 535px; width: 410px; }

  .fg-included-items {
    gap: 10px;
    grid-template-columns: 410px;
    left: 15px;
    top: 610px;
  }

  .fg-included-items span {
    width: 410px;
  }

  .fg-pension {
    border-radius: 10px;
    height: 690px;
    left: 15px;
    top: calc(var(--fg-first-viewport-height) + 4843px);
    width: 410px;
  }

  .fg-dashboard-crop {
    border-radius: 10px 10px 0 0;
    height: 330px;
    left: 0;
    top: 0;
    width: 410px;
  }

  .fg-dashboard-crop img {
    height: 365px;
    left: -13px;
    top: -5px;
    width: 548px;
  }

  .fg-mini-icons {
    left: 45px;
    top: 380px;
  }

  .fg-pension .pension-heading {
    left: 45px;
    top: 468px;
    width: 320px;
  }

  .fg-pension .pension-copy {
    left: 45px;
    top: 515px;
    width: 350px;
  }

  .fg-pension .pension-button {
    left: 45px;
    top: 627px;
  }

  .fg-trust {
    height: 3600px;
    top: calc(var(--fg-first-viewport-height) + 5554px);
    width: 440px;
  }

  .fg-trust-badge {
    height: 520px;
    left: 15px;
    top: 198px;
    width: 410px;
  }

  .fg-trust-star {
    height: 32px;
    width: 33px;
  }

  .fg-trust-star.star-1 { left: 188px; top: 0; }
  .fg-trust-star.star-2 { left: 235px; top: 18px; }
  .fg-trust-star.star-3 { left: 277px; top: 40px; }
  .fg-trust-star.star-4 { left: 100px; top: 40px; }
  .fg-trust-star.star-5 { left: 143px; top: 18px; }

  .fg-trust-score {
    height: 152px;
    left: 60px;
    top: 112px;
    width: 290px;
  }

  .fg-trust-laurel {
    height: 195px;
    top: 140px;
    width: 122px;
  }

  .fg-trust-laurel.laurel-left {
    left: -15px;
  }

  .fg-trust-laurel.laurel-right {
    left: 303px;
  }

  .fg-trust-rating-copy {
    font-size: 15px;
    left: 142px;
    line-height: 25px;
    top: 327px;
    width: 126px;
  }

  .fg-trust-badge h2 {
    font-size: 40px;
    left: 0;
    line-height: 50px;
    top: 363px;
    width: 410px;
  }

  .fg-trust-subcopy {
    font-size: 15px;
    height: auto;
    left: 0;
    line-height: 25px;
    top: 431px;
    width: 410px;
  }

  .fg-review-carousel {
    display: grid;
    gap: 20px;
    height: auto;
    left: 15px;
    top: 760px;
    width: 410px;
  }

  .fg-review-carousel::before,
  .fg-review-carousel::after {
    display: none;
  }

  .fg-review-marquee-row,
  .fg-review-row-top,
  .fg-review-row-bottom {
    animation: none;
    display: grid;
    gap: 20px;
    left: auto;
    position: static;
    top: auto;
    transform: none;
    width: 410px;
    will-change: auto;
  }

  .fg-review-marquee-group {
    display: contents;
    padding-right: 0;
  }

  .fg-review-marquee-group[aria-hidden="true"] {
    display: none;
  }

  .fg-review,
  .fg-review.card-1,
  .fg-review.card-2,
  .fg-review.card-3,
  .fg-review.card-4,
  .fg-review.card-5,
  .fg-review.card-6,
  .fg-review.card-7,
  .fg-review.card-8 {
    display: block;
    height: auto;
    left: auto;
    min-height: 300px;
    padding: 28px;
    position: relative;
    top: auto;
    width: 410px;
  }

  .fg-review-stars {
    margin-bottom: 20px;
  }

  .fg-review p {
    font-size: 15px;
    height: auto;
    line-height: 25px;
    min-height: 0;
    width: 354px;
  }

  .fg-review footer {
    margin-top: 22px;
  }

  .fg-review-link {
    display: block;
    left: 15px;
    top: 3450px;
  }

  .fg-final-cta {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    height: 660px;
    top: calc(var(--fg-first-viewport-height) + 9154px);
    width: 440px;
  }

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

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

  .fg-final-cta h2 {
    font-size: 40px;
    left: 20px;
    line-height: 48px;
    top: 210px;
    width: 400px;
  }

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

  .fg-final-cta a {
    font-size: 13px;
    left: 80px;
    top: 381px;
    width: 280px;
  }

  .fg-footer {
    top: calc(var(--fg-first-viewport-height) + 9717px);
  }
}

body.figma-body {
  overflow-x: clip;
}

@media (max-width: 760px) {
  .figma-scaled-page {
    min-height: var(--fg-page-height) !important;
  }

  .figma-canvas {
    height: var(--fg-canvas-height);
  }

  .fg-trust {
    height: 1225px;
    top: calc(var(--fg-first-viewport-height) + 5554px);
  }

  .fg-review-carousel {
    display: block;
    height: 360px;
    left: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    top: 760px;
    width: 410px;
    -webkit-overflow-scrolling: touch;
  }

  .fg-review-row-top {
    animation: none;
    display: flex;
    gap: 16px;
    left: 0;
    position: absolute;
    top: 0;
    transform: none;
    width: max-content;
  }

  .fg-review-row-bottom {
    display: none;
  }

  .fg-review-marquee-group {
    display: flex;
    gap: 16px;
    padding-right: 0;
  }

  .fg-review-marquee-group[aria-hidden="true"] {
    display: none;
  }

  .fg-review,
  .fg-review.card-1,
  .fg-review.card-2,
  .fg-review.card-3,
  .fg-review.card-4,
  .fg-review.card-5,
  .fg-review.card-6,
  .fg-review.card-7,
  .fg-review.card-8 {
    flex: 0 0 330px;
    height: 330px;
    min-height: 330px;
    padding: 28px;
    position: relative;
    scroll-snap-align: start;
    width: 330px;
  }

  .fg-review p {
    height: 174px;
    overflow: hidden;
    width: 274px;
  }

  .fg-review-link {
    left: 15px;
    top: 1160px;
  }

  .fg-final-cta {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    top: calc(var(--fg-first-viewport-height) + 6779px);
  }

  .fg-footer {
    top: calc(var(--fg-first-viewport-height) + 7438px);
  }
}

@media (min-width: 550px) and (max-width: 1100px) {
  .fg-hero-title {
    font-size: 22px;
    line-height: 30px;
  }

  .fg-pill {
    font-size: 8px;
  }
}
