/* ---------- Base ---------- */
:root {
  --bg: #05070d;
  --bg-2: #0a0d18;
  --bg-3: #0f1424;
  --line: rgba(255, 255, 255, 0.06);
  --line-strong: rgba(255, 255, 255, 0.12);
  --text: #eef0f5;
  --text-dim: #9aa3b5;
  --text-mute: #5d6577;
  --lime: #a3e635;
  --lime-bright: #d9f99d;
  --magenta: #ff3d8a;
  --cyan: #22d3ee;
  --lime-soft: rgba(163, 230, 53, 0.18);
  --magenta-soft: rgba(255, 61, 138, 0.18);
  --gradient: linear-gradient(135deg, #a3e635 0%, #ff3d8a 100%);
  --radius: 18px;
  --radius-sm: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 40px; }
html, body { margin: 0; padding: 0; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  cursor: none;
}

@media (max-width: 768px) {
  body { cursor: auto; }
}

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
}

p { margin: 0; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

.container.narrow { max-width: 780px; }

/* ---------- Background layers ---------- */
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.04;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.grid-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(163, 230, 53, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(163, 230, 53, 0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 70%);
}

.ambient-glow {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  will-change: transform;
  transition: transform 0.1s linear;
}
.blob-1 {
  width: 600px; height: 600px;
  background: var(--lime);
  top: -100px; left: -250px;
  opacity: 0.25;
}
.blob-2 {
  width: 500px; height: 500px;
  background: var(--magenta);
  top: 30%; right: -220px;
  opacity: 0.3;
}
.blob-3 {
  width: 500px; height: 500px;
  background: var(--cyan);
  bottom: -200px; left: 25%;
  opacity: 0.25;
}

.cursor-dot,
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  pointer-events: none;
  z-index: 99999;
  will-change: left, top;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cursor-active .cursor-dot,
.cursor-active .cursor-ring { opacity: 1; }

/* Dot — small rotated square */
.cursor-dot {
  width: 8px; height: 8px;
  background: var(--lime);
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width 0.3s cubic-bezier(.23,1,.32,1),
              height 0.3s cubic-bezier(.23,1,.32,1),
              background 0.3s cubic-bezier(.23,1,.32,1),
              border-radius 0.3s cubic-bezier(.23,1,.32,1),
              opacity 0.3s cubic-bezier(.23,1,.32,1);
}

/* Trail — hidden */
.cursor-ring {
  display: none;
}

/* — Hover: all interactive — */
.cursor-hover .cursor-dot {
  width: 10px; height: 10px;
  background: #fff;
  border-radius: 3px;
}

/* — Text input — */
.cursor-text .cursor-dot {
  width: 2px; height: 20px;
  border-radius: 1px;
  background: var(--lime);
  transform: translate(-50%, -50%) rotate(0deg);
}

/* — Hidden — */
.cursor-hidden .cursor-dot,
.cursor-hidden .cursor-ring {
  opacity: 0;
}

/* Hide on touch / mobile */
@media (pointer: coarse), (max-width: 768px) {
  .cursor-dot, .cursor-ring { display: none !important; }
  body, body * { cursor: auto !important; }
}
@media (prefers-reduced-motion: reduce) {
  .cursor-dot, .cursor-ring { transition: none !important; }
  .btn-primary, .offer-bar-cta, .freebie-form-row button,
  .breathing, .breathing-slow { animation: none !important; }
}

/* ---------- 404 page ---------- */
.notfound {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 96px 0;
  position: relative;
}
.notfound-code {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: clamp(96px, 22vw, 220px);
  background: linear-gradient(120deg, var(--lime), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.notfound-title {
  font-size: clamp(24px, 4vw, 40px);
  margin-bottom: 12px;
}
.notfound-sub {
  color: var(--text-mute);
  max-width: 440px;
  margin: 0 auto 28px;
}
.notfound-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Cursor ---------- */
body, body * { cursor: none !important; }
@media (max-width: 768px) { body, body * { cursor: auto !important; } }

/* ---------- Offer bar ---------- */
.offer-bar {
  position: relative;
  z-index: 60;
  background: linear-gradient(90deg, rgba(163, 230, 53, 0.08), rgba(34, 211, 238, 0.06), rgba(163, 230, 53, 0.08));
  border-bottom: 1px solid rgba(163, 230, 53, 0.12);
  overflow: hidden;
}
.offer-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(163, 230, 53, 0.06), transparent);
  animation: shimmer 3s infinite;
}
@keyframes shimmer {
  0% { left: -50%; }
  100% { left: 150%; }
}
.offer-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 12px 0;
  font-size: 14px;
}
.offer-bar-text {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--text);
}
.offer-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #05070d;
  background: linear-gradient(135deg, #b8f04a, #8bcc20);
  border-radius: 6px;
  padding: 4px 12px;
  box-shadow: 0 0 10px rgba(163, 230, 53, 0.3);
}
.offer-count {
  font-weight: 600;
  color: var(--lime);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.offer-count #offer-countdown { font-family: 'Space Grotesk', sans-serif; }
.offer-bar-cta {
  font-weight: 700;
  font-size: 13px;
  color: #05070d;
  background: linear-gradient(135deg, #b8f04a, #8bcc20);
  padding: 7px 18px;
  border-radius: 8px;
  border: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(163, 230, 53, 0.25);
  animation: btn-breathe 3s ease-in-out infinite, btn-lift 3s ease-in-out infinite;
}
.offer-bar-cta:hover {
  animation-play-state: paused, paused;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(163, 230, 53, 0.4);
}
@media (max-width: 600px) {
  .offer-bar-inner { flex-direction: column; gap: 8px; padding: 10px 0 12px; }
}

/* ---------- Discount notes ---------- */
.discount-note {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 14px;
  color: var(--text-dim);
  margin: 0 0 16px;
}
.discount-badge {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #05070d;
  background: linear-gradient(135deg, #b8f04a, #8bcc20);
  border-radius: 6px;
  padding: 4px 10px;
  box-shadow: 0 0 8px rgba(163, 230, 53, 0.25);
}
.countdown {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  color: var(--lime);
  letter-spacing: 0.05em;
  font-size: 16px;
  text-shadow: 0 0 8px rgba(163, 230, 53, 0.3);
}

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  background: rgba(5, 7, 13, 0.8);
  border-bottom: 1px solid rgba(163, 230, 53, 0.08);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.4), 0 0 40px rgba(163, 230, 53, 0.03);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  transition: opacity 0.2s;
}
.logo:hover { opacity: 0.85; }
.logo-mark {
  width: 30px; height: 30px;
  filter: drop-shadow(0 0 14px rgba(163, 230, 53, 0.5));
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s;
}
.logo:hover .logo-mark {
  transform: scale(1.12) rotate(-6deg);
  filter: drop-shadow(0 0 20px rgba(163, 230, 53, 0.7));
}
.logo-text { font-size: 15px; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--text-dim);
}
.nav-links a {
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  font-weight: 500;
}
.nav-links a:hover {
  color: var(--lime);
  background: rgba(163, 230, 53, 0.06);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  right: 16px;
  height: 1.5px;
  background: linear-gradient(90deg, var(--lime), rgba(34, 211, 238, 0.6));
  border-radius: 1px;
  transform: scaleX(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active::after {
  transform: scaleX(0.5);
  height: 4px;
  background: var(--lime);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(163, 230, 53, 0.6), 0 0 20px rgba(163, 230, 53, 0.3);
  bottom: 2px;
}
.nav-sep {
  width: 1px;
  height: 20px;
  background: var(--line-strong);
  margin: 0 8px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .nav-links, .nav-sep { display: none; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(5, 7, 13, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 24px;
    gap: 4px;
    z-index: 100;
    animation: menuSlide 0.25s ease-out;
  }
  .nav-links.open a {
    font-size: 18px;
    padding: 14px 16px;
    border-radius: 12px;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .nav-links.open a:hover,
  .nav-links.open a.active {
    background: rgba(163, 230, 53, 0.08);
    color: var(--lime);
  }
  .nav-links.open a.active::after { display: none; }
  @keyframes menuSlide {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 110;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: all 0.25s ease;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
@media (max-width: 768px) {
  .hamburger { display: flex; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 14px 28px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.btn:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}
.btn-sm { padding: 10px 20px; font-size: 14px; border-radius: 10px; }
.btn-lg { padding: 18px 36px; font-size: 16px; }
.btn-block { width: 100%; }

.btn-primary {
  background: linear-gradient(135deg, #b8f04a 0%, #8bcc20 100%);
  color: #05070d;
  box-shadow:
    0 4px 14px rgba(163, 230, 53, 0.25),
    0 1px 3px rgba(0, 0, 0, 0.2);
  animation: btn-breathe 3s ease-in-out infinite, btn-lift 3s ease-in-out infinite;
}
@keyframes btn-breathe {
  0%, 100% { box-shadow: 0 4px 14px rgba(163, 230, 53, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2); }
  50% { box-shadow: 0 6px 22px rgba(163, 230, 53, 0.4), 0 2px 5px rgba(0, 0, 0, 0.2); }
}
@keyframes btn-lift {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -2px; }
}
.btn-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent 50%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.btn-primary:hover {
  animation-play-state: paused, paused;
  transform: translateY(-2px);
  box-shadow:
    0 8px 25px rgba(163, 230, 53, 0.35),
    0 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover::after { opacity: 1; }
.btn-primary:active {
  transform: translateY(0) scale(0.98);
  box-shadow:
    0 2px 8px rgba(163, 230, 53, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-ghost {
  background: transparent;
  color: var(--text-dim);
  border: 1px solid var(--line-strong);
}
.btn-ghost:hover {
  color: var(--lime);
  border-color: rgba(163, 230, 53, 0.4);
  background: rgba(163, 230, 53, 0.04);
}
.btn-ghost:active {
  transform: scale(0.98);
}
.btn-ghost:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 150px 0 110px;
  text-align: center;
  z-index: 2;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  background: rgba(163, 230, 53, 0.05);
  border: 1px solid rgba(163, 230, 53, 0.18);
  border-radius: 999px;
  font-size: 12.5px;
  color: var(--lime-bright);
  margin-bottom: 32px;
}
.badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

.hero-title {
  font-size: clamp(44px, 7.5vw, 96px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
  text-wrap: balance;
}
.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.hero-sub {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.65;
  color: #b6bfcd;
  max-width: 620px;
  margin: 0 auto 42px;
}
.hero-cta {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.hero .btn-primary.btn-lg {
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 700;
  box-shadow:
    0 6px 20px rgba(163, 230, 53, 0.3),
    0 2px 4px rgba(0, 0, 0, 0.2);
}
.hero .btn-ghost {
  padding: 15px 28px;
  font-size: 15px;
  color: var(--text-dim);
  border-color: rgba(255, 255, 255, 0.16);
}
.hero .btn-ghost:hover {
  color: var(--lime);
  border-color: rgba(163, 230, 53, 0.5);
  background: rgba(163, 230, 53, 0.05);
}
.hero-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
  padding: 20px 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 20px;
}
.meta-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 2px 4px;
}
.meta-item strong {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.meta-item span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text-dim);
}
.meta-divider {
  width: 1px;
  height: 38px;
  background: linear-gradient(180deg, transparent, var(--line-strong), transparent);
}

@media (max-width: 768px) {
  .hero { padding: 108px 0 80px; }
  .hero-title { font-size: clamp(40px, 11vw, 56px); }
  .hero-sub { font-size: 16px; }
  .hero-cta { flex-direction: column; }
  .hero .btn-primary.btn-lg,
  .hero .btn-ghost { width: 100%; max-width: 360px; }
  .hero-meta { padding: 16px 4px; border-radius: 16px; }
  .meta-item strong { font-size: 20px; }
  .meta-item span { font-size: 10.5px; letter-spacing: 0.06em; }
}
@media (max-width: 400px) {
  .hero-title { font-size: clamp(34px, 10vw, 40px); }
}

/* ---------- Sections ---------- */
.section {
  position: relative;
  padding: 120px 0;
  z-index: 2;
}
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--magenta);
  margin-bottom: 18px;
}
.eyebrow-lime { color: var(--lime); }
.eyebrow-magenta { color: var(--magenta); }
.section-title {
  font-size: clamp(32px, 4.8vw, 60px);
  line-height: 1.05;
  margin-bottom: 18px;
}
.section-sub {
  font-size: 17px;
  color: var(--text-dim);
}

/* ---------- FREE DROPS ---------- */
.free-section {
  padding-top: 60px;
}
.free-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 60px;
}
@media (max-width: 880px) { .free-grid { grid-template-columns: 1fr; } }

.free-card {
  position: relative;
  padding: 36px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  transition: all 0.35s ease;
  overflow: hidden;
}
.free-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, var(--lime-soft), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s;
}
.free-card:hover {
  transform: translateY(-6px);
  border-color: rgba(163, 230, 53, 0.4);
  box-shadow: 0 20px 50px rgba(163, 230, 53, 0.12);
}
.free-card:hover::before { opacity: 1; }

.free-card.highlight {
  border-color: rgba(163, 230, 53, 0.3);
  background: linear-gradient(180deg, rgba(163, 230, 53, 0.05), rgba(255, 61, 138, 0.03));
}
.free-card.highlight::before {
  background: radial-gradient(circle at top right, var(--magenta-soft), transparent 60%);
  opacity: 1;
}

.free-tag {
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--lime);
  padding: 6px 12px;
  border: 1px solid rgba(163, 230, 53, 0.3);
  border-radius: 999px;
  background: rgba(163, 230, 53, 0.05);
  margin-bottom: 24px;
}
.free-card.highlight .free-tag {
  color: var(--magenta);
  border-color: rgba(255, 61, 138, 0.4);
  background: rgba(255, 61, 138, 0.08);
}

.free-icon {
  width: 56px; height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--gradient);
  color: #05070d;
  margin-bottom: 22px;
}
.free-icon svg { width: 26px; height: 26px; }

.free-card h3 {
  font-size: 21px;
  margin-bottom: 12px;
  line-height: 1.25;
}
.free-card p {
  color: var(--text-dim);
  font-size: 14.5px;
  margin-bottom: 26px;
}
.free-cta {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  color: var(--lime);
  padding: 12px 0;
  border-top: 1px solid var(--line);
  transition: gap 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s;
}
.free-cta:hover { color: var(--lime-bright); gap: 6px; }
.free-cta:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
  border-radius: 4px;
}
/* ---------- Email capture ---------- */
.email-capture {
  max-width: 560px;
  margin: 0 auto 30px;
}
.email-card {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(163, 230, 53, 0.05), rgba(255, 61, 138, 0.03));
  border: 1px solid rgba(163, 230, 53, 0.2);
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}
.email-label {
  font-size: 14px;
  color: var(--text-dim);
  margin-bottom: 12px;
  font-weight: 500;
}
.email-form {
  display: flex;
  gap: 10px;
}
@media (max-width: 520px) {
  .email-form { flex-direction: column; }
}
.email-input {
  flex: 1;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--text);
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.email-input::placeholder { color: var(--text-mute); }
.email-input:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.1);
}
.email-note {
  font-size: 13px;
  color: var(--text-mute);
  margin-top: 14px;
}
.email-note.success { color: var(--lime); }
.email-note.error { color: var(--magenta); }
.email-note .free-link {
  color: var(--lime);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.email-note .free-link:hover { color: var(--lime-bright); }

/* ---------- Freebie form ---------- */
.freebie-form {
  width: 100%;
}
.freebie-form-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.freebie-form-row input[type="email"] {
  flex: 1;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--text);
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.freebie-form-row input[type="email"]:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.1);
}
.freebie-form-row input[type="email"]::placeholder {
  color: var(--text-mute);
}
.freebie-form-row input[type="email"].input-error {
  border-color: var(--magenta);
  box-shadow: 0 0 0 3px rgba(255, 61, 138, 0.15);
  animation: input-shake 0.4s ease;
}
@keyframes input-shake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(6px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
}
.freebie-error {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(255, 61, 138, 0.08);
  border: 1px solid rgba(255, 61, 138, 0.2);
  font-size: 13px;
  color: var(--magenta);
  animation: error-in 0.3s ease;
}
.freebie-error.show { display: flex; }
.freebie-error svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@keyframes error-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}
.freebie-form-row button {
  padding: 14px 28px;
  background: linear-gradient(135deg, #b8f04a 0%, #8bcc20 100%);
  color: #05070d;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(163, 230, 53, 0.25), 0 1px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  animation: btn-breathe 3s ease-in-out infinite, btn-lift 3s ease-in-out infinite;
}
.freebie-form-row button:hover {
  animation-play-state: paused, paused;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(163, 230, 53, 0.35), 0 2px 6px rgba(0, 0, 0, 0.2);
}
.freebie-form-row button:active {
  transform: translateY(0) scale(0.98);
  box-shadow: 0 2px 8px rgba(163, 230, 53, 0.2);
}
.freebie-form-row button:disabled {
  pointer-events: none;
  position: relative;
  overflow: hidden;
}
.freebie-form-row button.loading {
  background: linear-gradient(135deg, #b8f04a 0%, #8bcc20 100%);
  color: transparent;
}
.freebie-form-row button.loading::after {
  content: '';
  position: absolute;
  width: 18px; height: 18px;
  border: 2px solid rgba(5, 7, 13, 0.2);
  border-top-color: #05070d;
  border-radius: 50%;
  animation: btn-spin 0.7s linear infinite;
}
@keyframes btn-spin {
  to { transform: rotate(360deg); }
}
.freebie-form-row button.success {
  background: var(--lime);
  color: #05070d;
}
.freebie-success {
  text-align: center;
  padding: 8px 0;
}
.freebie-success-title {
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 600;
  color: var(--lime);
}
.freebie-download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #b8f04a, #8bcc20);
  color: #05070d;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(163, 230, 53, 0.25);
}
.freebie-download:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 25px rgba(163, 230, 53, 0.35);
}
.freebie-note {
  margin: 12px 0 0;
  font-size: 12px;
  color: #5d6577;
}
@media (max-width: 520px) {
  .freebie-form-row {
    flex-direction: column;
  }
}

/* ---------- Free proof ---------- */
.free-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.avatars { display: flex; }
.av {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid var(--bg);
  margin-left: -10px;
  object-fit: cover;
}
.av:first-child { margin-left: 0; }
.av-more {
  background: linear-gradient(135deg, var(--lime), #16a34a);
  letter-spacing: -0.02em;
}
.free-proof p { color: var(--text-dim); font-size: 15px; }
.free-proof strong { color: var(--text); }

/* ---------- Discord community ---------- */
.discord-section { padding-top: 0; }
.discord-card {
  text-align: center;
  padding: 64px 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(600px 300px at 50% 0%, rgba(163, 230, 53, 0.08), transparent 70%),
    rgba(255, 255, 255, 0.02);
}
.discord-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--lime);
  border: 1px solid rgba(163, 230, 53, 0.35);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.discord-card .section-title { margin-bottom: 12px; }
.discord-card .section-sub { max-width: 520px; margin: 0 auto 28px; }
.discord-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-top: 26px;
  font-size: 14px;
  color: var(--text-mute);
}

/* ---------- Bridge ---------- */
.bridge {
  position: relative;
  z-index: 2;
  padding: 40px 0 80px;
}
.bridge-card {
  text-align: center;
  padding: 50px 40px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(163, 230, 53, 0.04), transparent);
  border: 1px solid rgba(163, 230, 53, 0.15);
}
.bridge-title {
  font-size: clamp(28px, 3.5vw, 40px);
  margin: 12px 0 14px;
}
.bridge-sub {
  color: var(--text-dim);
  max-width: 540px;
  margin: 0 auto;
}

/* ---------- Product Section ---------- */
.product-section { padding-top: 80px; scroll-margin-top: 80px; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 880px) {
  .product-grid { grid-template-columns: 1fr; gap: 50px; }
}

.product-card {
  position: relative;
  aspect-ratio: 3/4;
  border-radius: 24px;
  background: linear-gradient(160deg, #15151f 0%, #0a0a12 100%);
  border: 1px solid var(--line-strong);
  padding: 24px;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    0 0 60px rgba(163, 230, 53, 0.15);
  will-change: transform;
}

.product-cover {
  position: relative;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  background-color: #0a0a12;
  background-image: url('../images/blueprint.png');
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
}
.product-cover::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(5, 7, 13, 0.5) 0%,
    rgba(5, 7, 13, 0.12) 42%,
    rgba(5, 7, 13, 0.65) 100%
  );
}
.clips-cover {
  background: linear-gradient(160deg, #0f1a0a 0%, #0a0a12 100%);
  background-image: url('../images/clips.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(163, 230, 53, 0.2);
}
.cover-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 36px 30px;
}
.cover-tag {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--lime);
  font-weight: 600;
}
.product-cover h3 {
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 30px 0 20px;
}
.product-cover h3:first-of-type { margin-top: auto; }
.cover-content p {
  color: var(--text-dim);
  font-size: 15px;
  margin-bottom: 24px;
}
.cover-footer {
  display: flex;
  gap: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
}

/* ---------- Product Info ---------- */
.product-title {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 18px;
  line-height: 1.2;
}
.product-desc {
  color: var(--text-dim);
  font-size: 16px;
  margin-bottom: 28px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--text);
  font-size: 15px;
}
.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--lime-soft);
  color: var(--lime);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 22px;
}
.price-amount {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price-old {
  font-size: 20px;
  color: var(--text-dim);
  text-decoration: line-through;
}
.price-note {
  color: var(--text-dim);
  font-size: 14px;
  margin-left: auto;
}
@media (max-width: 480px) {
  .price-row { flex-wrap: wrap; }
  .price-note { margin-left: 0; }
}

.trust-note {
  text-align: center;
  font-size: 13px;
  color: var(--text-mute);
  margin-top: 14px;
}

/* ---------- Features ---------- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 880px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .features-grid { grid-template-columns: 1fr; } }

.feature {
  padding: 32px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.feature::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, var(--lime-soft), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s;
}
.feature:hover {
  border-color: rgba(163, 230, 53, 0.3);
  transform: translateY(-4px);
}
.feature:hover::before { opacity: 1; }
.feature-icon {
  font-size: 28px;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 18px;
}
.feature h4 {
  font-size: 17px;
  margin-bottom: 8px;
}
.feature p {
  color: var(--text-dim);
  font-size: 14px;
}

/* ---------- Testimonials ---------- */
.testimonials {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  min-height: 240px;
}
.testimonial {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}
.testimonial.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.quote {
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.5;
  margin-bottom: 36px;
  color: var(--text);
  font-weight: 500;
}
.person {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
.avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
.person strong {
  display: block;
  font-size: 15px;
}
.person span {
  color: var(--text-mute);
  font-size: 13px;
}
.testimonial-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 36px;
}
.dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--line-strong);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  width: 28px;
  border-radius: 4px;
  background: var(--gradient);
}

/* ---------- FAQ ---------- */
.faq-section { padding-top: 60px; }
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255,255,255,0.02);
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
.faq-item:hover { border-color: rgba(163, 230, 53, 0.3); }
.faq-item.open { border-color: rgba(163, 230, 53, 0.3); background: rgba(163, 230, 53, 0.03); }
.faq-question {
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  margin: 0;
}
.faq-icon {
  width: 12px; height: 12px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(.23,1,.32,1);
}
.faq-icon::before, .faq-icon::after {
  content: '';
  position: absolute;
  background: var(--text-dim);
  border-radius: 1px;
  transition: transform 0.35s cubic-bezier(.23,1,.32,1), opacity 0.35s cubic-bezier(.23,1,.32,1);
}
.faq-icon::before { top: 50%; left: 0; right: 0; height: 2px; transform: translateY(-50%); }
.faq-icon::after { left: 50%; top: 0; bottom: 0; width: 2px; transform: translateX(-50%); }
.faq-item.open .faq-icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
/* Animated content wrapper */
.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(.23,1,.32,1);
}
.faq-item.open .faq-body {
  grid-template-rows: 1fr;
}
.faq-body-inner {
  overflow: hidden;
  min-height: 0;
}
.faq-body p {
  padding: 0 26px 22px;
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.6;
}

/* ---------- Final CTA ---------- */
.final-cta { padding-top: 60px; padding-bottom: 100px; }
.cta-card {
  text-align: center;
  padding: 80px 40px;
  border-radius: 28px;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 50% 0%, rgba(163, 230, 53, 0.25), transparent 60%),
    linear-gradient(180deg, #0f1424, #0a0d18);
  position: relative;
  overflow: hidden;
}
.cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(135deg, var(--lime), transparent 30%, transparent 70%, var(--magenta));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cta-card h2 {
  font-size: clamp(32px, 4.5vw, 56px);
  margin-bottom: 16px;
}
.cta-card p {
  color: var(--text-dim);
  font-size: 17px;
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ---------- Footer ---------- */
.footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  padding-top: 70px;
  padding-bottom: 30px;
  background: rgba(5,7,13,0.6);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
}
.footer-brand p {
  color: var(--text-mute);
  font-size: 14px;
  margin-top: 12px;
  max-width: 280px;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}
.footer-cols h5 {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-mute);
  margin-bottom: 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.footer-cols a {
  display: block;
  color: var(--text-dim);
  font-size: 14px;
  padding: 5px 0;
  transition: color 0.2s;
}
.footer-cols a:hover { color: var(--lime); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--text-mute);
}
@media (max-width: 600px) {
  .footer-bottom { flex-direction: column; gap: 8px; text-align: center; }
}

/* ---------- Reveal animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Card tilt (cursor parallax) ---------- */
.tilt { will-change: transform; }
.reveal.tilt {
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

/* ---------- Idle animations ---------- */

/* Blueprint card — gentle float */
.product-card {
  animation: card-float 5s ease-in-out infinite;
  will-change: translate;
  contain: layout style;
}
@keyframes card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

/* Section headings — subtle breathe */
.section-title,
.section-sub {
  animation: text-breathe 4.5s ease-in-out infinite;
  will-change: translate, opacity;
  contain: layout style;
}
.section-sub {
  animation-delay: 0.6s;
}
@keyframes text-breathe {
  0%, 100% { opacity: 1; translate: 0 0; }
  50% { opacity: 0.75; translate: 0 -3px; }
}

/* Eyebrow labels — slow pulse */
.eyebrow {
  animation: eyebrow-pulse 3.5s ease-in-out infinite;
  will-change: opacity;
  contain: layout style;
}
@keyframes eyebrow-pulse {
  0%, 100% { opacity: 0.65; }
  50% { opacity: 1; }
}

/* Pause all idle animations on hover or when card is tilted */
.product-card:hover,
.product-card.tilt {
  animation-play-state: paused;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .product-card, .section-title, .section-sub, .eyebrow { animation: none !important; }
}

/* ================================================
   MOBILE OPTIMIZATIONS
   ================================================ */

/* --- Small phones (480px and below) --- */
@media (max-width: 480px) {
  .container { padding: 0 16px; }

  /* Nav */
  .nav-inner { height: 56px; }
  .logo-text { font-size: 13px; }
  .btn-primary.btn-sm { padding: 8px 16px; font-size: 13px; }

  /* Hero */
  .hero { padding: 90px 0 60px; }
  .hero-title { font-size: clamp(30px, 9vw, 40px); line-height: 1.1; }
  .hero-sub { font-size: 15px; line-height: 1.5; }
  .hero-cta .btn { padding: 16px 24px; font-size: 15px; }
  .badge { font-size: 12px; padding: 6px 14px; }

  /* Offer bar */
  .offer-bar { font-size: 12px; padding: 10px 16px; }
  .offer-bar-cta { padding: 8px 14px; font-size: 12px; }

  /* Sections */
  .section { padding: 80px 0; }
  .section-head { margin-bottom: 40px; }
  .section-title { font-size: clamp(24px, 6vw, 32px); }
  .section-sub { font-size: 15px; }
  .eyebrow { font-size: 11px; }

  /* Free cards */
  .free-grid { gap: 14px; }
  .free-card { padding: 24px 20px; border-radius: 16px; }
  .free-card h3 { font-size: 18px; }
  .free-card p { font-size: 14px; }
  .free-cta { font-size: 14px; gap: 4px; }

  /* Email form */
  .email-capture { margin-bottom: 20px; }
  .freebie-form-row { flex-direction: column; gap: 10px; }
  .freebie-form-row input[type="email"] { padding: 14px 16px; font-size: 15px; }
  .freebie-form-row button { padding: 14px 20px; font-size: 15px; width: 100%; }

  /* Product cards */
  .product-card { aspect-ratio: 3/4; border-radius: 18px; padding: 18px; }
  .cover-content { padding: 24px 20px; }
  .cover-content h3 { font-size: clamp(32px, 8vw, 48px); }
  .product-title { font-size: 20px; }
  .product-desc { font-size: 14px; }
  .check-list li { font-size: 13px; gap: 8px; }

  /* Price */
  .price-amount { font-size: 32px; }
  .price-old { font-size: 16px; }

  /* CTA button */
  .product-info .btn { padding: 16px 24px; font-size: 15px; }

  /* Features */
  .feature { padding: 24px 20px; }
  .feature h3 { font-size: 16px; }
  .feature p { font-size: 13px; }

  /* Discord */
  .discord-card { padding: 36px 24px; border-radius: 18px; }
  .discord-card h2 { font-size: 22px; }

  /* Testimonials */
  .testimonial-card { padding: 28px 20px; border-radius: 16px; }
  .testimonial-text { font-size: 15px; }
  .testimonial-name { font-size: 14px; }

  /* FAQ */
  .faq-question { padding: 18px 0; font-size: 15px; }
  .faq-body-inner { font-size: 14px; }

  /* CTA section */
  .cta-card { padding: 48px 24px; border-radius: 20px; }
  .cta-card h2 { font-size: 24px; }

  /* Footer */
  .footer { padding: 60px 0 40px; }
  .footer-cols { grid-template-columns: 1fr 1fr; gap: 24px; }
  .footer-cols a { font-size: 13px; padding: 4px 0; }
}

/* --- Tablets and larger phones (481px - 768px) --- */
@media (min-width: 481px) and (max-width: 768px) {
  .container { padding: 0 20px; }
  .hero-title { font-size: clamp(36px, 10vw, 48px); }
  .hero-sub { font-size: 16px; }
  .section { padding: 90px 0; }
  .section-title { font-size: clamp(26px, 5vw, 36px); }
  .free-card { padding: 28px 24px; }
  .product-card { border-radius: 20px; }
  .feature { padding: 28px 22px; }
}

/* --- Touch-friendly tap targets (all mobile) --- */
@media (max-width: 768px) {
  /* Minimum 44px tap targets */
  .nav-links a { padding: 10px 14px; min-height: 44px; display: flex; align-items: center; }
  .free-cta { min-height: 44px; }
  .faq-question { min-height: 56px; }
  .btn { min-height: 48px; }
  .btn-sm { min-height: 40px; }

  /* Better scroll behavior */
  html { scroll-behavior: smooth; }

  /* Disable hover effects on touch */
  .free-card:hover { transform: none; box-shadow: none; }
  .feature:hover { transform: none; }
  .discord-card:hover { transform: none; }

  /* Stack price row */
  .price-row { flex-direction: column; gap: 8px; align-items: flex-start; }
  .price-note { margin-left: 0; }

  /* Hide cursor stuff */
  .cursor-dot, .cursor-ring { display: none !important; }

  /* Disable breathing on mobile for performance */
  .product-card, .section-title, .section-sub, .eyebrow { animation: none !important; }
  .btn-primary, .offer-bar-cta, .freebie-form-row button { animation: none !important; }
}
