@font-face {
  font-family: "Bounded";
  src: url("fonts/bounded-subset.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Site";
  src: local("Helvetica"),
       url("fonts/helvetica-regular-subset.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Site";
  src: local("Helvetica Bold"),
       url("fonts/helvetica-bold-subset.ttf") format("truetype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1d1d1f;
  --blue: #0088ff;
  --blue-light: #34abff;
  --orange: #ffa600;
  --red: #e70000;
  --green: #16b834;
  --surface: #f5f5f5;
  --muted: rgba(29, 29, 31, 0.5);
  --content-width: 310px;
  --content-left: 40px;
  --button-shadow: 0 4px 10px 2px rgba(211, 137, 0, 0.25);
}

@property --cta-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 390px;
  background: #fff;
}

body {
  margin: 0;
  min-width: 390px;
  background: #fff;
  color: var(--black);
  font-family: "Helvetica Site", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

img {
  display: block;
}

a {
  color: inherit;
}

.split-reveal__line {
  will-change: auto;
}

.counter.counter {
  display: inline;
  white-space: nowrap;
}

.counter.counter--initialized {
  display: inline-block;
  width: var(--counter-width);
  font-variant-numeric: normal;
  text-align: right;
  white-space: nowrap;
}

.site,
.footer {
  width: 390px;
  margin: 0 auto;
  overflow: hidden;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h2 {
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.accent-blue-light {
  color: var(--blue);
}

.accent-pink {
  color: #f22f6e;
}

.hero {
  position: relative;
  height: 679px;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero__art {
  position: absolute;
  top: 68px;
  left: 0;
  width: 390px;
  height: 611px;
  object-fit: cover;
  object-position: 50% 44%;
}

.hero__media {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 0;
  width: 390px;
  height: 611px;
  overflow: hidden;
  background: #000;
}

.hero__media-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 120ms linear;
}

.hero__media-frame--final {
  z-index: 1;
}

.hero__media-frame--continuation {
  z-index: 2;
}

.hero__media-frame--intro {
  z-index: 3;
  background: #000;
}

.hero__media-frame.is-visible {
  opacity: 1;
}

.hero__top-shade {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 183px;
  background: linear-gradient(#000 0 55%, rgba(0, 0, 0, 0.9) 72%, transparent 100%);
}

.hero__brand {
  position: absolute;
  z-index: 2;
  top: 27px;
  left: 37px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.hero__brand p {
  width: 249px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Bounded", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.hero__title {
  position: absolute;
  top: 80px;
  left: 40px;
  z-index: 2;
  width: 310px;
  color: #fff;
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.hero__title > span {
  display: block;
  height: 30px;
  white-space: nowrap;
}

.hero__title > .accent-blue-light {
  font-weight: 800;
}

.hero__title > span:last-child {
  display: flex;
  align-items: center;
}

.hero__rotating-word {
  display: inline-block;
  min-width: 112px;
}

.hero__rotating-word::after {
  display: inline-block;
  width: 2px;
  height: 20px;
  margin-left: 3px;
  background: currentColor;
  content: "";
  vertical-align: -3px;
  animation: typing-caret 467ms steps(1, end) infinite;
}

@keyframes typing-caret {
  0%, 48% {
    opacity: 1;
  }

  49%, 100% {
    opacity: 0;
  }
}

.inline-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 25px;
  vertical-align: -5px;
  border-radius: 46px;
  background: rgba(255, 255, 255, 0.1);
}

.inline-badge--ai {
  justify-content: center;
  width: 60px;
}

.inline-badge--ai img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.inline-badge--poly {
  width: auto;
  padding: 0;
  gap: 5px;
  margin-left: 6px;
  border-radius: 0;
  background: transparent;
  vertical-align: 0;
}

.inline-badge--poly img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.inline-badge--poly b {
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.hero__summary {
  position: absolute;
  z-index: 2;
  top: 514px;
  left: 0;
  width: 390px;
  height: 111px;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0) 72%);
}

.hero--motion-pending .hero__brand,
.hero--motion-pending .hero__title,
.hero--motion-pending .hero__summary {
  visibility: hidden;
  opacity: 0;
}

.hero__eyes {
  position: absolute;
  top: 0;
  left: 40px;
  font-family: "Bounded", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
}

.hero__summary p {
  position: absolute;
  top: 56px;
  left: 40px;
  width: 310px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.hero__summary strong {
  color: #fff;
}

.hero-cta {
  position: relative;
  height: 223px;
  padding-top: 28px;
  background: #fff;
}

.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  box-shadow: var(--button-shadow);
  color: #fff;
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.cta-motion {
  position: relative;
  isolation: isolate;
}

.cta-motion::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--cta-border-angle),
    transparent 0deg 230deg,
    rgba(255, 210, 128, 0.15) 252deg,
    rgba(255, 235, 198, 0.72) 282deg,
    rgba(255, 255, 255, 0.95) 302deg,
    rgba(255, 235, 198, 0.72) 322deg,
    rgba(255, 210, 128, 0.15) 350deg,
    transparent 360deg
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.cta-motion.is-border-active::before {
  opacity: 1;
  animation: cta-border-orbit 3.8s linear infinite;
}

@keyframes cta-border-orbit {
  to {
    --cta-border-angle: 360deg;
  }
}

.cta-button--wide {
  width: 360px;
  margin-left: 15px;
  font-size: 19px;
}

.hero-cta p,
.promo__notice,
.pricing__notice {
  margin-top: 14px;
  color: var(--black);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.hero-metrics {
  height: 365px;
  padding-left: 40px;
}

.glass-metric {
  position: relative;
  width: 310px;
  height: 130px;
  padding-top: 17px;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.glass-metric + .glass-metric {
  margin-top: 20px;
}

.glass-metric strong {
  display: block;
  font-family: "Bounded", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.29;
}

.glass-metric p {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.glass-metric--orange strong,
.glass-metric--orange p {
  color: transparent;
  background: linear-gradient(120deg, #d33801, #f9df04);
  -webkit-background-clip: text;
  background-clip: text;
}

.glass-metric--green strong,
.glass-metric--green p {
  color: transparent;
  background: linear-gradient(120deg, #238303, #bdf203);
  -webkit-background-clip: text;
  background-clip: text;
}

.market {
  position: relative;
  height: 974px;
}

.market h2 {
  position: absolute;
  top: 0;
  left: 40px;
  width: 310px;
  font-size: 18px;
  line-height: 1.5;
}

.market__intro {
  position: absolute;
  top: 108px;
  left: 40px;
  width: 312px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.market__intro span {
  color: rgba(29, 29, 31, 0.6);
}

.market__visual {
  position: absolute;
  top: 199px;
  left: 0;
  width: 390px;
  height: 515px;
  overflow: hidden;
}

.market__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.market__card {
  position: absolute;
  top: 67px;
  left: 40px;
  width: 309px;
  height: 376px;
  border-radius: 20px;
  box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: top;
}

.market__scenario {
  position: absolute;
  top: 734px;
  left: 40px;
  width: 312px;
}

.market__scenario h3 {
  margin-bottom: 18px;
  color: #2696e5;
  font-family: "Bounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.market__scenario p {
  margin-top: 11px;
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.market__scenario em {
  color: var(--green);
  font-style: normal;
}

.market__scenario u {
  font-weight: 800;
  text-decoration: none;
}

.news {
  height: 584px;
  padding-top: 110px;
}

.news h2 {
  width: 310px;
  margin: 0 40px;
  line-height: 1.35;
}

.slider {
  position: relative;
  width: 310px;
}

.slider__viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.slider.is-swiping .slider__viewport {
  cursor: grabbing;
}

.slider__viewport img {
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.slider__track {
  display: flex;
  will-change: transform;
  transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slide {
  flex: 0 0 100%;
  min-width: 0;
}

.slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
}

.slider__dot.is-active {
  background: var(--black);
}

.news-slider {
  height: 370px;
  margin: 23px 40px 0;
}

.news-card img {
  width: 310px;
  height: 211px;
  border-radius: 30px;
  object-fit: cover;
}

.news-card h3 {
  width: 310px;
  min-height: 98px;
  padding-top: 16px;
  font-family: "Bounded", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.news-slider .slider__dots {
  margin-top: 13px;
}

.statistics {
  height: 1285px;
  padding-top: 152px;
}

.statistics h2 {
  width: 310px;
  margin-left: 40px;
  line-height: 1.35;
}

.statistics__visual {
  position: relative;
  width: 390px;
  height: 1186px;
  margin-top: 32px;
  overflow: visible;
}

.statistics__visual > img {
  width: 390px;
  height: 1186px;
  object-fit: contain;
}

.statistics__headline,
.statistics__copy,
.statistics__shock,
.statistics__loss,
.statistics__bubble {
  position: absolute;
  z-index: 1;
}

.statistics__headline {
  top: 42px;
  left: 62px;
  color: #fff;
  font-family: "Bounded", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.15;
}

.statistics__headline span {
  color: #f20b1d;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.statistics__headline strong {
  color: #00e52b;
}

.statistics__headline strong .counter {
  color: inherit;
  text-decoration: none;
}

.statistics__copy {
  left: 62px;
  width: 268px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.statistics__copy--platform {
  top: 150px;
  color: #fff;
}

.statistics__copy--anonymous {
  top: 208px;
}

.statistics__copy--news {
  top: 302px;
}

.statistics__copy b {
  color: #fff;
}

.statistics__shock {
  top: 420px;
  left: 65px;
  font-size: 34px;
}

.statistics__loss {
  top: 470px;
  left: 67px;
  color: #ffe500;
  font-family: "Bounded", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.statistics__bubble {
  top: 986px;
  left: 40px;
  width: 310px;
  height: 41px;
  padding: 0;
  border-radius: 0;
  background: url("assets/stat-bubble.svg") center / 100% 100% no-repeat;
  color: transparent;
  font-size: 0;
}

.results {
  height: 683px;
  padding-top: 96px;
}

.results h2 {
  width: 310px;
  margin-left: 40px;
  line-height: 1.4;
}

.results h2 u {
  color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.results__lead {
  margin-top: 12px;
  color: rgba(29, 29, 31, 0.6);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.result-card {
  width: 310px;
  margin-left: 40px;
  border-radius: 20px;
  background: var(--surface);
  text-align: center;
}

.result-card--time {
  height: 100px;
  margin-top: 26px;
  padding-top: 14px;
}

.result-card--time strong {
  display: block;
  color: #ff9a20;
  font-family: "Bounded", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.result-card--time p {
  margin-top: 4px;
  color: #ff9a20;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
}

.result-grid {
  position: relative;
  display: grid;
  grid-template-columns: 150px 150px;
  gap: 10px;
  width: 310px;
  height: 150px;
  margin: 10px 0 0 40px;
}

.result-grid img {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  object-fit: cover;
}

.result-grid__copy {
  position: absolute;
  top: 43px;
  width: 150px;
  color: #fff;
  text-align: center;
}

.result-grid__copy--win {
  left: 0;
}

.result-grid__copy--days {
  right: 0;
}

.result-grid__copy strong,
.result-grid__copy span {
  display: block;
}

.result-grid__copy strong {
  font-family: "Bounded", sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
}

.result-grid__copy span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.05;
}

.result-grid__copy strong .counter {
  display: inline-block;
  margin-top: 0;
  color: inherit;
  font: inherit;
  line-height: inherit;
}

.result-card--profit {
  display: grid;
  place-items: center;
  height: 60px;
  margin-top: 10px;
  padding: 0;
  color: #15cf30;
  box-shadow: inset 0 0 15px rgba(46, 212, 20, 0.5);
  font-family: "Bounded", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.review-slider {
  height: 100px;
  margin: 10px 0 0 40px;
  border-radius: 20px;
  background: var(--surface);
}

.review-card {
  display: grid;
  place-items: center;
  height: 100px;
  padding: 6px 14px;
}

.review-card img {
  width: auto;
  height: auto;
  max-width: 282px;
  max-height: 88px;
  object-fit: contain;
}

.review-slider .slider__dots {
  position: absolute;
  right: 14px;
  bottom: 4px;
  gap: 5px;
}

.review-slider .slider__dot {
  width: 5px;
  height: 5px;
}

.calculator-section {
  padding: 192px 40px 30px;
}

.calculator-section h2 {
  width: 310px;
  line-height: 1.4;
}

.calculator-section h2 span,
.steps h2 span,
.how h2 span {
  color: var(--blue);
}

.profit-calculator {
  width: 310px;
  margin-top: 31px;
  padding: 15px;
  border-radius: 20px;
  background: var(--surface);
}

.calculator-field label,
.profit-calculator legend,
.calculator-result > span,
.calculator-result > div span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.calculator-field--bankroll {
  position: relative;
  padding: 13px 12px 9px;
  border-radius: 12px;
  background: #fff;
}

.calculator-field--bankroll label {
  display: block;
  margin-bottom: 8px;
}

#bankrollInput {
  position: absolute;
  top: 8px;
  right: 12px;
  width: 120px;
  border: 0;
  background: transparent;
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  outline: 0;
}

#bankrollSlider {
  width: 100%;
  height: 4px;
  margin: 12px 0 8px;
  appearance: none;
  border-radius: 4px;
  background: #d9d9d9;
}

#bankrollSlider::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 4px solid rgba(0, 136, 255, 0.2);
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.1);
  cursor: pointer;
}

.calculator-range {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
}

.profit-calculator fieldset {
  margin: 11px 0 0;
  padding: 0;
  border: 0;
}

.profit-calculator legend {
  margin-bottom: 5px;
}

.calculator-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 3px;
  border-radius: 10px;
  background: #e7e7e7;
}

.calculator-toggle button {
  height: 36px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(29, 29, 31, 0.5);
  font-weight: 800;
  cursor: pointer;
}

.calculator-toggle button.is-active {
  background: #fff;
  color: var(--black);
}

.calculator-result {
  margin-top: 12px;
  padding: 15px;
  border-radius: 14px;
  background: #fff;
}

.calculator-result > span {
  color: #010101;
  line-height: 1.1;
}

.calculator-result > strong {
  display: block;
  margin-top: 7px;
  color: var(--green);
  font-family: "Bounded", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
}

.calculator-result > strong.is-negative {
  color: var(--red);
}

.calculator-result > div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #e7e7e7;
}

.calculator-result > div b {
  font-family: "Bounded", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.calculator-cta {
  width: 280px;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.3;
}

.how {
  padding-top: 145px;
}

.how h2 {
  width: 310px;
  margin-left: 40px;
  line-height: 1.4;
}

.how-slider {
  height: 510px;
  margin: 29px 0 0 40px;
}

.how-card img,
.how-card__visual {
  width: 310px;
  height: 310px;
  border-radius: 20px;
  object-fit: cover;
}

.how-card__visual--intro {
  padding: 35px 23px;
  background: var(--surface);
  color: var(--black);
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.how-card__visual--intro strong {
  color: var(--blue);
}

.how-card p {
  width: 310px;
  min-height: 126px;
  padding-top: 20px;
  color: rgba(29, 29, 31, 0.6);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.how-card p strong {
  color: var(--black);
}

.how-slider .slider__dots {
  margin-top: 4px;
}

.roadmap {
  height: 613px;
  padding-top: 66px;
}

.roadmap h2 {
  line-height: 1.4;
}

.roadmap > p {
  margin-top: 23px;
  color: rgba(29, 29, 31, 0.5);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.roadmap > p strong {
  color: var(--black);
}

.roadmap-slider {
  height: 230px;
  margin: 62px 0 0 40px;
}

.roadmap-card {
  height: 190px;
  text-align: center;
}

.roadmap-card > span {
  display: block;
  width: 310px;
  height: 4px;
  background: transparent;
}

.roadmap-card h3 {
  margin-top: 43px;
  font-family: "Bounded", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.roadmap-card time {
  display: block;
  margin-top: 15px;
  color: rgba(29, 29, 31, 0.5);
  font-family: "Bounded", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.slider__dots--lines {
  gap: 5px;
}

.slider__dots--lines .slider__dot {
  width: 74px;
  height: 4px;
  border-radius: 0;
  background: #e7e7e7;
}

.slider__dots--lines .slider__dot.is-active {
  background: var(--blue);
}

.steps {
  padding-top: 75px;
}

.steps h2 {
  width: 310px;
  margin-left: 40px;
  line-height: 1.4;
}

.step-card {
  position: relative;
  width: 310px;
  height: 370px;
  margin: 20px 0 0 40px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface);
  text-align: center;
}

.step-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 50px;
  color: var(--blue);
  font-family: "Bounded", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
}

.step-card p {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: rgba(29, 29, 31, 0.5);
  font-size: 14px;
  line-height: 1.2;
}

.step-card__image {
  position: absolute;
  object-fit: contain;
}

.step-card__image--qr {
  bottom: -147px;
  left: 50%;
  width: 357px;
  height: 357px;
  transform: translateX(-50%);
}

.step-card__image--bell {
  bottom: -5px;
  left: 50%;
  width: 400px;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%) rotate(18deg);
}

.step-card__image--money {
  bottom: -119px;
  left: -106px;
  width: 660px;
  height: 360px;
}

.promo {
  padding-top: 86px;
}

.promo-card {
  position: relative;
  width: 310px;
  height: 900px;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 20px;
  color: #fff;
}

.promo-card > img {
  position: absolute;
  inset: 0;
  width: 310px;
  height: 900px;
  object-fit: cover;
}

.promo-card h2 {
  position: absolute;
  top: 26px;
  left: 15px;
  z-index: 1;
  width: 280px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

.promo-card h2 span {
  color: #3ca4ff;
  font-weight: 600;
}

.promo-card h2 em {
  color: var(--orange);
  font-style: normal;
  font-weight: 600;
}

.promo-card__also {
  position: absolute;
  top: 577px;
  left: 15px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bounded", sans-serif;
  font-size: 16px;
}

.promo-card__benefit {
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 268px;
  font-family: "Bounded", sans-serif;
}

.promo-card__benefit b {
  display: block;
  margin-bottom: 6px;
  font-size: 28px;
  line-height: 1.35;
}

.promo-card__benefit span {
  font-size: 16px;
  line-height: normal;
  opacity: 0.9;
}

.promo-card__benefit--reviews {
  top: 618px;
}

.promo-card__benefit--reviews .counter,
.promo-card__benefit--reviews .promo-card__currency {
  color: #00e52b;
  opacity: 1;
}

.promo-card__benefit--articles {
  top: 732px;
}

.promo__gift {
  width: 310px;
  height: 72px;
  margin: 10px 0 0 40px;
  background: url("assets/gift-bubble.svg") center / 100% 100% no-repeat;
}

.promo__button,
.pricing__button {
  width: 310px;
  margin-left: 40px;
}

.promo__button {
  margin-top: 54px;
}

.promo__notice {
  margin-top: 14px;
}

.pricing {
  padding-top: 99px;
}

.pricing > h2 {
  line-height: 1.4;
}

.plan-card {
  position: relative;
  width: 310px;
  height: 210px;
  margin: 38px 0 0 40px;
  padding: 15px;
  border-radius: 20px;
  background: var(--surface);
}

.plan-card > span {
  color: rgba(29, 29, 31, 0.5);
  font-family: "Bounded", sans-serif;
  font-size: 15px;
}

.plan-card--new > span {
  color: #fe9f2f;
}

.plan-card__price {
  margin-top: 16px;
  font-family: "Bounded", sans-serif;
  font-size: 22px;
}

.plan-card--new .plan-card__price {
  color: var(--blue);
}

.plan-card__price small {
  font-size: 15px;
}

.plan-card__week {
  margin-top: 4px;
  color: rgba(29, 29, 31, 0.5);
  font-family: "Bounded", sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.plan-card__description {
  margin-top: 18px;
  color: rgba(29, 29, 31, 0.5);
  font-size: 14px;
  line-height: 1.35;
}

.plan-card__description strong {
  color: var(--black);
  font-weight: 400;
}

.plan-card__tag {
  position: absolute;
  top: 15px;
  right: 15px;
  min-width: 118px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 2px solid rgba(29, 29, 31, 0.1);
  border-radius: 10px;
  font-family: "Bounded", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.comparison {
  display: flex;
  flex-direction: column;
  gap: 23px;
  width: 310px;
  margin: 30px 0 0 40px;
  padding: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.25;
}

.comparison li span {
  color: rgba(1, 1, 1, 0.5);
}

.comparison--old {
  color: var(--red);
}

.comparison__note {
  color: var(--black);
}

.plan-card--new {
  margin-top: 69px;
}

.comparison--new {
  color: #000;
}

.pricing__button {
  margin-top: 67px;
}

.pricing__notice {
  margin-bottom: 100px;
}

.footer {
  height: 100px;
  padding-top: 21px;
  background: var(--surface);
  text-align: center;
}

.footer a {
  display: block;
  color: rgba(1, 1, 1, 0.5);
  font-size: 16px;
  line-height: 2;
}

@media (min-width: 391px) and (max-width: 440px) {
  .site {
    width: 100%;
  }

  .site > section:not(.hero) {
    width: 390px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero {
    width: 100%;
  }

  .hero__art,
  .hero__media {
    width: 100%;
  }

  .hero__brand,
  .hero__title {
    margin-left: calc((100vw - 390px) / 2);
  }

  .hero__summary {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__media-frame {
    display: none;
    transition: none;
  }

  .hero__media-frame--final {
    display: block;
    opacity: 1;
  }

  .hero--motion-pending .hero__brand,
  .hero--motion-pending .hero__title,
  .hero--motion-pending .hero__summary {
    visibility: visible;
    opacity: 1;
  }

  .slider__track {
    transition: none;
  }

  .hero__rotating-word::after {
    display: none;
    animation: none;
  }

  .cta-motion::before,
  .cta-motion.is-border-active::before {
    opacity: 0;
    animation: none;
  }
}
