@font-face {
  font-family: "Bebas Neue Pro";
  src: url("./assets/fonts/bebas-neue-pro-bold.ttf") format("truetype");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/fonts/roboto-condensed-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("./assets/fonts/roboto-condensed-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --page: 1440px;
  --container: 1140px;
  --green: #007052;
  --green-deep: #004731;
  --green-active: #005940;
  --lime: #cbd300;
  --orange: #ff841f;
  --pink: #f4608e;
  --burgundy: #871648;
  --ink: #1d1d1b;
  --body: #5b6270;
  --muted: #8e92a3;
  --soft: #f5f5f5;
  --stats-orange: #f3a200;
  --font-display: "Bebas Neue Pro", "Bebas Neue", Impact, sans-serif;
  --font-body: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  --font-alt: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
}

body,
button,
input {
  font-family: var(--font-body);
}

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

button,
input {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100vw - 40px));
  margin: 0 auto;
}

.section-green {
  background: var(--green);
  color: #ffffff;
}

.section-deep {
  background: var(--green-deep);
  color: #ffffff;
}

.section-black {
  background: #000000;
  color: #ffffff;
}

.brand {
  display: inline-block;
  color: var(--lime);
  font-family: var(--font-display);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: skew(-8deg);
}

.brand img,
.nav-cta img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand--nav {
  width: 181px;
  height: 48px;
  transform: none;
}

.btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--pink);
  color: #000000;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding: 0 34px;
  text-transform: uppercase;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.btn:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.btn--small {
  min-height: 34px;
  border-radius: 9px;
  font-size: 16px;
  padding: 0 28px;
}

.nav {
  height: 68px;
  position: sticky;
  z-index: 50;
  top: 0;
}

.nav__inner {
  display: flex;
  height: 68px;
  align-items: center;
}

.nav .brand {
  width: 181px;
}

.nav__links {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-left: auto;
  margin-right: 118px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.nav-cta {
  display: block;
  width: 192px;
  height: 36px;
}

.hero {
  height: 720px;
  overflow: hidden;
}

.hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: 700px 440px;
  height: 100%;
  align-items: start;
}

.hero__copy {
  padding-top: 80px;
}

.tag {
  display: inline-flex;
  width: 179px;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 9px;
  color: #000000;
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}

.tag--lime {
  background: var(--lime);
}

.tag--tilt {
  transform: rotate(-4deg);
}

.hero h1,
.stats h2,
.team h2,
.effect h2,
.faq h2,
.final-cta h2,
.phone-orders h2,
.buyers-strip h2 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 28px;
  color: #ffffff;
  font-size: 68px;
  line-height: 1.05;
}

.hero p {
  width: 565px;
  margin: 30px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.42;
}

.hero__actions {
  display: flex;
  gap: 23px;
  align-items: center;
  margin-top: 28px;
}

.link-light {
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
}

.hero__art-frame {
  position: absolute;
  right: 0;
  top: 88px;
  width: 440px;
  height: 560px;
  overflow: hidden;
}

.hero__art {
  display: block;
  width: 440px;
  height: 560px;
  object-fit: cover;
}

.stats {
  height: 344px;
  background: #00543c;
}

.stats__inner {
  position: relative;
  height: 272.09px;
  padding-top: 0;
  text-align: center;
  top: 58px;
}

.stats h2 {
  position: absolute;
  left: 353px;
  top: 0;
  width: 434px;
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  line-height: 1;
}

.case-badge-img {
  position: absolute;
  left: 391.26px;
  top: 42px;
  display: block;
  width: 357.5px;
  height: 103.5px;
  object-fit: contain;
}

.stats__row {
  position: absolute;
  left: 0;
  top: 178px;
  display: block;
  width: 1140px;
  height: 79px;
  margin: 0;
}

.stat {
  position: absolute;
  display: grid;
  justify-items: center;
  gap: 3px;
}

.stat:nth-child(1) {
  left: 226px;
  top: 0;
  width: 122px;
}

.stat:nth-child(2) {
  left: 422px;
  top: 0;
  width: 221px;
}

.stat:nth-child(3) {
  left: 686px;
  top: 0;
  width: 265px;
}

.stat strong {
  color: var(--stats-orange);
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
}

.stat span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}

.quote {
  height: 461px;
  background: #ffffff;
}

.quote__inner {
  display: grid;
  height: 100%;
  justify-items: center;
  padding-top: 80px;
}

.quote__card {
  position: relative;
  width: 1100px;
  height: 193px;
  margin: 0;
  border-radius: 8px;
  background: var(--lime);
  padding: 70px 40px 36px;
}

.quote__mark {
  position: absolute;
  left: 39px;
  top: 21px;
  width: 40px;
  height: 32px;
  color: var(--green);
}

.quote__mark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.quote blockquote {
  margin: 0;
  color: #000000;
  font-size: 22px;
  line-height: 1.13;
}

.quote figcaption {
  position: absolute;
  right: 62px;
  bottom: 39px;
  display: grid;
}

.quote figcaption strong {
  font-size: 22px;
  line-height: 1.18;
}

.quote figcaption span {
  font-size: 14px;
}

.quote__btn-img {
  display: block;
  width: 360px;
  height: 48px;
  margin-top: 49px;
}

.quote__btn-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.how {
  height: 301px;
  background: var(--soft);
}

.how__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 32px;
  align-content: flex-start;
  padding-top: 38px;
  padding-left: 20px;
  padding-right: 20px;
}

.how__title-img {
  display: block;
  width: 306px;
  height: 38px;
  object-fit: contain;
  flex-basis: 100%;
}

.step-card {
  position: relative;
  width: 345px;
  min-height: 162px;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.step-card span {
  position: static;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 10px;
  background: var(--green);
  color: #ffffff;
  font-family: var(--font-alt);
  font-size: 24px;
}

.step-card h3 {
  margin: 16px 0 0;
  font-size: 20px;
  line-height: 1.45;
}

.step-card p {
  margin: 12px 0 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

.partner-app {
  height: 515px;
  background: #ffffff;
  color: var(--ink);
  padding-top: 26px;
}

.split {
  position: relative;
  display: block;
  height: 450px;
}

.split__copy h2 {
  margin: 66px 0 0;
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
  text-transform: uppercase;
}

.split__copy > p {
  width: 493px;
  margin: 15px 0 0;
  color: var(--body);
  font-size: 18px;
  line-height: 1.45;
}

.partner-app .split__copy {
  position: absolute;
  left: 20px;
  top: 37px;
  width: 540px;
  height: 376px;
}

.partner-app .ribbon-link {
  position: absolute;
  left: 0;
  top: -17.92px;
  display: block;
  width: 245.5px;
  height: 66.5px;
}

.partner-app .ribbon-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner-app .feature-list {
  position: absolute;
  left: 0;
  top: 205px;
  display: block;
  width: 540.2px;
  height: 204px;
  margin: 0;
}

.partner-app .feature-list li {
  position: absolute;
  display: block;
  height: 51.84px;
  min-height: 0;
}

.partner-app .feature-list li:nth-child(1) {
  left: 0;
  top: 0;
  width: 540.2px;
}

.partner-app .feature-list li:nth-child(2) {
  left: 0;
  top: 79px;
  width: 498.47px;
}

.partner-app .feature-list li:nth-child(3) {
  left: 0;
  top: 152px;
  width: 395.66px;
}

.partner-app .feature-icon {
  position: absolute;
  display: block;
  object-fit: contain;
}

.partner-app .feature-list li:nth-child(1) .feature-icon {
  left: -1px;
  top: -2px;
  width: 46.5px;
  height: 46.5px;
}

.partner-app .feature-list li:nth-child(2) .feature-icon {
  left: -2px;
  top: 1px;
  width: 47px;
  height: 47px;
}

.partner-app .feature-list li:nth-child(3) .feature-icon {
  left: -1px;
  top: 0;
  width: 46px;
  height: 46px;
}

.partner-app .feature-list strong {
  position: absolute;
  left: 58px;
  top: -1px;
  font-size: 18px;
  line-height: 1.45;
}

.partner-app .feature-list span {
  position: absolute;
  left: 58px;
  top: 29.1px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.45;
}

.partner-app .phone-card {
  position: absolute;
  left: 839.8px;
  top: 11px;
  min-height: 428px;
}

.feature-list {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 18px;
  align-items: start;
}

.feature-list strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.45;
}

.feature-list span {
  grid-column: 2;
  color: var(--body);
  font-size: 15px;
  line-height: 1.45;
}

.icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: #000000;
  font-weight: 700;
  font-style: normal;
}

.icon--lime {
  background: var(--lime);
}

.icon--green {
  background: var(--green);
  color: #ffffff;
}

.icon--orange {
  background: var(--orange);
}

.icon--pink {
  background: var(--pink);
}

.phone-card {
  width: 280px;
  min-height: 430px;
  border-radius: 30px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
  padding: 24px 20px;
}

.phone-card__top,
.customer,
.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-card__top strong {
  font-size: 15px;
}

.phone-card__top span,
.customer em {
  border-radius: 8px;
  background: #e6f2ee;
  color: var(--green);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  padding: 7px 10px;
}

.customer {
  margin-top: 22px;
}

.order-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.order-list p {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 0;
  font-size: 11px;
}

.order-list small {
  color: var(--muted);
  font-size: 9px;
}

.total {
  margin-top: 30px;
}

.total strong {
  font-family: var(--font-alt);
  font-size: 18px;
}

.phone-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 19px;
}

.phone-actions button {
  height: 42px;
  border: 1px solid #d3d5de;
  border-radius: 8px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.phone-actions button:last-child {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.phone-card--order .order-list {
  background: #f4f4f4;
}

.team {
  height: 682px;
  padding-top: 57px;
}

.team__inner {
  position: relative;
  display: block;
  height: 566.25px;
}

.mockups {
  position: absolute;
  left: 20px;
  top: 9.125px;
  display: block;
  width: 520px;
  height: 548px;
}

.info-phone {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  min-height: 322px;
  border-radius: 28px;
  background: #ffffff;
  color: var(--ink);
  padding: 28px 24px;
}

.info-phone--academy {
  left: 270px;
  min-height: 440px;
}

.team__copy {
  position: absolute;
  left: 588px;
  top: 0;
  width: 532px;
}

.info-phone h3 {
  margin: 0 0 18px;
  font-size: 17px;
}

.info-phone p {
  color: var(--body);
  font-size: 11px;
  line-height: 1.4;
}

.info-phone span {
  display: inline-block;
  border-radius: 8px;
  background: var(--lime);
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  padding: 8px 10px;
}

.info-phone button {
  display: block;
  width: 100%;
  height: 34px;
  margin-top: 11px;
  border: 0;
  border-radius: 8px;
  background: #f2f2f2;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  text-align: left;
  padding: 0 10px;
}

.team__copy h2 {
  color: #ffffff;
  font-size: 54px;
  line-height: 1.05;
}

.team__copy > p {
  width: 529px;
  margin: 8px 0 25px;
  color: #d7eee6;
  font-size: 18px;
  line-height: 1.45;
}

.team .feature-list {
  gap: 24px;
}

.team .feature-list li {
  grid-template-columns: 46px 1fr;
  grid-template-rows: 26px 48px;
  column-gap: 12px;
  height: 74px;
  min-height: 0;
}

.team .team-feature-icon {
  display: block;
  grid-row: 1 / span 2;
  width: 47px;
  height: 47px;
  object-fit: contain;
}

.team .feature-list li:nth-child(1) .team-feature-icon {
  transform: translate(-2px, 1px);
}

.team .feature-list li:nth-child(2) .team-feature-icon {
  transform: translate(1px, -2px);
}

.team .feature-list li:nth-child(3) .team-feature-icon {
  width: 46px;
  height: 46px;
  transform: translate(-1px, 0);
}

.feature-list--light strong {
  color: #ffffff;
}

.feature-list--light span {
  color: #d7eee6;
}

.team__note {
  display: block;
  margin-top: 22px;
  color: var(--lime);
  font-size: 17px;
  line-height: 1.45;
}

.phone-orders {
  height: 615px;
  background: #ffffff;
  padding-top: 50px;
}

.phone-orders__inner {
  position: relative;
  display: block;
  height: 515px;
}

.phone-orders h2 {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1100px;
  font-size: 44px;
  line-height: 1;
}

.phone-orders p {
  color: var(--body);
  font-size: 18px;
  line-height: 1.45;
}

.benefits {
  position: absolute;
  left: 20px;
  top: 96.5px;
  display: grid;
  width: 508px;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefits li {
  position: relative;
  padding-left: 42px;
  height: 28px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  white-space: nowrap;
}

.benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
}

.benefits li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 7px;
  width: 15px;
  height: 8px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.phone-card--wide {
  justify-self: center;
  width: 310px;
}

.benefits-cta {
  position: absolute;
  left: 390px;
  top: 433px;
  width: 360px;
  min-height: 48px;
  margin: 0;
}

.effect {
  height: 575px;
  background: var(--soft);
  padding-top: 70px;
}

.effect__inner {
  position: relative;
  display: block;
  height: 439.56px;
}

.effect h2 {
  position: absolute;
  left: 20px;
  top: 0;
  width: 1100px;
  font-size: 44px;
  line-height: 1;
}

.effect__lead {
  position: absolute;
  left: 20px;
  top: 59px;
  width: 720px;
  margin: 0;
  color: var(--body);
  font-size: 18px;
  line-height: 1.45;
}

.onboarding-cards {
  position: absolute;
  left: 20px;
  top: 125px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 1100px;
}

.onboarding-cards article {
  position: relative;
  height: 227px;
  border-radius: 10px;
  background: #ffffff;
  padding: 0;
}

.onboarding-icon {
  position: absolute;
  display: block;
  width: 47px;
  height: 47px;
  object-fit: contain;
}

.onboarding-cards article:nth-child(1) .onboarding-icon {
  left: 24.88px;
  top: 27.18px;
}

.onboarding-cards article:nth-child(2) .onboarding-icon {
  left: 24.52px;
  top: 27.59px;
}

.onboarding-cards article:nth-child(3) .onboarding-icon {
  left: 27.18px;
  top: 24.88px;
}

.onboarding-cards h3 {
  position: absolute;
  left: 28px;
  top: 86px;
  width: 289.33px;
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

.onboarding-cards p {
  position: absolute;
  left: 28px;
  top: 129px;
  width: 289.33px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

.flow {
  position: absolute;
  left: 20px;
  top: 391.56px;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow li {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  padding: 0 22px;
}

.flow li:nth-of-type(1) {
  width: 260px;
}

.flow li:nth-of-type(2) {
  width: 250px;
}

.flow li:nth-of-type(3) {
  width: 220px;
}

.flow-arrow {
  display: flex;
  width: 17px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.flow li > span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
}

.calculator {
  position: absolute;
  left: 639.69px;
  top: 87px;
  width: 480px;
  height: 303px;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 16px 32px 46px;
}

.calculator h3 {
  margin: 0 0 19px;
  font-family: var(--font-display);
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}

.calculator label {
  display: block;
  color: var(--body);
  font-size: 15px;
  margin-bottom: 10px;
}

.calculator input[type="range"] {
  width: 100%;
  height: 22px;
  margin: 0;
  accent-color: var(--pink);
  appearance: none;
  background: transparent;
}

.calculator input[type="range"]::-webkit-slider-runnable-track {
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(to right, #e96188 0%, #e96188 var(--range-progress, 20%), #e6f2ee var(--range-progress, 20%), #e6f2ee 100%);
}

.calculator input[type="range"]::-webkit-slider-thumb {
  width: 22px;
  height: 22px;
  margin-top: -6.5px;
  border: 3px solid #e96188;
  border-radius: 50%;
  appearance: none;
  background: #ffffff;
}

.calculator input[type="range"]::-moz-range-track {
  height: 9px;
  border-radius: 999px;
  background: #e6f2ee;
}

.calculator input[type="range"]::-moz-range-progress {
  height: 9px;
  border-radius: 999px;
  background: #e96188;
}

.calculator input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 3px solid #e96188;
  border-radius: 50%;
  background: #ffffff;
}

.calculator > strong {
  display: block;
  margin-top: 6px;
  font-size: 14px;
}

.calculator__result {
  display: grid;
  gap: 0.7px;
  height: 109px;
  margin-top: 20px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: none;
  padding: 10px 24px 13px;
}

.calculator__result span,
.calculator__result small {
  color: var(--muted);
  font-size: 14px;
}

.calculator__result b {
  color: #e96188;
  font-family: var(--font-alt);
  font-size: 31.3px;
  line-height: 1.405750833;
}

.buyers-strip {
  height: 261px;
  background: var(--lime);
  color: var(--ink);
}

.buyers-strip__inner {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
}

.buyers-strip h2 {
  position: absolute;
  left: 343px;
  top: 53.55px;
  width: 454px;
  font-size: 41px;
  line-height: 1;
}

.buyers-strip p {
  position: absolute;
  left: 343px;
  top: 105.45px;
  width: 454px;
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
}

.store-buttons {
  position: absolute;
  left: 375px;
  top: 156px;
  display: flex;
  gap: 87px;
  margin: 0;
}

.store-buttons a {
  display: block;
  width: 158px;
  height: 49px;
  min-width: 0;
}

.store-buttons a:nth-child(2) {
  width: 158px;
}

.store-buttons img,
.store-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq {
  min-height: 644px;
  background: #ffffff;
}

.faq__inner {
  width: var(--container);
  min-height: 644px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 58px;
}

.faq h2 {
  width: 157px;
  margin: 0;
  text-align: center;
  font-size: 39px;
  line-height: 1;
}

.faq-list {
  width: 634px;
  margin-top: 12px;
}

.faq-list details {
  border-bottom: 1px solid #d3d5de;
}

.faq-list summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  content: "⌄";
  color: var(--green);
  font-size: 22px;
  transition: transform 0.18s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(180deg);
}

.faq-list p {
  margin: -8px 0 22px;
  color: var(--body);
  font-size: 16px;
  line-height: 1.45;
}

.final-cta {
  height: 430px;
  background: var(--green);
  color: #ffffff;
  padding-top: 45px;
}

.final-cta__inner {
  display: grid;
  justify-items: center;
  row-gap: 36px;
}

.final-cta h2 {
  width: 466px;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}

.final-cta p {
  font-size: 20px;
  line-height: 1.45;
}

.final-cta__top-btn {
  width: 360px;
  min-height: 48px;
  margin: 0;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px 14px;
  width: 920px;
  min-height: 172px;
  border-radius: 20px;
  background: #ffffff;
  color: var(--ink);
  margin: 0;
  padding: 28px;
}

.lead-form input[type="text"],
.lead-form input:not([type]) {
  height: 48px;
}

.lead-form > input {
  width: 100%;
  height: 48px;
  border: 1px solid #d3d5de;
  border-radius: 10px;
  background: var(--soft);
  color: var(--ink);
  font-size: 15px;
  padding: 0 16px;
}

.lead-form--invalid input:invalid {
  border-color: var(--pink);
}

.lead-form__error {
  display: none;
  grid-column: 1 / -1;
  margin: -4px 0 -2px;
  color: var(--pink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.lead-form__error:not(:empty) {
  display: block;
  min-height: 18px;
}

.lead-form .btn {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 50px;
  border-radius: 10px;
  margin-top: 0;
  font-size: 22px;
}

.btn--orange {
  background: var(--orange);
}

@media (min-width: 901px) and (max-width: 1439px) {
  .final-cta {
    height: calc(430 / 1440 * 100vw);
    padding-top: calc(45 / 1440 * 100vw);
  }

  .final-cta__inner {
    width: calc(1140 / 1440 * 100vw);
    row-gap: calc(36 / 1440 * 100vw);
  }

  .final-cta h2 {
    width: calc(466 / 1140 * 100%);
    font-size: calc(44 / 1440 * 100vw);
  }

  .final-cta__top-btn {
    width: calc(360 / 1440 * 100vw);
    min-height: calc(48 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(20 / 1440 * 100vw);
  }

  .lead-form {
    width: calc(920 / 1440 * 100vw);
    min-height: calc(172 / 1440 * 100vw);
    gap: calc(18 / 1440 * 100vw) calc(14 / 1440 * 100vw);
    border-radius: calc(20 / 1440 * 100vw);
    padding: calc(28 / 1440 * 100vw);
  }

  .lead-form input[type="text"],
  .lead-form input:not([type]),
  .lead-form > input {
    height: calc(48 / 1440 * 100vw);
  }

  .lead-form > input {
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    padding: 0 calc(16 / 1440 * 100vw);
  }

  .lead-form .btn {
    min-height: calc(50 / 1440 * 100vw);
    border-radius: calc(10 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .effect {
    padding: 64px 0 72px;
  }

  .effect__inner {
    display: grid;
    gap: 28px;
    height: auto;
  }

  .effect h2,
  .effect__lead,
  .onboarding-cards {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }

  .effect h2 {
    font-size: 44px;
  }

  .effect__lead {
    margin: 0;
  }

  .onboarding-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .onboarding-cards article {
    height: 250px;
  }

  .onboarding-cards h3 {
    width: calc(100% - 56px);
    font-size: 18px;
  }

  .onboarding-cards p {
    width: calc(100% - 56px);
    font-size: 15px;
  }

  .flow {
    position: static;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 6px;
  }

  .flow-arrow {
    display: none;
  }

  .flow li,
  .flow li:nth-of-type(1),
  .flow li:nth-of-type(2),
  .flow li:nth-of-type(3) {
    width: auto;
    min-width: 190px;
    max-width: 260px;
    height: 54px;
    padding: 0 20px;
    white-space: nowrap;
  }
}

.partners {
  height: 430px;
  background: #ffffff;
  padding-top: 42.99px;
}

.partners__inner {
  position: relative;
  display: block;
  height: 344.02px;
  text-align: center;
}

.partners h2 {
  position: absolute;
  left: 423.5px;
  top: 0;
  width: 293px;
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 39px;
  line-height: 1;
  text-transform: uppercase;
}

.partners p {
  position: absolute;
  left: 353px;
  top: 55px;
  width: 434px;
  margin: 0;
  color: var(--body);
  font-size: 16px;
}

.partner-chips {
  position: absolute;
  left: 120px;
  top: 110px;
  width: 900px;
  height: 238px;
  max-width: none;
}

.partner-chip {
  position: absolute;
  left: var(--x);
  top: var(--y);
  display: flex;
  width: var(--w);
  height: 62px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid var(--green);
  background: #ffffff;
  color: var(--green);
  font-family: var(--font-alt);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0 24px;
  transform: rotate(var(--r));
}

.partner-chip--outline-green {
  border-color: var(--green);
  color: var(--green);
}

.partner-chip--green {
  border-color: var(--green);
  background: var(--green);
  color: #ffffff;
}

.partner-chip--outline-orange {
  border-color: var(--orange);
  color: var(--orange);
}

.partner-chip--orange {
  border-color: var(--orange);
  background: var(--orange);
  color: var(--ink);
}

.partner-chip--lime {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--ink);
}

.partner-chip--outline-lime {
  border-color: var(--lime);
  color: var(--green);
}

.partner-chip--pink {
  border-color: var(--pink);
  background: var(--pink);
  color: #ffffff;
}

.partner-chip--pink-outline {
  border: 2px solid var(--pink);
  background: #ffffff;
  color: var(--burgundy);
}

.partner-chip--burgundy {
  border-color: var(--burgundy);
  background: var(--burgundy);
  color: #ffffff;
}

.partner-chip--outline-burgundy {
  border-color: var(--burgundy);
  background: #ffffff;
  color: var(--burgundy);
}

.download-apps {
  height: 390px;
  background: var(--green);
  color: #ffffff;
  padding-top: 64px;
}

.download-apps__inner {
  display: grid;
  grid-template-columns: 270px 782px;
  column-gap: 88px;
  align-items: center;
}

.download-apps h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
}

.download-apps__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.download-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 188px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  padding: 20px;
  transform: rotate(var(--tilt));
}

.download-card__qr {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(90deg, currentColor 10px, transparent 10px) 0 0 / 22px 22px,
    linear-gradient(currentColor 10px, transparent 10px) 0 0 / 22px 22px,
    #ffffff;
  color: var(--ink);
}

.download-card__qr img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.download-card__qr span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 6px;
  background: #ffffff;
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.download-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 32px;
  line-height: 0.98;
  text-transform: uppercase;
}

.store-links {
  display: grid;
  gap: 10px;
}

.store-links a,
.store-links span {
  display: block;
  width: 158px;
  height: 49px;
}

.store-links span {
  cursor: default;
}

.download-card--buyer {
  --tilt: 0deg;
  background: var(--lime);
  color: var(--ink);
}

.download-card--partner {
  --tilt: 0deg;
  background: var(--pink);
  color: #ffffff;
}

.download-card--partner .download-card__qr,
.download-card--partner .download-card__qr span {
  color: var(--burgundy);
}

.footer {
  height: 321px;
  background: #00543c;
  padding: 56px 0 116px;
}

.footer__inner {
  display: grid;
  grid-template-columns: 648px 379px;
  column-gap: 253px;
  row-gap: 67px;
  align-items: start;
  height: 149px;
}

.footer-brand {
  width: 648px;
}

.footer-logo {
  display: block;
  width: 180px;
  height: 48px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer p {
  margin: 23px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
}

.footer nav {
  width: 379px;
  display: grid;
  gap: 14px;
  align-content: start;
  color: #9cc7b8;
  font-size: 15px;
}

.legal {
  grid-column: 1 / -1;
  width: 1100px;
  margin: 0 !important;
  color: #6fa593 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.thanks {
  min-height: 100vh;
}

.thanks__inner {
  display: grid;
  min-height: 100vh;
  align-content: center;
  justify-items: start;
}

.thanks h1 {
  margin: 38px 0 0;
  font-family: var(--font-display);
  font-size: 78px;
  line-height: 1;
  text-transform: uppercase;
}

.thanks p {
  max-width: 560px;
  margin: 18px 0 34px;
  font-size: 22px;
  line-height: 1.35;
}

.policy-page {
  background: #f5f5f5;
}

.policy-hero {
  min-height: 360px;
  color: #ffffff;
}

.policy-hero__inner {
  position: relative;
  padding: 38px 0 64px;
}

.policy-hero .brand {
  display: block;
  width: 180px;
  height: auto;
}

.policy-back {
  position: absolute;
  right: 0;
  top: 45px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  background: var(--pink);
  color: var(--ink);
  font-size: 18px;
  font-weight: 700;
  padding: 0 22px;
}

.policy-hero h1 {
  width: 760px;
  margin: 70px 0 0;
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 0.95;
  text-transform: uppercase;
}

.policy-hero p {
  width: 640px;
  margin: 24px 0 0;
  color: #d7eee6;
  font-size: 22px;
  line-height: 1.35;
}

.policy-main {
  padding: 72px 0 96px;
}

.policy-content {
  max-width: 920px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--ink);
  padding: 56px 70px 68px;
}

.policy-content h2 {
  margin: 42px 0 16px;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

.policy-content h2:first-child {
  margin-top: 0;
}

.policy-content p,
.policy-content li {
  color: var(--body);
  font-size: 17px;
  line-height: 1.55;
}

.policy-content p {
  margin: 0 0 14px;
}

.policy-content ul,
.policy-content ol {
  margin: 0 0 18px;
  padding-left: 24px;
}

.policy-content li + li {
  margin-top: 8px;
}

.policy-legal {
  margin-bottom: 34px;
  border-radius: 10px;
  background: var(--lime);
  padding: 26px 30px;
}

.policy-legal h2 {
  margin: 0 0 14px;
  color: var(--ink);
}

.policy-legal p {
  color: var(--ink);
  font-weight: 700;
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .nav,
  .hero,
  .stats,
  .quote,
  .how,
  .partner-app,
  .team,
  .phone-orders,
  .effect,
  .buyers-strip,
  .faq,
  .final-cta,
  .partners,
  .download-apps,
  .footer {
    height: auto;
  }

  .nav__inner,
  .hero__inner,
  .split,
  .team__inner,
  .phone-orders__inner,
  .effect__inner,
  .final-cta__inner,
  .footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
  }

  .nav__inner {
    gap: 16px;
    padding: 18px 0;
  }

  .nav__links {
    flex-wrap: wrap;
    gap: 14px;
    margin: 0;
  }

  .hero {
    padding-bottom: 48px;
  }

  .hero__copy {
    padding-top: 44px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero p {
    width: auto;
  }

  .hero__actions,
  .launch-steps,
  .store-buttons {
    flex-wrap: wrap;
  }

  .hero__art {
    position: static;
    width: 100%;
    max-width: 520px;
    margin: 30px auto 0;
  }

  .stats,
  .quote,
  .how,
  .partner-app,
  .team,
  .phone-orders,
  .effect,
  .buyers-strip,
  .faq,
  .final-cta,
  .partners,
  .download-apps,
  .footer {
    padding: 56px 0;
  }

  .stats__row,
  .how__grid {
    grid-template-columns: 1fr;
  }

  .quote__card,
  .faq__inner {
    width: 100%;
  }

  .quote__card {
    height: auto;
    padding-bottom: 120px;
  }

  .quote figcaption {
    left: 40px;
    right: auto;
  }

  .mockups {
    flex-wrap: wrap;
  }

  .team__copy h2,
  .phone-orders h2,
  .final-cta h2 {
    font-size: 44px;
  }

  .final-cta {
    padding: 56px 0;
  }

  .final-cta__inner {
    display: grid;
    gap: 28px;
    justify-items: center;
    height: auto;
  }

  .final-cta h2 {
    width: auto;
    text-align: center;
  }

  .final-cta__top-btn {
    width: min(360px, 100%);
  }

  .lead-form {
    width: min(920px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lead-form .btn {
    min-height: 50px;
  }

  .download-apps__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .download-apps h2 {
    font-size: 44px;
  }

  .download-apps__links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .download-card {
    grid-template-columns: 86px 1fr;
    min-height: 148px;
    gap: 16px;
    padding: 16px;
    transform: none;
  }

  .download-card__qr {
    width: 86px;
    height: 86px;
    background:
      linear-gradient(90deg, currentColor 8px, transparent 8px) 0 0 / 18px 18px,
      linear-gradient(currentColor 8px, transparent 8px) 0 0 / 18px 18px,
      #ffffff;
  }

  .download-card__qr span {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .download-card h3 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .store-links a,
  .store-links span {
    width: 122px;
    height: 38px;
  }

  .policy-hero {
    min-height: auto;
  }

  .policy-hero__inner {
    padding: 28px 0 48px;
  }

  .policy-hero .brand {
    width: 150px;
  }

  .policy-back {
    position: static;
    margin-top: 28px;
  }

  .policy-hero h1 {
    width: auto;
    margin-top: 46px;
    font-size: 48px;
  }

  .policy-hero p {
    width: auto;
    font-size: 18px;
  }

  .policy-main {
    padding: 32px 0 56px;
  }

  .policy-content {
    width: min(100% - 32px, 920px);
    padding: 30px 22px 38px;
  }

  .policy-content h2 {
    font-size: 28px;
  }

  .policy-content p,
  .policy-content li {
    font-size: 16px;
  }

  .policy-legal {
    padding: 22px 18px;
  }
}

@media (max-width: 900px) {
  :root {
    --mobile-gutter: 16px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    min-width: 0;
    font-size: 17px;
  }

  .container,
  .faq__inner {
    width: min(342px, calc(100% - 48px));
  }

  .btn {
    min-height: 46px;
    border-radius: 8px;
    font-size: 23px;
    padding: 0 24px;
    text-align: center;
    white-space: nowrap;
  }

  .nav {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 96px;
    background: transparent;
    padding: 0;
  }

  .nav__inner {
    display: flex;
    height: 96px;
    align-items: flex-start;
    padding: 0;
    padding-top: 28px;
  }

  .nav__links {
    display: none;
  }

  .brand--nav,
  .nav .brand {
    width: 181px;
    height: 48px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    height: 844px;
    min-height: 844px;
    padding: 102px 0 0;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;
  }

  .hero__copy {
    order: 1;
    padding-top: 0;
  }

  .tag {
    width: 146px;
    height: 38px;
    border-radius: 8px;
    font-size: 16px;
  }

  .hero h1 {
    margin-top: 29px;
    font-size: 44px;
    line-height: 0.98;
  }

  .hero p {
    width: auto;
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.35;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 26px;
  }

  .hero__actions .btn {
    width: 100%;
  }

  .link-light {
    justify-self: start;
    font-size: 17px;
  }

  .hero__art-frame {
    position: relative;
    order: 2;
    right: auto;
    top: auto;
    width: 100%;
    height: 268px;
    margin: 16px auto 0;
    overflow: hidden;
  }

  .hero__art {
    width: 360px;
    height: 330px;
    max-width: none;
    margin: 0 auto;
    object-fit: contain;
    transform: translateY(-4px);
  }

  .stats {
    height: 844px;
    min-height: 844px;
    padding: 63px 0 0;
    background: #00543c;
  }

  .stats__inner {
    position: relative;
    top: auto;
    height: auto;
    padding: 0;
  }

  .stats h2 {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0 auto;
    font-size: 48px;
    line-height: 0.95;
  }

  .case-badge-img {
    position: relative;
    left: auto;
    top: auto;
    width: 356px;
    height: auto;
    margin: 24px auto 98px;
  }

  .stats__row {
    position: static;
    display: grid;
    width: auto;
    height: auto;
    gap: 55px;
  }

  .stat,
  .stat:nth-child(1),
  .stat:nth-child(2),
  .stat:nth-child(3) {
    position: static;
    width: auto;
  }

  .stat strong {
    font-size: 58px;
  }

  .stat span {
    max-width: 280px;
    font-size: 18px;
  }

  .quote {
    height: 660px;
    padding: 58px 0 0;
  }

  .quote__inner {
    display: grid;
    height: auto;
    padding: 0;
  }

  .quote__card {
    width: 100%;
    height: 420px;
    min-height: 420px;
    border-radius: 8px;
    padding: 104px 26px 58px;
  }

  .quote__mark {
    left: 24px;
    top: 28px;
    width: 36px;
    height: 30px;
  }

  .quote blockquote {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.15;
  }

  .quote figcaption {
    left: 104px;
    right: 29px;
    bottom: 73px;
    text-align: right;
  }

  .quote figcaption strong {
    font-size: 22px;
  }

  .quote__btn-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-top: 42px;
  }

  .how {
    height: 660px;
    padding: 54px 0 0;
    background: var(--soft);
  }

  .how__grid {
    display: grid;
    gap: 39px;
    padding: 0;
  }

  .how__title-img {
    display: none;
  }

  .how__grid::before {
    content: "КАК ЭТО\AРАБОТАЕТ";
    white-space: pre;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 46px;
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
  }

  .step-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 16px;
    width: 100%;
    min-height: 0;
  }

  .step-card span {
    width: 44px;
    height: 44px;
  }

  .step-card h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
  }

  .step-card p {
    grid-column: 2;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.35;
  }

  .partner-app {
    height: 1064px;
    padding: 46px 0 0;
    background: #ffffff;
  }

  .split {
    display: grid;
    gap: 34px;
    height: auto;
  }

  .partner-app .split__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .partner-app .ribbon-link {
    position: static;
    display: block;
    width: 225px;
    height: auto;
  }

  .partner-app .ribbon-img {
    width: 100%;
    height: auto;
  }

  .split__copy h2 {
    margin-top: 28px;
    font-size: 48px;
    line-height: 0.98;
  }

  .split__copy > p {
    width: auto;
    margin-top: 12px;
    font-size: 18px;
  }

  .partner-app .feature-list {
    position: static;
    display: grid;
    width: 100%;
    height: auto;
    gap: 20px;
    margin-top: 26px;
  }

  .partner-app .feature-list li,
  .partner-app .feature-list li:nth-child(1),
  .partner-app .feature-list li:nth-child(2),
  .partner-app .feature-list li:nth-child(3) {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 72px;
    height: auto;
    padding-left: 66px;
  }

  .partner-app .feature-icon,
  .partner-app .feature-list li:nth-child(1) .feature-icon,
  .partner-app .feature-list li:nth-child(2) .feature-icon,
  .partner-app .feature-list li:nth-child(3) .feature-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 48px;
    height: 48px;
  }

  .partner-app .feature-list strong,
  .partner-app .feature-list span {
    position: static;
    display: block;
    white-space: normal;
  }

  .partner-app .feature-list strong {
    font-size: 22px;
    line-height: 1.1;
  }

  .partner-app .feature-list span {
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.28;
  }

  .partner-app .phone-card {
    position: relative;
    left: auto;
    top: auto;
    width: 254px;
    min-height: 0;
    justify-self: center;
    border-radius: 28px;
    box-shadow: 0 14px 34px rgba(29, 29, 27, 0.12);
    padding: 18px 14px 16px;
  }

  .partner-app .phone-card__top strong {
    font-size: 12px;
  }

  .partner-app .phone-card__top span,
  .partner-app .customer em {
    font-size: 8px;
    padding: 5px 8px;
  }

  .partner-app .customer {
    margin-top: 18px;
  }

  .partner-app .order-list {
    gap: 12px;
    margin: 16px -14px 0;
    padding: 15px 14px;
  }

  .partner-app .total {
    margin-top: 20px;
  }

  .partner-app .phone-actions {
    margin-top: 16px;
  }

  .partner-app .order-list p {
    font-size: 10px;
  }

  .partner-app .order-list small {
    font-size: 8px;
  }

  .partner-app .total strong {
    font-size: 17px;
  }

  .partner-app .phone-actions button {
    height: 38px;
    font-size: 12px;
  }

  .team {
    height: 1290px;
    padding: 56px 0 64px;
  }

  .team__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
  }

  .mockups {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 342px;
    height: 504px;
    order: 2;
  }

  .info-phone,
  .info-phone--academy {
    position: absolute;
    left: -6px;
    top: 0;
    width: 250px;
    min-height: 322px;
    border-radius: 28px;
    padding: 28px 24px;
  }

  .info-phone--academy {
    left: 116px;
    top: 62px;
    min-height: 440px;
  }

  .info-phone h3 {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .info-phone p {
    font-size: 9.5px;
    line-height: 1.35;
  }

  .info-phone span {
    border-radius: 7px;
    font-size: 8px;
    padding: 7px 9px;
  }

  .info-phone button {
    height: 30px;
    margin-top: 9px;
    border-radius: 7px;
    font-size: 8.5px;
    padding: 0 9px;
  }

  .team__copy {
    position: static;
    width: 100%;
    order: 1;
  }

  .team__copy h2 {
    font-size: 50px;
  }

  .team__copy > p {
    width: auto;
    margin-top: 18px;
    font-size: 19px;
  }

  .team .feature-list {
    gap: 26px;
  }

  .team .feature-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    height: auto;
    min-height: 80px;
  }

  .team .team-feature-icon,
  .team .feature-list li:nth-child(3) .team-feature-icon {
    width: 50px;
    height: 50px;
  }

  .team .feature-list li:nth-child(1) .team-feature-icon,
  .team .feature-list li:nth-child(2) .team-feature-icon,
  .team .feature-list li:nth-child(3) .team-feature-icon {
    transform: none;
  }

  .feature-list--light strong {
    font-size: 22px;
    line-height: 1.15;
  }

  .feature-list--light span {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.25;
  }

  .team__note {
    margin-top: 28px;
    font-size: 20px;
  }

  .phone-orders {
    height: 920px;
    padding: 54px 0 60px;
    background: #ffffff;
  }

  .phone-orders__inner {
    display: grid;
    gap: 32px;
    height: auto;
  }

  .phone-orders h2 {
    position: static;
    width: auto;
    font-size: 48px;
    line-height: 0.98;
  }

  .benefits {
    position: static;
    width: auto;
    gap: 20px;
    margin-top: 28px;
  }

  .benefits li {
    height: auto;
    min-height: 28px;
    padding-left: 42px;
    white-space: normal;
    font-size: 20px;
    line-height: 1.25;
  }

  .calculator {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 18px;
    padding: 22px 22px 26px;
  }

  .calculator h3 {
    font-size: 40px;
  }

  .calculator label {
    font-size: 18px;
  }

  .calculator > strong {
    font-size: 17px;
  }

  .calculator__result {
    height: auto;
    min-height: 120px;
    padding: 18px 20px;
  }

  .calculator__result span {
    font-size: 18px;
  }

  .calculator__result b {
    margin-top: 6px;
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.15;
    white-space: nowrap;
  }

  .benefits-cta {
    position: static;
    width: 100%;
  }

  .effect {
    height: 980px;
    padding: 52px 0 0;
    background: var(--soft);
  }

  .effect__inner {
    display: grid;
    gap: 14px;
    height: auto;
  }

  .effect h2,
  .effect__lead {
    position: static;
    width: auto;
  }

  .effect h2 {
    width: 230px;
    font-size: 47px;
    line-height: 0.9;
  }

  .effect__lead {
    font-size: 19px;
    line-height: 1.3;
  }

  .onboarding-cards {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    width: 100%;
  }

  .onboarding-cards article {
    display: grid;
    grid-template-columns: 54px 1fr;
    column-gap: 14px;
    height: 158px;
    min-height: 158px;
    align-items: center;
    padding: 0 24px 0 26px;
  }

  .onboarding-icon,
  .onboarding-cards article:nth-child(1) .onboarding-icon,
  .onboarding-cards article:nth-child(2) .onboarding-icon,
  .onboarding-cards article:nth-child(3) .onboarding-icon {
    position: static;
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
  }

  .onboarding-cards h3,
  .onboarding-cards p {
    position: static;
    width: auto;
  }

  .onboarding-cards h3 {
    align-self: end;
    margin: 0;
    font-size: 23px;
    line-height: 1.05;
  }

  .onboarding-cards p {
    align-self: start;
    margin-top: 6px;
    font-size: 17px;
    line-height: 1.25;
  }

  .flow {
    position: static;
    display: grid;
    justify-items: start;
    gap: 14px;
    margin-top: 16px;
  }

  .flow-arrow {
    display: none;
  }

  .flow li,
  .flow li:nth-of-type(1),
  .flow li:nth-of-type(2),
  .flow li:nth-of-type(3) {
    width: auto;
    height: 48px;
    justify-content: flex-start;
    font-size: 14px;
    padding: 0 18px;
    white-space: nowrap;
  }

  .flow li > span {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    font-size: 16px;
  }

  .flow li:nth-of-type(1) {
    width: 220px;
  }

  .flow li:nth-of-type(2) {
    width: 292px;
  }

  .flow li:nth-of-type(3) {
    width: 198px;
  }

  .buyers-strip {
    height: 340px;
    padding: 54px 0;
  }

  .buyers-strip__inner {
    display: grid;
    gap: 18px;
    height: auto;
  }

  .buyers-strip h2,
  .buyers-strip p,
  .store-buttons {
    position: static;
    width: auto;
  }

  .buyers-strip h2 {
    font-size: 44px;
  }

  .buyers-strip p {
    font-size: 20px;
  }

  .store-buttons {
    display: flex;
    justify-content: center;
    gap: 25px;
  }

  .store-buttons a,
  .store-buttons a:nth-child(2) {
    width: 158px;
    height: 49px;
    aspect-ratio: auto;
  }

  .faq {
    height: 700px;
    min-height: 700px;
    padding: 54px 0 58px;
  }

  .faq__inner {
    min-height: 0;
    padding: 0;
  }

  .faq h2 {
    width: auto;
    font-size: 48px;
  }

  .faq-list {
    width: 100%;
    margin-top: 22px;
  }

  .faq-list summary {
    min-height: 66px;
    gap: 20px;
    font-size: 20px;
    line-height: 1.2;
  }

  .faq-list p {
    margin: -2px 0 20px;
    font-size: 18px;
    line-height: 1.35;
  }

  .final-cta {
    height: 760px;
    padding: 54px 0 62px;
    background: var(--green);
  }

  .final-cta__inner {
    gap: 24px;
  }

  .final-cta h2 {
    width: auto;
    font-size: 48px;
  }

  .final-cta__top-btn {
    width: 100%;
  }

  .lead-form {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    border-radius: 18px;
    padding: 22px;
  }

  .lead-form > input {
    height: 52px;
    font-size: 18px;
  }

  .lead-form__error {
    font-size: 16px;
  }

  .lead-form .btn {
    min-height: 54px;
  }

  .partners {
    height: 900px;
    padding: 54px 0 70px;
    background: #ffffff;
  }

  .partners__inner {
    height: auto;
    min-height: 790px;
  }

  .partners h2,
  .partners p {
    position: static;
    width: auto;
  }

  .partners h2 {
    font-size: 48px;
    line-height: 0.95;
  }

  .partners p {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.25;
  }

  .partner-chips {
    position: relative;
    left: 0;
    top: auto;
    width: 342px;
    height: 650px;
    margin-top: 38px;
    transform: none;
  }

  .partner-chip {
    height: 72px;
    border-radius: 14px;
    font-size: 20px;
    padding: 0 18px;
  }

  .partner-chip:nth-child(1) { --x: 0px !important; --y: 0px !important; --w: 160px !important; --r: -2deg !important; }
  .partner-chip:nth-child(2) { --x: 184px !important; --y: 0px !important; --w: 158px !important; --r: -2deg !important; }
  .partner-chip:nth-child(3) { --x: 20px !important; --y: 82px !important; --w: 160px !important; --r: -1.5deg !important; }
  .partner-chip:nth-child(4) { --x: 197px !important; --y: 82px !important; --w: 160px !important; --r: 2deg !important; }
  .partner-chip:nth-child(5) { --x: 0px !important; --y: 164px !important; --w: 160px !important; --r: -3deg !important; }
  .partner-chip:nth-child(6) { --x: 184px !important; --y: 164px !important; --w: 160px !important; --r: 3deg !important; }
  .partner-chip:nth-child(7) { --x: 34px !important; --y: 246px !important; --w: 160px !important; --r: -1.5deg !important; }
  .partner-chip:nth-child(8) { --x: 198px !important; --y: 246px !important; --w: 160px !important; --r: 1deg !important; }
  .partner-chip:nth-child(9) { --x: 0px !important; --y: 328px !important; --w: 160px !important; --r: -2deg !important; }
  .partner-chip:nth-child(10) { --x: 184px !important; --y: 328px !important; --w: 160px !important; --r: 2deg !important; }
  .partner-chip:nth-child(11) { --x: 48px !important; --y: 410px !important; --w: 160px !important; --r: -1deg !important; }
  .partner-chip:nth-child(12) { --x: 196px !important; --y: 410px !important; --w: 160px !important; --r: 1.5deg !important; }
  .partner-chip:nth-child(13) { --x: 94px !important; --y: 492px !important; --w: 170px !important; --r: -1.2deg !important; }
  .partner-chip:nth-child(14) { --x: 20px !important; --y: 574px !important; --w: 160px !important; --r: 1deg !important; }
  .partner-chip:nth-child(15) { --x: 198px !important; --y: 574px !important; --w: 160px !important; --r: -2deg !important; }

  .download-apps {
    height: 760px;
    padding: 50px 0 0;
    background: var(--green);
  }

  .download-apps__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 43px;
  }

  .download-apps h2 {
    width: 210px;
    justify-self: center;
    text-align: center;
    font-size: 48px;
    line-height: 0.95;
  }

  .download-apps__links {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .download-card {
    grid-template-columns: 112px 1fr;
    min-height: 174px;
    border-radius: 12px;
    padding: 18px;
  }

  .download-card__qr {
    width: 112px;
    height: 112px;
  }

  .download-card h3 {
    font-size: 30px;
  }

  .store-links a,
  .store-links span {
    width: 158px;
    height: 49px;
  }

  .footer {
    height: 520px;
    padding: 56px 0 0;
    background: #00543c;
  }

  .footer__inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    height: auto;
  }

  .footer-brand,
  .footer nav,
  .legal {
    width: 100%;
  }

  .footer p {
    font-size: 18px;
  }

  .footer nav {
    gap: 16px;
    font-size: 18px;
  }

  .legal {
    grid-column: auto;
    font-size: 14px !important;
  }
}
