:root {
  --bg: #050505;
  --bg-soft: #0a0a0d;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: #101014;
  --border: rgba(255, 255, 255, 0.11);
  --text: #f7f7fb;
  --muted: #a1a1ad;
  --neon-green: #8dff2a;
  --neon-green-2: #c6ff37;
  --neon-purple: #8a2bff;
  --neon-cyan: #26e6ff;
  --danger: #ff637d;
  --shadow-green: 0 0 40px rgba(141, 255, 42, 0.2);
  --radius: 24px;
  --font-body: "Inter", sans-serif;
  --font-display: "Space Grotesk", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(138, 43, 255, 0.12), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; display: block; }

::selection { background: var(--neon-green); color: #070707; }

.page-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.glow {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(130px);
  opacity: 0.09;
  pointer-events: none;
  z-index: -1;
}
.glow-one { top: 18%; left: -220px; background: var(--neon-green); }
.glow-two { top: 55%; right: -240px; background: var(--neon-purple); }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}
.header.scrolled {
  background: rgba(5, 5, 5, 0.82);
  border-color: var(--border);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.03em; }
.brand-mark {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 10px; color: #050505; background: linear-gradient(135deg, var(--neon-green-2), var(--neon-cyan));
  box-shadow: 0 0 24px rgba(141, 255, 42, 0.25); font-weight: 900;
}
.nav-menu { display: flex; gap: 28px; align-items: center; }
.nav-menu a { color: #c6c6cf; font-size: 14px; font-weight: 600; transition: 0.2s ease; }
.nav-menu a:hover { color: var(--text); }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: white; transition: 0.25s ease; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #080808; background: linear-gradient(135deg, var(--neon-green-2), var(--neon-green)); box-shadow: 0 12px 50px rgba(141, 255, 42, 0.19); }
.btn-primary:hover { box-shadow: 0 18px 60px rgba(141, 255, 42, 0.31); }
.btn-outline { border-color: rgba(141, 255, 42, 0.5); color: var(--neon-green-2); background: rgba(141, 255, 42, 0.04); }
.btn-outline:hover { background: rgba(141, 255, 42, 0.1); border-color: var(--neon-green); }
.btn-ghost { border-color: var(--border); background: rgba(255,255,255,0.035); color: white; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.06); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 13px; border-radius: 12px; }
.btn-full { width: 100%; }

.hero { min-height: 900px; display: flex; align-items: center; padding-top: 150px; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 52px 52px; mask-image: linear-gradient(to bottom, black 45%, transparent 95%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 0.94fr 1.06fr; align-items: center; gap: 70px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(141,255,42,0.2); background: rgba(141,255,42,0.045); border-radius: 999px; color: #d6ffc0; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--neon-green); box-shadow: 0 0 0 0 rgba(141,255,42,0.5); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(141,255,42,0); } 100% { box-shadow: 0 0 0 0 rgba(141,255,42,0); } }
.hero h1 { max-width: 760px; margin: 24px 0 22px; font-family: var(--font-display); font-size: clamp(48px, 6.4vw, 82px); line-height: 0.98; letter-spacing: -0.065em; }
.gradient-text { display: block; color: transparent; background: linear-gradient(90deg, var(--neon-green-2) 0%, var(--neon-cyan) 48%, #b565ff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-subtitle { margin: 0; max-width: 630px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 38px; }
.hero-trust div { display: grid; gap: 1px; }
.hero-trust strong { font-size: 14px; }
.hero-trust span { color: #777781; font-size: 12px; }

.hero-visual { position: relative; min-height: 610px; display: flex; align-items: center; justify-content: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(141,255,42,0.13); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; animation: spin 22s linear infinite; }
.orbit-two { width: 430px; height: 430px; border-color: rgba(138,43,255,0.15); animation: spin 18s linear infinite reverse; }
@keyframes spin { to { transform: rotate(360deg); } }
.dashboard-mockup { width: 600px; border: 1px solid rgba(255,255,255,0.14); border-radius: 22px; overflow: hidden; background: rgba(11,11,14,0.93); box-shadow: 0 30px 100px rgba(0,0,0,0.65), 0 0 80px rgba(138,43,255,0.08); transform: perspective(1300px) rotateY(-6deg) rotateX(2deg); }
.mockup-topbar { height: 42px; border-bottom: 1px solid var(--border); display: flex; align-items: center; padding: 0 14px; position: relative; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: #3b3b43; }
.mockup-url { position: absolute; left: 50%; transform: translateX(-50%); color: #555560; font-size: 9px; }
.mockup-body { display: grid; grid-template-columns: 70px 1fr; min-height: 420px; }
.mockup-sidebar { border-right: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; padding: 22px 14px; gap: 22px; }
.mock-logo { width: 28px; height: 28px; border-radius: 8px; display: grid; place-items: center; background: var(--neon-green); color: #070707; font-size: 12px; font-weight: 900; }
.side-line { display: block; width: 28px; height: 6px; border-radius: 99px; background: #24242b; }
.side-line.active { background: var(--neon-green); box-shadow: 0 0 14px rgba(141,255,42,0.35); }
.side-line.short { width: 18px; }
.mockup-content { padding: 22px; }
.mock-title-row { display: flex; align-items: center; justify-content: space-between; }
.mock-title-row h3 { font-size: 19px; margin: 4px 0 0; }
.mini-label { color: #656570; font-size: 7px; letter-spacing: 0.14em; font-weight: 800; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: rgba(138,43,255,0.18); border: 1px solid rgba(138,43,255,0.35); color: #c891ff; font-size: 9px; font-weight: 800; }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 20px; }
.stat-card { padding: 14px; border-radius: 12px; background: #131318; border: 1px solid rgba(255,255,255,0.07); display: grid; gap: 2px; }
.stat-card span { color: #777782; font-size: 8px; }
.stat-card strong { font-size: 24px; line-height: 1.2; }
.stat-card small { font-size: 7px; color: #666670; }
.stat-card.neon-card { background: linear-gradient(135deg, rgba(141,255,42,0.12), rgba(141,255,42,0.02)); border-color: rgba(141,255,42,0.25); }
.stat-card.neon-card small { color: var(--neon-green); }
.mock-bottom-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 10px; margin-top: 10px; }
.chart-card, .customer-card { min-height: 165px; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; background: #111116; padding: 14px; }
.card-head { display: flex; justify-content: space-between; font-size: 8px; }
.card-head small { color: #55555e; }
.chart-bars { height: 105px; display: flex; align-items: end; gap: 8px; padding-top: 18px; border-bottom: 1px solid #25252d; }
.chart-bars span { width: 100%; min-height: 12px; border-radius: 4px 4px 0 0; background: #292932; }
.chart-bars .highlight { background: linear-gradient(to top, var(--neon-green), var(--neon-cyan)); box-shadow: 0 0 18px rgba(141,255,42,0.18); }
.customer-card { display: flex; flex-direction: column; }
.customer-row { display: flex; align-items: center; gap: 8px; margin-top: 12px; }
.customer-avatar { width: 29px; height: 29px; border-radius: 50%; display: grid; place-items: center; background: #292930; font-size: 8px; }
.customer-row div:last-child { display: grid; }
.customer-row strong { font-size: 8px; }
.customer-row small { color: #62626c; font-size: 7px; }
.progress { height: 5px; background: #25252c; border-radius: 99px; margin-top: 18px; overflow: hidden; }
.progress span { display: block; width: 80%; height: 100%; background: linear-gradient(90deg, var(--neon-green), var(--neon-cyan)); }
.customer-card button { margin-top: auto; height: 32px; border: 0; border-radius: 8px; background: var(--neon-green); color: #060606; font-size: 8px; font-weight: 900; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 14px; border: 1px solid rgba(255,255,255,0.12); background: rgba(16,16,20,0.9); backdrop-filter: blur(15px); box-shadow: 0 18px 45px rgba(0,0,0,0.4); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 10px; }
.floating-card small { color: #696973; font-size: 8px; }
.reward-card { left: -12px; bottom: 100px; animation: float 4.2s ease-in-out infinite; }
.points-card { right: -12px; top: 105px; animation: float 4.8s ease-in-out infinite reverse; }
.float-icon, .points-card > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: rgba(141,255,42,0.12); color: var(--neon-green); font-weight: 900; }
@keyframes float { 50% { transform: translateY(-10px); } }

.proof-strip { border-block: 1px solid var(--border); background: rgba(255,255,255,0.018); }
.proof-content { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.proof-content > span { color: #66666f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.11em; flex: 0 0 auto; }
.proof-items { display: flex; flex: 1; justify-content: space-between; gap: 25px; color: #a7a7b0; font-family: var(--font-display); font-weight: 700; }

.section-kicker { display: inline-block; color: var(--neon-green); text-transform: uppercase; letter-spacing: 0.15em; font-size: 12px; font-weight: 900; margin-bottom: 15px; }
.section-copy h2, .section-heading h2, .final-card h2 { font-family: var(--font-display); font-size: clamp(38px, 4.5vw, 62px); line-height: 1.04; letter-spacing: -0.05em; margin: 0; }
.section-copy p, .section-heading p { color: var(--muted); max-width: 630px; margin-top: 22px; font-size: 17px; }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered p { margin-inline: auto; }
.split-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 90px; align-items: center; }
.problem-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,0.014), transparent); }
.problem-list { border-top: 1px solid var(--border); }
.problem-list article { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.problem-list > article > span { color: var(--neon-green); font-family: var(--font-display); font-size: 13px; font-weight: 800; }
.problem-list h3 { margin: 0 0 7px; font-size: 18px; }
.problem-list p { margin: 0; color: #858590; font-size: 14px; }

.benefits-section { background: radial-gradient(circle at 50% 25%, rgba(141,255,42,0.045), transparent 30%); }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-card { min-height: 280px; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.018)); transition: 0.3s ease; overflow: hidden; position: relative; }
.benefit-card:hover { transform: translateY(-6px); border-color: rgba(141,255,42,0.25); }
.benefit-card.featured { grid-column: span 2; min-height: 365px; background: radial-gradient(circle at 80% 80%, rgba(141,255,42,0.13), transparent 32%), rgba(255,255,255,0.035); }
.icon-box { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: var(--neon-green); background: rgba(141,255,42,0.08); border: 1px solid rgba(141,255,42,0.16); font-size: 18px; }
.benefit-card h3 { margin: 24px 0 10px; font-size: 20px; }
.benefit-card p { margin: 0; color: #8f8f9a; font-size: 14px; max-width: 470px; }
.mini-loyalty-card { position: absolute; right: 35px; bottom: -25px; width: 270px; height: 172px; padding: 24px; border-radius: 22px; background: linear-gradient(135deg, #111514, #19132a); border: 1px solid rgba(141,255,42,0.22); transform: rotate(-4deg); box-shadow: 0 20px 60px rgba(0,0,0,0.35); }
.mini-loyalty-card span { color: #84848f; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.mini-loyalty-card strong { display: block; margin-top: 8px; font-family: var(--font-display); font-size: 25px; }
.loyalty-dots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 19px; }
.loyalty-dots i { width: 25px; height: 25px; border-radius: 50%; background: var(--neon-green); box-shadow: 0 0 16px rgba(141,255,42,0.16); }
.loyalty-dots i.empty { background: transparent; border: 1px dashed #50505a; box-shadow: none; }

.steps-section { border-block: 1px solid var(--border); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius); background: #0a0a0d; }
.step-card::after { content: ""; position: absolute; left: 30px; right: 30px; bottom: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--neon-green), transparent); opacity: 0; transition: 0.3s ease; }
.step-card:hover::after { opacity: 1; }
.step-number { position: absolute; top: 28px; right: 28px; color: #33333b; font-family: var(--font-display); font-size: 38px; font-weight: 700; }
.step-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; color: #050505; background: linear-gradient(135deg, var(--neon-green), var(--neon-cyan)); font-size: 25px; font-weight: 900; box-shadow: var(--shadow-green); }
.step-card h3 { margin: 38px 0 12px; font-size: 21px; }
.step-card p { margin: 0; color: #888893; font-size: 14px; }

.comparison-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 75px; align-items: center; }
.comparison-table { border: 1px solid var(--border); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,0.025); }
.comparison-row { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr; align-items: center; min-height: 68px; padding: 0 25px; border-bottom: 1px solid var(--border); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > span { color: #c0c0c8; font-size: 14px; }
.comparison-row b { font-size: 13px; text-align: center; }
.header-row { background: rgba(255,255,255,0.035); min-height: 72px; }
.header-row strong { text-align: center; font-size: 13px; }
.fideliza-col { color: var(--neon-green); }
.bad { color: #696974; }
.good { color: var(--neon-green); }

.audience-section { background: radial-gradient(circle at 50% 50%, rgba(138,43,255,0.06), transparent 36%); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.audience-card { padding: 28px; min-height: 245px; border: 1px solid var(--border); border-radius: 22px; background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)); }
.audience-card > span { font-size: 31px; color: var(--neon-green); }
.audience-card h3 { margin: 28px 0 10px; font-size: 18px; }
.audience-card p { margin: 0; color: #85858f; font-size: 14px; }

.offer-section { padding-top: 140px; }
.offer-grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: 90px; align-items: center; }
.offer-copy h2 { font-family: var(--font-display); font-size: clamp(42px, 5.2vw, 70px); line-height: 1.03; letter-spacing: -0.055em; margin: 0; }
.offer-copy > p { color: var(--muted); font-size: 17px; max-width: 570px; }
.offer-highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
.offer-highlights span { color: #d0d0d7; font-size: 14px; }
.pricing-card { position: relative; padding: 36px; border-radius: 28px; border: 1px solid rgba(141,255,42,0.35); background: radial-gradient(circle at 100% 0%, rgba(141,255,42,0.13), transparent 34%), #0d0e0f; box-shadow: 0 30px 100px rgba(0,0,0,0.48), 0 0 90px rgba(141,255,42,0.07); }
.popular-tag { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); white-space: nowrap; padding: 7px 14px; border-radius: 999px; background: var(--neon-green); color: #050505; font-size: 9px; font-weight: 900; letter-spacing: 0.09em; }
.plan-name { color: #b5b5bf; font-size: 13px; font-weight: 800; }
.price-row { display: flex; align-items: end; margin: 18px 0 8px; }
.currency { font-size: 24px; font-weight: 800; margin: 0 6px 12px 0; }
.price-row strong { font-family: var(--font-display); font-size: 72px; line-height: 0.9; letter-spacing: -0.065em; }
.period { color: #8a8a94; margin: 0 0 8px 8px; }
.price-note { color: #8b8b95; font-size: 13px; margin-bottom: 25px; }
.pricing-card ul { list-style: none; padding: 24px 0; margin: 0; border-block: 1px solid var(--border); display: grid; gap: 14px; }
.pricing-card li { position: relative; padding-left: 25px; color: #d2d2d9; font-size: 14px; }
.pricing-card li::before { content: "✓"; position: absolute; left: 0; color: var(--neon-green); font-weight: 900; }
.pricing-card .btn { margin-top: 28px; }
.secure-note { display: block; text-align: center; color: #666670; margin-top: 14px; font-size: 11px; }

.bonus-section { padding-top: 0; }
.bonus-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 45px; border: 1px solid rgba(138,43,255,0.27); border-radius: 28px; background: linear-gradient(120deg, rgba(138,43,255,0.11), rgba(38,230,255,0.03)); }
.bonus-card h2 { font-family: var(--font-display); font-size: clamp(30px, 4vw, 46px); line-height: 1.05; letter-spacing: -0.045em; margin: 0; }
.bonus-card p { margin: 15px 0 0; max-width: 700px; color: #9898a3; }
.bonus-card .btn { flex: 0 0 auto; }

.faq-wrap { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item button { width: 100%; min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 20px; background: transparent; color: white; border: 0; padding: 0; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--neon-green); font-style: normal; transition: 0.25s ease; }
.faq-item.active button i { transform: rotate(45deg); background: rgba(141,255,42,0.1); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.32s ease; }
.faq-answer p { margin: 0; padding: 0 50px 25px 0; color: #8b8b95; font-size: 14px; }

.final-cta { padding-top: 80px; }
.final-card { overflow: hidden; position: relative; text-align: center; padding: 90px 35px; border: 1px solid var(--border); border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.015)); }
.final-card > *:not(.final-glow) { position: relative; z-index: 2; }
.final-glow { position: absolute; width: 520px; height: 320px; left: 50%; bottom: -230px; transform: translateX(-50%); border-radius: 50%; background: var(--neon-green); filter: blur(110px); opacity: 0.18; }
.final-card h2 { max-width: 820px; margin-inline: auto; }
.final-card p { max-width: 650px; margin: 22px auto 0; color: #9898a2; }
.centered-actions { justify-content: center; }

.footer { padding: 65px 0 95px; border-top: 1px solid var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 60px; }
.footer p { color: #6f6f79; font-size: 13px; margin-top: 16px; }
.footer-links, .footer-contact { display: grid; align-content: start; gap: 12px; }
.footer-links a, .footer-contact a { color: #8c8c96; font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-contact > span { color: #d7d7de; font-weight: 700; font-size: 13px; }
.footer-contact small { color: #565660; margin-top: 18px; }
.mobile-sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }

@media (max-width: 1050px) {
  .header-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero { padding-top: 155px; min-height: auto; }
  .hero-copy { text-align: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 600px; }
  .dashboard-mockup { transform: none; }
  .split-grid, .comparison-wrap, .offer-grid, .faq-wrap { grid-template-columns: 1fr; gap: 52px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .offer-copy { text-align: center; }
  .offer-copy > p { margin-inline: auto; }
  .offer-highlights { max-width: 620px; margin-inline: auto; margin-top: 32px; text-align: left; }
  .pricing-card { max-width: 600px; margin-inline: auto; width: 100%; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .nav-wrap { height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-menu { position: fixed; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; background: rgba(5,5,5,0.97); opacity: 0; visibility: hidden; transition: 0.25s ease; }
  .nav-menu.open { opacity: 1; visibility: visible; }
  .nav-menu a { font-size: 23px; }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 18px; }
  .hero-visual { min-height: 410px; margin-top: 15px; }
  .dashboard-mockup { width: 100%; }
  .mockup-body { grid-template-columns: 48px 1fr; min-height: 320px; }
  .mockup-sidebar { padding: 15px 8px; }
  .mockup-content { padding: 14px; }
  .mock-title-row h3 { font-size: 14px; }
  .stat-card { padding: 10px; }
  .stat-card strong { font-size: 18px; }
  .mock-bottom-grid { grid-template-columns: 1fr; }
  .customer-card { display: none; }
  .chart-card { min-height: 120px; }
  .chart-bars { height: 75px; }
  .floating-card { transform: scale(0.84); }
  .reward-card { left: -20px; bottom: 15px; }
  .points-card { right: -22px; top: 12px; }
  .visual-orbit { display: none; }
  .proof-content { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 12px; }
  .proof-items { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 12px 24px; font-size: 13px; }
  .section-copy h2, .section-heading h2, .final-card h2 { font-size: 39px; }
  .section-copy p, .section-heading p { font-size: 15px; }
  .benefits-grid, .steps-grid, .audience-grid { grid-template-columns: 1fr; }
  .benefit-card.featured { grid-column: auto; min-height: 430px; }
  .mini-loyalty-card { width: 240px; right: 12px; bottom: -35px; }
  .comparison-row { grid-template-columns: 1.3fr 0.75fr 0.75fr; padding: 0 13px; }
  .comparison-row > span, .comparison-row b, .header-row strong { font-size: 11px; }
  .offer-highlights { grid-template-columns: 1fr; }
  .price-row strong { font-size: 64px; }
  .pricing-card { padding: 30px 22px; }
  .bonus-card { align-items: flex-start; flex-direction: column; padding: 32px 24px; }
  .bonus-card .btn { width: 100%; }
  .faq-item button { min-height: 72px; font-size: 14px; }
  .faq-answer p { padding-right: 0; }
  .final-card { padding: 65px 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer { padding-bottom: 110px; }
  .mobile-sticky-cta { display: flex; position: fixed; z-index: 90; left: 14px; right: 14px; bottom: 14px; min-height: 52px; align-items: center; justify-content: center; border-radius: 14px; color: #050505; background: linear-gradient(135deg, var(--neon-green-2), var(--neon-green)); font-weight: 900; box-shadow: 0 18px 55px rgba(0,0,0,0.65), 0 0 30px rgba(141,255,42,0.2); }
}

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