@font-face {
  font-family: "Archivo Black";
  src: url("./fonts/ArchivoBlack-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: min(16px, 0.8333333333vw);
  --green: #0b8744;
  --ink: #0b1b16;
  --body: #343634;
  --muted: #a2a2a2;
  --surface: #f4f6fa;
  --radius: 2rem;
  --shadow: 0 0.125rem 1rem #002a1308, 0 -0.125rem 1rem #002a1308;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: white;
  color: var(--body);
  font-family: "PingFang SC", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  color: var(--ink);
}
h1,
h2 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
}
h3,
strong {
  font-weight: 400;
}
em {
  color: var(--green);
  font-style: normal;
}
button {
  border: 0;
}
button:disabled {
  cursor: wait;
  opacity: 0.65;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 0.1875rem solid #116c55;
  outline-offset: 0.25rem;
}
a:hover {
  color: var(--green);
}
[hidden] {
  display: none !important;
}
.page {
  position: relative;
  isolation: isolate;
  max-width: 120rem;
  margin-inline: auto;
  overflow: hidden;
}
.container {
  width: 90rem;
  max-width: calc(100% - 3rem);
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 100;
  background: white;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.skip-link:focus {
  top: 1rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  min-height: 4.5rem;
  padding: 1rem 2.5rem;
  border-radius: 2.25rem;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  white-space: nowrap;
  transition:
    background 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}
.button-primary {
  background: var(--green);
  color: white;
}
.button-primary:hover {
  background: #076f37;
  color: white;
  box-shadow: 0 0.375rem 1.5rem #00652e22;
}
.button-primary:active {
  transform: translateY(0.125rem);
}
.download-icon {
  width: 2rem;
  height: 2rem;
  flex: none;
}
.button-arrow {
  width: 3.0625rem;
  height: 1.5rem;
  margin-left: 0.375rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.brand img {
  width: 4rem;
  height: 4rem;
}
.hero-glow {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.hero-glow img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.hero-glow--top {
  width: 223.75rem;
  height: 180.4375rem;
  left: -0.5625rem;
  top: -76.9375rem;
}
.hero-glow--bottom {
  width: 225.875rem;
  height: 166.6875rem;
  left: -52.9375rem;
  top: 15.1875rem;
}
.site-header {
  height: 8.5rem;
  border-bottom: 0.1875rem solid #f2f2f2;
  box-shadow: 0 0.25rem 1rem #00612d14;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
}
.main-navigation {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.375rem;
}
.nav-links a,
.footer-nav a {
  font-size: 1.25rem;
  font-weight: 400;
  transition: color 0.15s;
}
.nav-links .nav-about,
.footer-nav .nav-about {
  font-size: 1.5rem;
}
.nav-links .is-active,
.footer-nav .is-active {
  color: var(--green);
}
.registration-link {
  width: 10.125rem;
  padding-inline: 1rem;
}
.menu-toggle {
  display: none;
}

/* Desktop geometry follows the 1920 × 7588 Figma frame; rem scales uniformly. */
.hero {
  min-height: 82.375rem;
}
.hero-inner {
  display: grid;
  grid-template-columns: 41.75rem 40.625rem;
  gap: 6.5625rem;
  padding-top: 8.5rem;
  padding-left: 1rem;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17.25rem;
  height: 4rem;
  border-radius: 2.25rem;
  background: var(--surface);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--body);
  line-height: 1.5;
}
.eyebrow--green {
  background: #116c55;
  color: white;
}
.hero h1 {
  font-size: 5.1875rem;
  line-height: 1.5;
  margin-top: 1rem;
  letter-spacing: 0;
}
.hero h1 span {
  display: block;
  white-space: nowrap;
}
.hero h1 span:nth-child(-n + 2) {
  display: flex;
  gap: 2.5rem;
}
.hero-description {
  margin-top: 1.5rem;
  max-width: 41.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.hero-download {
  width: 21.5625rem;
  margin-top: 8rem;
}
.hero-trust {
  display: flex;
  align-items: flex-start;
  gap: 2.4375rem;
  margin-top: 7rem;
}
.avatar-stack {
  display: flex;
  flex: none;
  isolation: isolate;
  padding-top: 0;
}
.avatar-stack > img,
.avatar-count {
  width: 4.5rem;
  height: 4.5rem;
  flex: none;
  border-radius: 50%;
  outline: 0.0625rem solid white;
}
.avatar-stack > img + img,
.avatar-count {
  margin-left: -2.25rem;
}
.avatar-count {
  position: relative;
}
.avatar-count img {
  width: 100%;
  height: 100%;
}
.avatar-count span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  color: white;
}
.trust-copy {
  padding-top: 0.75rem;
  width: 21.3125rem;
}
.trust-copy strong {
  display: block;
  font-size: 2rem;
  color: #0b1d19;
  line-height: 1.5;
}
.trust-copy p {
  margin-top: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.registration-card {
  height: 63.5625rem;
  border-radius: 2rem;
  background: white;
  box-shadow: 0 0.25rem 3rem #00652e33;
  padding: 2.875rem 4rem;
  scroll-margin-top: 2rem;
}
.registration-card h2 {
  font-size: 2.75rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  margin-inline: -1.125rem;
}
.registration-bonus {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.registration-form {
  margin-top: 2.5rem;
  position: relative;
}
.form-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.field-group label {
  text-transform: capitalize;
  display: block;
  margin: 0 2rem 1rem;
  color: #ababb8;
  line-height: 1.75rem;
  font-size: 1.25rem;
}
.field-group input {
  display: block;
  width: 100%;
  height: 4.5rem;
  min-width: 0;
  padding: 0 1.875rem;
  color: var(--body);
  background: #f4f4f4;
  border: 0.0625rem solid transparent;
  border-radius: 2.75rem;
  outline: none;
  font-size: 1.25rem;
  transition:
    background 0.18s,
    border-color 0.18s,
    box-shadow 0.18s;
}
.field-group input::placeholder {
  color: #000b;
  opacity: 1;
}
.field-group input:focus {
  border-color: var(--green);
  background: white;
  color: var(--green);
  box-shadow: 0 0.25rem 3rem #00652e33;
}
.field-group input:focus::placeholder {
  color: var(--green);
}
.field-group input[aria-invalid="true"] {
  border-color: #b63232;
}
.field-group--code label {
  margin-bottom: 0.5rem;
}
.code-field {
  position: relative;
}
.code-field input {
  padding-right: 9rem;
}
.send-code-button {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.375rem 0.25rem;
  background: transparent;
  color: var(--green);
  font-size: 1rem;
  line-height: 1.5;
}
.send-code-button:disabled {
  cursor: default;
}
.register-button {
  text-transform: capitalize;
  width: 100%;
  margin-top: 2.5rem;
}
.form-message {
  font-size: 0.875rem;
  line-height: 1.35;
  position: absolute;
  top: 100%;
  margin-top: 0.125rem;
  width: 100%;
  text-align: center;
}
.form-message[data-status="error"] {
  color: #b63232;
}
.form-message[data-status="success"] {
  color: var(--green);
}
.cooperator {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.25rem;
  color: #ababb880;
  margin-top: 1.0625rem;
}
.cooperator:before,
.cooperator:after {
  content: "";
  height: 0.1875rem;
  flex: 1;
  background: #f4f4f4;
}
.payment-partner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4375rem;
  font-size: 1.25rem;
  white-space: nowrap;
  color: #ababb880;
}
.payment-partner img {
  width: 6rem;
  height: 2.8125rem;
  object-fit: cover;
}

.section-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.section-heading h2 {
  font-size: 4rem;
  line-height: 1.5;
}
.section-heading > p:not(.eyebrow) {
  font-size: 1.25rem;
  color: var(--muted);
  line-height: 1.5;
}
.advantages {
  position: relative;
  background: #f7f8f7;
  min-height: 81.25rem;
  padding-top: 8.5rem;
}
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.advantage-card {
  min-width: 0;
  border-radius: 2rem;
  overflow: hidden;
}
.advantage-art {
  width: 100%;
  height: 26.8125rem;
  object-fit: cover;
}
.advantage-copy {
  position: relative;
  background: white;
  border-radius: 2rem;
  padding: 1.75rem 1.6875rem 3rem;
  min-height: 18.75rem;
  text-align: center;
}
.advantage-copy h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  color: var(--ink);
}
.advantage-copy p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 1rem;
}
.about {
  padding: 8.5rem 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 44.375rem 42.625rem;
  gap: 3rem;
}
.about-portrait {
  position: relative;
  width: 44.375rem;
  height: 69.5625rem;
}
.portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.community-card {
  position: absolute;
  left: 2.5rem;
  bottom: 2.5rem;
  width: 26.3125rem;
  height: 15.125rem;
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow);
}
.community-card p {
  font-size: 1.875rem;
  line-height: 1.5;
  color: var(--ink);
  margin-top: 1rem;
}
.about-content {
  padding-top: 3.9375rem;
  text-align: center;
}
.about-content .section-heading h2 {
  width: 42.5rem;
}
.about-content > .button {
  margin-top: 6.5rem;
  min-width: 17.5rem;
}
.feature-card {
  text-align: left;
  background: white;
  border-radius: 2rem;
  box-shadow: var(--shadow);
  padding: 2.5rem;
}
.about-content .feature-card {
  margin-top: 6.5rem;
  min-height: 22.5rem;
}
.feature-icon {
  width: 6.875rem;
  height: 6.875rem;
}
.feature-card h3 {
  font-size: 2.25rem;
  line-height: 1.5;
  color: var(--ink);
  margin-top: 2rem;
}
.feature-card p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 1.5rem;
}
.security {
  padding: 9rem 0 8.9375rem;
}
.security-grid {
  display: grid;
  grid-template-columns: 42.625rem 42.625rem;
  gap: 4.75rem;
}
.security-content {
  padding-top: 5.125rem;
}
.security-content .section-heading {
  align-items: flex-start;
  text-align: left;
}
.security-content .eyebrow {
  width: 9.875rem;
}
.security-content .section-heading > p:not(.eyebrow) {
  color: var(--body);
  max-width: 41.75rem;
}
.security-content .feature-card {
  margin-top: 6.875rem;
  min-height: 24.375rem;
}
.security-portrait {
  height: 65.1875rem;
  overflow: hidden;
  border-radius: 2rem;
}
.security-portrait img {
  max-width: none;
  width: 123.28%;
  height: 107.48%;
  margin-left: -11.64%;
  object-fit: fill;
}
.reviews {
  height: 86.25rem;
  padding-top: 8.5rem;
  position: relative;
}
.reviews .section-heading h2 {
  max-width: 85.0625rem;
}
.reviews .section-heading > p:not(.eyebrow) {
  color: var(--body);
}
.review-marquee {
  margin-top: 3.5rem;
  outline-offset: -0.25rem !important;
}
.review-row {
  overflow: hidden;
  padding: 0.5rem 0;
}
.review-row + .review-row {
  margin-top: 1rem;
}
.review-track {
  display: flex;
  width: max-content;
  transform: translateX(-10.6875rem);
  animation: reviews-left 65s linear infinite;
  will-change: transform;
}
.review-row--reverse .review-track {
  animation: reviews-right 72s linear infinite;
}
.review-group {
  display: flex;
  gap: 2rem;
  padding-right: 2rem;
  flex-shrink: 0;
}
.review-card {
  width: 34.6875rem;
  min-height: 20.125rem;
  flex: none;
  border: 0.0625rem solid #a2a2a240;
  border-radius: 2rem;
  background: white;
  box-shadow: var(--shadow);
  padding: 2.5rem;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.review-avatar {
  width: 6rem;
  height: 6rem;
  flex: none;
  border-radius: 50%;
}
.review-name {
  font-size: 1.875rem;
  line-height: 1.5;
  white-space: nowrap;
}
.review-stars {
  display: flex;
  gap: 0.3125rem;
  margin-top: 0.5625rem;
}
.review-stars img {
  width: 1.5rem;
  height: 1.5rem;
}
.review-card > p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 2rem;
}
.review-marquee:hover .review-track,
.review-marquee:focus-within .review-track {
  animation-play-state: paused;
}
.reviews:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14.5rem;
  pointer-events: none;
  background: linear-gradient(transparent, #fff 95%);
}
@keyframes reviews-left {
  from {
    transform: translateX(-10.6875rem);
  }
  to {
    transform: translateX(calc(-50% - 10.6875rem));
  }
}
@keyframes reviews-right {
  from {
    transform: translateX(calc(-50% - 0.875rem));
  }
  to {
    transform: translateX(-0.875rem);
  }
}
.site-footer {
  padding: 4rem 0;
  background: #f2f5f7;
}
.footer-inner {
  position: relative;
  width: 76rem;
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr) 17.5rem;
  column-gap: 6rem;
  align-items: start;
}
.footer-brand {
  justify-self: start;
}
.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  gap: 3rem;
}
.footer-nav > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.footer-nav .nav-about {
  font-size: 1.25rem;
}
.footer-download > p {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.footer-download .button {
  width: 17.5rem;
}
.footer-social {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 15rem;
  margin-top: 11.5rem;
}
.footer-social > p {
  font-size: 1.5rem;
  color: var(--ink);
  white-space: nowrap;
}
.social-links {
  display: flex;
  gap: 2rem;
}
.social-links a {
  display: block;
  width: 4.5rem;
  height: 4.5rem;
  overflow: hidden;
  transition: transform 0.2s;
}
.social-links a:hover {
  transform: translateY(-0.25rem);
}
.social-links img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-links a:nth-child(2) img {
  max-width: none;
  width: 107.98%;
  height: 107.98%;
  margin-left: -3.99%;
  margin-top: -4.97%;
}
.social-links a:nth-child(3) img {
  width: 90.76%;
  height: 90.76%;
  margin-left: 6.17%;
  margin-top: 4.67%;
}
.download-status:empty {
  display: none;
}
.download-status {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  max-width: calc(100vw - 2rem);
  padding: 0.75rem 1.5rem;
  border-radius: 1rem;
  color: white;
  background: #133b2a;
  font-size: 1rem;
  text-align: center;
}
.api-toast {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 2rem;
  transform: translate(-50%, 1rem);
  padding: 0.875rem 1.5rem;
  border-radius: 1rem;
  background: #133b2a;
  color: white;
  font-size: 1rem;
  max-width: calc(100vw - 2rem);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.api-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.download-page {
  font-size: 1rem;
  background:
    radial-gradient(ellipse at top right, #bcebd1, transparent 65%), #f4f6fa;
  min-height: 100vh;
}
.download-shell {
  width: min(100% - 3rem, 48rem);
  margin: auto;
  padding: 3rem 0;
}
.download-header {
  margin-bottom: 3rem;
}
.download-brand {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  color: var(--green);
}
.download-brand img {
  width: 3.5rem;
  height: 3.5rem;
}
.download-card {
  text-align: center;
  background: white;
  box-shadow: 0 1rem 4rem #00652e18;
  border-radius: 2rem;
  padding: 4rem 3rem;
}
.download-success-icon {
  width: 5rem;
  height: 5rem;
  display: grid;
  place-items: center;
  margin: 0 auto 1.5rem;
  background: #e3f4e9;
  border-radius: 50%;
  font-size: 3rem;
  color: var(--green);
}
.download-eyebrow {
  color: var(--green);
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}
.download-title {
  font-size: 2.5rem;
  line-height: 1.25;
}
.download-copy {
  margin: 1.5rem auto;
  color: #727b75;
  font-weight: 500;
  max-width: 30rem;
}
.download-bonus {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2rem;
  border-radius: 1.25rem;
  background: #eff8f2;
  margin: 2rem 0;
  color: var(--green);
}
.download-bonus strong {
  font-family: "Archivo Black", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
.download-button {
  width: 100%;
  margin-top: 1rem;
}
.download-button img {
  width: 2rem;
  height: 2rem;
}
.download-message {
  min-height: 1.5rem;
  color: #b63232;
  font-size: 0.9375rem;
  margin-top: 1rem;
}
.download-back {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--green);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

@media (min-width: 1921px) {
  .page {
    overflow: clip;
  }
}
@media (max-width: 1100px) {
  :root {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .container {
    width: 100%;
    max-width: calc(100% - 3rem);
  }
  .page {
    width: 100%;
    max-width: none;
  }
  .site-header {
    height: 6rem;
  }
  .header-inner {
    height: 100%;
    padding-top: 0;
  }
  .brand {
    gap: 0.75rem;
    font-size: 1.25rem;
  }
  .brand img {
    width: 3rem;
    height: 3rem;
  }
  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border-radius: 0.5rem;
    position: relative;
    z-index: 22;
  }
  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--green);
    margin-inline: auto;
    transition:
      transform 0.2s,
      opacity 0.2s;
  }
  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }
  .main-navigation {
    display: none;
    position: absolute;
    top: 5.5rem;
    left: 1.5rem;
    right: 1.5rem;
    z-index: 20;
    padding: 1.5rem;
    background: white;
    box-shadow: 0 0.75rem 2rem #0b1b1622;
    border-radius: 1rem;
    gap: 1.25rem;
    align-items: stretch;
  }
  .main-navigation.is-open {
    display: flex;
    flex-direction: column;
  }
  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .nav-links a,
  .nav-links .nav-about {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
  .registration-link {
    width: 100%;
  }
  .button {
    font-size: 1rem;
    min-height: 3.5rem;
    padding: 0.875rem 1.5rem;
  }
  .download-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .hero {
    min-height: 0;
    padding: 4rem 0 5rem;
  }
  .hero-inner {
    padding: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
    max-width: 40rem;
    width: calc(100% - 3rem);
  }
  .hero-copy {
    min-width: 0;
    text-align: center;
  }
  .eyebrow {
    width: auto;
    min-width: 12rem;
    height: 3rem;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
  }
  .hero h1 {
    font-size: clamp(2.25rem, 7vw, 4rem);
    line-height: 1.4;
  }
  .hero h1 span:nth-child(-n + 2) {
    justify-content: center;
    gap: 0.4em;
  }
  .hero-description {
    margin: 1.5rem auto 0;
    max-width: 30rem;
    font-size: 1rem;
  }
  .hero-download {
    margin-top: 2rem;
    width: auto;
  }
  .button-arrow {
    width: 2rem;
  }
  .hero-trust {
    justify-content: center;
    text-align: left;
    gap: 1.25rem;
    margin-top: 3rem;
  }
  .avatar-stack > img,
  .avatar-count {
    width: 3rem;
    height: 3rem;
  }
  .avatar-stack > img + img,
  .avatar-count {
    margin-left: -1.5rem;
  }
  .trust-copy {
    width: auto;
    max-width: 16rem;
    min-width: 0;
    flex: 1;
    padding: 0;
  }
  .trust-copy strong {
    font-size: 1.375rem;
  }
  .trust-copy p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .registration-card {
    min-width: 0;
    height: auto;
    padding: 2rem;
    border-radius: 1.5rem;
    max-width: 36rem;
    justify-self: center;
    width: 100%;
    scroll-margin-top: 1.5rem;
  }
  .registration-card h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    white-space: normal;
    margin: 0;
    line-height: 1.35;
  }
  .registration-bonus {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .registration-form {
    margin-top: 2rem;
  }
  .field-group label {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 1.25rem 0.625rem;
  }
  .field-group--code label {
    margin-bottom: 0.625rem;
  }
  .field-group input {
    height: 3.5rem;
    font-size: 1rem;
    padding-left: 1.25rem;
  }
  .form-fields {
    gap: 1rem;
  }
  .code-field input {
    padding-right: 7.5rem;
  }
  .send-code-button {
    right: 1rem;
    font-size: 0.875rem;
  }
  .register-button {
    margin-top: 1.5rem;
  }
  .form-message {
    position: static;
    margin-top: 0.75rem;
    font-size: 0.875rem;
    min-height: 0;
  }
  .form-message:empty {
    display: none;
  }
  .cooperator {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
  .payment-partner {
    margin-top: 1rem;
    font-size: clamp(0.625rem, 2vw, 0.875rem);
    white-space: normal;
  }
  .payment-partner img {
    width: 4.5rem;
    height: auto;
  }
  .hero-glow--top {
    width: 180rem;
    height: 140rem;
    left: -55rem;
    top: -55rem;
  }
  .hero-glow--bottom {
    width: 140rem;
    height: 110rem;
    left: -50rem;
    top: 15rem;
  }
  .section-heading {
    gap: 1rem;
  }
  .section-heading h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.35;
  }
  .section-heading > p:not(.eyebrow) {
    font-size: 1rem;
    max-width: 38rem;
  }
  .advantages {
    min-height: 0;
    padding: 5rem 0;
  }
  .advantage-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 3rem;
    max-width: 29rem;
    margin-inline: auto;
  }
  .advantage-art {
    height: auto;
    aspect-ratio: 464/429;
  }
  .advantage-copy {
    padding: 1.5rem 1.75rem 2.5rem;
    min-height: 0;
  }
  .advantage-copy h3 {
    font-size: 1.75rem;
  }
  .advantage-copy p {
    font-size: 1rem;
  }
  .about {
    padding: 5rem 0;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 40rem;
  }
  .about-portrait {
    width: 100%;
    height: auto;
    aspect-ratio: 710/900;
    max-height: 45rem;
  }
  .portrait {
    object-position: center 35%;
  }
  .community-card {
    width: 18rem;
    height: auto;
    padding: 1.5rem;
    left: 1.5rem;
    bottom: 1.5rem;
  }
  .community-card p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  .avatar-count span {
    font-size: 1rem;
  }
  .about-content {
    padding-top: 0;
  }
  .about-content .section-heading h2 {
    width: auto;
    max-width: 30rem;
  }
  .about-content > .button {
    margin-top: 2rem;
    min-width: 0;
  }
  .feature-card {
    padding: 2rem;
    border-radius: 1.5rem;
  }
  .about-content .feature-card {
    margin-top: 3rem;
    min-height: 0;
  }
  .feature-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .feature-card h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
  .feature-card p {
    font-size: 1rem;
    margin-top: 1rem;
  }
  .security {
    padding: 2rem 0 5rem;
  }
  .security-grid {
    grid-template-columns: 1fr;
    max-width: 40rem;
    gap: 3rem;
  }
  .security-content {
    padding: 0;
  }
  .security-content .section-heading {
    align-items: center;
    text-align: center;
  }
  .security-content .section-heading h2 {
    max-width: 30rem;
  }
  .security-content .eyebrow {
    width: auto;
  }
  .security-content .feature-card {
    margin-top: 2.5rem;
    min-height: 0;
  }
  .security-portrait {
    height: auto;
    aspect-ratio: 682/850;
    max-height: 42rem;
    grid-row: 1;
  }
  .security-portrait img {
    height: 110%;
    object-fit: cover;
    object-position: top;
  }
  .reviews {
    height: auto;
    padding: 3rem 0 5rem;
  }
  .reviews .section-heading h2 {
    max-width: 40rem;
  }
  .review-marquee {
    margin-top: 3rem;
  }
  .review-card {
    width: 20rem;
    min-height: 14.75rem;
    padding: 1.5rem;
    border-radius: 1.25rem;
  }
  .review-author {
    gap: 0.875rem;
  }
  .review-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }
  .review-name {
    font-size: 1.125rem;
  }
  .review-stars {
    gap: 0.2rem;
    margin-top: 0.375rem;
  }
  .review-stars img {
    width: 1rem;
    height: 1rem;
  }
  .review-card > p {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
  .review-group {
    gap: 1rem;
    padding-right: 1rem;
  }
  .review-row + .review-row {
    margin-top: 0.5rem;
  }
  .reviews:after {
    height: 5rem;
  }
  .site-footer {
    height: auto;
    padding: 2.5rem 0;
  }
  .footer-inner {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    max-width: min(40rem, calc(100% - 3rem));
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-nav {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    grid-column: 1/-1;
    grid-row: 2;
  }
  .footer-nav > div {
    gap: 1rem;
  }
  .footer-nav a,
  .footer-nav .nav-about {
    font-size: 1rem;
  }
  .footer-download {
    grid-column: 1/-1;
  }
  .footer-download > p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .footer-download .button {
    width: auto;
  }
  .footer-social {
    margin-top: 0;
    gap: 1.5rem;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-social > p {
    font-size: 1.125rem;
  }
  .social-links {
    gap: 1.25rem;
  }
  .social-links a {
    width: 3rem;
    height: 3rem;
  }
  .download-card {
    padding: 2.5rem 1.5rem;
  }
  .download-title {
    font-size: 2rem;
  }
  .download-shell {
    padding-top: 2rem;
  }
  .download-header {
    margin-bottom: 2rem;
  }
  .download-bonus {
    padding: 1.5rem;
  }
}
@media (max-width: 380px) {
  .container {
    max-width: calc(100% - 2rem);
  }
  .hero-inner {
    width: calc(100% - 2rem);
  }
  .registration-card {
    padding: 1.5rem 1.25rem;
  }
  .hero h1 {
    font-size: 2.125rem;
  }
  .hero-trust {
    gap: 1rem;
  }
  .trust-copy {
    width: 13rem;
  }
  .footer-nav {
    gap: 1rem;
  }
  .community-card {
    left: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
  .review-card {
    width: 18rem;
  }
  .social-links {
    gap: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
  .review-track,
  .review-row--reverse .review-track {
    animation: none;
    transform: none;
    will-change: auto;
  }
  .review-row {
    overflow-x: auto;
    padding: 1rem;
  }
  .review-group[aria-hidden="true"] {
    display: none;
  }
  .review-marquee {
    scrollbar-width: thin;
  }
}
