:root {
  --bg: #07111f;
  --panel: rgba(12, 22, 40, 0.92);
  --panel-2: rgba(10, 18, 34, 0.88);
  --line: rgba(255,255,255,.08);
  --line-strong: rgba(255,255,255,.14);
  --text: #eef4ff;
  --muted: #9fb2d3;
  --accent: #ff3855;
  --accent-2: #4f8cff;
  --accent-3: #8b5cf6;
  --ok: #19c37d;
  --shadow: 0 24px 80px rgba(0,0,0,.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font: 16px/1.65 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(900px 420px at 10% -8%, rgba(79,140,255,.20), transparent 55%),
    radial-gradient(880px 460px at 100% 0%, rgba(255,56,85,.17), transparent 50%),
    linear-gradient(180deg, #050d17 0%, #09111e 100%);
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 64px 0; }
.badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px;
  border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: #dbeafe; background: rgba(79,140,255,.12); border: 1px solid rgba(79,140,255,.2);
}
.badge-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--ok); box-shadow: 0 0 18px rgba(25,195,125,.8); }
.eyebrow { color: #cfe1ff; }
.title { margin: 18px 0 14px; font-size: clamp(34px, 5vw, 62px); line-height: 1.02; letter-spacing: -.04em; }
.subtitle { color: var(--muted); font-size: 18px; max-width: 760px; }
.kicker { color: var(--muted); font-size: 15px; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow);
}
.header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(7, 13, 23, .72);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; }
.brand { display: flex; align-items: center; gap: 14px; min-width: 0; }
.brand img { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 8px 26px rgba(0,0,0,.22); }
.brand-copy { min-width: 0; }
.brand-name { font-weight: 800; letter-spacing: -.02em; font-size: 18px; }
.brand-tag { color: var(--muted); font-size: 13px; }
.nav-links { display: flex; align-items: center; gap: 18px; }
.nav-links a { color: var(--muted); font-weight: 600; font-size: 15px; }
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border-radius: 16px; border: 1px solid transparent;
  font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible { outline: 2px solid #cfe1ff; outline-offset: 2px; }
.btn-primary {
  color: white; background: linear-gradient(135deg, var(--accent) 0%, #ff5e63 100%);
  box-shadow: 0 18px 40px rgba(255,56,85,.22);
}
.btn-secondary {
  color: white; border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05);
}
.btn-warning {
  color: #151100;
  border-color: rgba(255,214,10,.36);
  background: linear-gradient(135deg, #ffd84a 0%, #ffcc00 100%);
  box-shadow: 0 18px 40px rgba(255,204,0,.22);
}
.btn-ghost { color: var(--muted); background: transparent; border-color: rgba(255,255,255,.09); }
.hero { padding: 70px 0 40px; }
.hero-card { padding: 40px; position: relative; overflow: hidden; }
.hero-card::before {
  content: ''; position: absolute; inset: auto -120px -120px auto; width: 320px; height: 320px; border-radius: 999px;
  background: radial-gradient(circle, rgba(79,140,255,.28), transparent 65%); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 26px; align-items: center; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.hero-point {
  padding: 10px 14px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #d8e5ff; font-weight: 600; font-size: 14px;
}
.hero-side { padding: 28px; }
.device-preview {
  background: linear-gradient(180deg, rgba(11,17,29,.95), rgba(9,14,25,.86));
  border: 1px solid var(--line-strong); border-radius: 28px; padding: 22px; overflow: hidden;
}
.stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.stat { background: rgba(255,255,255,.04); border: 1px solid var(--line); border-radius: 18px; padding: 14px; }
.stat strong { display: block; font-size: 24px; }
.stat span { color: var(--muted); font-size: 13px; }
.section-head { margin-bottom: 26px; }
.features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.feature-card { padding: 24px; }
.feature-icon {
  width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(79,140,255,.18), rgba(139,92,246,.18)); border: 1px solid rgba(255,255,255,.08); margin-bottom: 18px;
}
.feature-card h3, .price-card h3, .legal-card h3, .faq-card h3, .step-card h3 { margin: 0 0 10px; font-size: 20px; }
.price-card h3 { overflow-wrap: break-word; line-height: 1.2; }
.feature-card p, .price-card p, .legal-card p, .faq-card p, .step-card p { margin: 0; color: var(--muted); }
.steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step-card { padding: 24px; position: relative; }
.step-num {
  width: 38px; height: 38px; border-radius: 999px; display: grid; place-items: center; font-weight: 800;
  color: white; background: linear-gradient(135deg, var(--accent-2), var(--accent-3)); margin-bottom: 14px;
}
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.price-card { padding: 24px; position: relative; }
.price-card.recommended {
  padding-top: 56px;
  border-color: rgba(255,56,85,.28);
  box-shadow: 0 28px 90px rgba(255,56,85,.12);
}
.ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(135deg, var(--accent), #ff7a52);
  box-shadow: 0 10px 26px rgba(255,94,76,.22);
}
.price-top { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 10px 14px; margin-bottom: 16px; }
.price-top > div:first-child { min-width: 0; }
.price-top .price { flex: 0 0 auto; max-width: 100%; }
.price {
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  font-size: clamp(36px, 3.2vw, 42px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
}
.price-value,
.price-currency {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
}
.price-currency {
  margin-left: 2px;
}
.price small { font-size: 18px; color: var(--muted); font-weight: 700; }
.stat strong {
  white-space: nowrap;
  line-height: 1.1;
  font-size: clamp(22px, 2.2vw, 24px);
}
.plan-note { color: #cfe1ff; font-size: 14px; font-weight: 600; }
.plan-list { margin: 20px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.plan-list li { color: #dce8ff; display: flex; align-items: flex-start; gap: 10px; }
.plan-list li::before { content: '✓'; color: var(--ok); font-weight: 800; }
.price-actions { display: grid; gap: 10px; margin-top: 22px; }

.lifetime-card .price-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}
.lifetime-card .price {
  justify-content: flex-start;
}
.lifetime-card .plan-note {
  max-width: 18ch;
  line-height: 1.35;
}

.meta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; color: var(--muted); font-size: 14px; }
.key-box {
  display: grid; gap: 16px; padding: 24px; align-items: start;
}
.key-area {
  width: 100%; min-height: 120px; border-radius: 16px; padding: 16px; resize: vertical;
  border: 1px solid rgba(255,255,255,.1); background: rgba(5,10,19,.72); color: #dff1ff; font: 14px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.info-line { color: var(--muted); }
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.legal-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.legal-card { padding: 24px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.03); overflow: hidden; }
.faq-question {
  width: 100%; border: 0; background: transparent; color: white; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 20px 22px; font: inherit; font-weight: 700;
}
.faq-question span:last-child { color: var(--muted); font-size: 24px; line-height: 1; }
.faq-answer { display: none; padding: 0 22px 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.cta-banner { padding: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer { padding: 36px 0 54px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 26px; }
.footer h4 { margin: 0 0 14px; font-size: 16px; }
.footer a { color: var(--muted); display: block; margin-bottom: 10px; }
.footer a:hover { color: white; }
.small { color: var(--muted); font-size: 14px; }
.page-hero { padding: 66px 0 26px; }
.page-card { padding: 32px; }
.legal-content {
  padding: 34px; display: grid; gap: 18px;
}
.legal-content h1, .legal-content h2, .legal-content h3 { margin: 0; letter-spacing: -.02em; }
.legal-content h1 { font-size: clamp(32px, 5vw, 52px); }
.legal-content h2 { font-size: 24px; margin-top: 12px; }
.legal-content h3 { font-size: 18px; margin-top: 8px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { margin: 0; padding-left: 20px; }
.notice { padding: 18px 20px; border-radius: 16px; background: rgba(79,140,255,.10); border: 1px solid rgba(79,140,255,.18); color: #dbeafe; }
.menu-toggle { display: none; }
.mobile-menu { display: none; }
.seo-hidden { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 1100px) {
  .features, .pricing-grid, .legal-grid, .steps, .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav-links, .nav-actions .btn-secondary { display: none; }
  .menu-toggle {
    display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px;
    border-radius: 14px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); color: white;
  }
  .mobile-menu.open {
    display: grid; gap: 12px; padding: 0 0 14px;
  }
  .mobile-menu a {
    color: var(--muted); padding: 10px 14px; border-radius: 12px; border: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.03);
  }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  .section { padding: 72px 0; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .hero-card, .hero-side, .feature-card, .step-card, .price-card, .legal-card, .page-card, .legal-content { padding: 22px; }
  .features, .pricing-grid, .legal-grid, .steps, .grid-3, .grid-2, .grid-4, .stat-row { grid-template-columns: 1fr; }
  .title { font-size: clamp(30px, 9vw, 46px); }
  .subtitle { font-size: 16px; }
  .navbar { padding: 12px 0; }
}


.download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.download-card { padding: 28px; display: grid; gap: 16px; align-items: start; }
.download-icon {
  width: 64px; height: 64px; border-radius: 18px;
  display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(135deg, rgba(79,140,255,.16), rgba(139,92,246,.14));
  color: #f8fbff;
}
.download-icon svg { width: 34px; height: 34px; }
.android-icon { background: linear-gradient(135deg, rgba(34,197,94,.18), rgba(79,140,255,.14)); }
.desktop-icon { background: linear-gradient(135deg, rgba(79,140,255,.16), rgba(255,56,85,.14)); }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.btn-icon { display: inline-flex; align-items: center; gap: 10px; }
.btn-svg { width: 18px; height: 18px; display: inline-grid; place-items: center; }
.btn-svg svg { width: 18px; height: 18px; }


.platform-mini {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
  flex: 0 0 22px;
}
.platform-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.btn-store, .btn-download {
  white-space: nowrap;
}
.compact-download-card {
  padding: 24px;
  gap: 18px;
}
.download-topline {
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  gap: 18px;
  align-items: center;
}
.download-topline h3 {
  margin: 0 0 8px;
  font-size: 28px;
}
.download-topline p {
  margin: 0;
  color: var(--muted);
}
.download-media {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 40px rgba(0,0,0,.24);
}
.platform-card-icon {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
}
.platform-card-icon.icon-square {
  border-radius: 18px;
}
.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.download-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #dce8ff;
}
.download-list li::before {
  content: '✓';
  color: var(--ok);
  font-weight: 800;
}
.intro-pending body,
.cookie-open body {
  overflow: hidden;
}
.site-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(3, 8, 18, .76);
  backdrop-filter: blur(8px);
}
.site-modal {
  width: min(720px, 100%);
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.1);
  background: linear-gradient(180deg, rgba(16,27,48,.98), rgba(8,13,24,.98));
  box-shadow: 0 30px 80px rgba(0,0,0,.42);
}
.site-modal h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1.05;
}
.site-modal p {
  margin: 0;
  color: #d6e2ff;
  font-size: 18px;
  line-height: 1.75;
}
.site-modal .inline-actions {
  margin-top: 24px;
}

.plan-select-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.plan-choice-card {
  width: 100%;
  min-width: 0;
  padding: 18px;
  text-align: left;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  color: var(--text);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.plan-choice-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255,214,10,.34);
  background: rgba(255,255,255,.06);
}
.plan-choice-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: break-word;
}
.plan-choice-card span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}
.payment-return-loader {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}
.payment-return-loader::before {
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,.16);
  border-top-color: var(--accent-2);
  animation: payment-spin 1s linear infinite;
}
.payment-return-link {
  color: #dbeafe;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@keyframes payment-spin {
  to { transform: rotate(360deg); }
}
.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(10, 17, 30, .95);
  box-shadow: 0 20px 50px rgba(0,0,0,.28);
  backdrop-filter: blur(8px);
}
.cookie-copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
.cookie-copy p {
  margin: 0;
  color: var(--muted);
}
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.cookie-link {
  color: #dbeafe;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (max-width: 920px) {
  .download-topline {
    grid-template-columns: 78px minmax(0,1fr);
  }
  .download-media {
    width: 78px;
    height: 78px;
    border-radius: 20px;
  }
  .platform-card-icon {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 760px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .cookie-actions {
    justify-content: stretch;
  }
  .cookie-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }
}
@media (max-width: 640px) {
  .hero-actions {
    gap: 10px;
  }
  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .download-topline {
    grid-template-columns: 1fr;
  }
  .download-media {
    width: 84px;
    height: 84px;
  }
  .site-modal {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .site-modal p {
    font-size: 16px;
    line-height: 1.65;
  }
}


/* polish update */
.hero-card .subtitle { max-width: 690px; }

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.price-card > p {
  min-height: 84px;
}
.price-card .plan-list {
  flex: 1 1 auto;
}
.price-actions {
  margin-top: auto;
}
.price-actions .btn {
  width: 100%;
}
.price-card .btn {
  min-height: 58px;
}
.pricing-grid {
  align-items: stretch;
}

.success-help-card {
  align-content: start;
  gap: 16px;
}
.success-help-card h2 {
  margin-top: 0;
}
.success-note {
  margin: 0;
  color: var(--muted);
}
.success-steps {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}
.success-steps li {
  color: #dce8ff;
}
.success-downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 6px;
}
.success-download-btn {
  min-height: 54px;
  width: 100%;
  justify-content: center;
}

@media (min-width: 821px) {
  .page-hero .grid-2 {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: start;
  }
}
@media (max-width: 900px) {
  .price-card > p {
    min-height: 0;
  }
}
@media (max-width: 640px) {
  .success-downloads {
    grid-template-columns: 1fr;
  }
  .success-download-btn {
    min-height: 50px;
  }
}


/* responsive hotfixes */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  overflow-wrap: normal;
  word-break: normal;
}

p,
.subtitle,
.kicker,
.plan-note,
.plan-list li,
.brand-tag,
.faq-answer,
.legal-content p,
.legal-content li,
.notice,
.info-line,
.cookie-copy p {
  overflow-wrap: break-word;
}

.price-top > div:first-child,
.price,
.price-value,
.price-currency,
.stat strong {
  overflow-wrap: normal;
  word-break: normal;
}
main, header, footer, section {
  max-width: 100%;
}
.hero-grid,
.grid,
.grid-2,
.grid-3,
.grid-4,
.features,
.steps,
.pricing-grid,
.download-grid,
.footer-grid,
.page-hero .grid-2,
.hero-card,
.hero-side,
.device-preview,
.download-card,
.feature-card,
.step-card,
.price-card,
.page-card,
.legal-content,
.key-box {
  min-width: 0;
}
.badge {
  max-width: 100%;
  white-space: normal;
  line-height: 1.45;
}
.hero-actions .btn,
.download-actions .btn,
.success-download-btn,
.inline-actions .btn {
  max-width: 100%;
}

@media (max-width: 960px) {
  .download-grid,
  .page-hero .grid-2 {
    grid-template-columns: 1fr;
  }
  .download-card,
  .compact-download-card {
    padding: 22px;
  }
  .download-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .success-help-card,
  .key-box {
    padding: 22px;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }
  .navbar {
    gap: 10px;
    align-items: center;
    padding: 10px 0;
  }
  .brand {
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 148px);
  }
  .brand img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    flex: 0 0 42px;
  }
  .brand-copy {
    min-width: 0;
  }
  .brand-name {
    font-size: 16px;
    line-height: 1.1;
  }
  .brand-tag {
    font-size: 11px;
    line-height: 1.35;
  }
  .nav-actions {
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
  }
  .nav-actions .btn-primary {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    flex: 0 0 44px;
  }
  .hero {
    padding: 28px 0 18px;
  }
  .hero-card {
    padding: 24px 20px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .hero-side {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .device-preview {
    padding: 18px;
    border-radius: 22px;
  }
  .meta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .meta-row span:nth-child(2n) {
    display: none;
  }
  .feature-card,
  .step-card,
  .price-card,
  .legal-card,
  .page-card,
  .legal-content {
    padding: 20px;
  }
  .price-card.recommended {
    padding-top: 52px;
  }
  .ribbon {
    top: 12px;
    right: 12px;
  }
  .price {
    font-size: 40px;
  }
  .download-topline {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
  }
  .download-media {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }
  .platform-card-icon {
    width: 54px;
    height: 54px;
  }
  .download-topline h3 {
    font-size: clamp(22px, 5.5vw, 28px);
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 560px) {
  .plan-select-grid {
    grid-template-columns: 1fr;
  }
  .section,
  .section-tight {
    padding: 52px 0;
  }
  .page-hero {
    padding: 28px 0 14px;
  }
  .container {
    width: calc(100% - 16px);
  }
  .brand {
    max-width: calc(100% - 132px);
  }
  .brand-tag {
    display: none;
  }
  .brand-name {
    font-size: 15px;
  }
  .nav-actions {
    gap: 6px;
  }
  .nav-actions .btn-primary {
    min-height: 42px;
    padding: 0 12px;
    font-size: 13px;
    border-radius: 13px;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
  }
  .title {
    font-size: clamp(26px, 10.5vw, 40px);
    line-height: 1.08;
  }
  .subtitle,
  .kicker,
  .feature-card p,
  .price-card p,
  .step-card p,
  .legal-card p,
  .faq-answer,
  .legal-content p,
  .legal-content li {
    font-size: 15px;
  }
  .stat-row,
  .features,
  .steps,
  .pricing-grid,
  .legal-grid,
  .download-grid,
  .grid-2,
  .grid-3,
  .grid-4,
  .page-hero .grid-2,
  .success-downloads {
    grid-template-columns: 1fr;
  }
  .hero-actions,
  .download-actions,
  .inline-actions,
  .cookie-actions {
    gap: 10px;
  }
  .hero-actions .btn,
  .download-actions .btn,
  .inline-actions .btn,
  .success-download-btn,
  .cta-banner .btn {
    width: 100%;
    justify-content: center;
  }
  .download-topline {
    grid-template-columns: 1fr;
  }
  .download-media {
    width: 82px;
    height: 82px;
  }
  .download-card,
  .compact-download-card,
  .feature-card,
  .step-card,
  .price-card,
  .page-card,
  .legal-content,
  .hero-card,
  .key-box {
    padding: 18px;
  }
  .price-card .btn {
    min-height: 52px;
  }
  .price-top {
    gap: 10px;
  }
  .lifetime-card .plan-note {
    max-width: none;
  }
  .price {
    font-size: clamp(32px, 9vw, 38px);
  }
  .price-currency {
    margin-left: 1px;
  }
  .stat strong {
    font-size: clamp(20px, 7vw, 24px);
  }
  .badge {
    padding: 8px 12px;
    font-size: 11px;
  }
  .cta-banner {
    padding: 22px 18px;
  }
  .site-modal-backdrop {
    padding: 12px;
  }
  .cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width: 390px) {
  .brand {
    max-width: calc(100% - 126px);
  }
  .nav-actions .btn-primary {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12.5px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }
  .title {
    font-size: clamp(24px, 10vw, 36px);
  }
}


/* refund page */
.refund-layout { align-items: start; }
.refund-hero-card { gap: 22px; }
.refund-notice a, .refund-sidebar a, .refund-steps a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.refund-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.refund-mini {
  padding: 18px;
  display: grid;
  gap: 6px;
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.refund-mini strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03em;
}
.refund-mini span {
  color: var(--muted);
  font-size: 14px;
}
.refund-sidebar {
  padding: 28px;
  display: grid;
  gap: 18px;
}
.refund-sidebar h2 {
  margin: 0;
  font-size: 30px;
  letter-spacing: -.03em;
}
.refund-sidebar p { margin: 0; }
.refund-steps {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 12px;
}
.refund-steps li {
  color: #dce8ff;
}
.refund-timing-grid { align-items: stretch; }
.refund-info-card {
  padding: 24px;
  display: grid;
  gap: 14px;
}
.refund-info-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -.02em;
}
.refund-info-card p { margin: 0; color: var(--muted); }
.refund-info-card strong { color: #fff; }
@media (max-width: 900px) {
  .refund-highlights {
    grid-template-columns: 1fr;
  }
}

.payment-status-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.payment-status-card[hidden] {
  display: none;
}
.payment-status-card[data-state="success"] {
  border-color: rgba(25,195,125,.28);
  background: linear-gradient(180deg, rgba(25,195,125,.10), rgba(255,255,255,.03));
}
.payment-status-card[data-state="error"] {
  border-color: rgba(255,56,85,.28);
  background: linear-gradient(180deg, rgba(255,56,85,.10), rgba(255,255,255,.03));
}
.payment-status-copy {
  margin: 0;
  color: var(--muted);
}
.payment-status-grid {
  display: grid;
  gap: 10px;
}


/* SEO landing pages */
.seo-queries-card { padding: 30px; }
.keyword-links { display: flex; flex-wrap: wrap; gap: 12px; }
.keyword-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: #e7f0ff;
  font-weight: 700;
}
.keyword-chip:hover { background: rgba(255,255,255,.08); }
.footer-grid-wide { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
.landing-hero .title { max-width: 920px; }
.landing-kicker { color: #dce8ff; font-weight: 600; margin-top: 8px; }
.landing-points { display: grid; gap: 12px; margin-top: 18px; padding: 0; list-style: none; }
.landing-points li {
  color: #dce8ff;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.landing-points li::before {
  content: '✓';
  color: var(--ok);
  font-weight: 800;
}
.landing-side-copy { margin: 0; color: var(--muted); }
.landing-links-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.landing-links-list a {
  color: #dce8ff;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
}
@media (max-width: 1080px) {
  .footer-grid-wide { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .seo-queries-card { padding: 22px; }
  .footer-grid-wide { grid-template-columns: 1fr; }
}
