@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root {
  --pf-green: #3aa319;
  --pf-green-2: #8fd174;
  --pf-ink: #10161a;
  --pf-dark: #101719;
  --pf-muted: #5b6467;
  --pf-soft: #f3f3f3;
  --pf-border: #dfe5e0;
  --pf-shadow: 0 18px 40px rgba(0, 0, 0, .14);
  --pf-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body.profitness-home {
  margin: 0;
  color: var(--pf-ink);
  background: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.28;
  overflow-x: hidden;
}

.profitness-home *,
.profitness-home *::before,
.profitness-home *::after {
  box-sizing: border-box;
}

.profitness-home a {
  color: inherit;
  text-decoration: none;
}

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

.profitness-home svg {
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.pf-icon-img {
  display: block;
  object-fit: contain;
  flex: 0 0 auto;
}

.pf-shell {
  width: min(1760px, calc(100% - 160px));
  margin-inline: auto;
}

.pf-topbar {
  background: #111719;
  color: #fff;
  font-weight: 600;
}

.pf-topbar__inner {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.pf-topbar__left,
.pf-topbar__right,
.pf-topbar a,
.pf-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.pf-topbar svg {
  color: var(--pf-green);
  width: 25px;
  height: 25px;
}

.pf-sep {
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, .55);
  margin-inline: 28px;
}

.pf-nav {
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .03);
  position: sticky;
  top: 0;
  z-index: 20;
}

.pf-nav__inner {
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.pf-logo {
  flex: 0 0 auto;
}

.pf-logo img {
  width: 315px;
  height: auto;
}

.pf-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 15.5px;
  font-weight: 600;
  white-space: nowrap;
}

.pf-menu a:hover {
  color: var(--pf-green);
}

.pf-nav__cta {
  margin-left: 18px;
  white-space: nowrap;
}

.pf-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 9px;
}

.pf-menu-toggle span {
  display: block;
  height: 2px;
  background: #151a1d;
  margin: 6px 0;
}

.pf-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1.5px solid #111;
  border-radius: 14px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.pf-btn:hover {
  transform: translateY(-1px);
}

.pf-btn--solid {
  color: #fff;
  border-color: var(--pf-green);
  background: var(--pf-green);
}

.pf-btn.pf-btn--solid,
.pf-btn.pf-btn--solid *,
.pf-btn.pf-btn--dark,
.pf-btn.pf-btn--dark * {
  color: #fff !important;
}

.pf-btn--ghost {
  color: #10161a;
  background: #fff;
}

.pf-btn--dark {
  color: #fff;
  border-color: #101719;
  background: #101719;
}

.pf-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.pf-hero {
  position: relative;
  overflow: hidden;
  padding-bottom: 118px;
}

.pf-hero__inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: stretch;
  width: 100%;
  max-width: none;
}

.pf-hero__copy {
  padding: 105px 20px 72px clamp(80px, calc((100vw - 1560px) / 2), 180px);
  position: relative;
  z-index: 2;
}

.pf-hero__copy h1 {
  margin: 0;
  max-width: 690px;
  font-size: clamp(44px, 2.9vw, 55px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 800;
}

.pf-hero__copy h1 span,
.pf-heading em,
.pf-reference h2 span,
.pf-split h3 span,
.pf-coverage h2 em,
.pf-cta h2 span {
  color: var(--pf-green);
  font-style: normal;
}

.pf-rule {
  width: 118px;
  height: 6px;
  background: var(--pf-green);
  margin: 42px 0 40px;
}

.pf-hero__copy p {
  max-width: 690px;
  margin: 0 0 40px;
  font-size: 17px;
  font-weight: 500;
}

.pf-hero__copy .pf-hero__seo {
  margin-top: -18px;
  color: #222a2d;
  font-weight: 700;
}

.pf-hero__media {
  min-width: 0;
  position: relative;
}

.pf-hero__media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -2px;
  z-index: 1;
  width: 42%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .95) 34%, rgba(255, 255, 255, 0) 100%);
}

.pf-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  object-fit: cover;
  object-position: center;
}

.pf-stats {
  position: relative;
  z-index: 4;
  margin-top: -72px;
  min-height: 160px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  background: #f3f3f3;
  border-top: 8px solid var(--pf-green);
  border-radius: 10px 10px 6px 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
}

.pf-stats > div {
  min-height: 112px;
  padding: 18px 30px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-items: center;
  border-right: 3px solid #e2e2e2;
}

.pf-stats > div:last-child {
  border-right: 0;
}

.pf-stats svg,
.pf-stats .pf-icon-img {
  grid-row: 1 / span 2;
  width: 54px;
  height: 54px;
  color: var(--pf-green);
  stroke-width: 1.7;
}

.pf-stats strong {
  font-size: 22px;
  line-height: 1.16;
  font-weight: 800;
  white-space: nowrap;
}

.pf-stats span {
  max-width: 260px;
  font-size: 15.5px;
  line-height: 1.28;
  font-weight: 500;
}

.pf-section {
  padding: 110px 0;
}

.pf-section--services {
  padding-top: 72px;
}

.pf-section--services .pf-heading {
  max-width: 1500px;
}

.pf-section--services .pf-heading h2 {
  white-space: nowrap;
}

.pf-heading {
  max-width: 1280px;
  margin: 0 auto 76px;
  text-align: center;
}

.pf-title-mobile {
  display: none;
}

.pf-title-desktop {
  display: inline;
}

.pf-heading > span,
.pf-kicker {
  display: block;
  margin-bottom: 22px;
  color: var(--pf-green);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
}

.pf-heading h2,
.pf-coverage h2 {
  margin: 0;
  font-size: clamp(42px, 3.5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
}

.pf-heading p {
  max-width: 920px;
  margin: 28px auto 0;
  font-size: 18px;
  font-weight: 500;
}

.pf-service-grid,
.pf-solution-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.pf-service-card,
.pf-solution-grid article {
  overflow: hidden;
  background: #fff;
  border-radius: 13px;
  box-shadow: var(--pf-shadow);
}

.pf-service-card > img,
.pf-solution-grid article > img {
  width: 100%;
  height: 185px;
  object-fit: cover;
}

.pf-service-card > div,
.pf-solution-grid article > div {
  min-height: 330px;
  padding: 38px 28px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.pf-service-card svg,
.pf-service-card .pf-icon-img,
.pf-solution-grid article > div > svg,
.pf-solution-grid article > div > .pf-icon-img {
  width: 58px;
  height: 58px;
  color: var(--pf-green);
  stroke-width: 1.7;
}

.pf-service-card h3,
.pf-solution-grid h3 {
  margin: 24px 0 20px;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 800;
}

.pf-service-card p,
.pf-solution-grid p {
  margin: 0 auto 28px;
  max-width: 300px;
  font-size: 17px;
  font-weight: 500;
}

.pf-service-card a:not(.pf-btn) {
  margin-top: auto;
  min-height: 47px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--pf-green);
  border: 1.5px solid var(--pf-green);
  border-radius: 14px;
  padding: 11px 18px;
  font-size: 16px;
  font-weight: 600;
}

.pf-reference {
  padding: 86px 0 125px;
}

.pf-reference__box {
  display: grid;
  grid-template-columns: .92fr 1fr;
  gap: 90px;
  align-items: center;
  padding: 70px 74px;
  background: #f1f1f1;
  border-radius: 24px;
}

.pf-reference__box > img {
  width: 100%;
  min-height: 640px;
  object-fit: cover;
  border-radius: 12px;
}

.pf-reference h2 {
  margin: 0 0 60px;
  font-size: clamp(42px, 3.35vw, 52px);
  line-height: 1.08;
  font-weight: 800;
}

.pf-reference p {
  margin: 0 0 28px;
  max-width: 720px;
  font-size: 18px;
  font-weight: 500;
}

.pf-mini-icons {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.pf-mini-icons span {
  min-height: 95px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  border-right: 2px solid #d7d7d7;
}

.pf-mini-icons span:last-child {
  border-right: 0;
}

.pf-mini-icons svg,
.pf-mini-icons .pf-icon-img {
  width: 52px;
  height: 52px;
  color: var(--pf-green);
}

.pf-dark {
  min-height: 1185px;
  padding: 185px 0 160px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(16, 23, 25, .97), rgba(16, 23, 25, .92)),
    var(--bg) center / cover no-repeat;
}

.pf-heading--dark {
  margin-bottom: 94px;
}

.pf-heading--dark h2 {
  color: #fff;
}

.pf-heading--dark p {
  color: #fff;
}

.pf-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}

.pf-why-grid article {
  min-height: 410px;
  padding: 58px 44px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: rgba(31, 40, 44, .94);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .25);
}

.pf-why-grid svg,
.pf-why-grid .pf-icon-img {
  width: 108px;
  height: 108px;
  color: #9bd77c;
  stroke-width: 1.4;
}

.pf-why-grid i {
  width: 42px;
  height: 3px;
  margin: 28px 0 30px;
  background: #9bd77c;
}

.pf-why-grid h3 {
  min-height: 65px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 24px;
  line-height: 1.18;
  font-weight: 800;
}

.pf-why-grid p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.pf-trust-row {
  width: 100%;
  max-width: 1480px;
  margin: 84px auto 0;
  display: grid;
  grid-template-columns: 370px 330px 355px 425px;
  color: #fff;
}

.pf-trust-row span {
  min-height: 112px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: max-content max-content;
  column-gap: 16px;
  row-gap: 4px;
  align-content: center;
  align-items: center;
  padding: 0 24px;
  border-right: 3px solid rgba(255, 255, 255, .8);
}

.pf-trust-row span:last-child {
  border-right: 0;
}

.pf-trust-row svg,
.pf-trust-row .pf-icon-img {
  grid-row: 1 / span 2;
  width: 58px;
  height: 58px;
  color: var(--pf-green);
}

.pf-trust-row strong {
  display: block;
  align-self: end;
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}

.pf-trust-row small {
  display: block;
  align-self: start;
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
}

.pf-split {
  min-height: 640px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--pf-shadow);
}

.pf-split__business {
  position: relative;
  color: #fff;
  padding: 60px 68px;
  background: linear-gradient(90deg, rgba(15, 22, 24, .98) 0%, rgba(15, 22, 24, .88) 32%, rgba(15, 22, 24, .18) 100%), var(--bg) center / cover no-repeat;
}

.pf-split__private {
  padding: 62px 88px;
  background: #fff;
}

.pf-split svg,
.pf-split .pf-icon-img {
  width: 56px;
  height: 56px;
  color: #9bd77c;
}

.pf-split h3 {
  margin: 24px 0 22px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
}

.pf-split h3::after {
  content: "";
  display: block;
  width: min(492px, 100%);
  height: 3px;
  margin-top: 20px;
  background: var(--pf-green);
}

.pf-split p {
  max-width: 560px;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.22;
  font-weight: 500;
}

.pf-split__business p {
  max-width: 500px;
}

.pf-split ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.pf-split li {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.pf-split li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 14px;
  color: var(--pf-green);
  border: 2px solid var(--pf-green);
  border-radius: 50%;
  font-size: 13px;
}

.pf-split .pf-btn {
  min-height: 47px;
  padding: 12px 16px;
  border-radius: 12px;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}

.pf-split .pf-btn svg {
  width: 1.35em;
  height: 1.35em;
}

.pf-process {
  padding-top: 120px;
}

.pf-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  position: relative;
}

.pf-step-grid article {
  min-height: 430px;
  padding: 54px 46px 44px;
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
}

.pf-step-grid article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 46%;
  right: -49px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--pf-green);
  border-radius: 50%;
  font-size: 31px;
  font-weight: 500;
}

.pf-step-grid article:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(46% + 20px);
  right: -72px;
  width: 76px;
  border-top: 6px dotted var(--pf-green);
}

.pf-step-grid svg,
.pf-step-grid .pf-icon-img {
  width: 92px;
  height: 92px;
  color: var(--pf-green);
}

.pf-step-grid span {
  display: block;
  margin: 22px 0 16px;
  color: #a4d291;
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
}

.pf-step-grid h3 {
  margin: 0 0 26px;
  font-size: 24px;
  font-weight: 800;
}

.pf-step-grid p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

.pf-solution-grid article > div {
  min-height: 370px;
}

.pf-solution-grid .pf-btn {
  margin-top: auto;
}

.pf-coverage__grid {
  display: grid;
  grid-template-columns: .72fr 1fr;
  gap: 70px;
  align-items: center;
}

.pf-coverage h2 {
  margin-bottom: 28px;
}

.pf-coverage p {
  margin: 0 0 54px;
  max-width: 640px;
  font-size: 18px;
  font-weight: 500;
}

.pf-coverage-card {
  max-width: 680px;
  min-height: 130px;
  margin-bottom: 24px;
  padding: 28px 34px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .1);
}

.pf-coverage-card--muted {
  background: #dedede;
}

.pf-coverage-card svg,
.pf-coverage-card .pf-icon-img {
  width: 58px;
  height: 58px;
  color: var(--pf-green);
}

.pf-coverage-card--muted svg {
  color: #777;
}

.pf-coverage-card strong {
  display: block;
  margin-bottom: 8px;
  font-size: 25px;
  font-weight: 800;
}

.pf-coverage-card span {
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.pf-coverage .pf-btn {
  margin-top: 34px;
}

.pf-confirm {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0 !important;
}

.pf-confirm svg {
  color: var(--pf-green);
}

.pf-confirm .pf-icon-img {
  width: 24px;
  height: 24px;
}

.pf-coverage__grid > img {
  width: 100%;
  border-radius: 7px;
}

.pf-brands {
  padding-top: 45px;
}

.pf-brand-box {
  max-width: 1470px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 26px;
}

.pf-brand-box span {
  min-width: 0;
  height: 170px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 48px;
}

.pf-brand-box span:not(:nth-child(4n))::after {
  content: "";
  width: 2px;
  height: 126px;
  position: absolute;
  top: 22px;
  right: 0;
  background: #ddd;
}

.pf-brand-box img {
  display: block;
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.pf-dots {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pf-brand-more {
  margin: 24px 0 0;
  text-align: center;
  color: var(--pf-muted);
  font-size: 18px;
  font-weight: 700;
}

.pf-dots span {
  width: 15px;
  height: 15px;
  background: var(--pf-green);
  border-radius: 50%;
}

.pf-dots span + span {
  background: #c9c9c9;
}

.pf-faq {
  padding-top: 72px;
}

.pf-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 36px;
}

.pf-faq details {
  background: #f7f8f7;
  border: 1.5px solid var(--pf-green);
  border-radius: 14px;
}

.pf-faq summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 22px 18px 36px;
  cursor: pointer;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
}

.pf-faq summary::-webkit-details-marker {
  display: none;
}

.pf-faq summary span {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--pf-green);
  border-radius: 50%;
}

.pf-faq summary svg {
  width: 24px;
  height: 24px;
}

.pf-faq details[open] summary span {
  transform: rotate(-90deg);
}

.pf-faq details p {
  margin: 0;
  padding: 0 95px 38px 36px;
  color: #53595b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.pf-cta {
  min-height: 640px;
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
}

.pf-cta__image {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0) 55%, #fff 100%),
    var(--bg) center / cover no-repeat;
}

.pf-cta__content {
  padding: 56px min(4vw, 80px) 70px 45px;
}

.pf-cta h2 {
  margin: 0 0 22px;
  font-size: clamp(42px, 3.2vw, 56px);
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

.pf-cta h3 {
  max-width: 720px;
  margin: 0 0 36px;
  font-size: 31px;
  line-height: 1.1;
  font-weight: 800;
}

.pf-cta p {
  max-width: 760px;
  margin: 0 0 62px;
  font-size: 17px;
  font-weight: 500;
}

.pf-cta__trust {
  margin-top: 74px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #f1f1f1;
  border-radius: 20px;
}

.pf-cta__trust span {
  min-width: 0;
  min-height: 135px;
  padding: 22px 12px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  border-right: 3px solid #dedede;
}

.pf-cta__trust span:last-child {
  border-right: 0;
}

.pf-cta__trust svg,
.pf-cta__trust .pf-icon-img {
  width: 42px;
  height: 42px;
  color: var(--pf-green);
}

.pf-cta__trust strong {
  min-width: 0;
  font-size: 18px;
  line-height: 1.14;
  font-weight: 800;
  overflow-wrap: break-word;
}

.pf-footer {
  padding: 105px 0 96px;
  color: #b9c0bd;
  background: #111719;
}

.pf-footer__grid {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1.2fr;
  gap: 86px;
  margin-bottom: 76px;
}

.pf-footer h3 {
  margin: 0 0 38px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.pf-footer h3::after {
  content: "";
  display: block;
  width: 44px;
  height: 3px;
  margin-top: 22px;
  background: var(--pf-green);
}

.pf-footer a,
.pf-footer p {
  display: block;
  margin: 0 0 18px;
  color: #b9c0bd;
  font-size: 15px;
  font-weight: 500;
}

.pf-footer__brand img {
  width: 282px;
  margin-bottom: 34px;
}

.pf-footer__brand p {
  max-width: 330px;
  margin-bottom: 36px;
}

.pf-footer__brand strong {
  display: block;
  margin-bottom: 38px;
  color: #fff;
  font-size: 15px;
}

.pf-socials {
  display: flex;
  gap: 25px;
}

.pf-socials a {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #111719;
  background: var(--pf-green);
  border-radius: 50%;
  font-weight: 800;
}

.pf-footer__contacts a,
.pf-footer__contacts p {
  display: flex;
  align-items: center;
  gap: 16px;
}

.pf-footer__contacts svg {
  flex: 0 0 auto;
  color: var(--pf-green);
}

.pf-footer__contacts strong {
  color: #fff;
  font-size: 18px;
}

.pf-footer__contacts small {
  display: block;
  color: #8e9693;
  text-transform: uppercase;
}

.pf-footer__legal {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 1.9fr .8fr .8fr 1.6fr 1.8fr;
  gap: 28px;
  border-top: 1px solid var(--pf-green);
  border-bottom: 1px solid var(--pf-green);
  font-size: 13px;
}

.pf-disclaimer {
  max-width: 1150px;
  margin: 38px auto !important;
  text-align: center;
  color: #7f8986 !important;
  font-size: 13px !important;
}

.pf-footer__links {
  display: flex;
  justify-content: center;
  gap: 70px;
}

.pf-footer__links a {
  margin: 0;
  color: #aeb6b2;
  font-size: 14px;
}

@media (max-width: 1700px) {
  .pf-shell {
    width: min(1320px, calc(100% - 80px));
  }

  .pf-hero__inner {
    grid-template-columns: 50% 50%;
  }

  .pf-hero__copy {
    padding-left: 80px;
  }

  .pf-hero__copy h1 {
    font-size: 40px;
  }

  .pf-reference h2 {
    font-size: 40px;
  }

  .pf-menu {
    gap: 20px;
    font-size: 14px;
  }

  .pf-logo img {
    width: 260px;
  }

  .pf-service-grid,
  .pf-solution-grid {
    gap: 24px;
  }

  .pf-stats > div {
    padding-inline: 20px;
    grid-template-columns: 50px 1fr;
    column-gap: 14px;
  }

  .pf-stats svg,
  .pf-stats .pf-icon-img {
    width: 48px;
    height: 48px;
  }

  .pf-stats strong {
    font-size: 20px;
    line-height: 1.18;
    white-space: nowrap;
  }

  .pf-stats span {
    font-size: 14px;
    line-height: 1.26;
  }

  .pf-service-card > div,
  .pf-solution-grid article > div {
    padding-inline: 20px;
  }

  .pf-service-card h3,
  .pf-solution-grid h3 {
    font-size: 21px;
    line-height: 1.12;
  }

  .pf-why-grid {
    gap: 24px;
  }

  .pf-why-grid article {
    padding-inline: 30px;
  }

  .pf-why-grid h3 {
    min-height: 78px;
    font-size: 22px;
    line-height: 1.16;
  }

  .pf-trust-row {
    max-width: none;
    grid-template-columns: repeat(4, 1fr);
  }

  .pf-trust-row span {
    grid-template-columns: 52px 1fr;
    column-gap: 14px;
    row-gap: 4px;
    padding-inline: 18px;
  }

  .pf-trust-row svg,
  .pf-trust-row .pf-icon-img {
    width: 50px;
    height: 50px;
  }

  .pf-trust-row strong {
    font-size: 20px;
    line-height: 1.16;
    white-space: nowrap;
  }

  .pf-trust-row small {
    font-size: 15.5px;
    line-height: 1.2;
  }

  .pf-step-grid {
    gap: 44px;
  }

  .pf-step-grid article {
    padding-inline: 26px;
  }

  .pf-step-grid h3 {
    font-size: 22px;
    line-height: 1.16;
    white-space: nowrap;
  }

  .pf-step-grid article:not(:last-child)::after {
    right: -44px;
  }

  .pf-step-grid article:not(:last-child)::before {
    right: -58px;
    width: 58px;
  }

  .pf-coverage__grid {
    grid-template-columns: .86fr 1fr;
    gap: 44px;
  }

  .pf-coverage-card {
    max-width: none;
    padding: 24px 26px;
    grid-template-columns: 58px 1fr;
    gap: 22px;
  }

  .pf-coverage-card strong {
    font-size: 22px;
    line-height: 1.16;
  }

  .pf-coverage-card span {
    font-size: 15.5px;
    line-height: 1.32;
  }

  .pf-cta {
    grid-template-columns: 44% 56%;
  }

  .pf-cta__content {
    padding: 50px 28px 62px 30px;
  }

  .pf-cta__trust span {
    padding: 20px 12px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
  }

  .pf-cta__trust svg,
  .pf-cta__trust .pf-icon-img {
    width: 40px;
    height: 40px;
  }

  .pf-cta__trust strong {
    font-size: 16px;
    line-height: 1.12;
  }
}

@media (max-width: 1380px) {
  .pf-nav__cta {
    display: none;
  }

  .pf-service-card h3,
  .pf-solution-grid h3 {
    font-size: 20px;
  }

  .pf-cta__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-cta__trust span {
    min-height: 98px;
    border-bottom: 2px solid #dedede;
  }

  .pf-cta__trust span:nth-child(2n) {
    border-right: 0;
  }

  .pf-cta__trust span:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .pf-cta__trust strong {
    font-size: 17px;
  }
}

@media (max-width: 1320px) {
  .pf-reference__box {
    grid-template-columns: .82fr 1fr;
    gap: 54px;
    padding: 60px 54px;
  }

  .pf-reference h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .pf-service-card h3,
  .pf-solution-grid h3 {
    font-size: 19px;
  }

  .pf-why-grid h3 {
    font-size: 20px;
  }

  .pf-coverage-card strong {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  .pf-shell {
    width: min(940px, calc(100% - 48px));
  }

  .pf-topbar {
    display: none;
  }

  .pf-nav__inner {
    min-height: 72px;
  }

  .pf-logo img {
    width: 210px;
  }

  .pf-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .pf-menu {
    position: absolute;
    top: 72px;
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--pf-border);
    border-radius: 12px;
    box-shadow: var(--pf-shadow);
  }

  .pf-menu.is-open {
    display: flex;
  }

  .pf-menu a {
    padding: 14px 12px;
  }

  .pf-nav__cta {
    display: none;
  }

  .pf-hero {
    padding-bottom: 70px;
  }

  .pf-hero__inner {
    display: flex;
    flex-direction: column-reverse;
    min-height: auto;
    width: 100%;
  }

  .pf-hero__media img {
    min-height: 300px;
    height: 370px;
  }

  .pf-hero__media::before {
    inset: auto 0 0;
    width: auto;
    height: 45%;
    background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .pf-hero__copy {
    width: min(940px, calc(100% - 48px));
    margin-inline: auto;
    padding: 28px 0 34px;
  }

  .pf-hero__copy h1 {
    font-size: 37px;
    line-height: 1.08;
  }

  .pf-rule {
    width: 82px;
    height: 5px;
    margin: 24px 0 24px;
  }

  .pf-hero__copy p {
    font-size: 14.5px;
    line-height: 1.42;
  }

  .pf-actions {
    gap: 12px;
  }

  .pf-btn {
    min-height: 44px;
    padding: 11px 15px;
    border-radius: 9px;
    font-size: 13px;
  }

  .pf-stats {
    margin-top: 0;
    grid-template-columns: 1fr;
    border-top-width: 4px;
  }

  .pf-stats > div {
    min-height: 118px;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .pf-stats svg,
  .pf-stats .pf-icon-img {
    grid-row: auto;
    width: 38px;
    height: 38px;
  }

  .pf-stats strong {
    margin-top: 8px;
    font-size: 16px;
  }

  .pf-stats span {
    font-size: 12px;
  }

  .pf-section {
    padding: 64px 0;
  }

  .pf-heading {
    margin-bottom: 38px;
  }

  .pf-section--services .pf-heading h2 {
    white-space: normal;
  }

  .pf-title-desktop {
    display: none;
  }

  .pf-title-mobile {
    display: inline;
  }

  .pf-heading > span,
  .pf-kicker {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .pf-heading h2,
  .pf-coverage h2 {
    font-size: 32px;
    line-height: 1.08;
  }

  .pf-heading p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.45;
  }

  .pf-service-grid,
  .pf-solution-grid,
  .pf-why-grid,
  .pf-step-grid,
  .pf-faq-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pf-service-card > img,
  .pf-solution-grid article > img {
    height: 178px;
  }

  .pf-service-card > div,
  .pf-solution-grid article > div {
    min-height: auto;
    padding: 30px 24px;
  }

  .pf-service-card h3,
  .pf-solution-grid h3 {
    font-size: 20px;
  }

  .pf-service-card p,
  .pf-solution-grid p {
    font-size: 13.5px;
  }

  .pf-reference {
    padding: 36px 0 70px;
  }

  .pf-reference__box {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 0;
    background: transparent;
  }

  .pf-reference__box > img {
    min-height: 0;
    height: 250px;
  }

  .pf-reference h2 {
    margin-bottom: 24px;
    font-size: 29px;
  }

  .pf-reference p {
    font-size: 13.5px;
    line-height: 1.45;
  }

  .pf-mini-icons {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .pf-mini-icons span {
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .pf-dark {
    min-height: 0;
    padding: 62px 0;
  }

  .pf-why-grid article {
    min-height: 285px;
    padding: 36px 28px;
  }

  .pf-why-grid svg,
  .pf-why-grid .pf-icon-img {
    width: 72px;
    height: 72px;
  }

  .pf-why-grid h3 {
    min-height: 0;
    font-size: 20px;
  }

  .pf-why-grid p {
    font-size: 13px;
  }

  .pf-trust-row {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .pf-trust-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
  }

  .pf-split {
    grid-template-columns: 1fr;
  }

  .pf-split__business,
  .pf-split__private {
    padding: 34px 24px;
  }

  .pf-split h3 {
    font-size: 29px;
  }

  .pf-split p,
  .pf-split li {
    font-size: 14px;
  }

  .pf-step-grid article {
    min-height: 0;
    padding: 34px 28px;
  }

  .pf-step-grid article:not(:last-child)::after,
  .pf-step-grid article:not(:last-child)::before {
    display: none;
  }

  .pf-step-grid svg,
  .pf-step-grid .pf-icon-img {
    width: 68px;
    height: 68px;
  }

  .pf-step-grid span {
    font-size: 42px;
  }

  .pf-step-grid h3 {
    font-size: 20px;
  }

  .pf-step-grid p {
    font-size: 13px;
  }

  .pf-coverage__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .pf-coverage p {
    margin-bottom: 24px;
    font-size: 13.5px;
  }

  .pf-coverage-card {
    min-height: 96px;
    padding: 18px;
    grid-template-columns: 48px 1fr;
    gap: 16px;
  }

  .pf-coverage-card svg,
  .pf-coverage-card .pf-icon-img {
    width: 42px;
    height: 42px;
  }

  .pf-coverage-card strong {
    font-size: 16px;
  }

  .pf-coverage-card span {
    font-size: 12.5px;
  }

  .pf-brand-box {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 16px;
  }

  .pf-brand-box span {
    height: 104px;
    padding: 22px;
  }

  .pf-brand-box span:not(:nth-child(4n))::after {
    display: none;
  }

  .pf-brand-box span:nth-child(odd)::after {
    content: "";
    width: 1px;
    height: 70px;
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    background: #ddd;
  }

  .pf-brand-box img {
    max-height: 58px;
  }

  .pf-faq summary {
    min-height: 58px;
    padding: 12px 12px 12px 18px;
    font-size: 14px;
  }

  .pf-faq summary span {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .pf-faq details p {
    padding: 0 54px 22px 18px;
    font-size: 12.5px;
  }

  .pf-cta {
    grid-template-columns: 1fr;
  }

  .pf-cta__image {
    height: 260px;
    background:
      linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 45%),
      var(--bg) center / cover no-repeat;
  }

  .pf-cta__content {
    padding: 24px;
  }

  .pf-cta h2 {
    font-size: 32px;
    white-space: normal;
  }

  .pf-cta h3 {
    font-size: 20px;
  }

  .pf-cta p {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .pf-cta__trust {
    margin-top: 28px;
    grid-template-columns: 1fr;
  }

  .pf-cta__trust span {
    min-height: 74px;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .pf-footer {
    padding: 58px 0;
  }

  .pf-footer__grid,
  .pf-footer__legal {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .pf-footer__brand img {
    width: 230px;
  }

  .pf-footer__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .pf-shell {
    width: calc(100% - 40px);
  }

  .pf-nav__inner,
  .pf-hero__copy {
    width: calc(100% - 40px);
  }

  .pf-logo img {
    width: 172px;
  }

  .pf-hero__media img {
    height: 260px;
    object-position: 60% center;
  }

  .pf-hero__copy h1 {
    font-size: 29px;
  }

  .pf-service-card > img,
  .pf-solution-grid article > img {
    height: 150px;
  }
}
