/* ═══════════════════════════════════════════════════════
   🔮 CYBER-MYSTIC Y3K — VOID & NEON DESIGN SYSTEM
   Typography: Cinzel Decorative + Space Grotesk + JetBrains Mono
   Palette: Dark Mysticism × Neon Prophecy
   ═══════════════════════════════════════════════════════ */

/* ─── SELF-HOSTED FONTS (eliminates Google Fonts CDN RTTs) ─── */

/* Cinzel Decorative 700 */
@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cinzel-decorative-700-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cinzel-decorative-700-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0;
}

/* Cinzel Decorative 900 */
@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/cinzel-decorative-900-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Cinzel Decorative";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/fonts/cinzel-decorative-900-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0;
}

/* Space Grotesk (variable weight 300-700) */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0;
}

/* JetBrains Mono (variable weight 400-600) */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-latin.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/jetbrains-mono-latin-ext.woff2") format("woff2");
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20C0;
}

:root {
  /* ─── Core Palette ─── */
  --void-indigo: #050511;
  --deep-astral: #0a0f1e;
  --nebula-shadow: #12102b;
  --neon-prophecy: #9d00ff;
  --cyber-cyan: #00f0ff;
  --mystic-magenta: #ff0055;
  --alchemical-gold: #d4af37;
  --starlight: #e8e6f0;

  /* ─── Extended Palette ─── */
  --surface-glass: rgba(15, 12, 41, 0.65);
  --glass-border: rgba(157, 0, 255, 0.12);
  --glass-border-hover: rgba(157, 0, 255, 0.3);
  --text-primary: #e8e6f0;
  --text-secondary: rgba(232, 230, 240, 0.7);
  --text-muted: rgba(232, 230, 240, 0.4);

  /* ─── Gradients ─── */
  --gradient-neon: linear-gradient(135deg, #9d00ff, #00f0ff);
  --gradient-mystic: linear-gradient(135deg, #9d00ff, #ff0055);
  --gradient-gold: linear-gradient(135deg, #d4af37, #fff8dc);
  --gradient-surface: linear-gradient(
    180deg,
    rgba(157, 0, 255, 0.05) 0%,
    transparent 100%
  );

  /* ─── Spacing & Shape ─── */
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;
  --radius-full: 9999px;

  /* ─── Motion ─── */
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --transition: 0.35s var(--ease-out-expo);
  --transition-fast: 0.2s var(--ease-out-expo);

  /* ─── Glow ─── */
  --glow-purple: 0 0 30px rgba(157, 0, 255, 0.3);
  --glow-cyan: 0 0 25px rgba(0, 240, 255, 0.2);
  --glow-gold: 0 0 25px rgba(212, 175, 55, 0.25);
}

/* ═══ RESET & BASE ═══ */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family:
    "Space Grotesk",
    -apple-system,
    sans-serif;
  background: var(--void-indigo);
  color: var(--text-primary);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ═══ TYPOGRAPHY ═══ */
h1,
h2,
h3,
.section-title,
.hero-title,
.pricing-name {
  font-family: "Cinzel Decorative", "Cinzel", serif;
}
.mono,
.chart-data,
code {
  font-family: "JetBrains Mono", "Fira Code", monospace;
}

/* ═══ UTILITIES ═══ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.gradient-text {
  background: var(--gradient-neon);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gold-text {
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ═══ GLASS CARD ═══ */
.glass-card {
  background: var(--surface-glass);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}
.glass-card:hover {
  border-color: var(--glass-border-hover);
  box-shadow: var(--glow-purple);
}

/* ═══ NAVIGATION ═══ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(5, 5, 17, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--glass-border);
  padding: 12px 0;
  transition: background var(--transition);
}
.nav.scrolled {
  background: rgba(5, 5, 17, 0.95);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  text-decoration: none;
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.nav-logo img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-links a {
  text-decoration: none;
  color: var(--text-secondary);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color var(--transition-fast);
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-neon);
  transition: width var(--transition);
}
.nav-links a:hover {
  color: var(--text-primary);
}
.nav-links a:hover::after {
  width: 100%;
}
.nav-cta {
  background: var(--gradient-neon) !important;
  color: #fff !important;
  padding: 8px 20px !important;
  border-radius: var(--radius-full) !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
}
.nav-cta:hover {
  box-shadow: var(--glow-purple);
}
.nav-cta::after {
  display: none !important;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-primary);
  transition: var(--transition);
}

/* ═══ HERO ═══ */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 120px 24px 60px;
  background: var(--void-indigo);
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 17, 0.4) 0%,
    rgba(5, 5, 17, 0.85) 80%,
    var(--void-indigo) 100%
  );
  z-index: 1;
}
.hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
}
.hero-tag {
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--alchemical-gold);
  margin-bottom: 24px;
  animation: fadeInUp 0.6s var(--ease-out-expo) both;
}
.hero-title {
  font-size: clamp(2.5rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  animation: fadeInUp 0.7s var(--ease-out-expo) 0.1s both;
}
.hero-year {
  display: block;
  font-size: 0.35em;
  letter-spacing: 12px;
  color: var(--text-muted);
  margin-top: 8px;
  font-family: "JetBrains Mono", monospace;
}
.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: 40px;
  line-height: 1.8;
  animation: fadeInUp 0.7s var(--ease-out-expo) 0.2s both;
}
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s var(--ease-out-expo) 0.3s both;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 64px;
  animation: fadeInUp 0.8s var(--ease-out-expo) 0.4s both;
}
.stat {
  text-align: center;
}
.stat-num {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  font-family: "Cinzel Decorative", serif;
  background: var(--gradient-gold);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 2px;
  animation: float 3s ease-in-out infinite;
}
.scroll-indicator {
  width: 20px;
  height: 32px;
  border: 2px solid var(--glass-border-hover);
  border-radius: 10px;
  position: relative;
}
.scroll-indicator::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 8px;
  background: var(--neon-prophecy);
  border-radius: 2px;
  animation: scrollPulse 2s ease infinite;
}

/* ═══ COSMIC DIVIDER ═══ */
/* cosmic-divider removed — was loading external image and adding no value */

/* ═══ SECTIONS ═══ */
.section {
  padding: 72px 0;
  position: relative;
}
.section-alt {
  background: var(--gradient-surface);
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--alchemical-gold);
  margin-bottom: 16px;
  font-weight: 600;
}
.section-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.2;
}
.section-desc {
  color: var(--text-secondary);
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto;
}
.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  display: none;
}

/* ═══ ZODIAC GRID ═══ */
.zodiac-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}
.zodiac-card {
  position: relative;
  background: var(--surface-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 20px 12px;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.zodiac-card:hover {
  border-color: var(--neon-prophecy);
  transform: translateY(-4px);
  box-shadow: var(--glow-purple);
}
.zodiac-card.active {
  border-color: var(--cyber-cyan);
  box-shadow: var(--glow-cyan);
}
.zodiac-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 4px;
  filter: drop-shadow(0 0 6px rgba(157, 0, 255, 0.3));
}
.zodiac-symbol {
  font-size: 1.3rem;
  display: none; /* hidden — using images instead */
}
.zodiac-name {
  font-family: "Cinzel Decorative", serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
}
.zodiac-date {
  font-size: 0.65rem;
  color: var(--text-muted);
  font-family: "JetBrains Mono", monospace;
}
.zodiac-element {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  opacity: 0.5;
}

/* ═══ MOON PHASE INDICATOR ═══ */
.moon-phase-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 32px 0;
  padding: 16px;
}
.moon-phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.5;
  transition: all var(--transition);
}
.moon-phase.active {
  opacity: 1;
  transform: scale(1.25);
  filter: drop-shadow(0 0 12px rgba(157, 0, 255, 0.6));
}
.moon-phase img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.moon-phase span {
  font-size: 0.55rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Moon Phase Info Text */
.moon-phase-info {
  text-align: center;
  margin: -12px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.moon-current {
  font-size: 1.1rem;
  font-weight: 600;
  background: linear-gradient(
    135deg,
    var(--mystic-violet),
    var(--cosmic-indigo)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.moon-next {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

/* Locked Zodiac Cards (Free Plan) */
.zodiac-card.locked {
  opacity: 0.4;
  filter: grayscale(0.7);
  pointer-events: auto;
  position: relative;
}
.zodiac-card.locked::after {
  content: "🔒";
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0.7rem;
  opacity: 0.8;
}
.zodiac-card.locked:hover {
  opacity: 0.55;
  filter: grayscale(0.5);
}

/* Cosmic Alert Banner */
.cosmic-alert {
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.12),
    rgba(255, 87, 34, 0.08)
  );
  border: 1px solid rgba(255, 193, 7, 0.25);
  display: flex;
  align-items: center;
  gap: 10px;
}
.alert-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
}
.alert-text {
  font-size: 0.85rem;
  color: var(--text-secondary, #ccc);
  line-height: 1.4;
}

/* Compatibility Teaser */
.compatibility-teaser {
  margin-top: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(157, 0, 255, 0.06);
  border: 1px dashed rgba(157, 0, 255, 0.25);
  text-align: center;
}
.compatibility-teaser p {
  font-size: 0.9rem;
  color: var(--text-secondary, #ccc);
  margin-bottom: 12px;
}
.btn-teaser {
  background: linear-gradient(
    135deg,
    var(--mystic-violet),
    var(--cosmic-indigo)
  );
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all var(--transition);
}
.btn-teaser:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(157, 0, 255, 0.3);
}

/* ═══ FORMS ═══ */
.form-layout {
  max-width: 600px;
  margin: 0 auto;
}
.form-card {
  padding: 32px;
}
.form-card-title {
  font-family: "Cinzel Decorative", serif;
  font-size: 1.1rem;
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 13px 16px;
  background: rgba(157, 0, 255, 0.04);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  transition:
    border-color var(--transition-fast),
    box-shadow var(--transition-fast);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--neon-prophecy);
  box-shadow: 0 0 0 3px rgba(157, 0, 255, 0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--text-muted);
}
.field-hint {
  display: block;
  font-size: 0.72rem;
  color: var(--text-muted);
  margin-top: 6px;
  letter-spacing: 0.02em;
}
.field-error {
  display: block;
  font-size: 0.75rem;
  color: #ff4d6a;
  margin-top: 6px;
  letter-spacing: 0.01em;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* Card selector */
.card-selector {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.card-option {
  flex: 1;
  min-width: 100px;
  padding: 12px;
  background: rgba(157, 0, 255, 0.04);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  cursor: pointer;
  text-align: center;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  transition: all var(--transition-fast);
}
.card-desc {
  display: block;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--text-muted);
  margin-top: 4px;
}
.card-option:hover,
.card-option.active {
  border-color: var(--neon-prophecy);
  background: rgba(157, 0, 255, 0.1);
  box-shadow: inset 0 0 20px rgba(157, 0, 255, 0.05);
}

/* ═══ BUTTONS ═══ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border: none;
  border-radius: var(--radius-full);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--gradient-neon);
  color: #fff;
  box-shadow: 0 4px 20px rgba(157, 0, 255, 0.3);
}
.btn-primary:hover {
  box-shadow: 0 6px 30px rgba(157, 0, 255, 0.5);
  transform: translateY(-2px);
}
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 40%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 60%
  );
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}
.btn-primary:hover::before {
  transform: translateX(100%);
}

.btn-ghost {
  background: transparent;
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
}
.btn-ghost:hover {
  border-color: var(--neon-prophecy);
  background: rgba(157, 0, 255, 0.08);
}
.btn-gold {
  background: var(--gradient-gold);
  color: var(--void-indigo);
  box-shadow: var(--glow-gold);
}
.btn-gold:hover {
  box-shadow: 0 6px 30px rgba(212, 175, 55, 0.4);
}

.btn-lg {
  padding: 16px 40px;
  font-size: 1rem;
}
.btn-full {
  width: 100%;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ═══ RESULT CARDS ═══ */
.result-card {
  padding: 32px;
  margin-top: 24px;
  animation: fadeInUp 0.5s var(--ease-out-expo) both;
}
.result-title {
  font-size: 1.3rem;
  margin-bottom: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.chart-data {
  background: rgba(0, 240, 255, 0.03);
  border: 1px solid rgba(0, 240, 255, 0.1);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  line-height: 1.9;
  color: var(--cyber-cyan);
  white-space: pre-wrap;
  word-break: break-word;
}
.narrative {
  font-size: 0.98rem;
  line-height: 1.9;
  color: var(--text-secondary);
}
.narrative p {
  margin-bottom: 12px;
}
.narrative p:last-child {
  margin-bottom: 0;
}
.narrative strong {
  color: var(--text-primary);
  font-weight: 700;
}
.narrative em {
  color: var(--alchemical-gold);
  font-style: italic;
}
.emoji-glow {
  filter: drop-shadow(0 0 4px rgba(157, 0, 255, 0.4));
  font-size: 1.1em;
}

/* ═══ TAROT CARDS ═══ */
.tarot-cards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 24px;
  perspective: 1200px;
}
.tarot-card-item {
  width: 120px;
  perspective: 600px;
}
.tarot-card-inner {
  width: 120px;
  height: 180px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s var(--ease-out-expo);
}
.tarot-card-item.revealed .tarot-card-inner {
  transform: rotateY(180deg);
}
.tarot-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 2px solid var(--glass-border);
}
.tarot-card-face img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tarot-card-back {
  background: var(--nebula-shadow);
}
.tarot-card-front {
  transform: rotateY(180deg);
  background: var(--nebula-shadow);
}
.tarot-card-name {
  text-align: center;
  font-size: 0.7rem;
  color: var(--text-secondary);
  margin-top: 8px;
  font-family: "Cinzel Decorative", serif;
}
.tarot-card-item.reversed .tarot-card-name {
  color: var(--mystic-magenta);
}

/* ═══ SINASTRIA ═══ */
.sinastria-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.sinastria-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.heart-icon {
  font-size: 2rem;
  animation: pulse 2s infinite;
}
.sinastria-submit {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 8px;
}

/* ═══ PRICING ═══ */
.pricing-section {
  background: url("/assets/img/bg_pricing.webp") center/cover no-repeat;
  position: relative;
}
.pricing-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--void-indigo) 0%,
    rgba(5, 5, 17, 0.85) 30%,
    rgba(5, 5, 17, 0.85) 70%,
    var(--void-indigo) 100%
  );
}
.pricing-section > .container {
  position: relative;
  z-index: 1;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.pricing-card {
  padding: 36px 28px;
  text-align: center;
  position: relative;
}
.pricing-featured {
  border-color: var(--neon-prophecy) !important;
  box-shadow: var(--glow-purple);
  transform: scale(1.04);
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gradient-neon);
  color: #fff;
  padding: 4px 20px;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pricing-header {
  margin-bottom: 28px;
}
.pricing-name {
  font-size: 1.1rem;
  margin-bottom: 12px;
  color: var(--text-secondary);
}
.pricing-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.price-currency {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-secondary);
  margin-right: 2px;
}
.price-value {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
}
.price-cents {
  font-size: 1.1rem;
  font-weight: 600;
}
.price-period {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-left: 4px;
}
.pricing-save {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.75rem;
  color: var(--alchemical-gold);
  font-weight: 600;
}
.pricing-features {
  list-style: none;
  text-align: left;
  margin-bottom: 28px;
}
.pricing-features li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(157, 0, 255, 0.06);
  color: var(--text-secondary);
  font-size: 0.88rem;
}

/* ═══ FOOTER ═══ */
.footer {
  padding: 60px 0 32px;
  background: url("/assets/img/bg_footer.webp") center bottom/cover no-repeat;
  position: relative;
  border-top: 1px solid var(--glass-border);
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    var(--void-indigo) 0%,
    rgba(5, 5, 17, 0.9) 100%
  );
}
.footer .container {
  position: relative;
  z-index: 1;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-brand h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-brand p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 320px;
}
.footer-links h4 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.footer-links a {
  display: block;
  text-decoration: none;
  color: var(--text-secondary);
  font-size: 0.88rem;
  padding: 4px 0;
  transition: color var(--transition-fast);
}
.footer-links a:hover {
  color: var(--neon-prophecy);
}
.footer-bottom {
  border-top: 1px solid var(--glass-border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.footer-tech {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
}

/* ═══ MODAL ═══ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 5, 17, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  isolation: isolate;
  overflow-y: auto;
}
.modal-overlay.open {
  display: flex;
}
.modal {
  max-width: 540px;
  width: 100%;
  padding: 40px;
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
  animation: modalIn 0.4s var(--ease-out-expo) both;
}
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.2rem;
  cursor: pointer;
  transition: color var(--transition-fast);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.modal-close:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}
.modal-body {
  text-align: center;
}
.modal-icon {
  font-size: 3rem;
  margin-bottom: 16px;
}
.modal-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.modal-content {
  text-align: left;
}

/* ═══ PIX PAYMENT MODAL ═══ */
.pix-modal { max-width: 480px; }
.pix-subtitle {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin: -16px 0 20px;
}
.pix-plan-summary {
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  padding: 14px 18px;
  margin: 16px 0 20px;
}
.pix-plan-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.pix-plan-price {
  color: var(--neon-purple, #a78bfa);
  font-size: 1.2rem;
  font-weight: 700;
}
.pix-plan-detail {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 4px;
}
.pix-trust-badges {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 14px;
  font-size: 0.75rem;
  color: var(--text-muted);
  opacity: 0.7;
}
.pix-generate-btn { margin-top: 4px; }
.pix-qr-container {
  position: relative;
  display: inline-block;
  padding: 16px;
  border-radius: 16px;
  background: white;
  margin: 16px auto;
}
.pix-qr-img {
  width: 200px;
  height: 200px;
  display: block;
  border-radius: 8px;
}
.pix-qr-glow {
  position: absolute;
  inset: -4px;
  border-radius: 20px;
  background: conic-gradient(from 0deg, #a78bfa, #06b6d4, #a78bfa);
  opacity: 0.35;
  z-index: -1;
  animation: pixGlow 3s linear infinite;
  filter: blur(12px);
}
@keyframes pixGlow {
  to { rotate: 360deg; }
}
.pix-code-box {
  margin: 16px 0;
  text-align: left;
}
.pix-code-box label {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 6px;
  display: block;
}
.pix-code-row {
  display: flex;
  gap: 8px;
}
.pix-code-input {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--text-primary);
  font-size: 0.75rem;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pix-copy-btn {
  background: var(--gradient-neon, linear-gradient(135deg, #a78bfa, #06b6d4));
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s, box-shadow 0.15s;
}
.pix-copy-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.4);
}
.pix-timer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 12px 0 8px;
}
.pix-timer-row strong {
  color: var(--neon-purple, #a78bfa);
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}
.pix-status-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 12px;
}
.pix-status-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  animation: statusPulse 1.5s ease-in-out infinite;
}
@keyframes statusPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}
.pix-success {
  text-align: center;
  animation: pixSuccessIn 0.6s ease-out both;
}
.pix-success-check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 0 32px rgba(34, 197, 94, 0.4);
}
.pix-success h3 {
  font-size: 1.3rem;
  color: #22c55e;
  margin-bottom: 8px;
}
.pix-success p {
  color: var(--text-muted);
}
@keyframes pixSuccessIn {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}

/* Pix return hint */
.pix-return-hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  background: rgba(99, 102, 241, 0.08);
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 12px;
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.5;
  animation: hintPulse 3s ease-in-out infinite;
}
.pix-return-hint span:first-child {
  font-size: 1.3rem;
  flex-shrink: 0;
}
@keyframes hintPulse {
  0%, 100% { border-color: rgba(99, 102, 241, 0.25); }
  50% { border-color: rgba(99, 102, 241, 0.6); }
}

/* ═══ LOADER ═══ */
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.loader-orb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gradient-neon);
  animation: orbPulse 1.5s ease-in-out infinite;
  box-shadow: var(--glow-purple);
}
.loader-orb.small {
  width: 20px;
  height: 20px;
}
.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 48px 24px;
  text-align: center;
}
.cosmic-msg {
  color: var(--ethereal-lavender, #c4b0ff);
  font-size: 1rem;
  font-style: italic;
  letter-spacing: 0.5px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* ═══ TOAST ═══ */
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 3000;
  padding: 14px 24px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
  background: var(--surface-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--text-primary);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: all 0.3s var(--ease-out-expo);
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.toast.success {
  border-color: rgba(0, 240, 255, 0.3);
}
.toast.error {
  border-color: rgba(255, 0, 85, 0.3);
}

/* ═══ SCROLL ANIMATIONS ═══ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.7s var(--ease-out-expo),
    transform 0.7s var(--ease-out-expo);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ═══ KEYFRAMES ═══ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes scrollPulse {
  0%,
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(10px);
  }
}
@keyframes orbPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes rotateGlow {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}

/* ═══ SKELETON SCREENS (CSS-only loading states) ═══ */
.skeleton,
.glass-card:empty,
.result-panel:empty {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  border-radius: var(--radius);
}
.skeleton::after,
.glass-card:empty::after,
.result-panel:empty::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(157, 0, 255, 0.06) 30%,
    rgba(0, 240, 255, 0.08) 50%,
    rgba(157, 0, 255, 0.06) 70%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shimmer 2s ease-in-out infinite;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex;
  }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(5, 5, 17, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    border-bottom: 1px solid var(--glass-border);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all var(--transition);
  }
  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .hero {
    padding: 100px 20px 60px;
  }
  .hero-stats {
    gap: 24px;
  }
  .stat-num {
    font-size: 1.5rem;
  }
  .zodiac-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .zodiac-card {
    padding: 14px 8px;
  }
  .zodiac-icon {
    width: 44px;
    height: 44px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .sinastria-layout {
    grid-template-columns: 1fr;
  }
  .sinastria-divider {
    padding: 16px 0;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .pricing-featured {
    transform: none;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .moon-phase-bar {
    gap: 6px;
  }
  .moon-phase img {
    width: 28px;
    height: 28px;
  }
  .tarot-card-item {
    width: 90px;
  }
  .tarot-card-inner {
    width: 90px;
    height: 135px;
  }
}

@media (max-width: 480px) {
  .zodiac-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .zodiac-card {
    padding: 12px 6px;
  }
  .zodiac-icon {
    width: 36px;
    height: 36px;
  }
  .zodiac-name {
    font-size: 0.7rem;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .section {
    padding: 64px 0;
  }
}

/* ═══ AUTH TABS ═══ */
.auth-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--glass-border);
}
.auth-tab {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.auth-tab.active {
  background: var(--neon-prophecy);
  color: #fff;
}
.auth-tab:hover:not(.active) {
  background: rgba(157, 0, 255, 0.1);
}

/* ═══ PRICING EXTRAS ═══ */
.pricing-feature-disabled {
  opacity: 0.4;
  text-decoration: line-through;
}
.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    135deg,
    var(--neon-prophecy),
    var(--mystic-magenta)
  );
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.pricing-featured {
  position: relative;
  border-color: var(--neon-prophecy);
  box-shadow: 0 0 30px rgba(157, 0, 255, 0.15);
}

/* ═══ TEXTURE OVERLAY (GLOBAL) ═══ */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: url("/assets/img/pattern_stars.webp") repeat;
  opacity: 0.03;
  pointer-events: none;
  z-index: 0;
}
body > * {
  position: relative;
  z-index: 1;
}

/* ═══ PRICING TOGGLE (Monthly ↔ Annual) ═══ */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}
.pricing-toggle-label {
  font-size: 0.95rem;
  color: var(--text-secondary);
  cursor: pointer;
}
.toggle-badge {
  display: inline-block;
  background: var(--gradient-gold);
  color: var(--void-indigo);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-left: 4px;
}
.toggle-switch {
  position: relative;
  width: 52px;
  height: 28px;
  display: inline-block;
}
.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider {
  position: absolute;
  inset: 0;
  background: rgba(157, 0, 255, 0.1);
  border-radius: 999px;
  border: 1px solid var(--glass-border);
  cursor: pointer;
  transition: background 0.3s;
}
.toggle-slider::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  bottom: 2px;
  background: var(--text-primary, #e8e0f0);
  border-radius: 50%;
  transition: transform 0.3s;
}
.toggle-switch input:checked + .toggle-slider {
  background: var(--gradient-gold);
}
.toggle-switch input:checked + .toggle-slider::before {
  transform: translateX(24px);
  background: var(--void-indigo);
}
.pricing-original {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 4px;
}
.pricing-original s {
  color: rgba(232, 224, 240, 0.5);
}

/* ═══ WHATSAPP SHARE BUTTON ═══ */
.whatsapp-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  border: none;
  border-radius: var(--radius-sm, 12px);
  cursor: pointer;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.whatsapp-share-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.3);
}
.wa-icon {
  font-size: 1.2rem;
}

/* ═══════════════════════════════════════════════════════
   📱 RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════ */

/* ──── Tablet (≤1024px) ──── */
@media (max-width: 1024px) {
  .container { padding: 0 20px; }
  .section { padding: 80px 0; }
  .hero { padding: 100px 20px 50px; }
  .hero-title { font-size: clamp(2rem, 6vw, 3.5rem); }
  .hero-stats { gap: 24px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .pricing-toggle-container { flex-direction: column; gap: 12px; }
}

/* ──── Mobile (≤768px) ──── */
@media (max-width: 768px) {
  .hero { min-height: 85vh; padding: 80px 16px 40px; }
  .hero-title { font-size: clamp(1.8rem, 8vw, 2.8rem); line-height: 1.15; }
  .hero-subtitle { font-size: 0.95rem; line-height: 1.6; margin-bottom: 28px; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .hero-actions .btn { width: 100%; max-width: 320px; }
  .hero-stats { flex-wrap: wrap; gap: 16px; justify-content: center; }
  .hero-stats .stat { min-width: 80px; }
  .stat-num { font-size: 1.5rem; }

  .section { padding: 60px 0; }
  .section-tag { font-size: 0.75rem; letter-spacing: 2px; }
  .section-title { font-size: clamp(1.5rem, 5vw, 2.2rem); margin-bottom: 12px; }
  .section-desc { font-size: 0.9rem; }

  .features-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-card { padding: 24px 20px; }

  .zodiac-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .zodiac-card { padding: 16px 8px; }
  .zodiac-img { width: 44px; height: 44px; }
  .zodiac-name { font-size: 0.72rem; }

  .daily-result { padding: 24px 16px; }

  .pricing-cards { flex-direction: column; align-items: center; gap: 20px; }
  .pricing-card { max-width: 100%; width: 100%; }

  /* Modals mobile-first */
  .modal { max-width: 95vw; max-height: 90vh; margin: auto 8px; border-radius: 16px; }
  .modal-body { padding: 20px 16px; }
  .pix-modal .modal-body { padding: 16px 12px; }
  .pix-qr-img { max-width: 200px; }
  .pix-code-row { flex-direction: column; gap: 8px; }
  .pix-code-input { font-size: 0.7rem; }

  /* Auth modal */
  .auth-modal { max-width: 95vw; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; text-align: center; }

  /* FOMO toast mobile */
  .fomo-toast { left: 12px !important; right: 12px !important; bottom: 70px !important; }
  .fomo-toast > div { max-width: 100% !important; }

  /* Scarcity banner mobile */
  #scarcityBanner { font-size: 0.8rem; padding: 8px 12px; }

  /* Global typography mobile refinements */
  h1, h2, h3 { word-wrap: break-word; overflow-wrap: break-word; }
  .glass-card { border-radius: 12px; }
  .btn { padding: 12px 24px; font-size: 0.88rem; }
  .btn-lg { padding: 14px 32px; font-size: 0.95rem; }
}

/* ──── Small Mobile (≤480px) ──── */
@media (max-width: 480px) {
  body { font-size: 0.92rem; line-height: 1.6; }
  .hero-title { font-size: 1.8rem; }
  .hero-year { letter-spacing: 6px; font-size: 0.25em; }
  .zodiac-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .zodiac-card { padding: 12px 6px; }
  .zodiac-img { width: 38px; height: 38px; }
  .zodiac-name { font-size: 0.68rem; }
  .nav-logo span { display: none; }
  .section { padding: 48px 0; }
  .pricing-card { padding: 24px 16px; }
  .modal { margin: auto 4px; }
  .form-group input, .form-group select, .form-group textarea { font-size: 16px; /* Prevents iOS zoom */ }
}

/* ──── Landscape phones ──── */
@media (max-height: 500px) and (orientation: landscape) {
  .hero { min-height: auto; padding: 60px 24px 30px; }
  .hero-stats { display: none; }
}

/* ──── Accessibility: Reduced Motion ──── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .hero-particles { display: none; }
}
