@font-face {
  font-family: 'PF Mellon';
  src: url('assets/fonts/PF MELON/pfmellon-bold-subset.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --blue: #0088d2;
  --gray: #d3d3d3;
  --ink: #222;
  --white: #fff;
  --display: 'Anton', Impact, sans-serif;
  --body: 'Montserrat', Arial, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: var(--gray);
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden
}

a {
  text-decoration: none
}

.wrap {
  width: min(100% - 40px, 880px);
  margin: 0 auto
}

.narrow {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gray {
  background: var(--gray)
}

/* HERO — proportions intentionally match the supplied artwork */
.hero {
  height: clamp(720px, 90vh, 1120px);
  min-height: 720px;
  background: var(--blue);
  position: relative;
  color: #fff;
  text-align: center
}

.hero-grid {
  position: absolute;
  left: -15%;
  bottom: -13%;
  height: 62%;
  opacity: .28;
  transform: perspective(900px) rotateX(57deg);
  background-image: linear-gradient(30deg, transparent 49.25%, rgba(255, 255, 255, .8) 49.5%, transparent 50%), linear-gradient(150deg, transparent 49.25%, rgba(255, 255, 255, .8) 49.5%, transparent 50%);
  background-size: 120px 72px
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 54px;
}

.wm-logo {
  width: 126px;
  height: auto;
  display: block;
  margin: 0 auto 18px;
  object-fit: contain
}

.hero-phones-wrap {
  position: relative;
  z-index: 1;
  display: block;
  width: min(650px, 92vw);
  height: auto;
  margin: -2px auto -34px
}

.hero-phones {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto
}

.hero-phones-shadow {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
}

.hero-intro,
.hero h1,
.hero-legal,
.hero .pill,
.hero-small {
  position: relative;
  z-index: 2;
}

.hero-intro {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 200;
  margin: 0 auto 8px;
  letter-spacing: -.3px;
}

.hero h1 {
  font-family: 'PF Mellon', var(--display);
  font-weight: 700;
  line-height: .88;
  letter-spacing: .5px;
  margin: 0;
  color: var(--gray);
}

.hero-legal {
  font-family: var(--body);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  margin: 10px auto 24px;
  max-width: 600px
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 20px 30px;
  margin-top: 10px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .1px;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease
}

.pill:hover {
  transform: translateY(-2px);
  filter: brightness(1.04)
}

.pill-white {
  background: #ededed;
  color: var(--blue)
}

.hero-small {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 7px;
  letter-spacing: .2px;
}

/* shared sections */
section {
  position: relative
}

h2 {
  font-family: var(--display);
  font-weight: 400;
  color: var(--blue);
  font-size: 2.3125rem;
  line-height: .95;
  margin: 0;
  text-align: center;
  letter-spacing: .2px
}

.lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 10px auto 38px
}

.section-benefits {
  padding: 110px 0 80px;
}

.section-benefits h2 {
  width: 100%;
  font-size: clamp(5rem, 4vw, 3.5rem);
  white-space: nowrap;
}

.section-benefits .lead {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 38px;
}

.section-benefits .benefits-grid {
  max-width: 800px;
  column-gap: 80px;
  row-gap: 28px;
}

.section-benefits .benefit {
  min-height: 110px;
}

.section-benefits .benefit-icon {
  height: 56px;
  line-height: 40px;
}

.section-benefits .benefit-icon img {
  height: 58px;
}

.section-benefits .benefit h3,
.section-benefits .benefit p {
  font-size: 1.0625rem;
  line-height: 1.15;
}

.section-benefits .pill-blue {
  margin-top: 32px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 35px;
  max-width: 600px;
  margin: 0 auto
}

.benefit {
  text-align: center;
  min-height: 92px
}

.benefit-icon {
  height: 58px;
  display: block;
  color: var(--blue);
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 58px
}

.benefit-icon img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto
}

.benefit-icon.money {
  font-family: Arial;
  font-size: 1.5rem;
}

.benefit h3 {
  font-size: 1.25rem;
  line-height: 1.12;
  margin: 6px 0 4px;
  font-weight: 400;
}

.benefit p {
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 0;
  font-weight: 700;
}

.pill-blue {
  background: var(--blue);
  color: #fff;
  margin: 34px auto 0;
  display: flex;
  width: max-content
}

.how {
  padding: 34px 0 50px
}

.how h2 {
  font-size: 5rem;
  margin-top: 100px;
}

.how .lead {
  margin-bottom: 80px;
  font-size: 1rem;
}

.steps {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.steps:before {
  content: "";
  position: absolute;
  left: 28px;
  top: 24px;
  bottom: 25px;
  width: 2px;
  background: var(--blue);
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
  margin: 0 0 25px;
  text-align: left;
  position: relative;
}

.step:last-child {
  margin-bottom: 0
}

.step-no {
  width: 56px;
  height: 56px;
  background: var(--blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M44 3Q50 0 56 3L94 25Q98 27 98 32V68Q98 73 94 75L56 97Q50 100 44 97L6 75Q2 73 2 68V32Q2 27 6 25Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M44 3Q50 0 56 3L94 25Q98 27 98 32V68Q98 73 94 75L56 97Q50 100 44 97L6 75Q2 73 2 68V32Q2 27 6 25Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-size: 2.125rem;
  line-height: 1;
  z-index: 1
}

.step h3 {
  color: var(--blue);
  font-size: 0.8125rem;
  margin: 0 0 3px;
  font-weight: 900
}

.step p {
  font-size: 1.25rem;
  line-height: 1.25;
  margin: 0;
  font-weight: 400
}

.trust {
  padding: 42px 0 64px;
  width: 100%;
}

.trust h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 5rem;
}

.trust h2 img {
  width: 20%;
  height: auto;
}

.stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 28px auto 45px;
  max-width: 590px
}

.stats:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 16.67%;
  right: 16.67%;
  top: 28px;
  height: 2px;
  background: var(--blue)
}

.stat {
  text-align: center
}

.hex {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M44 3Q50 0 56 3L94 25Q98 27 98 32V68Q98 73 94 75L56 97Q50 100 44 97L6 75Q2 73 2 68V32Q2 27 6 25Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M44 3Q50 0 56 3L94 25Q98 27 98 32V68Q98 73 94 75L56 97Q50 100 44 97L6 75Q2 73 2 68V32Q2 27 6 25Z'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
  font-family: var(--display);
  font-size: 1.75rem;
  margin: 0 auto 7px
}

.stat strong {
  display: block;
  color: var(--blue);
  font-size: 0.8125rem;
  line-height: 1.05;
  font-weight: 900
}

.stat p {
  margin: 2px 0 0;
  font-size: 0.6875rem;
  line-height: 1.05;
  font-weight: 800
}

.trust .check-list {
  list-style: none;
  padding: 0;
  width: 400px;
}

.check-list li {
  position: relative;
  padding-left: 37px;
  margin: 21px 0;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 400;
}

.check-list li:before {
  display: none;
}

.check-list li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.9375rem;
  height: auto;
}

/* FAQ + form are one continuous blue field in the reference */
.faq {
  background: var(--blue);
  color: #fff;
  padding: 0 0 56px
}

.faq-badge {
  position: relative;
  z-index: 3;
  width: max-content;
  max-width: calc(100% - 30px);
  margin: 0 auto 35px;
  transform: translateY(-50%);
  background: #333;
  color: #fff;
  border-radius: 999px;
  padding: 8px 17px 7px;
  font-family: var(--display);
  font-size: 5rem;
  line-height: 1
}

.faq-inner details {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  padding: 0
}

.faq-inner summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer
}

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

.faq-inner summary span {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, .95);
  border-bottom: 2px solid rgba(255, 255, 255, .95);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform .15s ease;
  margin-top: -3px
}

.faq-inner summary span:before,
.faq-inner summary span:after {
  content: none
}

.faq-inner details:not([open]) summary span {
  transform: rotate(45deg)
}

.faq-inner details[open] summary span {
  transform: rotate(225deg);
  margin-top: 3px
}

.faq-inner p {
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 35px 13px 0;
  color: #eef9ff
}

.signup {
  background: var(--blue);
  color: #fff;
  text-align: center;
  height: 100vh;
}

.signup h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 20px
}

.form-card {
  background: var(--gray);
  border-radius: 27px;
  width: 80%;
  height: 50vh;
  margin: 0 auto;
  padding: 21px 28px 25px;
  color: #222;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-card label {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 11px
}

.form-card input {
  display: block;
  width: 100%;
  height: 45px;
  margin-top: 4px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: #eee;
  padding: 0 13px;
  font: 500 .9rem var(--body);
  outline: 0
}

.form-card input:focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 210, .18)
}

.form-card .pill-dark {
  width: 100%;
  margin-top: 3px;
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  padding: 10px 16px
}

.privacy {
  text-align: center;
  color: #666;
  font-size: 0.7rem;
  line-height: 1.25;
  font-weight: 600;
  margin: 9px 0 0
}

.success {
  display: none;
  text-align: center;
  background: #eef8f0;
  color: #215b2c;
  border-radius: 10px;
  font-size: 0.5625rem;
  font-weight: 700;
  padding: 8px;
  margin: 10px 0 0
}

.bottom-phones-wrap {
  width: min(520px, 92vw);
  aspect-ratio: 1600 / 1000;
  margin: 30px auto -74px;
  position: relative;
  overflow: hidden;
}

.bottom-phones {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.bottom-phones-shadow {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  object-position: center bottom;
}

.whatsapp {
  position: fixed;
  z-index: 20;
  right: 28px;
  bottom: 24px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #24c857;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18)
}

.whatsapp:before {
  content: none
}

.whatsapp svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  position: relative;
  z-index: 1
}

@media(min-width:900px) {
  .trust .wrap {
    width: min(calc(100% - 80px), 1000px);
    max-width: 1000px;
  }

  .trust .stats {
    max-width: 900px;
    gap: 80px;
  }

  .trust .check-list {
    max-width: 700px;
  }

  .trust .hex {
    width: 110px;
    height: 110px;
    font-size: 4rem;
  }

  .trust .stat strong,
  .trust .stat p {
    color: var(--blue);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .trust .stats:before {
    top: 55px;
  }

  .how .wrap {
    width: min(calc(100% - 80px), 1000px);
  }

  .how .narrow {
    max-width: 1000px;
  }

  .how .lead {
    max-width: 850px;
  }

  .hero {
    height: 1150px;
    display: flex;
    align-items: center
  }

  .hero-content {
    padding-top: 0;
    margin: auto
  }

  .wm-logo {
    margin-bottom: 28px
  }

  .hero-phones-wrap {
    margin-bottom: -10px
  }

  .hero-intro {
    margin-bottom: 14px;
    margin-left: -9%;
  }

  .hero-legal {
    margin-top: 18px;
    margin-bottom: 56px
  }

  .hero .pill {
    margin-top: 14px
  }

  .hero-phones {
    width: 650px;
    margin-top: 0;
    margin-bottom: -39px
  }

  .hero h1 {
    font-size: clamp(15rem, 12vw, 10rem);
  }

  .steps {
    max-width: 1000px;
  }

  .steps:before {
    left: 55px;
    top: 55px;
    bottom: 55px;
  }

  .step {
    grid-template-columns: 110px 1fr;
    gap: 32px;
    margin-bottom: 70px;
  }

  .step-no {
    width: 110px;
    height: 110px;
    font-size: 4rem;
  }

  .how .lead {
    font-size: 1.25rem;
    margin-bottom: 100px;
  }

  .step h3 {
    font-size: 1.25rem;
  }

  .step p {
    font-size: 1.25rem;
  }
}

@media(max-width:620px) {

  .trust .trust-h2 {
    font-size: 2rem;
  }

  .wrap {
    width: min(100% - 32px, 880px)
  }

  .hero {
    height: 700px;
    min-height: 700px
  }

  .hero-content {
    padding-top: 28px
  }

  .wm-logo {
    width: 92px;
    margin-bottom: 10px
  }

  .hero-phones {
    width: 100%;
  }

  .bottom-phones-wrap {
    width: 100%;
    height: 40vh;
  }

  .bottom-phones{
    height: 40vh;
  }

  .hero h1 {
    width: 100%;
    font-size: clamp(3rem, 18vw, 5.5rem);
    white-space: nowrap
  }

  .hero-intro {
    font-size: clamp(.75rem, 4vw, 1rem);
    white-space: nowrap
  }

  .hero-legal {
    max-width: 100%;
    font-size: clamp(.58rem, 2.5vw, .75rem)
  }

  .hero-small {
    font-size: clamp(.6rem, 2.7vw, .8rem)
  }

  .pill {
    font-size: 0.9375rem;
    padding: 9px 17px
  }

  h2 {
    font-size: 2rem
  }

  .lead {
    font-size: 0.9rem;
    margin-bottom: 28px
  }

  .section-benefits {
    padding: 52px 0 42px;
  }

  .section-benefits h2 {
    font-size: 2rem;
  }

  .benefits-grid {
    column-gap: 18px;
    row-gap: 25px
  }

  .benefit h3 {
    font-size: 0.7rem
  }

  .benefit p {
    font-size: 0.65rem
  }

  .how {
    padding: 64px 0 80px
  }

  .how h2 {
    font-size: 2rem;
    margin-top: 0;
    white-space: nowrap
  }

  .how .lead {
    max-width: 350px;
    margin: 14px auto 150px;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 700
  }

  .steps {
    max-width: 360px
  }

  .step {
    grid-template-columns: 84px 1fr;
    gap: 24px;
    margin-bottom: 60px
  }

  .step-no {
    width: 84px;
    height: 84px;
    font-size: 3.25rem
  }

  .steps:before {
    left: 42px;
    top: 42px;
    bottom: 42px
  }

  .how .step h3 {
    font-size: 1.25rem !important;
    line-height: 1.15
  }

  .how .step p {
    font-size: 1rem !important;
    line-height: 1.25
  }

  .trust {
    padding-top: 32px
  }

  .stats {
    gap: 15px;
    margin-bottom: 38px
  }

  .hex {
    width: 84px;
    height: 84px;
    font-size: 3.25rem
  }

  .trust .stat strong,
  .trust .stat p {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .stats:before {
    top: 42px;
  }

  .stat strong {
    font-size: 0.9rem
  }

  .stat p {
    font-size: 0.75rem
  }

  .check-list li {
    font-size: 0.8rem;
    padding-left: 37px;
    margin: 21px 0;
  }

  .check-list li:before {
    font-size: 1.6875rem
  }

  .trust .check-list {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

  .check-list li img {
    width: 1.9375rem;
  }

  .faq-badge {
    font-size: 2rem
  }

  .faq-inner summary {
    font-size: 0.8rem
  }

  .faq-inner p {
    font-size: 0.75rem
  }

  .signup h2 {
    font-size: 2rem;
  }

  .form-card {
    padding: 18px 20px 21px
  }

  .form-card label {
    font-size: 0.8rem
  }

  .form-card input {
    height: 29px;
    font-size: 0.75rem
  }

  .form-card .pill-dark {
    font-size: 0.9375rem
  }

  .whatsapp {
    width: 60px;
    height: 60px;
    right: 18px;
    bottom: 18px
  }

  .whatsapp svg {
    width: 41px;
    height: 41px
  }

  .desktop {
    display: none
  }
}

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

  .pill {
    transition: none
  }
}