* {
  box-sizing: border-box;
}

html,
body {
  width: 375px;
  min-width: 375px;
  margin: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #333333;
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::-webkit-scrollbar {
  width: 0;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
}

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

.page {
  width: 375px;
  min-height: 4204px;
  overflow: hidden;
  background: #ffffff;
}

.motion-entrance {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 850ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--motion-delay, 0ms);
  will-change: opacity, transform;
}

.motion-entrance.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .motion-entrance {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}

.figma-section {
  width: 375px;
  position: relative;
}

.hero-steps {
  height: 648px;
}

.hero-art {
  position: relative;
  width: 375px;
  height: 452px;
  overflow: hidden;
  background: #9097aa;
}

.hero-art__texture {
  position: absolute;
  left: 0;
  top: 0;
  width: 699px;
  height: 1295px;
  transform: translate(-133px, 0);
  mix-blend-mode: multiply;
  opacity: 0.4;
}

.hero-art__cards {
  position: absolute;
  left: -101px;
  top: -18px;
  width: 603px;
  height: 251px;
  object-fit: contain;
}

.hero-art::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.72) 67%, #ffffff);
}

.hero-art h1 {
  position: absolute;
  left: 16px;
  top: 217px;
  z-index: 1;
  width: 343px;
  margin: 0;
  color: #ffffff;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
}

.steps-card {
  position: absolute;
  left: 16px;
  top: 398px;
  z-index: 2;
  width: 343px;
  height: 240px;
  padding: 12px 4px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.12);
}

.step-row {
  display: flex;
  min-height: 72px;
  margin: 0;
  padding: 16px;
}

.step-row span {
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #747b8f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.step-row p {
  margin: 0 0 0 16px;
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.41px;
}

.setup-form {
  height: 536.91px;
  padding-top: 36px;
  opacity: 0.6;
  filter: drop-shadow(0 8px 8px rgba(0,0,0,0.16)) drop-shadow(0 8px 4px rgba(0,0,0,0.04));
  background: #ffffff;
}

.approval {
  width: 343px;
  height: 60px;
  margin: 0 16px 23px;
}

.approval__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 20px;
  color: rgba(0,0,0,0.54);
  font-size: 13px;
  line-height: 16px;
}

.approval__top strong {
  color: rgba(0,0,0,0.8);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 20px;
}

.approval__bar {
  width: 337px;
  height: 8px;
  margin-top: 8px;
  border-radius: 4px;
  background: #f6f7f8;
  overflow: hidden;
}

.approval__bar i {
  display: block;
  width: 28px;
  height: 8px;
  background: #85e808;
}

.approval small {
  display: block;
  margin-top: 8px;
  color: #333333;
  font-size: 13px;
  line-height: 16px;
}

.card-form {
  width: 343px;
  margin: 0 16px;
}

.card-form h2 {
  margin: 0 0 16px;
  color: rgba(0,0,0,0.8);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.range-field,
.select-field,
.phone-field {
  display: block;
  width: 343px;
  height: 56px;
  border-radius: 8px;
  background: rgba(0,16,36,0.03);
}

.range-field {
  position: relative;
  padding: 11px 16px 0;
}

.range-field span,
.phone-field span {
  display: block;
  color: rgba(0,0,0,0.54);
  font-size: 13px;
  line-height: 16px;
}

.range-field strong {
  display: block;
  margin-top: 1px;
  color: rgba(0,0,0,0.8);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

.limit-slider {
  position: absolute;
  left: 17px;
  bottom: -3px;
  width: 302px;
  height: 16px;
  display: block;
  outline: 0;
}

.limit-slider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  height: 2px;
  border-radius: 2px;
  background: rgba(0,16,36,0.18);
}

.limit-slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 120px;
  height: 2px;
  border-radius: 2px;
  background: #ffdd2d;
}

.limit-slider i {
  position: absolute;
  left: 114px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffdd2d;
}

.range-limits {
  display: flex;
  justify-content: space-between;
  width: 343px;
  height: 16px;
  margin: 5px 0 16px;
  color: rgba(0,0,0,0.54);
  font-size: 13px;
  line-height: 16px;
}

.select-field {
  padding: 0 16px;
  color: rgba(0,0,0,0.54);
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}

.phone-title {
  margin-top: 28px !important;
}

.phone-field {
  padding: 6px 16px 0;
}

.phone-field input {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: rgba(0,0,0,0.54);
  font-size: 15px;
  line-height: 24px;
}

.form-bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 16px;
}

.form-bottom p {
  width: 245px;
  margin: 0;
  color: rgba(0,16,36,0.22);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.next-button {
  width: 78px;
  height: 44px;
  margin-left: 20px;
  border-radius: 12px;
  background: #ffdd2d;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.section-title h2 {
  margin: 0;
  color: rgba(0,0,0,0.8);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.36px;
}

.section-title--best,
.section-title--grace {
  height: 142px;
  padding: 56px 16px 14px;
}

.best-carousel {
  height: 402px;
  padding: 10px 0 20px 16px;
}

.snap-track {
  display: flex;
  gap: 12px;
  width: 100%;
  height: 344px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.snap-track::-webkit-scrollbar {
  display: none;
}

.best-slide {
  position: relative;
  flex: 0 0 260px;
  height: 344px;
  overflow: hidden;
  border-radius: 24px;
  background: #828a9f;
  color: #ffffff;
  scroll-snap-align: start;
}

.best-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-slide h3,
.best-slide p {
  position: relative;
  z-index: 1;
  margin-left: 20px;
  margin-right: 20px;
}

.best-slide h3 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.best-slide p {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 343px;
  height: 18px;
  margin-top: 10px;
}

.pager button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 6px;
  background: rgba(0,16,36,0.12);
}

.pager button.is-active {
  width: 16px;
  background: #333333;
}

.grace-card {
  height: 182px;
  padding: 10px 16px;
}

.grace-card--image {
  height: 184px;
}

.grace-card--short {
  height: 164px;
}

.grace-card__inner {
  position: relative;
  width: 343px;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #828a9f;
  color: #ffffff;
  padding: 86px 20px 18px;
}

.grace-card__inner img {
  position: absolute;
  left: 18px;
  top: -8px;
  width: 252px;
  height: auto;
}

.grace-card__inner--light {
  background: rgba(0,16,36,0.03);
  color: #333333;
  padding-top: 20px;
}

.grace-card h3 {
  position: relative;
  margin: 0 0 8px;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.grace-card p {
  position: relative;
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.round-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #747b8f;
}

.round-icon img {
  position: static;
  width: 24px;
  height: 24px;
}

.section-title--pro {
  height: 218px;
  flex-direction: column;
  padding: 56px 16px 18px;
}

.section-title--pro p {
  margin: 8px 0 0;
  color: rgba(0,0,0,0.54);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.pro-savings {
  height: 324px;
  padding: 10px 16px;
}

.pro-panel {
  width: 343px;
  height: 304px;
  overflow: hidden;
  border-radius: 24px;
  background: #f6f7f8;
  padding: 16px 0 20px 20px;
}

.pro-panel h3 {
  width: 303px;
  margin: 0 0 8px;
  color: #333333;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.pro-panel > p {
  width: 303px;
  margin: 0 0 12px;
  color: #333333;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.snap-track--pro {
  height: 164px;
  gap: 12px;
}

.pro-mini {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 140px;
  height: 164px;
  overflow: hidden;
  border-radius: 12px;
  padding: 12px 12px 10px;
  scroll-snap-align: start;
}

.pro-mini img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-mini strong,
.pro-mini span {
  position: relative;
  display: block;
}

.pro-mini strong {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.24px;
}

.pro-mini span {
  margin-top: 4px;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: -0.08px;
}

.pro-mini--lime {
  background: #85e808;
  color: #333333;
}

.pro-mini--dark {
  background: #828a9f;
  color: #ffffff;
}

.pro-benefits {
  height: 394px;
  padding: 10px 16px;
}

.pro-benefits__card {
  position: relative;
  width: 342px;
  height: 374px;
  overflow: hidden;
  border-radius: 24px;
  background: #f6f7f8;
  padding: 18px 20px;
}

.pro-benefits__card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro-benefits h3,
.pro-benefits ul {
  position: relative;
  z-index: 1;
}

.pro-benefits h3 {
  margin: 0 0 8px;
  color: rgba(0,0,0,0.8);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.38px;
}

.pro-benefits ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pro-benefits li {
  display: flex;
  gap: 12px;
  width: 292px;
  margin-bottom: 8px;
  color: rgba(0,0,0,0.8);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.24px;
}

.pro-benefits li::before {
  content: "—";
  flex: 0 0 auto;
}

.footer-section {
  width: 375px;
  height: 877px;
  padding-top: 24px;
}

.footer-inner {
  width: 375px;
  min-height: 853px;
  overflow: hidden;
  border-radius: 24px 24px 0 0;
  background: #292929;
  color: #ffffff;
}

.footer-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 375px;
  padding: 24px 16px 12px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 30px;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.chip span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-left: -8px;
  border-radius: 50%;
  background: #ffffff;
}

.chip span + span {
  margin-left: -6px;
  margin-right: 4px;
  background: #00d635;
}

.chip img {
  width: 14px;
  height: 14px;
}

.chip--career span {
  margin-right: 4px;
  background: #428bf9;
}

.chip--wide {
  width: 328px;
  overflow: hidden;
  justify-content: flex-start;
  background: #000000;
  mask-image: linear-gradient(to right, #000000 94%, transparent 100%);
}

.cookie {
  width: 360px;
  margin: 0;
  padding: 12px 16px 0;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: -0.08px;
}

.cookie a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px;
  padding: 16px 16px 24px;
}

.footer-links a {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.08px;
  text-decoration: none;
  white-space: nowrap;
}

.footer-bottom {
  margin: 0 16px;
  padding: 16px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom p {
  margin: 0 0 16px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.08px;
}

.socials {
  display: flex;
  gap: 16px;
}

.socials img,
.masked {
  display: block;
  width: 20px;
  height: 20px;
}

.masked {
  background: #ffffff;
  mask: var(--mask) center / contain no-repeat;
}
