@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;
}

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;
}

.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-img {
  position: absolute;
  left: 0;
  top: -17.92px;
  display: block;
  width: 245.5px;
  height: 66.5px;
  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;
}

.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: 165px;
}

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

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

.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;
  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 span {
  display: grid;
  width: 145px;
  height: 66px;
  min-width: 0;
  border-radius: 10px;
  background: #111111;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 18px;
  text-align: left;
}

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

.store-buttons small {
  color: #cccccc;
  font-size: 11px;
  font-weight: 400;
}

.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: 509px;
  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: 217px;
  border-radius: 16px;
  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 #e5e5e5;
  border-radius: 8px;
  color: var(--ink);
  font-size: 15px;
  padding: 0 16px;
}

.checkbox {
  display: flex;
  grid-column: 1 / -1;
  gap: 12px;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

.checkbox input {
  appearance: none;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 0;
  border: 0;
  border-radius: 2px;
  background: var(--green);
}

.lead-form .btn {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 4px;
  font-size: 22px;
}

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

@media (min-width: 901px) and (max-width: 1439px) {
  .final-cta {
    height: calc(509 / 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(217 / 1440 * 100vw);
    gap: calc(18 / 1440 * 100vw) calc(14 / 1440 * 100vw);
    border-radius: calc(16 / 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(8 / 1440 * 100vw);
    font-size: calc(15 / 1440 * 100vw);
    padding: 0 calc(16 / 1440 * 100vw);
  }

  .checkbox {
    gap: calc(12 / 1440 * 100vw);
    font-size: calc(16 / 1440 * 100vw);
  }

  .checkbox input {
    flex-basis: calc(22 / 1440 * 100vw);
    width: calc(22 / 1440 * 100vw);
    height: calc(22 / 1440 * 100vw);
    border-radius: calc(2 / 1440 * 100vw);
  }

  .lead-form .btn {
    margin-top: calc(4 / 1440 * 100vw);
    min-height: calc(54 / 1440 * 100vw);
    border-radius: calc(8 / 1440 * 100vw);
    font-size: calc(22 / 1440 * 100vw);
  }
}

.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: 2px solid currentColor;
  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 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 {
  display: grid;
  height: 42px;
  align-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 0 18px;
}

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

.download-card--partner {
  --tilt: 1deg;
  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;
}

@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 {
    height: 38px;
    font-size: 16px;
  }
}
