:root {
  --bg: #020407;
  --panel: #070a11;
  --panel-2: #0b0d17;
  --line: #252b37;
  --muted: #b8b5bf;
  --text: #ffffff;
  --purple: #b62bff;
  --purple-2: #7e19e8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 55% 35%, rgba(108, 35, 210, .15), transparent 28rem), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

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

img,
svg {
  display: block;
}

.site-header,
main,
.site-footer {
  width: min(100%, 1122px);
  margin: 0 auto;
}

main {
  overflow: hidden;
}

.site-header {
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 34px;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: rgba(2, 4, 7, .95);
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.brand img {
  width: 190px;
  height: 34px;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  gap: 45px;
  margin-left: auto;
  margin-right: 44px;
  font-size: 15px;
  font-weight: 600;
}

.nav a {
  color: #f3f0f7;
}

.premium {
  height: 36px;
  min-width: 128px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(188, 44, 255, .95);
  border-radius: 999px;
  color: #d64bff;
  font-size: 14px;
  font-weight: 800;
}

.premium svg {
  width: 16px;
  fill: currentColor;
}

.hero {
  min-height: 560px;
  display: block;
  padding: 72px 34px 54px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background-image:
    linear-gradient(90deg, rgba(2, 4, 7, .92) 0%, rgba(2, 4, 7, .86) 28%, rgba(2, 4, 7, .32) 52%, rgba(2, 4, 7, .04) 100%),
    url("./assets/hero-main-new.png");
  background-size: cover;
  background-position: 62% center;
  overflow: hidden;
}

.hero-copy {
  max-width: 430px;
  padding-top: 2px;
  position: relative;
  z-index: 2;
}

.hero h1 {
  margin: 0 0 19px;
  color: #f7f5f8;
  font-size: 48px;
  line-height: 1.09;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  color: var(--purple);
}

.hero p {
  margin: 0;
  color: #f0edf2;
  font-size: 21px;
  line-height: 1.34;
  font-weight: 450;
}

.hero-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 25px;
}

.hero-features article {
  min-height: 105px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 11px;
  padding: 13px 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(17, 20, 31, .95), rgba(7, 8, 14, .92));
  text-align: center;
}

.hero-features svg {
  width: 36px;
  height: 36px;
  color: var(--purple);
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.hero-features strong {
  max-width: 78px;
  font-size: 14px;
  line-height: 1.28;
}

.download {
  max-width: 100%;
  height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #bc2cff 0%, #7e18e6 100%);
  box-shadow: 0 14px 34px rgba(145, 25, 231, .28), inset 0 1px 0 rgba(255, 255, 255, .25);
  color: white;
  font-size: 20px;
  font-weight: 800;
}

.download svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.hero-download {
  width: min(386px, 100%);
  margin-top: 24px;
}

.meta {
  margin-top: 18px !important;
  padding-left: 29px;
  color: #aaa6af !important;
  font-size: 15px !important;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.meta span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.meta span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  margin: 0 14px;
  border-radius: 50%;
  background: #77727d;
}

.hero-art {
  display: none;
}

.hero-art img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.start-steps {
  padding: 30px 37px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.section-heading h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2;
}

.section-heading p {
  margin: 0;
  color: #cfc8d9;
  font-size: 15px;
}

.step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.step-grid article {
  min-height: 138px;
  padding: 18px 16px 16px;
  border: 1px solid rgba(159, 31, 231, .28);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(15, 17, 26, .96), rgba(7, 8, 14, .94));
}

.step-grid span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #bc2cff, #6618e8);
  box-shadow: 0 8px 20px rgba(145, 25, 231, .28);
  color: #fff;
  font-weight: 900;
}

.step-grid h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.2;
}

.step-grid p {
  margin: 0;
  color: #c9c3d0;
  font-size: 13px;
  line-height: 1.42;
}

.features {
  padding: 33px 37px 0;
}

.features h2 {
  margin: 0 0 17px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  min-height: 271px;
  position: relative;
  padding: 14px 14px 17px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(12, 16, 24, .98), rgba(6, 8, 13, .96));
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  aspect-ratio: 1.1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
  margin-bottom: 10px;
}

.feature-card h3 {
  margin: 0 0 5px;
  font-size: 20px;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: #d1cdd6;
  font-size: 15.5px;
  line-height: 1.38;
}

.reviews {
  padding: 28px 37px 0;
}

.reviews h2 {
  margin: 0 0 7px;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 900;
}

.reviews-subtitle {
  max-width: 560px;
  margin: 0 auto 17px;
  color: #b9b3c1;
  text-align: center;
  font-size: 14px;
  line-height: 1.45;
}

.review-viewport {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 38px, #000 calc(100% - 38px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 38px, #000 calc(100% - 38px), transparent 100%);
}

.review-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: review-scroll 72s linear infinite;
  will-change: transform;
  transform: translateZ(0);
}

.review-viewport:hover .review-track {
  animation-play-state: paused;
}

.review-card {
  width: 324px;
  flex: 0 0 324px;
  min-width: 0;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 22% 0%, rgba(178, 45, 255, .16), transparent 44%),
    linear-gradient(145deg, rgba(13, 16, 25, .98), rgba(6, 8, 13, .96));
  backface-visibility: hidden;
}

.review-card img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(190, 49, 255, .9);
  box-shadow: 0 0 18px rgba(157, 31, 231, .35);
}

.review-content {
  min-width: 0;
}

.review-meta {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
}

.review-meta strong {
  flex: 0 0 auto;
  font-size: 14px;
}

.review-meta span {
  min-width: 0;
  color: #aaa5b4;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stars {
  margin: 4px 0 8px;
  color: var(--purple);
  font-size: 13px;
  letter-spacing: 1px;
}

.stars span {
  color: rgba(255, 255, 255, .22);
}

.review-card p {
  margin: 0 0 12px;
  color: #eeeaf3;
  font-size: 14px;
  line-height: 1.42;
}

.review-card small {
  color: #a9a4b3;
  font-size: 12px;
}

@keyframes review-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

.cta {
  margin: 26px 37px 0;
  min-height: 167px;
  display: grid;
  grid-template-columns: 132px minmax(250px, 1fr) minmax(360px, 475px);
  align-items: center;
  gap: 26px;
  padding: 21px 36px;
  border: 1px solid rgba(159, 31, 231, .42);
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(22, 8, 42, .95), rgba(11, 9, 20, .97) 50%, rgba(36, 9, 67, .92));
}

.cta-brand {
  width: 132px;
  min-width: 0;
}

.cta-brand img {
  width: 132px;
  height: auto;
  display: block;
}

.cta-copy {
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.cta h2 {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.25;
}

.cta p {
  margin: 0;
  color: #d5d0db;
  font-size: 15px;
  line-height: 1.5;
}

.cta-actions {
  min-width: 0;
  padding-left: 16px;
}

.cta .download {
  width: min(350px, 100%);
  height: 51px;
  font-size: 18px;
}

.cta .download svg {
  width: 25px;
  height: 25px;
}

.cta ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.cta li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 7px;
  color: #d6d1dc;
  font-size: 12px;
  line-height: 1.28;
}

.cta li span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 2px solid var(--purple);
  border-radius: 50%;
  color: var(--purple);
  font-weight: 900;
}

.activation-info {
  margin: 27px 37px 0;
  padding: 24px 28px;
  border: 1px solid rgba(159, 31, 231, .34);
  border-radius: 10px;
  background:
    radial-gradient(circle at 10% 20%, rgba(188, 44, 255, .18), transparent 34%),
    rgba(8, 11, 17, .92);
}

.activation-info h2 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 1.2;
}

.activation-info p {
  max-width: 820px;
  margin: 0;
  color: #d3cddc;
  font-size: 15px;
  line-height: 1.58;
}

.trust {
  margin: 27px 37px 24px;
  min-height: 100px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(8, 11, 17, .92);
}

.trust article {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px 18px;
  position: relative;
}

.trust article + article::before {
  content: "";
  width: 1px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 23px;
  background: rgba(255, 255, 255, .17);
}

.trust svg {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  stroke: var(--purple);
  stroke-width: 1.8;
  fill: none;
}

.trust h3 {
  margin: 0 0 4px;
  font-size: 15px;
  line-height: 1.2;
}

.trust p {
  margin: 0;
  color: #bbb6c1;
  font-size: 12.5px;
  line-height: 1.34;
}

.site-footer {
  height: 72px;
  display: grid;
  grid-template-columns: auto auto minmax(20px, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: rgba(4, 6, 10, .98);
  color: #aaa5ae;
  font-size: 12px;
}

.brand-small {
  color: white;
}

.brand-small img {
  width: 150px;
  height: auto;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.footer-links a {
  white-space: nowrap;
}

.modal-open {
  overflow: hidden;
}

.premium-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 1;
  visibility: visible;
  transition: opacity .2s ease, visibility .2s ease;
}

.premium-modal[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.premium-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .72);
  backdrop-filter: blur(10px);
}

.premium-dialog {
  width: min(100%, 480px);
  position: relative;
  padding: 28px;
  border: 1px solid rgba(188, 44, 255, .55);
  border-radius: 14px;
  background:
    radial-gradient(circle at 85% 5%, rgba(188, 44, 255, .28), transparent 13rem),
    linear-gradient(145deg, rgba(16, 18, 28, .98), rgba(5, 6, 12, .98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, .62), 0 0 40px rgba(174, 36, 255, .22);
}

.premium-close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 14px;
  right: 14px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: white;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.premium-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(188, 44, 255, .18);
  color: #d94fff;
  font-size: 12px;
  font-weight: 900;
}

.premium-dialog h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.15;
}

.premium-lead {
  margin: 0;
  color: #ded7e7;
  font-size: 16px;
  line-height: 1.55;
}

.premium-price {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(190, 49, 255, .36);
  border-radius: 10px;
  background: linear-gradient(100deg, rgba(176, 38, 255, .18), rgba(255, 255, 255, .05));
}

.premium-price strong {
  color: #fff;
  font-size: 54px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(190, 49, 255, .55);
}

.premium-price span {
  color: #cfc8d8;
  font-size: 15px;
  line-height: 1.4;
}

.premium-benefits {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.premium-benefits li {
  padding-left: 24px;
  position: relative;
  color: #f0ecf5;
  font-size: 15px;
}

.premium-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #c82cff;
  font-weight: 900;
}

.premium-download {
  width: 100%;
  height: 56px;
  font-size: 18px;
}

.premium-note {
  margin: 12px 0 0;
  color: #a9a2b0;
  text-align: center;
  font-size: 13px;
}

.guide-page {
  min-height: 100vh;
  padding: 34px 20px;
  background:
    radial-gradient(circle at 20% 0%, rgba(188, 44, 255, .18), transparent 32%),
    #030509;
}

.download-guide {
  width: min(720px, 100%);
  min-height: calc(100vh - 68px);
  display: grid;
  align-content: center;
  gap: 24px;
  margin: 0 auto;
}

.guide-brand img {
  width: 178px;
  height: auto;
}

.guide-panel {
  padding: 34px;
  border: 1px solid rgba(159, 31, 231, .4);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(13, 16, 24, .98), rgba(7, 8, 14, .98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.guide-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--purple);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-panel h1 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.1;
}

.guide-panel p {
  margin: 0;
  color: #d6cfdd;
  font-size: 16px;
  line-height: 1.55;
}

.guide-steps {
  display: grid;
  gap: 12px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

.guide-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 12px;
  color: #f4f0f7;
  font-size: 16px;
  line-height: 1.35;
}

.guide-steps span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #bc2cff, #6618e8);
  color: #fff;
  font-weight: 900;
}

.guide-download {
  width: 100%;
}

.guide-back {
  display: block;
  margin-top: 16px;
  color: #cfc7db;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 1060px) {
  .nav {
    gap: 24px;
    margin-right: 24px;
  }

  .hero {
    min-height: 520px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero p {
    font-size: 19px;
  }

  .hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-features strong {
    max-width: none;
  }

  .cta {
    grid-template-columns: 120px minmax(220px, 1fr) minmax(300px, 420px);
    padding-inline: 28px;
    gap: 20px;
  }

  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust article:nth-child(3)::before {
    width: calc(100% - 48px);
    height: 1px;
    left: 24px;
    top: 0;
  }

  .site-footer {
    grid-template-columns: auto auto 1fr;
    gap: 22px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: auto;
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    margin: 0;
    overflow-x: auto;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    gap: 10px;
    padding: 14px 20px 34px;
    background-image: none;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-art {
    order: -1;
    display: block;
    justify-content: center;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: visible;
    border-radius: 10px;
    margin-bottom: -8px;
  }

  .hero-art img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-features,
  .step-grid,
  .feature-grid,
  .trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta {
    grid-template-columns: 132px minmax(0, 1fr);
    margin-inline: 20px;
    gap: 18px;
  }

  .cta-copy {
    border-right: 0;
  }

  .cta-actions {
    grid-column: 1 / -1;
    padding-left: 0;
    margin-top: 24px;
  }

  .site-footer {
    height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    padding: 24px 20px;
  }

}

@media (max-width: 560px) {
  .site-header {
    padding: 16px;
  }

  .brand img {
    width: 152px;
    height: auto;
  }

  .premium {
    min-width: 112px;
    height: 34px;
    font-size: 12px;
  }

  .nav {
    gap: 18px;
    justify-content: flex-start;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .hero {
    padding: 8px 16px 30px;
    gap: 6px;
  }

  .hero-art {
    aspect-ratio: auto;
    margin-bottom: -12px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 18px;
  }

  .start-steps {
    padding: 24px 20px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 14px;
  }

  .section-heading h2 {
    font-size: 23px;
  }

  .section-heading p {
    margin-top: 5px;
    font-size: 13px;
  }

  .step-grid {
    gap: 10px;
  }

  .step-grid article {
    min-height: 128px;
    padding: 13px 11px 12px;
  }

  .step-grid span {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .step-grid h3 {
    font-size: 14px;
  }

  .step-grid p {
    font-size: 11.5px;
    line-height: 1.34;
  }

  .trust,
  .cta ul {
    grid-template-columns: 1fr;
  }

  .activation-info {
    margin: 22px 20px 0;
    padding: 18px 16px;
  }

  .activation-info h2 {
    font-size: 21px;
  }

  .activation-info p {
    font-size: 13px;
    line-height: 1.46;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-features {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 18px;
  }

  .hero-features article {
    min-height: 66px;
    gap: 5px;
    padding: 8px 4px;
    border-radius: 7px;
  }

  .hero-features svg {
    width: 22px;
    height: 22px;
  }

  .hero-features strong {
    max-width: none;
    font-size: 11px;
    line-height: 1.15;
  }

  .hero-download,
  .cta .download {
    width: 100%;
  }

  .meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px !important;
    padding: 0 !important;
    font-size: 12px !important;
  }

  .meta span {
    flex: 1 1 0;
    justify-content: center;
    min-width: 0;
    height: 30px;
    padding: 0 6px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: #c9c3cf;
  }

  .meta span + span::before {
    display: none;
  }

  .features {
    padding-inline: 20px;
  }

  .reviews {
    padding-inline: 20px;
  }

  .reviews h2 {
    font-size: 22px;
  }

  .reviews-subtitle {
    max-width: 310px;
    margin-bottom: 14px;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .review-viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .review-card {
    width: 282px;
    flex-basis: 282px;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 13px;
  }

  .review-card img {
    width: 52px;
    height: 52px;
  }

  .review-card p {
    font-size: 13px;
    line-height: 1.36;
  }

  .feature-card {
    min-height: 0;
    padding: 8px;
  }

  .feature-card img {
    aspect-ratio: 1 / 1;
    margin-bottom: 7px;
  }

  .feature-card h3 {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.15;
  }

  .feature-card p {
    font-size: 12px;
    line-height: 1.28;
  }

  .cta {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .cta-brand {
    margin-bottom: 18px;
  }

  .trust {
    margin-inline: 20px;
  }

  .trust article + article::before {
    width: calc(100% - 40px);
    height: 1px;
    left: 20px;
    top: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding: 24px 18px 22px;
    text-align: center;
  }

  .site-footer .brand-small {
    justify-content: center;
  }

  .site-footer .brand-small img {
    width: 168px;
  }

  .site-footer p {
    max-width: 280px;
    line-height: 1.35;
  }

  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px 16px;
    max-width: 320px;
    margin-top: 2px;
  }

  .footer-links a {
    padding: 4px 0;
  }

  .premium-dialog {
    padding: 24px 18px 20px;
  }

  .premium-dialog h2 {
    font-size: 26px;
  }

  .premium-price strong {
    font-size: 46px;
  }

  .guide-page {
    padding: 22px 16px;
  }

  .download-guide {
    min-height: calc(100vh - 44px);
    gap: 18px;
  }

  .guide-brand img {
    width: 152px;
  }

  .guide-panel {
    padding: 24px 18px;
    border-radius: 10px;
  }

  .guide-panel h1 {
    font-size: 30px;
  }

  .guide-panel p,
  .guide-steps li {
    font-size: 14px;
  }

  .guide-steps {
    margin: 22px 0;
  }

}
