:root {
  --ink: #eaf7ff;
  --muted: #9cc8e8;
  --paper: #030812;
  --panel: rgba(7, 22, 44, .88);
  --line: rgba(58, 177, 255, .28);
  --brand: #42c7ff;
  --brand-strong: #027bff;
  --accent: #19f0ff;
  --gold: #ffffff;
  --green: #20d867;
  --shadow: 0 24px 70px rgba(0, 102, 255, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 76px;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 0%, rgba(19, 119, 255, .36), transparent 38rem),
    radial-gradient(circle at 85% 18%, rgba(25, 240, 255, .18), transparent 26rem),
    linear-gradient(180deg, #02040a, #07162b 42%, #020712);
  line-height: 1.6;
}
body.modal-open { overflow: hidden; }

img, video { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin-inline: auto; }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  background: rgba(5, 13, 27, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(66, 199, 255, .35);
  box-shadow: 0 10px 35px rgba(0, 90, 255, .18);
}
.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  color: #dff8ff;
  text-shadow: 0 0 16px rgba(66, 199, 255, .5);
  flex: 0 0 auto;
  min-width: max-content;
  white-space: nowrap;
}
.brand img { border-radius: 10px; filter: drop-shadow(0 0 14px rgba(25, 240, 255, .45)); }
.brand span {
  display: inline-block;
  max-width: none;
  white-space: nowrap;
  word-break: keep-all;
}
.main-nav { display: flex; align-items: center; gap: 6px; flex: 0 1 auto; flex-wrap: nowrap; }
.main-nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 7px;
  color: #d6f5ff;
  font-weight: 750;
  font-size: .95rem;
}
.main-nav a:hover,
.main-nav a[aria-current=page] {
  background: rgba(25, 240, 255, .12);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(66, 199, 255, .36);
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(66, 199, 255, .55);
  background: linear-gradient(180deg, #082848, #04162d);
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  box-shadow: 0 0 22px rgba(25, 240, 255, .18);
}
.menu-toggle span { width: 20px; height: 2px; background: #fff; }

.hero {
  min-height: calc(100svh - 76px);
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #020812;
}
.hero-video {
  position: absolute;
  z-index: 0;
  top: 52%;
  left: 50%;
  width: max(170vw, 302svh);
  height: max(calc((100svh - 76px) + 420px), 95.625vw);
  border: 0;
  transform: translate(-50%, -50%);
  opacity: 1;
  mix-blend-mode: normal;
  pointer-events: none;
}
.hero-video-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: default;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 8, 18, .32), rgba(3, 16, 36, .16), rgba(2, 8, 18, .06)),
    radial-gradient(circle at 50% 70%, rgba(0, 123, 255, .12), transparent 38rem);
}
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
  padding: 0 0 clamp(46px, 8vh, 96px);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .42);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #fff;
  font-weight: 900;
  font-size: .78rem;
  margin: 0 0 10px;
  text-shadow: 0 0 14px rgba(66, 199, 255, .44);
}
.hero h1 {
  font-size: clamp(2.15rem, 5.4vw, 4.7rem);
  line-height: .94;
  max-width: 820px;
  margin: 0 0 22px;
  letter-spacing: 0;
}
.hero p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  color: #e8f7ff;
  margin: 0 0 28px;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 7px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
}
.btn.primary {
  background: linear-gradient(135deg, #008cff, #19f0ff);
  color: #00111f;
  box-shadow: 0 0 28px rgba(25, 240, 255, .36);
}
.btn.ghost {
  border-color: rgba(135, 218, 255, .7);
  color: #fff;
  background: rgba(5, 20, 39, .58);
}
.btn.ghost.dark { border-color: var(--line); color: var(--ink); background: rgba(255,255,255,.08); }

.section { padding: 82px 0; }
.section.alt, .band {
  background:
    linear-gradient(180deg, rgba(7, 28, 55, .95), rgba(4, 13, 27, .95)),
    radial-gradient(circle at 20% 20%, rgba(25, 240, 255, .16), transparent 24rem);
}
.section.slim { padding: 50px 0; }
.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head.centered {
  margin-inline: auto;
  text-align: center;
}
.section h2 { font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.02; margin: 0 0 16px; }
.section p { color: var(--muted); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.feature-img { border-radius: 8px; box-shadow: var(--shadow); background: #07162b; border: 1px solid var(--line); }

.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 28px 0; }
.stat-grid div,
.info-card,
.price-card,
.contact-card,
.video-grid article,
.skin-grid article,
.accordion details,
.contact-form,
.legal .container {
  background: linear-gradient(180deg, rgba(10, 34, 66, .94), rgba(4, 15, 31, .94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(0, 115, 255, .12);
}
.stat-grid div { padding: 22px; }
.stat-grid strong { font-size: 2.2rem; display: block; color: #dff8ff; line-height: 1.05; }
.stat-grid span { color: var(--muted); font-weight: 750; }

.card-grid { display: grid; gap: 18px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card, .price-card, .contact-card, .video-grid article, .skin-grid article { padding: 24px; }
.info-card h3, .price-card h3, .contact-card h2 { margin-top: 0; color: #dff8ff; }
.info-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  color: #00111f;
  background: linear-gradient(135deg, #19f0ff, #007bff);
  box-shadow: 0 0 22px rgba(25, 240, 255, .28);
}
.feature-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.carousel-title {
  margin: 0;
  padding: 22px 16px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  line-height: 1.1;
  color: #fff;
  background: #020812;
  text-shadow: 0 0 18px rgba(66, 199, 255, .42);
}
.poster-strip { overflow: hidden; padding: 22px 0; background: #020812; }
.poster-track {
  display: flex;
  width: max-content;
  gap: 14px;
  padding-inline: 22px;
  animation: poster-drift 95s linear infinite;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) { .poster-strip:hover .poster-track { animation-play-state: paused; } }
.poster-strip img {
  flex: 0 0 auto;
  height: 260px;
  aspect-ratio: 2/3;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 0 22px rgba(0, 140, 255, .18);
}

.skin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.skin-grid article { padding: 12px 12px 16px; text-align: center; }
.skin-grid img { border-radius: 7px; aspect-ratio: 16/9; object-fit: cover; }
.skin-grid a,
.video-grid article > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 14px;
  border: 1px solid #18c9f4;
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(9, 47, 83, .96), rgba(3, 23, 45, .96));
  color: #e9fbff;
  text-decoration: none;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 16px rgba(0, 201, 255, .14);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.skin-grid a { margin: 12px auto 2px; }
.video-grid article > a { margin-top: 8px; }
.skin-grid a:hover,
.video-grid article > a:hover {
  border-color: #6eeaff;
  background: linear-gradient(180deg, rgba(12, 73, 119, .98), rgba(4, 37, 70, .98));
  box-shadow: 0 0 20px rgba(0, 211, 255, .28);
  transform: translateY(-1px);
}
.skin-grid a:focus-visible,
.video-grid article > a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-card { display: flex; flex-direction: column; }
.price-card h3 { margin-bottom: 5px; }
.price-card .plan-duration {
  margin: 0 0 18px;
  color: var(--muted);
}
.price { font-size: 2.4rem; font-weight: 950; color: #61d8ff; line-height: 1; }
.price-card span, .video-grid a { color: var(--accent); font-weight: 900; }
.price-card ul { padding-left: 20px; color: var(--muted); flex: 1; }
.membership-plans { padding: 58px 0 28px; }
.membership-plans-secondary { padding: 24px 0 54px; }
.membership-plans .section-head {
  max-width: none;
  margin-bottom: 26px;
}
.membership-plans .section-head h2 {
  white-space: nowrap;
  font-size: clamp(2rem, 3.4vw, 3rem);
}
.comparison-section {
  padding: 64px 0 74px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 123, 255, .22), transparent 36rem),
    linear-gradient(180deg, rgba(3, 8, 18, .99), rgba(4, 16, 34, .99));
}
.comparison-section .section-head { max-width: none; }
.comparison-intro { max-width: 780px !important; }
.comparison-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.comparison-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(66, 199, 255, .46);
  border-radius: 8px;
  background: rgba(2, 8, 18, .92);
  box-shadow: 0 20px 54px rgba(0, 115, 255, .19), inset 0 0 34px rgba(0, 123, 255, .05);
}
.comparison-panel-head {
  padding: 24px 18px 22px;
  text-align: center;
  border-bottom: 1px solid rgba(66, 199, 255, .2);
  background:
    linear-gradient(rgba(66, 199, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 199, 255, .035) 1px, transparent 1px),
    rgba(5, 20, 44, .72);
  background-size: 32px 32px, 32px 32px, auto;
}
.comparison-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 950;
}
.comparison-brand img {
  width: 58px;
  height: 58px;
  filter: drop-shadow(0 0 14px rgba(25, 240, 255, .42));
}
.comparison-panel-head > p {
  margin: 0 0 6px;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.comparison-panel-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
}
.comparison-panel-head h3 span {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(25, 240, 255, .38);
}
.comparison-matrix-wrap { overflow: hidden; }
.comparison-matrix {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-matrix th,
.comparison-matrix td {
  padding: 13px 11px;
  border-bottom: 1px solid rgba(66, 199, 255, .14);
  text-align: center;
  color: #eaf7ff;
}
.comparison-matrix thead th {
  color: #dff8ff;
  background: rgba(10, 34, 66, .78);
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .05em;
}
.comparison-matrix th:first-child {
  width: 46%;
  text-align: left;
}
.comparison-matrix tbody th {
  color: #fff;
  font-size: .86rem;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  white-space: nowrap;
}
.comparison-matrix td {
  font-size: .92rem;
  font-weight: 850;
  white-space: nowrap;
}
.comparison-matrix tbody tr:last-child th,
.comparison-matrix tbody tr:last-child td { border-bottom: 0; }
.comparison-matrix tbody tr:hover { background: rgba(25, 240, 255, .035); }
.comparison-matrix .pro-column {
  color: var(--accent);
  background: rgba(0, 123, 255, .11);
  box-shadow: inset 1px 0 rgba(25, 240, 255, .18), inset -1px 0 rgba(25, 240, 255, .18);
  font-weight: 950;
}
.matrix-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px rgba(25, 240, 255, .3));
}
.comparison-matrix tbody th > span { vertical-align: middle; }
.comparison-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 3px 7px;
  border-radius: 999px;
  color: #00111f;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  font-size: .62rem;
  letter-spacing: 0;
}
.table-check { color: #39e77b; font-size: 1.35rem; font-weight: 950; }
.trend-up {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-left: 4px;
  border: 1px solid rgba(25, 240, 255, .6);
  border-radius: 50%;
  color: var(--accent);
  font-size: .82rem;
  line-height: 1;
}
.comparison-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  padding: 16px;
  border-top: 1px solid rgba(66, 199, 255, .2);
}
.comparison-notes > div {
  min-height: 148px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid rgba(66, 199, 255, .34);
  border-radius: 8px;
  background: rgba(7, 22, 44, .82);
}
.comparison-notes > div.featured {
  border-color: rgba(25, 240, 255, .68);
  box-shadow: 0 0 20px rgba(25, 240, 255, .16);
}
.note-symbol {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  border: 1px solid rgba(25, 240, 255, .62);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 123, 255, .72), rgba(25, 240, 255, .3));
  box-shadow: 0 0 14px rgba(25, 240, 255, .2);
  font-weight: 950;
}
.comparison-notes strong {
  display: block;
  color: #fff;
  font-size: .88rem;
  text-transform: uppercase;
}
.comparison-notes strong b {
  color: var(--accent);
  font-weight: 950;
}
.comparison-notes p {
  margin: 8px 0 0;
  color: #bdefff;
  font-size: .78rem;
  line-height: 1.4;
}
.comparison-contact {
  display: block;
  margin: auto 16px 18px;
  padding: 13px 16px;
  text-align: center;
  text-decoration: none;
  border: 1px solid rgba(25, 240, 255, .52);
  border-radius: 8px;
  color: #dff8ff;
  background: rgba(5, 20, 39, .78);
}
.comparison-contact strong { color: var(--accent); }
.comparison-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.comparison-download > span { font-weight: 800; }
.comparison-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 4px;
  color: #00111f;
  background: linear-gradient(135deg, #008cff, #19f0ff);
  box-shadow: 0 0 18px rgba(25, 240, 255, .25);
  font-weight: 900;
  text-decoration: none;
}
.comparison-download-btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.comparison-download-btn:hover {
  box-shadow: 0 0 24px rgba(25, 240, 255, .42);
  transform: translateY(-1px);
}
.comparison-download-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.comparison-promo {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 126px;
  gap: 12px;
  align-items: center;
  margin: auto 16px 18px;
  padding: 14px 15px;
  border: 1px solid rgba(66, 199, 255, .76);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  background:
    radial-gradient(circle at 90% 50%, rgba(25, 240, 255, .16), transparent 16rem),
    rgba(5, 20, 44, .92);
  box-shadow: 0 0 24px rgba(25, 240, 255, .25), inset 0 0 24px rgba(0, 123, 255, .11);
}
.promo-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25, 240, 255, .75);
  border-radius: 50%;
  background: rgba(0, 123, 255, .2);
  box-shadow: 0 0 16px rgba(25, 240, 255, .24);
}
.promo-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--accent);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.promo-copy { display: grid; gap: 4px; }
.promo-copy > strong {
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.promo-copy > span {
  color: #eaf7ff;
  font-size: .74rem;
  line-height: 1.35;
}
.promo-price {
  display: grid;
  text-align: center;
  color: var(--accent);
  line-height: 1;
  text-shadow: 0 0 15px rgba(25, 240, 255, .34);
}
.promo-price strong { font-size: 1.8rem; }
.promo-price small {
  margin-top: 5px;
  color: #bdefff;
  font-size: .7rem;
  line-height: 1.1;
}
.download-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.download-grid a {
  background: linear-gradient(135deg, #05386b, #007bff);
  color: #fff;
  border-radius: 8px;
  padding: 22px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 18px;
  min-height: 152px;
  box-shadow: 0 0 22px rgba(0, 123, 255, .22);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  border: 1px solid rgba(103, 220, 255, .28);
}
.download-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(25, 240, 255, .78);
  box-shadow: 0 0 28px rgba(0, 194, 255, .34);
}
.download-grid a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.download-grid a > strong {
  font-size: 1.02rem;
  line-height: 1.3;
}
.download-grid a > span {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  color: #001726;
  background: linear-gradient(135deg, #12a8ff, #20e8ee);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 0 18px rgba(25, 240, 255, .26);
}
.download-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(25, 240, 255, .38));
}
.demo-video { border-radius: 8px; box-shadow: var(--shadow); background: #000; margin-top: 18px; }
.video-block {
  display: grid;
  justify-items: center;
}
.centered-video {
  width: min(760px, 100%);
  margin-inline: auto;
}
.app-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.app-video-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
.app-video-card .section-head {
  max-width: 620px;
  margin-bottom: 24px;
}
.app-video-card .section-head h2 {
  font-size: clamp(2.35rem, 4vw, 3.3rem);
}
.app-video-card .demo-video,
.youtube-poster,
.youtube-poster iframe,
.youtube-embed {
  width: 100%;
  aspect-ratio: 2048 / 945;
}
.youtube-poster {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 8px;
  background: #000;
  box-shadow: var(--shadow);
}
.youtube-poster img,
.youtube-poster iframe,
.youtube-embed {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
.youtube-embed {
  display: block;
  border-radius: 8px;
  background: #000;
  box-shadow: var(--shadow);
}
.youtube-play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #008cff, #19f0ff);
  box-shadow: 0 0 30px rgba(25, 240, 255, .5);
}
.youtube-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #00111f;
}
.youtube-poster:hover .youtube-play {
  box-shadow: 0 0 42px rgba(25, 240, 255, .72);
}
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.video-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 14px;
}
.video-grid img {
  width: 100%;
  border-radius: 7px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-grid h3 {
  min-height: 3.1rem;
  margin: 18px 0 12px;
  display: flex;
  align-items: flex-start;
  color: #fff;
  line-height: 1.18;
}
.video-grid article > a {
  align-self: flex-start;
  margin-top: auto;
}
.tutorial-library {
  border-top: 1px solid rgba(66, 199, 255, .22);
  border-bottom: 1px solid rgba(66, 199, 255, .22);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 123, 255, .18), transparent 34rem),
    linear-gradient(180deg, rgba(3, 12, 25, .98), rgba(6, 24, 49, .98));
}
.tutorial-library .section-head {
  text-align: center;
  margin-inline: auto;
}
.tutorial-library .video-grid article {
  box-shadow: 0 16px 38px rgba(0, 115, 255, .16);
}
.tutorial-library .video-grid img {
  aspect-ratio: 16/10;
}
.guide-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(0, 5, 14, .86);
  backdrop-filter: blur(14px);
}
.guide-modal[hidden] { display: none; }
.guide-modal img {
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(66, 199, 255, .55);
  border-radius: 8px;
  background: #020812;
  box-shadow: 0 24px 80px rgba(0, 115, 255, .35);
}
.guide-modal-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 81;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(66, 199, 255, .65);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(180deg, rgba(9, 47, 83, .98), rgba(3, 23, 45, .98));
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0 22px rgba(0, 201, 255, .18);
}
.guide-modal-close:hover {
  border-color: #6eeaff;
  box-shadow: 0 0 28px rgba(0, 211, 255, .3);
}
.accordion { display: grid; gap: 12px; }
.accordion details { padding: 4px 18px; }
.accordion summary { cursor: pointer; font-weight: 900; color: #dff8ff; padding: 18px 0; font-size: 1.08rem; }
.accordion p { color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; }
.contact-form { padding: 28px; }
.contact-form label { display: grid; gap: 8px; font-weight: 800; margin-bottom: 16px; }
.contact-form input, .contact-form textarea {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, .08);
}
.form-status { display: none; margin: 0 0 16px; color: #bdefff; font-weight: 800; }
.form-status.is-visible { display: block; }
.form-status.is-error { color: #ffd1d1; }
.contact-card img { border-radius: 7px; margin-bottom: 18px; }
.legal .container { max-width: 860px; padding: 34px; }
.legal-doc h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.15;
  margin-top: 34px;
}
.legal-doc h2:first-child { margin-top: 0; }
.legal-doc h3 {
  margin: 24px 0 8px;
  color: #fff;
  font-size: 1.08rem;
}
.legal-doc p,
.legal-doc li { color: #c8e5f7; }
.legal-doc ul { margin: 0 0 18px; padding-left: 22px; color: #c8e5f7; }
.legal-date { color: #fff; font-weight: 900; }

.referral-page {
  background: transparent;
}
.referral-hero {
  padding: clamp(48px, 8vw, 86px) 0 28px;
  text-align: center;
}
.hero-pill,
.referral-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 10px 18px;
  border: 1px solid rgba(66, 199, 255, .42);
  border-radius: 999px;
  color: #fff;
  background: rgba(5, 20, 39, .58);
  box-shadow: 0 0 22px rgba(25, 240, 255, .14);
  font-weight: 900;
  line-height: 1.1;
}
.referral-hero h1 {
  margin: 20px auto 16px;
  max-width: 930px;
  font-size: clamp(2.25rem, 5.4vw, 4.8rem);
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 28px rgba(66, 199, 255, .24);
}
.referral-hero p {
  max-width: 850px;
  margin: 0 auto;
  color: #e8f7ff;
  font-size: 1.12rem;
}
.referral-hero strong,
.reward-box h3 { color: #dff8ff; }
.referral-main { padding-top: 34px; }
.referral-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
  align-items: start;
}
.referral-card {
  padding: 28px;
  background: linear-gradient(180deg, rgba(10, 34, 66, .94), rgba(4, 15, 31, .94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 102, 255, .16), inset 0 0 28px rgba(25, 240, 255, .035);
}
.referral-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  color: #dff8ff;
  line-height: 1.06;
}
.referral-card p { color: var(--muted); margin-top: 0; }
.points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 20px;
}
.point-card,
.step-item,
.rules-grid article {
  border: 1px solid rgba(66, 199, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}
.point-card { padding: 18px; }
.point-card h3 { margin: 0 0 6px; color: #fff; font-size: 1rem; }
.point-card span { color: var(--muted); display: block; margin-bottom: 12px; }
.point-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #00111f;
  background: linear-gradient(135deg, var(--brand), var(--accent));
}
.reward-box {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 20px;
  padding: 22px;
  border: 1px solid rgba(25, 240, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}
.reward-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #00111f;
  font-size: 2.4rem;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  box-shadow: 0 0 26px rgba(25, 240, 255, .2);
}
.reward-box h3 { margin: 0 0 8px; font-size: 1.45rem; }
.steps-list { display: grid; gap: 14px; margin-top: 20px; }
.step-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  padding: 16px;
}
.step-item > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #00111f;
  background: linear-gradient(135deg, #19f0ff, #027bff);
  font-weight: 950;
}
.step-item strong { display: block; margin-bottom: 5px; color: #fff; }
.step-item p { margin: 0; }
.referral-form-section { padding-top: 0; }
.referral-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 22px;
}
.referral-form label {
  display: grid;
  gap: 8px;
  font-weight: 850;
}
.referral-form .full { grid-column: 1 / -1; }
.referral-form input,
.referral-form select,
.referral-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: rgba(255, 255, 255, .08);
}
.referral-form select option { color: #06101c; }
.referral-form textarea { min-height: 112px; resize: vertical; }
.referral-form .form-status { grid-column: 1 / -1; }
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.form-actions p {
  margin: 0;
  max-width: 620px;
  font-size: .92rem;
}
.rules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.rules-grid article { padding: 20px; }
.rules-grid h3 { margin: 0 0 8px; color: #dff8ff; }
.rules-grid p { margin: 0; }
.referral-cta {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid rgba(66, 199, 255, .28);
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, .04);
}
.referral-cta h2 { margin-bottom: 10px; }
.referral-cta p { max-width: 760px; margin-inline: auto; }
.referral-cta > span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: .9rem;
}
.referral-cta .comparison-social-btn {
  display: inline-flex;
  margin: 18px auto 0;
  color: #fff;
  text-align: center;
}
.referral-cta .comparison-social-btn span {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: inherit;
}

.seller-page { background: transparent; }
.seller-hero {
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(58px, 8vw, 92px) 0;
  background:
    linear-gradient(rgba(66, 199, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 199, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 12% 15%, rgba(0, 123, 255, .28), transparent 28rem),
    radial-gradient(circle at 84% 22%, rgba(25, 240, 255, .14), transparent 24rem),
    linear-gradient(180deg, rgba(3, 8, 18, .94), rgba(7, 22, 43, .72));
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
  border-bottom: 1px solid var(--line);
}
.seller-hero .container {
  display: grid;
  justify-items: center;
  text-align: center;
}
.seller-hero h1 {
  max-width: 960px;
  margin: 24px 0 20px;
  font-size: clamp(2.4rem, 6.5vw, 5.6rem);
  line-height: .96;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0 28px rgba(66, 199, 255, .28);
}
.seller-hero h1 span {
  display: block;
  color: #fff;
}
.seller-hero p:not(.eyebrow) {
  max-width: 790px;
  color: #e8f7ff;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  margin: 0 0 26px;
}
.seller-hero .hero-actions {
  justify-content: center;
}
.seller-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: min(900px, 100%);
  margin-top: 32px;
}
.seller-stats article,
.seller-card,
.seller-steps article,
.seller-rules article,
.seller-cta {
  background: linear-gradient(180deg, rgba(10, 34, 66, .94), rgba(4, 15, 31, .94));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(0, 115, 255, .13);
}
.seller-stats article {
  min-height: 220px;
  display: grid;
  grid-template-rows: 72px 54px auto;
  justify-items: center;
  align-content: start;
  text-align: center;
  padding: 26px 18px 24px;
  background: linear-gradient(180deg, rgba(3, 16, 36, .96), rgba(4, 15, 31, .96));
  border-color: rgba(25, 240, 255, .74);
  box-shadow: 0 0 32px rgba(25, 240, 255, .26), inset 0 0 30px rgba(0, 123, 255, .1);
}
.seller-icon {
  width: 62px;
  height: 62px;
  display: block;
  margin: 0 auto;
  background: center / contain no-repeat;
  filter: drop-shadow(0 0 13px rgba(25, 240, 255, .34));
}
.seller-icon.money {
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3CradialGradient id='g' cx='35%25' cy='20%25' r='80%25'%3E%3Cstop offset='0' stop-color='%23fff1a8'/%3E%3Cstop offset='.52' stop-color='%23ffc21a'/%3E%3Cstop offset='1' stop-color='%23b67400'/%3E%3C/radialGradient%3E%3Cfilter id='s' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeDropShadow dx='0' dy='6' stdDeviation='5' flood-color='%2300c8ff' flood-opacity='.35'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M31 19c4-9 30-9 34 0l-8 12H39L31 19Z' fill='url(%23g)' stroke='%236d3d00' stroke-width='3' filter='url(%23s)'/%3E%3Cpath d='M25 34h46c12 12 18 25 18 39 0 12-9 20-22 20H29C16 93 7 85 7 73c0-14 6-27 18-39Z' transform='scale(.82) translate(10 4)' fill='url(%23g)' stroke='%236d3d00' stroke-width='4' filter='url(%23s)'/%3E%3Cpath d='M48 38v32M37 46c0-7 6-10 12-10s11 3 11 9-5 9-12 9-12 2-12 9 6 10 13 10 12-3 12-10' stroke='%230b8241' stroke-width='7' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
}
.seller-icon.monitor {
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='screen' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23071b42'/%3E%3Cstop offset='.55' stop-color='%230d6eea'/%3E%3Cstop offset='1' stop-color='%2319f0ff'/%3E%3C/linearGradient%3E%3Cfilter id='glow' x='-30%25' y='-30%25' width='160%25' height='160%25'%3E%3CfeDropShadow dx='0' dy='5' stdDeviation='5' flood-color='%2300c8ff' flood-opacity='.42'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='15' y='18' width='66' height='45' rx='5' fill='%23030812' stroke='%23d8dce4' stroke-width='4' filter='url(%23glow)'/%3E%3Crect x='21' y='24' width='54' height='32' rx='2' fill='url(%23screen)'/%3E%3Cpath d='M38 76h20M48 64v12' stroke='%23d8dce4' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M31 82h34' stroke='%238d96a6' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M31 44c10-10 24-13 39-10' stroke='%23ffffff' stroke-opacity='.45' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.seller-icon.tools {
  background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='blue' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%232ad7ff'/%3E%3Cstop offset='1' stop-color='%23027bff'/%3E%3C/linearGradient%3E%3ClinearGradient id='metal' x1='0' x2='1'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='.45' stop-color='%23aab6c8'/%3E%3Cstop offset='1' stop-color='%235b6677'/%3E%3C/linearGradient%3E%3Cfilter id='glow' x='-40%25' y='-40%25' width='180%25' height='180%25'%3E%3CfeDropShadow dx='0' dy='5' stdDeviation='5' flood-color='%2300c8ff' flood-opacity='.36'/%3E%3C/filter%3E%3C/defs%3E%3Cpath d='M65 9c8 4 15 11 18 19l-14 14-15-15L65 9Z' fill='url(%23metal)' stroke='%23020812' stroke-width='3' filter='url(%23glow)'/%3E%3Cpath d='M14 76 48 42l10 10-34 34a7 7 0 0 1-10-10Z' fill='url(%23blue)' stroke='%23020812' stroke-width='3' filter='url(%23glow)'/%3E%3Cpath d='m20 19 57 57M67 73l10 10' stroke='%23ffffff' stroke-width='8' stroke-linecap='round'/%3E%3Cpath d='m15 24 9-9 16 16-9 9-16-16Z' fill='%23ffc21a' stroke='%23020812' stroke-width='3'/%3E%3C/svg%3E");
}
.seller-stats h3,
.seller-card h3,
.seller-steps h3,
.seller-rules h3 {
  margin: 0 0 8px;
  color: #dff8ff;
}
.seller-stats h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.12rem;
  line-height: 1.15;
  align-self: center;
}
.seller-stats p,
.seller-card p,
.seller-steps p,
.seller-rules p,
.seller-cta p {
  color: var(--muted);
  margin: 0;
}
.seller-stats p {
  max-width: 260px;
  color: #fff;
  font-size: 1.08rem;
  line-height: 1.42;
  align-self: start;
}
.seller-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 24px;
}
.seller-card { padding: 28px; }
.seller-card > p + p { margin-top: 16px; }
.seller-features {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.seller-features div {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 6px 12px;
  padding: 16px;
  border: 1px solid rgba(66, 199, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
}
.seller-features span {
  grid-row: span 2;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #00111f;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  font-weight: 950;
}
.seller-features strong { color: #fff; }
.seller-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.seller-steps article { padding: 22px; }
.seller-steps span,
.seller-rules > article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 8px;
  color: #00111f;
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  font-weight: 950;
}
.seller-rules {
  display: grid;
  gap: 14px;
}
.seller-rules article {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
}
.seller-rules > article > span { margin: 0; }
.seller-banner {
  margin-top: 18px;
  padding: 22px;
  text-align: center;
  border-radius: 8px;
  color: #00111f;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 28px rgba(25, 240, 255, .24);
}
.seller-banner strong {
  font-size: clamp(1.3rem, 3vw, 2.1rem);
  line-height: 1.1;
}
.seller-cta {
  text-align: center;
  padding: clamp(30px, 5vw, 56px);
}
.seller-cta h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.04;
}
.seller-cta p {
  max-width: 760px;
  margin: 0 auto 24px;
}

.site-footer { background: #020812; color: #fff; padding: 56px 0 20px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 34px; }
.footer-brand { color: #fff; }
.site-footer p, .fineprint { color: #a9cce4; }
.footer-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-list a { color: #fff; text-decoration: none; }
.official-channels { gap: 8px; }
.official-channels a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #dff8ff;
  line-height: 1.25;
  transition: color .2s ease, transform .2s ease;
}
.official-channels a:hover {
  color: #4de4ff;
  transform: translateX(2px);
}
.official-channels a:focus-visible {
  outline: 2px solid #4de4ff;
  outline-offset: 3px;
  border-radius: 3px;
}
.footer-channel-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: currentColor;
  -webkit-mask: var(--channel-icon) center / contain no-repeat;
  mask: var(--channel-icon) center / contain no-repeat;
}
.icon-email {
  color: #5ee6ff;
  --channel-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 7 9-7'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-telegram {
  color: #4bbcff;
  --channel-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 9.5 14.5M22 2l-8 20-4.5-7.5L2 10l20-8Z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-whatsapp {
  color: #35db72;
  --channel-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 11.5a8 8 0 0 1-11.8 7L4 19.5l1.1-4A8 8 0 1 1 20 11.5Z'/%3E%3Cpath d='M9 8c.5 3 2 4.5 5 5'/%3E%3C/g%3E%3C/svg%3E");
}
.copyright { border-top: 1px solid rgba(255, 255, 255, .14); margin-top: 36px; padding-top: 18px; color: #a9cce4; font-weight: 800; }

.wa-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  width: 64px;
  height: 64px;
  background: url("icon-chat-whatsapp.png") center / contain no-repeat;
  border-radius: 14px;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .34), 0 0 24px rgba(32, 216, 103, .38);
}
.wa-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@keyframes poster-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 920px) {
  .menu-toggle { display: flex; }
  .main-nav {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    background: rgba(4, 15, 31, .98);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .main-nav.open { display: flex; }
  .main-nav a { width: 100%; }
  .hero { min-height: calc(100svh - 76px); }
  .split, .contact-grid, .footer-grid, .referral-grid, .seller-grid { grid-template-columns: 1fr; }
  .comparison-showcase, .app-video-grid { grid-template-columns: 1fr; }
  .card-grid.three, .pricing-grid, .download-grid, .video-grid, .skin-grid, .stat-grid, .rules-grid, .seller-stats, .seller-steps { grid-template-columns: 1fr 1fr; }
  .poster-strip img { height: 210px; }
}

@media (max-width: 620px) {
  body { padding-top: 68px; }
  .container { width: min(100% - 24px, 1160px); }
  .nav-wrap { height: 68px; }
  .brand img { width: 58px; height: 58px; }
  .brand span { font-size: 1.35rem; }
  .menu-toggle { width: 52px; height: 52px; }
  .main-nav { top: 68px; }
  .hero {
    min-height: calc(100svh - 68px);
    align-items: end;
  }
  .hero-video {
    top: 50%;
    width: max(145vw, 258svh);
    height: max(calc((100svh - 68px) + 260px), 81.56vw);
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(2, 8, 18, .20), rgba(2, 8, 18, .30)),
      radial-gradient(circle at 50% 55%, rgba(0, 140, 255, .12), transparent 24rem);
  }
  .hero-content { padding: 0 0 clamp(86px, 13vh, 150px); }
  .hero h1 { font-size: clamp(2.55rem, 11vw, 3.85rem); }
  .hero p:not(.eyebrow) { font-size: 1.06rem; }
  .section { padding: 58px 0; }
  .membership-plans { padding: 46px 0 18px; }
  .membership-plans-secondary { padding: 18px 0 46px; }
  .membership-plans .section-head h2 {
    white-space: normal;
    font-size: clamp(2rem, 10vw, 2.75rem);
  }
  .comparison-section { padding: 48px 0 54px; }
  .app-video-card .section-head h2 { font-size: clamp(2.1rem, 10vw, 2.85rem); }
  .app-video-card .section-head { margin-bottom: 18px; }
  .youtube-play { width: 56px; height: 56px; }
  .youtube-play::before {
    border-top-width: 11px;
    border-bottom-width: 11px;
    border-left-width: 17px;
  }
  .guide-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 74px 12px 20px;
    overflow: auto;
  }
  .guide-modal[hidden] { display: none; }
  .guide-modal img {
    display: block;
    width: auto;
    max-width: calc(100vw - 24px);
    max-height: calc(100svh - 104px);
    margin: 0 auto;
  }
  .guide-modal-close {
    top: 12px;
    right: 12px;
    width: 44px;
    height: 44px;
  }
  .comparison-section h2 { font-size: clamp(1.9rem, 9vw, 2.55rem); }
  .comparison-panel-head { padding: 20px 12px 18px; }
  .comparison-brand img { width: 52px; height: 52px; }
  .comparison-panel-head h3 { font-size: clamp(1.5rem, 8vw, 2rem); }
  .comparison-matrix,
  .comparison-matrix tbody { display: block; width: 100%; }
  .comparison-matrix thead { display: none; }
  .comparison-matrix tbody tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 13px 12px;
    border-bottom: 1px solid rgba(66, 199, 255, .18);
  }
  .comparison-matrix tbody tr:last-child { border-bottom: 0; }
  .comparison-matrix tbody th,
  .comparison-matrix tbody th:first-child {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 0 11px;
    border: 0;
    font-size: .84rem;
    white-space: nowrap;
  }
  .comparison-matrix tbody td {
    padding: 9px 6px 7px;
    border: 0;
    font-size: .88rem;
    white-space: nowrap;
  }
  .comparison-matrix tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #9cc8e8;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .comparison-matrix tbody td:nth-child(2)::before { content: "M327"; }
  .comparison-matrix tbody td:nth-child(3)::before { content: "M327 Pro"; color: var(--accent); }
  .comparison-matrix .pro-column {
    border-radius: 7px;
    box-shadow: inset 0 0 0 1px rgba(25, 240, 255, .18);
  }
  .matrix-icon { width: 22px; height: 22px; margin-right: 6px; }
  .comparison-badge {
    margin-left: 2px;
    padding: 2px 5px;
    font-size: .55rem;
  }
  .trend-up { width: 18px; height: 18px; margin-left: 2px; font-size: .72rem; }
  .comparison-notes { grid-template-columns: 1fr; padding: 12px; }
  .comparison-notes > div { min-height: 0; padding: 14px; }
  .comparison-contact { margin: 0 12px 14px; }
  .comparison-download {
    display: grid;
    justify-items: center;
    gap: 10px;
  }
  .comparison-promo {
    grid-template-columns: 48px minmax(0, 1fr);
    margin: 0 12px 14px;
    padding: 13px;
  }
  .promo-icon { width: 46px; height: 46px; }
  .promo-icon svg { width: 26px; height: 26px; }
  .promo-copy > span { font-size: .78rem; }
  .promo-price {
    grid-column: 1 / -1;
    padding-top: 9px;
    border-top: 1px solid rgba(66, 199, 255, .2);
  }
  .promo-price strong { font-size: 2rem; }
  .card-grid.three, .pricing-grid, .download-grid, .video-grid, .skin-grid, .stat-grid, .points-grid, .rules-grid, .referral-form, .seller-stats, .seller-steps { grid-template-columns: 1fr; }
  .referral-hero { padding-top: 38px; }
  .referral-card { padding: 20px; }
  .reward-box { grid-template-columns: 1fr; text-align: center; }
  .reward-icon { margin-inline: auto; }
  .step-item { grid-template-columns: 44px 1fr; }
  .seller-hero { min-height: auto; padding: 44px 0; }
  .hero-pill {
    margin-inline: auto;
    font-size: .88rem;
    text-align: center;
  }
  .seller-hero h1,
  .referral-hero h1 {
    font-size: clamp(2.35rem, 10vw, 3.55rem);
  }
  .seller-card,
  .seller-stats article,
  .seller-steps article,
  .seller-rules article { padding: 18px; }
  .seller-rules article { grid-template-columns: 1fr; }
  .seller-rules > article > span { margin-bottom: 0; }
  .poster-strip img { height: 180px; }
  .hero-actions {
    align-items: flex-start;
    gap: 10px;
  }
  .btn,
  .download-grid a {
    width: auto;
    max-width: 260px;
    min-height: 42px;
    padding: 10px 16px;
    font-size: .96rem;
  }
  .download-grid a {
    justify-self: center;
    width: min(100%, 430px);
    max-width: 430px;
    min-width: 0;
    min-height: 132px;
    gap: 14px;
    padding: 14px 16px;
  }
  .wa-float { width: 66px; height: 66px; right: 14px; bottom: 14px; }
}

/* Compact membership price cards 20260704 */
.membership-plans .pricing-grid {
  align-items: stretch;
}
.membership-plans .price-card {
  position: relative;
  overflow: hidden;
  min-height: 0;
  padding: 26px 24px 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(25, 240, 255, .16), transparent 13rem),
    linear-gradient(180deg, rgba(8, 45, 72, .98), rgba(4, 17, 35, .98));
  border-color: rgba(25, 201, 244, .55);
  box-shadow: 0 0 0 1px rgba(25, 240, 255, .05), 0 18px 42px rgba(0, 150, 255, .16);
}
.membership-plans .price-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(25, 240, 255, .22), transparent 22%, transparent 72%, rgba(0, 123, 255, .16));
  opacity: .45;
}
.membership-plans .price-card > * {
  position: relative;
  z-index: 1;
}
.membership-plans .price-card h3 {
  margin: 0 0 8px;
  font-size: 1.18rem;
  line-height: 1.15;
  color: #f2fbff;
}
.membership-plans .price-card .plan-duration {
  margin: 0 0 22px;
  color: #bfe8ff;
  font-size: .96rem;
}
.membership-plans .price-card .price {
  margin-bottom: 2px;
  color: #56dcff;
  text-shadow: 0 0 18px rgba(25, 240, 255, .28);
}
.membership-plans .price-card > span {
  display: block;
  margin-bottom: 22px;
  color: var(--accent);
}
.membership-plans .price-card > p:not(.plan-duration) {
  min-height: 56px;
  margin: 0 0 26px;
  color: #bce8ff;
  line-height: 1.65;
}
.membership-plans .price-card .btn {
  align-self: flex-start;
  width: auto;
  min-height: 42px;
  margin-top: auto;
  padding: 11px 22px;
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(25, 240, 255, .22);
}
@media (max-width: 720px) {
  .membership-plans .price-card {
    padding: 24px 22px;
  }
  .membership-plans .price-card > p:not(.plan-duration) {
    min-height: 0;
  }
  .membership-plans .price-card .btn {
    width: 100%;
    justify-content: center;
  }
}
/* Single comparison block 20260704 */
.comparison-single-section .container { max-width: 1080px; }
.comparison-single-card,
.comparison-single-download {
  overflow: hidden;
  border: 1px solid rgba(25, 201, 244, .62);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(7, 29, 57, .96), rgba(3, 11, 25, .98));
  box-shadow: 0 0 34px rgba(0, 181, 255, .13), inset 0 0 28px rgba(0, 123, 255, .06);
}
.comparison-single-card { margin-inline: auto; }
.comparison-single-head {
  padding: 25px 20px 22px;
  text-align: center;
  border-bottom: 1px solid rgba(26, 122, 171, .55);
  background:
    linear-gradient(rgba(66, 199, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 199, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 213, 255, .06), transparent, rgba(0, 213, 255, .06));
  background-size: 32px 32px, 32px 32px, auto;
}
.comparison-single-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.1vw, 1.65rem);
  line-height: 1.1;
}
.comparison-single-head h3 span { color: var(--accent); }
.comparison-single-head p {
  margin: 8px 0 0;
  color: #a8efff;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.comparison-single-scroll { overflow-x: auto; scrollbar-color: rgba(25, 240, 255, .45) rgba(3, 11, 25, .5); }
.comparison-single-scroll::-webkit-scrollbar { height: 10px; }
.comparison-single-scroll::-webkit-scrollbar-track {
  background: rgba(3, 11, 25, .72);
  border-radius: 999px;
}
.comparison-single-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #0aa8f6, #18e3ef);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(25, 240, 255, .45);
}
.comparison-scroll-hint { display: none; }
.comparison-single-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-single-table th,
.comparison-single-table td {
  min-height: 64px;
  padding: 16px 18px;
  border-right: 1px solid rgba(27, 91, 136, .55);
  border-bottom: 1px solid rgba(27, 91, 136, .45);
  color: #f2fbff;
}
.comparison-single-table th:last-child,
.comparison-single-table td:last-child { border-right: 0; }
.comparison-single-table thead th {
  background: rgba(12, 32, 59, .9);
  color: #dff8ff;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.comparison-single-table thead th:nth-child(3),
.comparison-single-table tbody td:nth-child(3) {
  color: var(--accent);
  background: rgba(0, 123, 255, .12);
  font-weight: 950;
}
.comparison-single-table th:first-child { width: 43%; text-align: left; }
.comparison-single-table td { text-align: center; font-weight: 900; white-space: nowrap; }
.comparison-single-table tbody th {
  font-size: .92rem;
  white-space: nowrap;
}
.comparison-single-table tbody th span { vertical-align: middle; }
.comparison-single-table tbody tr:last-child th,
.comparison-single-table tbody tr:last-child td { border-bottom: 0; }
.comparison-price-row th,
.comparison-price-row td { background: rgba(1, 9, 21, .55); }
.comparison-single-download {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin: 22px 0;
  padding: 28px 22px;
  text-align: center;
}
.comparison-single-download h3 {
  margin: 0;
  color: #a8efff;
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  line-height: 1.08;
}
.comparison-single-promo {
  max-width: none;
  margin: 0 0 22px;
}
.comparison-action-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.comparison-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 950;
  box-shadow: 0 0 24px rgba(25, 240, 255, .18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.comparison-social-btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.comparison-social-btn.whatsapp { background: linear-gradient(135deg, #29d664, #11a74b); }
.comparison-social-btn.telegram { background: linear-gradient(135deg, #1aa9e8, #0077b8); }
.comparison-social-btn:hover { transform: translateY(-1px); box-shadow: 0 0 30px rgba(25, 240, 255, .32); }
.comparison-social-btn:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 760px) {
  .comparison-single-card { padding-bottom: 12px; }
  .comparison-single-scroll {
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 0;
    touch-action: pan-y;
    cursor: grab;
  }
  .comparison-single-scroll.is-dragging { cursor: grabbing; }
  .comparison-single-scroll::-webkit-scrollbar { display: none; }
  .comparison-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    width: min(230px, calc(100% - 42px));
    height: 8px;
    margin: 10px auto 0;
    border-radius: 999px;
    background: rgba(4, 18, 36, .92);
    border: 1px solid rgba(25, 240, 255, .35);
    box-shadow: inset 0 0 14px rgba(25, 240, 255, .16), 0 0 18px rgba(25, 240, 255, .18);
  }
  .comparison-scroll-hint span {
    display: block;
    width: 48%;
    min-width: 46px;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #0aa8f6, #18e3ef);
    box-shadow: 0 0 16px rgba(25, 240, 255, .55);
    transform: translateX(0);
    transition: transform .12s linear, width .2s ease;
  }
  .comparison-scroll-hint.is-hidden { display: none; }
  .comparison-single-table { min-width: 560px; }
  .comparison-single-table th,
  .comparison-single-table td { padding: 13px 10px; }
  .comparison-single-table tbody th { font-size: .8rem; }
  .comparison-single-table td { font-size: .86rem; }
  .comparison-single-table .matrix-icon { width: 19px; height: 19px; margin-right: 6px; }
  .comparison-single-download { margin: 18px 0; padding: 24px 16px; }
  .comparison-action-row { display: grid; grid-template-columns: 1fr; }
  .comparison-social-btn { width: 100%; }
}
/* Visual consistency pass 20260704 */
.btn.primary,
button.btn.primary,
.contact-form .btn.primary {
  background: linear-gradient(135deg, #0aa8f6, #18e3ef);
  color: #00111f;
  border-color: rgba(255, 255, 255, .35);
  box-shadow: 0 0 24px rgba(25, 240, 255, .28);
}
.btn.primary:hover,
button.btn.primary:hover,
.contact-form .btn.primary:hover,
.comparison-download-btn:hover {
  filter: brightness(1.04);
  box-shadow: 0 0 30px rgba(25, 240, 255, .38);
}
.download-grid a {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(25, 240, 255, .16), transparent 12rem),
    linear-gradient(180deg, rgba(8, 45, 72, .98), rgba(4, 17, 35, .98));
  border-color: rgba(25, 201, 244, .55);
  box-shadow: 0 0 0 1px rgba(25, 240, 255, .05), 0 18px 42px rgba(0, 150, 255, .16);
}
.download-grid a::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(25, 240, 255, .22), transparent 22%, transparent 72%, rgba(0, 123, 255, .16));
  opacity: .45;
}
.download-grid a > * {
  position: relative;
  z-index: 1;
}
.download-grid a:hover {
  border-color: rgba(25, 240, 255, .82);
  box-shadow: 0 0 0 1px rgba(25, 240, 255, .11), 0 22px 48px rgba(0, 194, 255, .24);
}
.download-grid a > span,
.comparison-download-btn {
  color: #00111f;
  background: linear-gradient(135deg, #0aa8f6, #18e3ef);
  border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: 0 0 20px rgba(25, 240, 255, .24);
}
.skin-grid a,
.video-grid article > a {
  border-color: rgba(25, 201, 244, .58);
  background: linear-gradient(180deg, rgba(8, 45, 72, .96), rgba(4, 17, 35, .96));
  box-shadow: 0 0 18px rgba(25, 240, 255, .16);
}
.comparison-single-download,
.comparison-single-card,
.comparison-promo {
  background:
    radial-gradient(circle at 18% 0%, rgba(25, 240, 255, .12), transparent 14rem),
    linear-gradient(180deg, rgba(8, 45, 72, .97), rgba(4, 17, 35, .98));
  border-color: rgba(25, 201, 244, .58);
}
@media (max-width: 720px) {
  .download-grid a {
    min-height: 142px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .poster-track { animation: none; }
}
/* Tutorial support channels */
.guide-channel-card {
  grid-column: 1 / -1;
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: 20px 22px 22px;
  border: 1px solid rgba(25, 240, 255, .5);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(9, 43, 72, .86), rgba(3, 13, 29, .96));
  box-shadow: 0 16px 42px rgba(0, 115, 255, .14), inset 0 0 26px rgba(25, 240, 255, .06);
  text-align: center;
}

.guide-channel-card p {
  max-width: 1040px;
  margin: 0;
  color: #e6f8ff;
  line-height: 1.6;
}

.guide-channel-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .guide-channel-card {
    padding: 18px 16px;
  }

  .guide-channel-card .comparison-social-btn {
    width: min(100%, 260px);
  }
}

/* Keep tutorial channel button labels and icons white */
.guide-channel-card .comparison-social-btn,
.guide-channel-card .comparison-social-btn span {
  color: #fff !important;
}

.guide-channel-card .comparison-social-btn svg,
.guide-channel-card .comparison-social-btn svg path {
  color: #fff !important;
  stroke: #fff !important;
  fill: none !important;
}

/* Referidos mobile point cards */
@media (max-width: 760px) {
  .referral-points-compact {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .referral-points-compact .container,
  .referral-points-compact > .container {
    max-width: 100% !important;
    width: 100% !important;
  }

  .referral-points-compact h2 {
    font-size: clamp(2rem, 8vw, 2.7rem) !important;
    line-height: 1.08 !important;
    margin-bottom: 12px !important;
  }

  .referral-points-compact h2 + p,
  .referral-points-compact .section-lead {
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin-bottom: 18px !important;
  }

  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) > * {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 8px !important;
  }

  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) h3 {
    font-size: 1rem !important;
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }

  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) p {
    font-size: .95rem !important;
    line-height: 1.35 !important;
    margin-bottom: 14px !important;
  }

  .referral-points-compact :is(.points-badge, .points-pill, .badge, .pill, [class*="badge"], [class*="pill"]) {
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    border-radius: 999px !important;
    font-size: .95rem !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .referral-points-compact :is(.bonus-card, .points-bonus, .reward-card) {
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px !important;
  }

  .referral-points-compact :is(.bonus-card, .points-bonus, .reward-card) h3 {
    font-size: 1.25rem !important;
    margin: 0 0 8px !important;
  }

  .referral-points-compact :is(.bonus-card, .points-bonus, .reward-card) p {
    font-size: .98rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
  }
}

@media (max-width: 390px) {
  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) {
    gap: 12px !important;
  }

  .referral-points-compact :is(.points-grid, .referral-plans-grid, .plan-points-grid, .cards-grid, .feature-grid, .steps-grid) > * {
    padding: 16px !important;
  }
}
