:root {
  --page: #f7f9fc;
  --paper: #ffffff;
  --paper-soft: #f1f5ff;
  --ink: #0a0d14;
  --muted: #5f6878;
  --line: #dfe6f1;
  --blue: #2368ff;
  --blue-dark: #164bd6;
  --blue-soft: #e4eeff;
  --trial: #e8f7ef;
  --trial-ink: #12643b;
  --black: #050607;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(35, 104, 255, 0.1), transparent 30rem),
    linear-gradient(180deg, #f9fbff 0%, var(--page) 55%, #f4f7fc 100%);
  font-family: "Fira Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.auth-modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.page-glow {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(35, 104, 255, 0.018) 1px, transparent 1px);
  background-size: 140px 140px;
}

.pixel-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.012;
  background-image:
    linear-gradient(90deg, #050607 1px, transparent 1px),
    linear-gradient(#050607 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 58%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand__logo {
  width: 38px;
  height: 38px;
  border: 2px solid var(--black);
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  box-shadow: 3px 3px 0 var(--blue-soft);
}

.brand__text,
.top-nav a,
.header-login,
.btn,
.choice-card,
.trial-note,
.hero-facts,
.benefits-grid span,
.price-card__label,
.device-list span,
.modal-kicker,
.cookie-banner strong {
  font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.brand__text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.top-nav {
  display: flex;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
}

.top-nav a,
.header-login {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.top-nav a:hover {
  color: var(--ink);
}

.header-login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid var(--black);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 3px 3px 0 rgba(35, 104, 255, 0.16);
}

.hero {
  padding: clamp(42px, 9vh, 88px) 0 clamp(30px, 6vh, 56px);
}

.hero__inner {
  max-width: 920px;
}

.hero__brandline {
  margin: 0 0 14px;
  color: var(--blue);
  font: 500 13px/1 "IBM Plex Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

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

h1 {
  max-width: 860px;
  margin-bottom: 18px;
  font-size: clamp(54px, 10vw, 120px);
  line-height: 0.9;
  letter-spacing: -0.07em;
  text-wrap: balance;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

h3 {
  margin-bottom: 9px;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 26px;
  color: #2f394a;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.42;
}

.choice-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 790px;
  margin-bottom: 16px;
}

.choice-card {
  min-height: 148px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 22px;
  border: 2px solid var(--black);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 6px 6px 0 rgba(35, 104, 255, 0.12);
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.choice-card--primary {
  color: #fff;
  background: var(--black);
  box-shadow: 8px 8px 0 var(--blue);
}

.choice-card span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.choice-card--primary span,
.choice-card--primary small {
  color: rgba(255, 255, 255, 0.74);
}

.choice-card strong {
  color: var(--ink);
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.choice-card--primary strong {
  color: #fff;
}

.choice-card small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.3;
}

.choice-card:hover,
.header-login:hover,
.btn:hover,
.price-card a:hover {
  transform: translate(-2px, -2px);
}

.choice-card:focus-visible,
.btn:focus-visible,
.header-login:focus-visible,
.top-nav a:focus-visible,
.price-card a:focus-visible,
.faq-list summary:focus-visible {
  outline: 3px solid rgba(35, 104, 255, 0.42);
  outline-offset: 4px;
}

.trial-note {
  width: min(100%, 790px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid rgba(18, 100, 59, 0.24);
  border-radius: 18px;
  color: var(--trial-ink);
  background: var(--trial);
}

.trial-note b {
  font-size: 14px;
  font-weight: 500;
}

.trial-note span {
  color: rgba(18, 100, 59, 0.74);
  font-size: 12px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 500;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 2px solid var(--black);
  border-radius: 16px;
  color: var(--ink);
  background: #fff;
  font: 500 14px/1 "IBM Plex Mono", monospace;
  text-decoration: none;
  box-shadow: 5px 5px 0 var(--blue-soft);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.btn--primary {
  color: #fff;
  background: var(--black);
  box-shadow: 6px 6px 0 var(--blue);
}

.btn--telegram {
  color: #fff;
  background: var(--blue);
  box-shadow: 6px 6px 0 var(--black);
}

.section-shell,
.final-cta {
  margin-top: 22px;
  padding: clamp(30px, 5.4vw, 54px);
  border: 2px solid var(--black);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 0 rgba(35, 104, 255, 0.12);
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head--center {
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.section-head p,
.benefits-grid p,
.how-list p,
.price-card p,
.price-card li,
.devices-section p,
.faq-list p,
.final-cta p,
.telegram-help p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

.section-head p {
  max-width: 680px;
  margin: 14px 0 0;
}

.section-head--center p {
  margin-inline: auto;
}

.benefits-grid,
.pricing-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

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

.benefits-grid article,
.price-card,
.faq-list details {
  border: 2px solid rgba(5, 6, 7, 0.92);
  border-radius: 24px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(35, 104, 255, 0.1);
}

.benefits-grid article {
  padding: 24px;
}

.benefits-grid span {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 500;
}

.benefits-grid p,
.how-list p,
.price-card p,
.faq-list p {
  margin-bottom: 0;
}

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

.price-card {
  position: relative;
  padding: clamp(24px, 4vw, 36px);
  overflow: hidden;
}

.price-card--accent {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.18), transparent 18rem),
    linear-gradient(145deg, #2368ff, #050607 72%);
  box-shadow: 7px 7px 0 var(--black);
}

.price-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  text-transform: uppercase;
}

.price-card__name {
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.price-card__price {
  margin-bottom: 20px;
  font-size: clamp(46px, 7vw, 72px);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.price-card--accent p,
.price-card--accent li {
  color: rgba(255, 255, 255, 0.78);
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.price-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.price-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 7px;
  background: var(--blue);
  box-shadow: 5px 0 0 var(--black);
}

.price-card--accent li::before {
  background: #fff;
  box-shadow: 5px 0 0 rgba(255, 255, 255, 0.34);
}

.price-card a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 18px;
  border: 2px solid var(--black);
  border-radius: 14px;
  color: #fff;
  background: var(--black);
  box-shadow: 5px 5px 0 var(--blue);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.price-card--accent a {
  border-color: #fff;
  color: var(--black);
  background: #fff;
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.28);
}

.how-list {
  display: grid;
  gap: 12px;
}

.how-list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}

.how-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--black);
  border-radius: 14px;
  color: #fff;
  background: var(--black);
  box-shadow: 4px 4px 0 var(--blue);
  font-family: "IBM Plex Mono", monospace;
}

.telegram-help {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper-soft);
}

.telegram-help--featured {
  border: 2px solid var(--black);
  background:
    radial-gradient(280px 150px at 100% 0%, rgba(35, 104, 255, 0.2), transparent 72%),
    linear-gradient(135deg, #f7fbff, #eaf2ff);
  box-shadow: 7px 7px 0 rgba(35, 104, 255, 0.18);
}

.telegram-help span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 9px;
  border: 1px solid rgba(35, 104, 255, 0.22);
  border-radius: 999px;
  color: var(--blue);
  background: #fff;
  font: 500 11px/1 "IBM Plex Mono", monospace;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.telegram-help--featured .btn {
  min-height: 58px;
  padding-inline: 22px;
}

.telegram-help h3,
.devices-section h2,
.final-cta h2 {
  margin-bottom: 10px;
}

.telegram-help p,
.devices-section p,
.final-cta p {
  margin-bottom: 0;
}

.devices-section,
.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 58px);
}

.device-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.device-list span {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 17px;
  border: 2px solid var(--black);
  border-radius: 18px;
  background: #fff;
  box-shadow: 4px 4px 0 var(--blue-soft);
  font-size: 13px;
  font-weight: 500;
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
}

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--blue);
  font-family: "IBM Plex Mono", monospace;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 22px 20px;
}

.final-cta {
  margin-bottom: 0;
  background:
    radial-gradient(360px 180px at 100% 0%, rgba(35, 104, 255, 0.13), transparent 70%),
    #fff;
}

.devices-section {
  margin-bottom: 22px;
}

.site-footer {
  position: relative;
  margin: 22px 0 64px;
  padding: clamp(26px, 5vw, 44px);
  overflow: hidden;
  border: 2px solid var(--black);
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(360px 180px at 100% 0%, rgba(35, 104, 255, 0.28), transparent 70%),
    #080b1a;
  background-size: 58px 58px, 58px 58px, auto, auto;
  box-shadow: 8px 8px 0 var(--black), 14px 14px 0 rgba(35, 104, 255, 0.24);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  width: 54px;
  height: 34px;
  transform: translateX(-50%);
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    -80px 0 0 rgba(255, 255, 255, 0.035),
    80px 0 0 rgba(255, 255, 255, 0.035);
}

.site-footer__top,
.site-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
}

.footer-brand__logo {
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  box-shadow: 4px 4px 0 var(--blue);
}

.footer-brand span {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.footer-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  box-shadow: 4px 4px 0 rgba(255, 255, 255, 0.18);
  font: 500 12px/1 "IBM Plex Mono", monospace;
  text-decoration: none;
}

.footer-links {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 86px);
  margin-top: clamp(36px, 7vw, 72px);
}

.footer-column--wide {
  grid-column: 1 / -1;
}

.footer-column h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.footer-column a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 17px;
  line-height: 1.35;
  text-decoration: none;
  transition: color 0.16s ease, transform 0.16s ease;
}

.footer-column a:hover,
.footer-column a:focus-visible,
.footer-cta:hover,
.footer-cta:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.site-footer__bottom {
  margin-top: clamp(48px, 8vw, 86px);
  color: rgba(255, 255, 255, 0.58);
  font-size: 15px;
  line-height: 1.45;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__trust {
  position: relative;
  padding-left: 24px;
  text-align: right;
}

.site-footer__trust::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  box-shadow: 5px 0 0 rgba(35, 104, 255, 0.86);
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 18px;
}

.auth-modal[hidden] {
  display: none;
}

.auth-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(35, 104, 255, 0.22), transparent 34rem),
    rgba(8, 12, 18, 0.52);
  cursor: pointer;
}

.auth-modal__card {
  position: relative;
  width: min(560px, 100%);
  max-height: min(720px, calc(100dvh - 28px));
  overflow: auto;
  padding: clamp(22px, 5vw, 34px);
  border: 2px solid var(--black);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 10px 10px 0 var(--black), 18px 18px 0 rgba(35, 104, 255, 0.32);
}

.auth-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--black);
  border-radius: 12px;
  background: var(--paper);
  color: var(--black);
  cursor: pointer;
  font: 500 24px/1 "IBM Plex Mono", monospace;
}

.modal-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.auth-modal__text {
  margin: 16px 0 18px;
  color: #293241;
  font-size: 18px;
  line-height: 1.45;
}

.auth-modal__status {
  margin: 0 0 16px;
  padding: 13px 14px;
  border: 2px solid rgba(5, 6, 7, 0.1);
  border-radius: 16px;
  background: var(--paper-soft);
  color: var(--muted);
  font: 500 13px/1.35 "IBM Plex Mono", monospace;
}

.auth-modal__status[data-kind="pending"] {
  border-color: rgba(35, 104, 255, 0.35);
  color: var(--blue);
}

.auth-modal__status[data-kind="success"] {
  border-color: rgba(42, 157, 90, 0.4);
  background: #edfff4;
  color: #16733a;
}

.auth-modal__status[data-kind="error"] {
  border-color: rgba(198, 53, 53, 0.35);
  background: #fff0f0;
  color: #b42318;
}

.auth-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auth-modal__actions .btn {
  width: 100%;
  min-height: 56px;
}

.auth-modal__actions button.btn {
  cursor: pointer;
}

.auth-modal__actions button.btn:disabled {
  opacity: 0.68;
  cursor: progress;
}

.auth-modal__hint {
  margin: 16px 0 0;
  color: var(--muted);
  font: 500 12px/1.45 "IBM Plex Mono", monospace;
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 60;
  width: min(720px, calc(100% - 28px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
  border: 2px solid var(--black);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 6px 6px 0 var(--blue-soft);
  padding: 16px;
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translate(-50%, 8px);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.cookie-banner__btn {
  min-height: 44px;
  padding: 0 18px;
  border: 2px solid var(--black);
  border-radius: 14px;
  color: #fff;
  background: var(--black);
  box-shadow: 4px 4px 0 var(--blue);
  cursor: pointer;
  font: 500 13px/1 "IBM Plex Mono", monospace;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .top-nav {
    display: none;
  }

  .choice-panel,
  .benefits-grid,
  .pricing-grid,
  .devices-section,
  .final-cta,
  .telegram-help,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-column--wide {
    grid-column: auto;
  }

  .device-list {
    justify-content: flex-start;
  }

  .telegram-help .btn,
  .final-cta .btn {
    width: max-content;
  }

  .cookie-banner,
  .auth-modal__actions {
    grid-template-columns: 1fr;
  }

  .site-footer__top,
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__trust {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .site-header,
  main {
    width: min(100% - 20px, 1120px);
  }

  .brand__logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .brand__text {
    font-size: 16px;
  }

  .header-login {
    min-height: 42px;
    padding: 0 13px;
    font-size: 12px;
  }

  .hero {
    padding: 28px 0 28px;
  }

  .hero__brandline {
    margin-bottom: 10px;
    font-size: 12px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 76px);
    line-height: 0.92;
  }

  h2 {
    font-size: clamp(30px, 9.6vw, 42px);
  }

  h3 {
    font-size: 20px;
  }

  .hero__lead {
    font-size: 17px;
  }

  .choice-card {
    min-height: 130px;
    padding: 20px;
  }

  .choice-card strong {
    font-size: clamp(28px, 10vw, 38px);
  }

  .trial-note {
    display: grid;
    gap: 4px;
    padding: 12px;
  }

  .hero-facts {
    display: grid;
  }

  .hero-facts span {
    width: max-content;
    max-width: 100%;
  }

  .section-shell,
  .final-cta,
  .site-footer {
    padding: 22px;
    border-radius: 22px;
  }

  .site-footer {
    margin-bottom: 44px;
  }

  .footer-links {
    gap: 28px;
    margin-top: 34px;
  }

  .footer-column h2 {
    font-size: 21px;
  }

  .footer-column a {
    font-size: 16px;
  }

  .footer-cta {
    width: 100%;
  }

  .benefits-grid article,
  .price-card {
    padding: 22px;
    border-radius: 20px;
  }

  .how-list article {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 16px;
  }

  .price-card__price {
    font-size: clamp(42px, 13vw, 60px);
  }

  .device-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .device-list span {
    justify-content: center;
    min-height: 48px;
    padding: 0 10px;
  }

  .telegram-help .btn,
  .final-cta .btn {
    width: 100%;
  }

  .cookie-banner {
    bottom: max(12px, env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    padding: 14px;
    border-radius: 18px;
  }

  .auth-modal {
    padding: 10px;
  }

  .auth-modal__card {
    border-radius: 22px;
    box-shadow: 7px 7px 0 var(--black), 12px 12px 0 rgba(35, 104, 255, 0.32);
  }
}
