/* MindsLinked Landing Page — Cosmic Theme */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #0a0014;
  --bg-card: rgba(255,255,255,0.04);
  --purple: #a78bfa;
  --cyan: #38bdf8;
  --text: #e2e8f0;
  --text-muted: #94a3b8;
  --text-bright: #f8fafc;
  --gradient: linear-gradient(135deg, var(--purple), var(--cyan));
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}

a { color: var(--purple); text-decoration: none; transition: color .2s; }
a:hover { color: var(--cyan); }

/* ── Layout ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ── Header ── */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,0,20,0.85); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(167,139,250,0.1);
}
header .container {
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo {
  font-size: 1.25rem; font-weight: 700; letter-spacing: -0.02em;
  background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
nav a { margin-left: 28px; font-size: .9rem; color: var(--text-muted); font-weight: 500; }
nav a:hover { color: var(--text-bright); }

/* ── Hero ── */
.hero {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  text-align: center; position: relative; padding: 120px 24px 80px;
}
.hero::before {
  content: ''; position: absolute; top: 10%; left: 50%; transform: translateX(-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(167,139,250,0.15) 0%, transparent 70%);
  animation: glow-pulse 6s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glow-pulse {
  0%, 100% { opacity: .6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.15); }
}
.hero-content { position: relative; z-index: 1; }
.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5rem); font-weight: 800; letter-spacing: -0.03em;
  background: var(--gradient); -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 16px;
}
.hero .tagline { font-size: clamp(1.1rem, 2.5vw, 1.5rem); color: var(--text-bright); font-weight: 500; margin-bottom: 12px; }
.hero .subtext { font-size: 1.05rem; color: var(--text-muted); max-width: 500px; margin: 0 auto 40px; }

.cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: .95rem;
  transition: transform .2s, box-shadow .2s; cursor: pointer; border: none;
}
.btn-primary {
  background: var(--gradient); color: #0a0014;
}
.btn-secondary {
  background: transparent; color: var(--text-bright);
  border: 1.5px solid rgba(167,139,250,0.4);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(167,139,250,0.25); }

/* ── Sections ── */
section { padding: 100px 0; }
.section-title {
  text-align: center; font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700;
  margin-bottom: 12px; color: var(--text-bright);
}
.section-sub { text-align: center; color: var(--text-muted); margin-bottom: 60px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 32px; }
.step {
  background: var(--bg-card); border: 1px solid rgba(167,139,250,0.08);
  border-radius: 20px; padding: 40px 28px; text-align: center;
  transition: transform .3s, border-color .3s;
}
.step:hover { transform: translateY(-6px); border-color: rgba(167,139,250,0.25); }
.step-num {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  background: var(--gradient); color: #0a0014; font-weight: 800; font-size: 1.3rem;
}
.step h3 { font-size: 1.15rem; margin-bottom: 8px; color: var(--text-bright); }
.step p { color: var(--text-muted); font-size: .95rem; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; }
.feature-card {
  background: var(--bg-card); border: 1px solid rgba(56,189,248,0.08);
  border-radius: 20px; padding: 36px 28px; transition: transform .3s, border-color .3s;
}
.feature-card:hover { transform: translateY(-6px); border-color: rgba(56,189,248,0.25); }
.feature-icon { font-size: 2rem; margin-bottom: 16px; display: block; }
.feature-card h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--text-bright); }
.feature-card p { color: var(--text-muted); font-size: .9rem; }

/* Premium */
.premium {
  background: linear-gradient(180deg, transparent, rgba(167,139,250,0.06) 30%, rgba(167,139,250,0.06) 70%, transparent);
}
.premium-packs { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 40px; }
.pack {
  background: var(--bg-card); border-radius: 16px; padding: 24px 20px; text-align: center;
  border: 1px solid rgba(167,139,250,0.1);
}
.pack-icon { font-size: 2.2rem; margin-bottom: 8px; display: block; }
.pack h4 { color: var(--text-bright); margin-bottom: 4px; }
.pack p { color: var(--text-muted); font-size: .85rem; }
.pricing { text-align: center; margin-bottom: 36px; }
.pricing .price { font-size: 2.2rem; font-weight: 800; color: var(--text-bright); }
.pricing .price span { font-size: 1rem; font-weight: 400; color: var(--text-muted); }
.pricing .alt { color: var(--text-muted); font-size: .9rem; margin-top: 4px; }

/* ── Footer ── */
footer {
  border-top: 1px solid rgba(167,139,250,0.08);
  padding: 40px 0; text-align: center; color: var(--text-muted); font-size: .85rem;
}
footer nav { margin-bottom: 16px; }
footer nav a { margin: 0 16px; color: var(--text-muted); }
footer nav a:hover { color: var(--text-bright); }

/* ── Content pages (privacy, terms, support) ── */
.page-content {
  max-width: 760px; margin: 0 auto;
  padding: 120px 24px 80px;
}
.page-content h1 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; color: var(--text-bright); }
.page-content h2 { font-size: 1.35rem; font-weight: 600; margin-top: 40px; margin-bottom: 12px; color: var(--text-bright); }
.page-content h3 { font-size: 1.1rem; font-weight: 600; margin-top: 28px; margin-bottom: 8px; color: var(--text-bright); }
.page-content p, .page-content li { color: var(--text); margin-bottom: 12px; font-size: .95rem; }
.page-content ul { padding-left: 24px; }
.page-content .updated { color: var(--text-muted); font-size: .85rem; margin-bottom: 32px; }

/* FAQ */
.faq-item { margin-bottom: 28px; }
.faq-item h3 { color: var(--purple); font-size: 1.05rem; margin-bottom: 6px; }
.faq-item p { color: var(--text-muted); }

.contact-box {
  margin-top: 48px; padding: 32px; border-radius: 16px;
  background: var(--bg-card); border: 1px solid rgba(167,139,250,0.1);
  text-align: center;
}
.contact-box p { color: var(--text-muted); margin-bottom: 12px; }
.contact-box a { font-size: 1.1rem; font-weight: 600; }

/* ── Animations ── */
@keyframes fade-up {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fade-up .8s ease both; }
.fade-up-d1 { animation-delay: .15s; }
.fade-up-d2 { animation-delay: .3s; }
.fade-up-d3 { animation-delay: .45s; }

/* ── Responsive ── */
@media (max-width: 600px) {
  nav a { margin-left: 16px; font-size: .8rem; }
  .cta-group { flex-direction: column; align-items: center; }
  .btn { width: 100%; max-width: 280px; justify-content: center; }
}
