: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(auto-fit, minmax(240px, 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; }
}


/* PC installation guide */
.nav-install-link {
  color: #fff !important;
  border: 1px solid rgba(255,214,10,.32);
  background: rgba(255,214,10,.08);
  border-radius: 999px;
  padding: 8px 12px;
}
.btn-install-guide {
  position: relative;
  box-shadow: 0 18px 42px rgba(255,204,0,.24);
}
.install-section {
  scroll-margin-top: 92px;
}
.install-intro {
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
  border-color: rgba(255,214,10,.18);
  background:
    radial-gradient(700px 240px at 0% 0%, rgba(255,204,0,.10), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.install-title {
  margin: 16px 0 14px;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.04;
  letter-spacing: -.04em;
}
.install-main-actions {
  margin-top: 24px;
}
.install-quick-card {
  padding: 24px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(5,10,19,.45);
  display: grid;
  gap: 12px;
}
.install-quick-card strong {
  font-size: 22px;
}
.install-quick-card ol {
  margin: 0;
  padding-left: 22px;
  color: #dce8ff;
  display: grid;
  gap: 8px;
}
.install-flow {
  display: grid;
  gap: 22px;
}
.install-step-large {
  padding: 24px;
}
.install-step-with-image {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(360px, 1.28fr);
  gap: 24px;
  align-items: center;
}
.install-step-copy {
  display: grid;
  gap: 12px;
  align-content: start;
}
.install-step-copy h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: -.03em;
  line-height: 1.15;
}
.install-step-copy p {
  margin: 0;
  color: var(--muted);
}
.install-step-num {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #151100;
  font-weight: 900;
  background: linear-gradient(135deg, #ffe066, #ffcc00);
  box-shadow: 0 14px 34px rgba(255,204,0,.20);
}
.install-note {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(79,140,255,.18);
  background: rgba(79,140,255,.08);
  color: #dbeafe !important;
}
.install-note code {
  padding: 2px 6px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.08);
}
.install-shot {
  display: block;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  box-shadow: 0 20px 52px rgba(0,0,0,.28);
}
.install-shot img {
  width: 100%;
  height: auto;
  display: block;
}
.install-help-banner {
  margin-top: 24px;
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border-color: rgba(255,214,10,.20);
}
.install-help-banner h3 {
  margin: 14px 0 8px;
  font-size: 28px;
}
.install-help-banner p {
  margin: 0;
  color: var(--muted);
  max-width: 760px;
}
.install-page-hero .hero-card {
  text-align: left;
}
@media (max-width: 1160px) {
  .nav-links {
    gap: 10px;
  }
  .nav-links a {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .install-intro,
  .install-step-with-image,
  .install-help-banner {
    grid-template-columns: 1fr;
  }
  .install-help-banner .inline-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .install-intro,
  .install-step-large,
  .install-help-banner {
    padding: 18px;
  }
  .install-shot {
    border-radius: 16px;
  }
  .install-step-num {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }
}

/* SOKOL VPN payment method modal */
.site-modal-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.site-modal-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.site-modal-close:hover,
.site-modal-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(212,175,55,.5);
  background: rgba(212,175,55,.12);
  outline: none;
}
.payment-method-modal {
  position: relative;
  overflow: hidden;
  width: min(820px, 100%);
}
.payment-method-modal::before {
  content: '';
  position: absolute;
  inset: -160px -160px auto auto;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(212,175,55,.18), transparent 66%);
  pointer-events: none;
}
.payment-method-modal > * {
  position: relative;
}
.payment-method-lead {
  max-width: 670px;
}
.payment-method-summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.payment-method-summary span {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.payment-method-summary strong {
  font-size: 18px;
  overflow-wrap: anywhere;
}
.payment-method-summary em {
  color: #f7d975;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}
.payment-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.payment-method-grid--compact {
  gap: 18px;
}
.payment-method-card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 20px;
  text-align: left;
  color: var(--text);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 50px rgba(0,0,0,.3);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.payment-method-card--button {
  min-height: 168px;
  padding: 22px;
  grid-template-columns: 1fr auto;
  grid-template-areas: 'kicker kicker' 'title arrow';
  align-items: center;
  gap: 14px;
}
.payment-method-card:hover,
.payment-method-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.58);
  background: linear-gradient(180deg, rgba(212,175,55,.13), rgba(255,255,255,.04));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 72px rgba(0,0,0,.42);
  outline: none;
}
.payment-method-card:disabled {
  cursor: progress;
  opacity: .72;
}
.payment-method-card.is-loading::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 18px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: #fff;
  animation: spin .8s linear infinite;
}
.payment-method-card--accent {
  border-color: rgba(212,175,55,.34);
}
.payment-method-kicker {
  grid-area: kicker;
  width: max-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(212,175,55,.14);
  color: #f7d975;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}
.payment-method-card strong {
  grid-area: title;
  margin: 0;
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.1;
}
.payment-method-card span:not(.payment-method-kicker) {
  color: #d6e2ff;
  font-size: 15px;
  line-height: 1.55;
}
.payment-method-card i {
  grid-area: arrow;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.payment-method-security {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.payment-method-security p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 700px) {
  .payment-method-modal {
    max-height: calc(100vh - 28px);
    overflow-y: auto;
    padding: 24px 18px;
    border-radius: 24px;
  }
  .payment-method-grid,
  .payment-method-summary {
    grid-template-columns: 1fr;
  }
  .payment-method-card,
  .payment-method-card--button {
    min-height: auto;
  }
  .payment-method-card--button {
    padding: 20px 18px;
  }
  .payment-method-card strong {
    font-size: clamp(22px, 8vw, 28px);
  }
  .payment-method-summary em {
    white-space: normal;
  }
}



/* Non-brand SEO landing pack */
.seo-page .hero-card { isolation: isolate; }
.seo-section-title { font-size: clamp(28px, 4vw, 44px); }
.seo-device-preview { min-height: 100%; }
.seo-checklist-card,
.seo-content-card,
.seo-table-card {
  padding: 30px;
}
.seo-checklist-card {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: start;
}
.seo-checklist-card h2,
.seo-content-card h2,
.seo-table-card h2 {
  margin: 14px 0 10px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  letter-spacing: -.03em;
}
.seo-checklist-card p,
.seo-content-card p,
.seo-table-card p {
  color: var(--muted);
  margin: 0 0 14px;
}
.seo-content-card p:last-child { margin-bottom: 0; }
.seo-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.seo-checklist li {
  padding: 14px 16px 14px 42px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
  color: #dce8ff;
  position: relative;
}
.seo-checklist li::before {
  content: '✓';
  position: absolute;
  left: 16px;
  top: 14px;
  color: var(--ok);
  font-weight: 900;
}
.table-scroll {
  width: 100%;
  overflow-x: auto;
}
.seo-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  overflow: hidden;
  border-radius: 18px;
}
.seo-comparison-table th,
.seo-comparison-table td {
  text-align: left;
  vertical-align: top;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  color: #dce8ff;
}
.seo-comparison-table thead th {
  background: rgba(79,140,255,.12);
  color: #fff;
}
.seo-comparison-table tbody th {
  width: 22%;
  color: #fff;
}
.seo-comparison-table tr:last-child th,
.seo-comparison-table tr:last-child td { border-bottom: 0; }
.seo-comparison-table td:last-child { color: var(--muted); }
@media (max-width: 980px) {
  .seo-checklist-card { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .seo-checklist-card,
  .seo-content-card,
  .seo-table-card { padding: 22px; }
  .seo-page .hero-card { padding: 26px; }
}

/* v3 production fixes: clean header, cookie banner, no wrapping buttons */
.header { z-index: 2000; }
.header .container { width: min(1240px, calc(100% - 32px)) !important; }
.navbar {
  display: grid !important;
  grid-template-columns: minmax(230px, 320px) minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
}
.navbar > .brand { min-width: 0 !important; max-width: none !important; flex: initial !important; }
.brand-tag { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
.nav-links {
  min-width: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: clamp(10px, 1.15vw, 18px) !important;
  flex-wrap: nowrap !important;
}
.nav-links a { white-space: nowrap !important; font-size: 14px !important; line-height: 1 !important; }
.nav-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  min-width: max-content !important;
}
.header .btn,
.nav-actions .btn,
.nav-actions a,
.menu-toggle {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  flex: 0 0 auto !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  text-align: center !important;
}
.nav-actions .btn-secondary { min-width: 154px !important; }
.nav-actions .btn-primary { min-width: 128px !important; }
.menu-toggle { display: none !important; width: 48px !important; min-width: 48px !important; padding: 0 !important; }
.mobile-menu { display: none; }
@media (max-width: 1320px) {
  .navbar { grid-template-columns: minmax(220px, 330px) 1fr auto !important; }
  .nav-links { display: none !important; }
  .menu-toggle { display: inline-flex !important; }
}
@media (max-width: 900px) {
  .header .container { width: min(var(--container), calc(100% - 20px)) !important; }
  .navbar { grid-template-columns: minmax(0, 1fr) auto !important; gap: 10px !important; }
  .nav-actions .btn-secondary { display: none !important; }
  .header .btn,
  .nav-actions .btn,
  .menu-toggle {
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
  }
  .nav-actions .btn-primary { min-width: 112px !important; }
  .menu-toggle { width: 44px !important; min-width: 44px !important; padding: 0 !important; }
}
@media (max-width: 480px) {
  .brand-tag { display: none !important; }
  .brand img { width: 40px !important; height: 40px !important; }
  .brand-name { font-size: 15px !important; }
  .nav-actions { gap: 7px !important; }
  .nav-actions .btn-primary { min-width: 96px !important; padding: 0 10px !important; font-size: 12.5px !important; }
  .menu-toggle { width: 40px !important; min-width: 40px !important; height: 40px !important; min-height: 40px !important; }
}
.cookie-banner { z-index: 3000 !important; pointer-events: auto !important; }
.cookie-actions .btn {
  position: relative !important;
  z-index: 1 !important;
  touch-action: manipulation !important;
  user-select: none !important;
}
.cookie-banner.is-hiding {
  opacity: 0 !important;
  transform: translateY(16px) !important;
  pointer-events: none !important;
  transition: opacity .14s ease, transform .14s ease !important;
}
html:not(.cookies-pending) .cookie-banner { display: none !important; }

/* pricing clarification block */
.pricing-note-card {
  margin-top: 24px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(79,140,255,.10), rgba(255,56,85,.08));
  border: 1px solid rgba(126,168,255,.22);
  box-shadow: 0 22px 70px rgba(7, 16, 33, .26);
}
.pricing-note-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.pricing-note-card h3 {
  margin: 14px 0 10px;
  font-size: clamp(22px, 2.6vw, 30px);
}
.pricing-note-card p {
  margin: 0;
  color: #d7e6ff;
}
.pricing-note-pill {
  flex: 0 0 auto;
  min-width: 190px;
  padding: 16px 18px;
  border-radius: 20px;
  text-align: center;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
  background: linear-gradient(135deg, rgba(255,56,85,.92), rgba(79,140,255,.92));
  box-shadow: 0 18px 40px rgba(255,56,85,.16);
}
.pricing-rules {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.pricing-rules li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(6, 13, 28, .48);
  color: #eaf2ff;
}
.pricing-rules li::before {
  content: '•';
  color: var(--accent);
  font-size: 28px;
  line-height: 1;
  margin-top: -2px;
}
.pricing-note-foot {
  margin-top: 18px !important;
  font-weight: 600;
  color: #fff !important;
}
@media (max-width: 860px) {
  .pricing-note-top {
    flex-direction: column;
  }
  .pricing-note-pill {
    min-width: 0;
    width: 100%;
  }
}


.duo-card {
  border-color: rgba(79,140,255,.30);
  box-shadow: 0 28px 90px rgba(79,140,255,.14);
}
.duo-card .ribbon {
  background: linear-gradient(135deg, #4f8cff, #7a5cff);
  box-shadow: 0 10px 26px rgba(79,140,255,.22);
}
.bundle-card {
  margin-top: 20px;
}
.bundle-card p { margin-top: 10px; }
.bundle-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.bundle-key-item {
  padding: 18px;
  border-radius: 18px;
  background: rgba(5,10,19,.72);
  border: 1px solid rgba(255,255,255,.08);
}
.bundle-key-item-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.bundle-key-item h3 {
  margin: 0;
  font-size: 18px;
}
.bundle-key-note {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}
.bundle-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;
}
.bundle-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #ff7a52);
}
@media (max-width: 860px) {
  .bundle-key-grid {
    grid-template-columns: 1fr;
  }
}

/* final pricing layout fixes */
.pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.duo-card.price-card,
.duo-card.price-card.recommended {
  padding-top: 62px;
  transform: none;
}
.duo-card .ribbon {
  top: 14px;
  right: 14px;
  max-width: calc(100% - 28px);
  white-space: nowrap;
}
.duo-card .price-top {
  margin-top: 0;
}
@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .duo-card.price-card,
  .duo-card.price-card.recommended {
    padding-top: 58px;
  }
}

/* pricing final v2 */
#pricing .pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}
#pricing .top-deal-card.price-card,
#pricing .top-deal-card.price-card.recommended {
  padding-top: 82px !important;
  transform: none !important;
}
#pricing .top-deal-card .ribbon {
  top: 18px !important;
  left: 20px !important;
  right: auto !important;
  max-width: calc(100% - 40px);
  white-space: nowrap;
}
#pricing .top-deal-card .price-top {
  margin-top: 0 !important;
}
#pricing .top-deal-card .price small {
  margin-left: 6px;
  font-size: 15px;
  letter-spacing: 0;
  white-space: nowrap;
}
#pricing .price-actions .btn {
  width: 100%;
  min-height: 58px;
}
@media (max-width: 1180px) {
  #pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  #pricing .pricing-grid {
    grid-template-columns: 1fr;
  }
  #pricing .top-deal-card.price-card,
  #pricing .top-deal-card.price-card.recommended {
    padding-top: 76px !important;
  }
}

/* bundle renew UX */
.bundle-actions {
  display: grid;
  margin-top: 18px;
}
.bundle-actions .btn {
  width: 100%;
  min-height: 58px;
}
.bundle-placeholder {
  padding: 18px;
  border-radius: 18px;
  background: rgba(79,140,255,.10);
  border: 1px solid rgba(79,140,255,.18);
  color: #dbeafe;
}
[data-single-key-card][hidden],
[data-bundle-card][hidden],
[data-bundle-actions][hidden] {
  display: none !important;
}

/* cookie modal mobile fix: compact bottom sheet + click shield */
.cookie-banner {
  position: fixed !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 3000 !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 100dvh !important;
  padding: 16px !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(4, 8, 16, .42) !important;
  box-shadow: none !important;
  backdrop-filter: blur(3px) !important;
  pointer-events: auto !important;
}
.cookie-banner .cookie-card {
  width: min(560px, 100%) !important;
  display: grid !important;
  gap: 14px !important;
  padding: 18px !important;
  border-radius: 22px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: linear-gradient(180deg, rgba(14, 23, 40, .98), rgba(9, 16, 28, .98)) !important;
  box-shadow: 0 20px 70px rgba(0,0,0,.42) !important;
  pointer-events: auto !important;
}
.cookie-copy strong {
  display: block !important;
  margin: 0 0 6px !important;
  font-size: 17px !important;
  line-height: 1.2 !important;
}
.cookie-copy p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: var(--muted) !important;
}
.cookie-actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
}
.cookie-actions .btn {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 46px !important;
  height: 46px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 1 !important;
  touch-action: manipulation !important;
  user-select: none !important;
}
.cookie-actions .btn:disabled {
  cursor: default !important;
  opacity: .9 !important;
}
.cookie-banner.is-hiding {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: auto !important;
  transition: opacity .18s ease, transform .18s ease !important;
}
html:not(.cookies-pending) .cookie-banner { display: none !important; }
@media (min-width: 761px) {
  .cookie-banner .cookie-card {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    width: min(760px, calc(100% - 36px)) !important;
  }
  .cookie-actions {
    width: auto !important;
    min-width: 260px !important;
  }
}
@media (max-width: 380px) {
  .cookie-banner { padding: 12px !important; }
  .cookie-banner .cookie-card { padding: 15px !important; border-radius: 20px !important; }
  .cookie-copy p { font-size: 13px !important; }
  .cookie-actions { gap: 8px !important; }
  .cookie-actions .btn { height: 44px !important; min-height: 44px !important; font-size: 13px !important; padding: 0 8px !important; }
}

