:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --surface-blue: #eaf5ff;
  --surface-blue-strong: #d8ecff;
  --line: #e5edf7;
  --line-strong: #d5e3f3;
  --text: #15253f;
  --text-soft: #5f718d;
  --text-faint: #8ea0ba;
  --primary: #2388ff;
  --primary-strong: #1473ef;
  --primary-soft: #e9f4ff;
  --success: #22a7ff;
  --shadow: 0 16px 34px rgba(51, 97, 160, 0.08);
  --shadow-soft: 0 10px 24px rgba(51, 97, 160, 0.06);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 100vw;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f6f9fd 0%, #f3f7fb 100%);
}

a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img, svg { display: block; max-width: 100%; }


.device-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.device-icon svg {
  width: 40px;
  height: 40px;
  display: block;
  flex-shrink: 0;
}
.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: 0;
}

.section {
  padding: 18px 0 0;
}

section[id] {
  scroll-margin-top: 110px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 18px 0 0;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 32px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(229, 237, 247, 0.95);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
  transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

#siteHeader.is-scrolled .header-inner,
.site-header.is-scrolled .header-inner {
  box-shadow: 0 18px 36px rgba(51, 97, 160, 0.12);
  border-color: var(--line-strong);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex-shrink: 0;
}

.brand-copy {
  display: flex;
  align-items: center;
}

.brand-name {
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
  margin: 4px auto;
  transition: transform .24s ease, opacity .24s ease;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0 auto;
}

.nav a {
  padding: 10px 14px;
  border-radius: 12px;
  color: var(--text-soft);
  font-size: 14px;
  font-weight: 600;
  transition: color .18s ease, background-color .18s ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--primary-strong);
  background: #eff6ff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.primary-btn-tg,
.primary-btn,
.outline-btn,
.telegram-cta__button,
.plan-btn,
.cabinet-link,
.language-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.primary-btn {
  width: 280px;
  height: 80px;
}

.outline-btn {
  width: 280px;
  height: 80px;
}

.footer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
}

.footer-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.footer-brand-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--text-soft);
  font-size: 14px;
}

.footer-brand-image {
  width: 34px;
  height: 34px;
  object-fit: contain;
  display: block;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text-soft);
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--primary-strong);
}

.footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.social-link {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--primary-strong);
}

.language-pill--footer {
  min-width: 54px;
  min-height: 42px;
}

/* мобильная версия */
@media (max-width: 760px) {
  .footer-inner {
    padding-top: 10px;
  }

  .footer-center {
    gap: 12px;
  }

  .footer-brand-line {
    font-size: 13px;
    gap: 8px;
  }

  .footer-brand-image {
    width: 28px;
    height: 28px;
  }

  .footer-links {
    gap: 10px 14px;
    flex-direction: row;
  }

  .footer-links a {
    font-size: 13px;
  }

  .footer-bottom-row {
    gap: 12px;
  }
}

.primary-btn-tg {
   min-height: 48px;
  padding: 0 20px;
  background: linear-gradient(180deg, #2990ff 0%, #1e83fb 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(35, 136, 255, 0.22);
  border: 1px solid rgba(24, 114, 236, 0.8);
}

.primary-btn,
.telegram-cta__button,
.plan-btn {
  min-height: 48px;
  padding: 0 20px;
  background: linear-gradient(180deg, #2990ff 0%, #1e83fb 100%);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(35, 136, 255, 0.22);
  border: 1px solid rgba(24, 114, 236, 0.8);
}
.primary-btn-tg:hover,
.primary-btn:hover,
.outline-btn:hover,
.telegram-cta__button:hover,
.plan-btn:hover,
.cabinet-link:hover {
  transform: translateY(-1px);
}

.outline-btn,
.cabinet-link {
  min-height: 48px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
  font-weight: 600;
}

.telegram-btn {
  white-space: nowrap;
}

.btn-telegram-icon,
.cabinet-icon,
.social-link svg,
.device-icon svg {
  width: 18px;
  height: 18px;
}

.language-pill {
  min-width: 50px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  font-weight: 600;
  cursor: pointer;
}

.hero {
  padding-top: 16px;
}

.hero-card,
.section-panel,
.telegram-cta,
.faq-layout {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  gap: 28px;
  align-items: stretch;
  padding: 28px;
  border-radius: 28px;
}

.hero-copy {
  padding: 12px 6px 12px 6px;
}

.hero-chip,
.pricing-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef6ff;
  color: #5c82ad;
  font-size: 13px;
  font-weight: 700;
}

.hero-copy h1 {
  margin: 18px 0 14px;
  font-size: clamp(38px, 6vw, 58px);
  line-height: .98;
  letter-spacing: -0.04em;
}

.hero-description {
  margin: 0;
  font-size: 26px;
  line-height: 1.35;
  color: var(--text-soft);
  max-width: 470px;
}

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

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 21px;
  font-weight: 600;
}

.check-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #2592ff, #1f7cf3);
  color: #fff;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(35, 136, 255, 0.25);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-note {
  margin: 18px 0 0;
  color: var(--text-soft);
  font-size: 15px;
}

.hero-visual {
  min-width: 0;
}

.hero-chat-card {
  position: relative;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 26px;
  background:
    radial-gradient(circle at 16px 16px, rgba(255,255,255,0.5) 1.4px, transparent 1.6px) 0 0 / 28px 28px,
    linear-gradient(180deg, #dceeff 0%, #cfe7ff 100%);
  border: 1px solid #cfe2f7;
  padding: 24px;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,0.6) 0, rgba(255,255,255,0) 16%),
    radial-gradient(circle at 80% 12%, rgba(255,255,255,0.35) 0, rgba(255,255,255,0) 12%),
    radial-gradient(circle at 74% 72%, rgba(255,255,255,0.25) 0, rgba(255,255,255,0) 18%);
  pointer-events: none;
}

.chat-bubble {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: min(360px, 72%);
  padding: 18px 18px 16px;
  border-radius: 22px;
  box-shadow: 0 12px 22px rgba(35, 74, 129, 0.08);
  font-size: 16px;
  line-height: 1.45;
}

.chat-bubble strong,
.chat-bubble span,
.chat-bubble small {
  display: block;
}

.chat-bubble small {
  margin-top: 10px;
  font-size: 12px;
  color: #8da1bc;
  text-align: right;
}

.chat-bubble--incoming {
  background: #fff;
}

.chat-bubble--incoming strong {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 6px;
  font-size: 19px;
}

.chat-bubble--incoming strong img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}

.chat-bubble--outgoing {
  margin: 18px 0 0 auto;
  background: #e9f7c7;
}

.chat-bubble--typing {
  margin-top: 30px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  display: inline-flex;
  gap: 8px;
}

.chat-bubble--typing i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b7c7d8;
  animation: blink 1.2s infinite ease-in-out;
}

.chat-bubble--typing i:nth-child(2) { animation-delay: .15s; }
.chat-bubble--typing i:nth-child(3) { animation-delay: .3s; }

@keyframes blink {
  0%, 80%, 100% { transform: scale(.8); opacity: .45; }
  40% { transform: scale(1); opacity: 1; }
}

.section-panel {
  border-radius: 24px;
  padding: 34px;
}

.section-heading {
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.section-heading p {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 16px;
}

.section-heading--compact {
  margin-bottom: 22px;
}

.country-grid,
.device-row,
.reviews-grid {
  display: grid;
  gap: 22px;
}

.country-grid {
  grid-template-columns: repeat(9, minmax(120px, 1fr));
}

.country-card {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 22px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #edf2f8;
  box-shadow: 0 6px 18px rgba(50, 90, 140, 0.04);
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.flag {
  font-size: 31px;
  line-height: 1;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 22px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #edf2f8;
  background: #fff;
  box-shadow: 0 8px 22px rgba(50, 90, 140, 0.05);
}

.plan-card--featured {
  border-color: #7eb8ff;
  box-shadow: 0 10px 28px rgba(35, 136, 255, 0.15);
}

.plan-card--placeholder {
  justify-content: flex-end;
}

.plan-badge,
.plan-discount {
  position: absolute;
  top: -12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.plan-badge {
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, #2990ff 0%, #1e83fb 100%);
  color: #fff;
  box-shadow: 0 10px 18px rgba(35, 136, 255, 0.22);
}


.plan-discount {
  right: 14px;
  background: #edf5ff;
  color: var(--primary-strong);
}

.plan-period {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.plan-price {
  margin-top: 22px;
  font-size: 44px;
  line-height: 1;
  color: var(--primary-strong);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.plan-price span {
  font-size: 18px;
  font-weight: 700;
}

.plan-subtitle {
  margin-top: 10px;
  font-size: 15px;
  color: var(--text-soft);
}

.plan-total {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  background: #f5f8fc;
  color: #7487a3;
  font-size: 14px;
  text-align: center;
}

.plan-btn {
  width: 100%;
  margin-top: auto;
  min-height: 56px;
}

.pricing-note {
  margin: 18px auto 0;
  display: flex;
  width: max-content;
}

.devices-panel {
  text-align: center;
}

.device-row {
  grid-template-columns: repeat(6, minmax(150px, 1fr));
}

.device-card {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 10px 8px;
  font-weight: 600;
  color: var(--text-soft);
}

.device-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #1f2a3a;
}

.devices-note {
  margin: 8px 0 0;
  color: var(--text-soft);
  font-size: 15px;
}

.reviews-grid {
  grid-template-columns: repeat(4, minmax(280px, 1fr));
}

.review-card {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #edf2f8;
  box-shadow: 0 6px 18px rgba(50, 90, 140, 0.04);
}

.review-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #2f97ff, #1e83fb);
  color: #fff;
  font-weight: 800;
}

.review-avatar--female {
  background: linear-gradient(180deg, #f7b6cf, #ef8bb0);
}

.review-time {
  color: var(--text-faint);
  font-size: 12px;
}

.review-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.telegram-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 24px 34px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 20%, rgba(255,255,255,0.28) 0, rgba(255,255,255,0) 20%),
    linear-gradient(135deg, #2a8fff 0%, #5aa8ff 100%);
  color: #fff;
  border: none;
  box-shadow: 0 18px 34px rgba(35, 136, 255, 0.18);
}

.telegram-cta__copy h2 {
  margin: 0 0 6px;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.telegram-cta__copy p {
  margin: 0;
  max-width: 650px;
  color: rgba(255,255,255,0.92);
  line-height: 1.55;
}

.telegram-cta__button {
  background: #fff;
  color: var(--primary-strong);
  border-color: rgba(255,255,255,0.75);
  box-shadow: none;
}

.faq-heading {
  margin-bottom: 18px;
}

.faq-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 26px;
  padding: 34px;
  border-radius: 24px;
}

.faq-side {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 100%;
}

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

.faq-item {
  border: 1px solid #e8eef6;
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.faq-button {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-plus {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f0f5fb;
  color: #73849e;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}

.faq-item.active .faq-plus {
  transform: rotate(45deg);
  background: #e9f4ff;
  color: var(--primary-strong);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .26s ease;
}

.faq-content-inner {
  padding: 0 20px 20px;
  color: var(--text-soft);
  line-height: 1.6;
}

.site-footer {
  padding: 26px 0 40px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  padding-top: 18px;
}

.footer-left,
.footer-right {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-left {
  color: var(--text-soft);
  font-size: 14px;
}

.footer-left a:hover {
  color: var(--primary-strong);
}

.social-link {
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--primary-strong);
}

.language-pill--footer {
  min-height: 38px;
  min-width: 54px;
}



.mascot::before,
.mascot::after {
  content: "";
  position: absolute;
  bottom: 12%;
  width: 20%;
  height: 24%;
  border-radius: 999px;
}

.mascot::before { left: 8%; transform: rotate(18deg); }
.mascot::after { right: 8%; transform: rotate(-18deg); }





.mascot--mini {
  width: 46px;
  height: 56px;
  border-radius: 26px;
}

.mascot--mini .mascot-badge {
  font-size: 8px;
  padding: 3px 6px;
  bottom: 12%;
}

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

.mascot--hero {
  position: absolute;
  right: 18px;
  bottom: 14px;
  width: 185px;
  height: 230px;
}

.faq-side {
  display: flex;
  align-items: center;   /* вертикально по центру */
  justify-content: center; /* горизонтально по центру */
}

/* сама картинка */
.mascot--faq img {
  width: 220px;
  height: auto;
  display: block;
}

.telegram-cta__mascot img {
  display: block;
  width: 190px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* ПК — сделать больше */
@media (min-width: 1024px) {
  .telegram-cta__mascot img {
    width: 260px;
  }
}

/* Большие экраны — еще крупнее */
@media (min-width: 1440px) {
  .telegram-cta__mascot img {
    width: 300px;
  }
}

/* Телефон — уменьшить */
@media (max-width: 760px) {
  .telegram-cta__mascot img {
    width: 210px;
    margin: 0 auto;
  }
}

.mascot--faq {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.mascot--faq img {
  width: 320px;
  max-width: 1000%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 760px) {
  .mascot--faq img {
    width: 170px;
  }
}

.faq-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center; /* ключевой момент */
  gap: 24px;
}




.placeholder-line,
.placeholder-button {
  border-radius: 12px;
  background: linear-gradient(90deg, #f2f6fb 0%, #e7eef7 50%, #f2f6fb 100%);
  background-size: 200% 100%;
  animation: shimmer 1.6s infinite linear;
}

.placeholder-line--sm { width: 46%; height: 22px; }
.placeholder-line--lg { width: 78%; height: 56px; margin-top: 18px; }
.placeholder-line--md { width: 66%; height: 36px; margin-top: 14px; }
.placeholder-button { width: 100%; height: 48px; margin-top: auto; }

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal-left { transform: translateX(-28px); }
.reveal-top { transform: translateY(-22px); }
.reveal-pop { transform: scale(.98) translateY(18px); }

.reveal.is-visible {
  opacity: 1;
  transform: none;
}


@media (min-width: 1280px) {
  .container {
    width: 100%;
    padding-inline: 0;
  }
  .section {
    padding-top: 22px;
  }

  .header-inner {
    padding: 20px 40px;
  }

  .nav a {
    padding: 12px 16px;
    font-size: 15px;
  }

  .primary-btn,
  .outline-btn,
  .telegram-cta__button,
  .plan-btn,
  .cabinet-link,
  .language-pill {
    min-height: 52px;
  }

  .hero-card {
    gap: 52px;
    padding: 52px;
    border-radius: 32px;
  }

  .hero-copy {
    padding: 20px 8px 20px 10px;
  }

  .hero-chip,
  .pricing-note {
    padding: 11px 18px;
    font-size: 14px;
  }

  .hero-copy h1 {
    margin: 20px 0 18px;
    font-size: clamp(48px, 4.5vw, 72px);
  }

  .hero-description {
    max-width: 560px;
    font-size: 30px;
  }

  .hero-benefits {
    margin-top: 30px;
    gap: 16px;
  }

  .hero-benefits li {
    font-size: 23px;
  }

  .check-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 34px;
    gap: 28px;
  }

  .hero-note {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-chat-card {
    min-height: 600px;
    padding: 38px;
    border-radius: 30px;
  }

  .chat-bubble {
    max-width: min(410px, 72%);
    padding: 20px 20px 18px;
    font-size: 17px;
  }

  .chat-bubble--incoming strong {
    font-size: 21px;
  }

  .mascot--hero {
    width: 210px;
    height: 260px;
    right: 30px;
    bottom: 16px;
  }

  .section-panel {
    padding: 40px;
    border-radius: 30px;
  }

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

  .section-heading h2 {
    font-size: clamp(32px, 3vw, 42px);
  }

  .section-heading p {
    font-size: 17px;
  }

  .country-grid,
  .device-row,
  .reviews-grid {
    gap: 28px;
  }

  .country-card {
    gap: 10px;
    padding: 24px 20px;
    font-size: 15px;
    border-radius: 20px;
  }

  .flag {
    font-size: 36px;
  }

  .pricing-grid {
    gap: 28px;
  }

  .plan-card {
    min-height: 332px;
    padding: 34px;
    border-radius: 22px;
  }

  .plan-period {
    font-size: 24px;
  }

  .plan-price {
    margin-top: 24px;
    font-size: 52px;
  }

  .plan-price span {
    font-size: 20px;
  }

  .plan-subtitle {
    font-size: 16px;
  }

  .plan-total {
    min-height: 42px;
    font-size: 15px;
  }

  .device-card {
    gap: 12px;
    padding: 14px 8px;
    font-size: 17px;
  }

  .device-icon {
    width: 58px;
    height: 58px;
  }

  .devices-note {
    margin-top: 12px;
    font-size: 16px;
  }

  .review-card {
    padding: 22px;
    border-radius: 20px;
  }

  .review-avatar {
    width: 46px;
    height: 46px;
  }

  .review-card p {
    font-size: 16px;
  }

  .telegram-cta {
    gap: 36px;
    padding: 30px 38px;
    border-radius: 28px;
  }

  .telegram-cta__copy h2 {
    font-size: 34px;
  }

  .telegram-cta__copy p {
    font-size: 17px;
  }

  .faq-layout {
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 40px;
    border-radius: 30px;
  }

  .faq-item {
    border-radius: 18px;
  }

  .faq-button {
    padding: 20px 22px;
    font-size: 17px;
  }

  .faq-content-inner {
    padding: 0 22px 22px;
    font-size: 16px;
  }

  .mascot--faq {
    width: 240px;
    height: 296px;
  }
}

@media (min-width: 1500px) {
  .container {
    width: 100%;
    padding-inline: 0;
  }
  .hero-card {
    grid-template-columns: minmax(0, 1.08fr) minmax(680px, .92fr);
  }

  .hero-chat-card {
    min-height: 660px;
  }

  .chat-bubble {
    max-width: min(430px, 72%);
  }

  .country-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .plan-card {
    min-height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .hero-card {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-right: 0;
  }

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

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

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

  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-side {
    justify-content: flex-start;
  }
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-shell {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  body.nav-open .nav-shell {
    display: flex;
  }

  body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
  }

  .nav a {
    padding: 12px 14px;
  }

  .header-actions {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {


  .primary-btn {
    width: 168px;
  height: 58px;
}

.outline-btn {
  width: 178px;
  height: 58px;
}

  .container {
    width: min(var(--container), calc(100% - 16px));
  }

  .site-header {
    padding-top: 12px;
  }

  .header-inner {
    padding: 12px 14px;
  }

  .brand-name {
    font-size: 16px;
  }

  .hero-card,
  .section-panel,
  .faq-layout {
    padding: 20px;
    border-radius: 22px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-description {
    font-size: 20px;
  }

  .hero-benefits li {
    font-size: 18px;
  }

  .hero-chat-card {
    min-height: 360px;
    padding: 24px;
  }

  .chat-bubble {
    max-width: 72%;
    font-size: 14px;
  }

  .chat-bubble--incoming strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  font-size: 19px;
}

.chat-bubble--incoming strong img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
  

  .mascot--hero {
    width: 128px;
    height: 192px;
    right: 12px;
    bottom: 130px;
  }

  .mascot--hero .mascot-badge {
    font-size: 14px;
    padding: 5px 10px;
  }

  .country-grid,
  .pricing-grid,
  .device-row,
  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .telegram-cta {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .telegram-cta__mascot {
    order: 0;
  }

  .telegram-cta__button {
    width: 100%;
  }

  .footer-inner,
  .footer-left,
  .footer-right {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}


@media (min-width: 1024px) {
  .site-header {
    padding-top: 10px;
  }

  .header-inner,
  .hero-card,
  .section-panel,
  .telegram-cta,
  .faq-layout {
    border-radius: 0;
  }

  .hero-copy h1 {
    font-size: clamp(56px, 5vw, 84px);
  }

  .hero-description {
    max-width: 680px;
    font-size: 32px;
  }

  .hero-benefits li {
    font-size: 24px;
  }

  .chat-bubble {
    max-width: min(470px, 74%);
    font-size: 18px;
  }

  .chat-bubble--incoming strong {
    font-size: 22px;
  }

  .country-card {
    min-height: 126px;
  }

  .plan-price {
    font-size: 58px;
  }

  .plan-period {
    font-size: 26px;
  }

  .plan-subtitle,
  .plan-total,
  .review-card p,
  .faq-content-inner {
    font-size: 17px;
  }

  .device-card {
    font-size: 18px;
  }

  .telegram-cta__copy h2 {
    font-size: 38px;
  }

  .telegram-cta__copy p {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .container {
    width: min(100%, calc(100% - 24px));
    margin: 0 auto;
  }
}
/* === desktop balance tuning v3 === */
@media (min-width: 1024px) {
  .container {
    width: min(100%, calc(100% - 116px));
    margin: 0 auto;
  }

  .section {
    padding-top: 28px;
  }

  .site-header {
    padding-top: 20px;
  }

  .header-inner {
    min-height: 104px;
    padding: 26px 42px;
    gap: 28px;
  }

  .brand-name {
    font-size: 24px;
    line-height: 1;
  }

  .nav a {
    padding: 15px 18px;
    font-size: 16px;
  }

  .primary-btn,
  .outline-btn,
  .telegram-cta__button,
  .plan-btn,
  .cabinet-link,
  .language-pill {
    min-height: 56px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(620px, 1.12fr);
    gap: 42px;
    padding: 46px;
    min-height: 620px;
  }

  .hero-copy {
    padding: 14px 6px 18px;
  }

  .hero-copy h1 {
    margin: 20px 0 18px;
    font-size: clamp(58px, 4.4vw, 74px);
    line-height: 1.03;
  }

  .hero-description {
    max-width: 510px;
    font-size: 22px;
    line-height: 1.5;
  }

  .hero-benefits {
    margin-top: 28px;
    gap: 18px;
  }

  .hero-benefits li {
    font-size: 19px;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 34px;
    gap: 16px;
  }

  .hero-chat-card {
    min-height: 510px;
    padding: 34px;
  }

  .chat-bubble {
    max-width: min(360px, 72%);
    padding: 19px 19px 17px;
    font-size: 16px;
    line-height: 1.46;
  }

  .chat-bubble--incoming strong {
    font-size: 18px;
  }

  .mascot--hero {
    width: 230px;
    height: 278px;
    right: 18px;
    bottom: 14px;
  }

  .mascot--hero .mascot-badge {
    font-size: 18px;
    padding: 7px 14px;
  }

  .section-panel {
    padding: 42px;
    border-radius: 24px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .section-heading h2 {
    font-size: 24px;
    line-height: 1.18;
  }

  .section-heading p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.55;
  }

  .country-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 20px;
  }

  .country-card {
    min-height: 136px;
    padding: 22px 14px;
    gap: 10px;
    font-size: 14px;
    border-radius: 16px;
  }

  .flag {
    font-size: 33px;
  }

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

  .plan-card {
    min-height: 360px;
    padding: 28px;
    border-radius: 18px;
  }

  .plan-period {
    font-size: 19px;
  }

  .plan-price {
    margin-top: 20px;
    font-size: 35px;
  }

  .plan-price span {
    font-size: 16px;
  }

  .plan-subtitle {
    margin-top: 10px;
    font-size: 15px;
  }

  .plan-total {
    min-height: 40px;
    margin-top: 18px;
    font-size: 13px;
    border-radius: 11px;
  }

  .plan-btn {
    min-height: 50px;
    font-size: 15px;
  }

  .pricing-note {
    margin-top: 20px;
    font-size: 14px;
  }

  .device-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
  }

  .device-card {
    gap: 12px;
    padding: 18px 8px 20px;
    font-size: 15px;
  }

  .device-icon {
    width: 48px;
    height: 48px;
  }

  .devices-note {
    margin-top: 14px;
    font-size: 15px;
  }

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

  .review-card {
    min-height: 154px;
    padding: 20px 20px 22px;
    border-radius: 16px;
  }

  .review-avatar {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .review-card p {
    font-size: 15px;
    line-height: 1.5;
  }

  .telegram-cta {
    grid-template-columns: 110px 1fr auto;
    gap: 26px;
    padding: 30px 34px;
    border-radius: 22px;
  }

  .mascot--banner {
    width: 92px;
    height: 110px;
  }

  .telegram-cta__copy h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .telegram-cta__copy p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 600px;
  }

  .faq-heading {
    margin-bottom: 18px;
  }

  .faq-layout {
    grid-template-columns: 230px 1fr;
    gap: 26px;
    padding: 36px;
    border-radius: 24px;
  }

  .mascot--faq {
    width: 190px;
    height: 236px;
  }

  .mascot--faq .mascot-badge {
    font-size: 16px;
    padding: 6px 14px;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-item {
    border-radius: 14px;
  }

  .faq-button {
    padding: 17px 20px;
    font-size: 15px;
    font-weight: 600;
  }

  .faq-content-inner {
    padding: 0 20px 20px;
    font-size: 15px;
    line-height: 1.58;
  }

  .site-footer {
    padding: 32px 0 46px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: min(100%, calc(100% - 132px));
  }

  .hero-card {
    grid-template-columns: minmax(0, 1fr) minmax(660px, 1.14fr);
    padding: 50px;
    min-height: 650px;
  }

  .section-panel {
    padding: 46px;
  }

  .country-card {
    min-height: 142px;
  }

  .plan-card {
    min-height: 372px;
  }

  .review-card {
    min-height: 162px;
  }

  .faq-layout {
    padding: 40px;
  }
}

/* === requested visual refresh: bigger blocks, 8px radius, readable icons, review slider, better flags === */
:root {
  --radius-lg: 8px;
  --radius-md: 8px;
  --radius-sm: 8px;
}

.header-inner,
.hero-card,
.section-panel,
.telegram-cta,
.faq-layout,
.country-card,
.plan-card,
.review-card,
.faq-item,
.hero-chat-card,
.chat-bubble,
.nav a,
.primary-btn,
.outline-btn,
.telegram-cta__button,
.plan-btn,
.cabinet-link,
.language-pill,
.nav-toggle,
.hero-chip,
.pricing-note,
.plan-total {
  border-radius: 8px !important;
}

@media (min-width: 1024px) {
  .container {
    width: min(100%, calc(100% - 72px));
  }

  .site-header {
    padding-top: 20px;
  }

  .header-inner {
    min-height: 112px;
    padding: 28px 34px;
    gap: 26px;
  }

  .brand-name {
    font-size: 20px;
  }

  .nav a {
    padding: 14px 18px;
    font-size: 15px;
  }

  .country-panel,
  .devices-panel,
  .reviews-panel,
  .pricing-panel {
    padding: 34px 34px 36px;
  }

  .devices-panel {
    min-height: 270px;
  }

  .device-row {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  .device-card {
    min-height: 118px;
    gap: 14px;
    padding: 24px 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #edf2f8;
    box-shadow: 0 6px 18px rgba(50, 90, 140, 0.04);
    border-radius: 8px;
    font-size: 16px;
    color: var(--text);
  }

  .device-icon {
    width: 72px;
    height: 72px;
  }

  .device-icon svg {
    width: 34px;
    height: 34px;
  }

  .devices-note {
    margin-top: 18px;
    font-size: 16px;
  }

  .reviews-slider {
    overflow: hidden;
    width: 100%;
  }

  .reviews-track {
    display: flex;
    gap: 20px;
    will-change: transform;
    transition: transform .7s ease;
  }

  .reviews-track .review-card {
    flex: 0 0 calc((100% - 40px) / 3);
    min-height: 176px;
    padding: 24px;
  }

  .review-head {
    margin-bottom: 14px;
  }

  .review-avatar {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  .review-card p {
    font-size: 16px;
    line-height: 1.6;
  }

  .country-grid {
    grid-template-columns: repeat(9, minmax(0, 1fr));
    gap: 18px;
  }

  .country-card {
    min-height: 140px;
    padding: 18px 12px;
    gap: 12px;
    font-size: 15px;
  }

  .flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 40px;
    margin: 0 auto;
    font-size: 0;
  }

  .flag-image img,
  .flag-image svg {
    display: block;
    width: 52px;
    height: 38px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 6px 16px rgba(50, 90, 140, 0.12);
  }

  .flag-image--more {
    color: var(--primary-strong);
  }
}

@media (max-width: 1023px) {
  .reviews-slider {
    overflow: hidden;
    width: 100%;
  }

  .reviews-track {
    display: flex;
    gap: 16px;
    transition: transform .7s ease;
  }

  .reviews-track .review-card {
    flex: 0 0 calc((100% - 16px) / 2);
  }

  .device-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #edf2f8;
    box-shadow: 0 6px 18px rgba(50, 90, 140, 0.04);
    border-radius: 8px;
    color: var(--text);
  }

  .device-icon {
    width: 64px;
    height: 64px;
  }

  .device-icon svg {
    width: 30px;
    height: 30px;
  }

  .flag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 36px;
    margin: 0 auto;
  }

  .flag-image img,
  .flag-image svg {
    width: 48px;
    height: 34px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 5px 12px rgba(50, 90, 140, 0.12);
  }
}

@media (max-width: 760px) {
  .reviews-track .review-card {
    flex: 0 0 100%;
  }

  .country-card,
  .device-card,
  .review-card {
    min-height: auto;
  }
}

/* === extra polish pass: bigger spacing, larger header, taller blocks, continuous sharp reviews === */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.site-header,
.header-inner,
.section-panel,
.device-card,
.review-card,
.country-card,
.reviews-track,
.reviews-track .review-card,
.flag-image img,
.flag-image svg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.reviews-slider {
  overflow: hidden;
  width: 100%;
}



.reviews-track--continuous {
  width: max-content;
  flex-wrap: nowrap;
  animation: reviews-marquee 18s linear infinite;
  will-change: transform;
}

.reviews-slider:hover .reviews-track--continuous {
  animation-play-state: running;
}

@keyframes reviews-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--reviews-loop-width, 0px)), 0, 0);
  }
}

@media (min-width: 1024px) {
  .container {
    width: min(100%, calc(100% - 112px)) !important;
    margin: 0 auto;
  }

  .section {
    padding-top: 34px;
  }

  .site-header {
    padding-top: 20px;
  }

  .header-inner {
    min-height: 126px;
    padding: 32px 40px;
    gap: 34px;
    border-radius: 8px !important;
  }

  .brand {
    gap: 14px;
  }

  .brand-name {
    font-size: 30px;
    letter-spacing: -0.03em;
  }

  .nav {
    gap: 8px;
  }

  .nav a {
    padding: 16px 20px;
    font-size: 17px;
    border-radius: 8px !important;
  }

  .primary-btn,
  .outline-btn,
  .telegram-cta__button,
  .plan-btn,
  .cabinet-link,
  .language-pill {
    min-height: 60px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
    border-radius: 8px !important;
  }

  .btn-telegram-icon,
  .cabinet-icon,
  .social-link svg,
  .device-icon svg {
    width: 20px;
    height: 20px;
  }

  .section-panel,
  .faq-layout,
  .telegram-cta,
  .hero-card {
    border-radius: 8px !important;
  }

  .country-panel,
  .devices-panel,
  .reviews-panel,
  .pricing-panel {
    padding: 42px 42px 44px;
    min-height: 250px;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 1.18;
  }

  .section-heading p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.6;
  }

  .country-grid {
    gap: 22px;
  }

  .country-card {
    min-height: 156px;
    padding: 24px 14px;
    gap: 14px;
    font-size: 16px;
    border-radius: 8px !important;
  }

  .flag {
    width: 60px;
    height: 44px;
  }

  .flag-image img,
  .flag-image svg {
    width: 60px;
    height: 44px;
    border-radius: 4px;
    image-rendering: auto;
    box-shadow: 0 8px 18px rgba(50, 90, 140, 0.14);
  }

  .devices-panel {
    min-height: 300px;
  }

  .device-row {
    gap: 22px;
  }

  .device-card {
    min-height: 142px;
    gap: 16px;
    padding: 28px 14px;
    font-size: 17px;
    border-radius: 8px !important;
  }

  .device-icon {
    width: 82px;
    height: 82px;
  }

  .device-icon svg {
    width: 38px;
    height: 38px;
  }

  .devices-note {
    margin-top: 20px;
    font-size: 17px;
  }

  .reviews-track {
    gap: 22px;
  }

  .reviews-track .review-card {
    flex: 0 0 390px;
    min-height: 196px;
    padding: 28px 24px;
    border-radius: 8px !important;
  }

  .review-head {
    gap: 14px;
    margin-bottom: 16px;
  }

  .review-avatar {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .review-head strong {
    font-size: 18px;
  }

  .review-time {
    font-size: 13px;
  }

  .review-card p {
    font-size: 17px;
    line-height: 1.65;
  }
}

@media (max-width: 1023px) {
  .reviews-track--continuous {
    animation-duration: 20s;
  }

  .reviews-track .review-card {
    flex: 0 0 320px;
  }
}

@media (max-width: 760px) {
  
  .container {
    width: min(100%, calc(100% - 20px));
  }

  .header-inner {
    border-radius: 8px !important;
  }

  .section-panel,
  .hero-card,
  .faq-layout,
  .telegram-cta {
    border-radius: 8px !important;
  }

  .country-card,
  .device-card,
  .review-card {
    border-radius: 8px !important;
  }

  .device-card {
    min-height: 124px;
    padding: 24px 14px;
    font-size: 16px;
  }

  .device-icon {
    width: 72px;
    height: 72px;
  }

  .device-icon svg {
    width: 34px;
    height: 34px;
  }

  .country-card {
    min-height: 130px;
    padding: 22px 12px;
    font-size: 15px;
  }

  .review-card {
    min-height: 168px;
    padding: 24px 18px;
  }

  .review-card p {
    font-size: 16px;
  }

  .reviews-track .review-card {
    flex: 0 0 300px;
  }
}

/* === remove white background from main hero block === */
.hero-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}


/* === premium font + slightly larger typography + seamless reviews === */
html, body, button, input, textarea, select {
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-copy h1,
.section-heading h2,
.brand-name,
.plan-price,
.telegram-cta__copy h2 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

.hero-description,
.hero-note,
.plan-subtitle,
.plan-total,
.review-card p,
.faq-content-inner,
.telegram-cta__copy p,
.devices-note,
.footer-left,
.nav a,
.language-pill,
.cabinet-link,
.primary-btn,
.primary-btn-tg,
.outline-btn,
.telegram-cta__button,
.plan-btn {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .brand-name { font-size: 32px; }
  .nav a { font-size: 18px; }
  .hero-copy h1 { font-size: clamp(64px, 5vw, 88px); }
  .hero-description { font-size: 35px; }
  .hero-benefits li { font-size: 26px; }
  .hero-note { font-size: 18px; }
  .chat-bubble { font-size: 19px; }
  .chat-bubble--incoming strong { font-size: 24px; }
  .chat-bubble small { font-size: 13px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading p { font-size: 18px; }
  .country-card { font-size: 16px; }
  .plan-period { font-size: 22px; }
  .plan-price { font-size: 62px; }
  .plan-price span { font-size: 19px; }
  .plan-subtitle, .plan-total { font-size: 16px; }
  .device-card { font-size: 17px; }
  .review-card p { font-size: 17px; }
  .faq-button { font-size: 17px; }
  .faq-content-inner { font-size: 16px; }
  .telegram-cta__copy h2 { font-size: 24px; }
  .telegram-cta__copy p { font-size: 17px; }
}

@media (max-width: 1023px) {
  .brand-name { font-size: 22px; }
  .hero-copy h1 { font-size: 46px; }
  .hero-description { font-size: 22px; }
  .hero-benefits li { font-size: 19px; }
  .chat-bubble { font-size: 15px; }
  .chat-bubble--incoming strong { font-size: 20px; }
  .section-heading h2 { font-size: 24px; }
  .faq-button { font-size: 16px; }
}

.reviews-slider {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  flex-wrap: nowrap !important;
  width: max-content;
}

.reviews-track--continuous {
  animation: reviews-marquee var(--reviews-duration, 20s) linear infinite;
  will-change: transform;
}

.reviews-slider:hover .reviews-track--continuous {
  animation-play-state: paused;
}

@keyframes reviews-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-1 * var(--reviews-loop-width, 0px)), 0, 0); }
}
