/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #0a0a0f; color: #e2e8f0; line-height: 1.6; overflow-x: hidden; }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0 24px; transition: background 0.3s, box-shadow 0.3s; }
.navbar.scrolled { background: rgba(10,10,15,0.95); backdrop-filter: blur(12px); box-shadow: 0 1px 0 rgba(255,255,255,0.06); }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; height: 70px; gap: 40px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 1.2rem; color: #fff; flex-shrink: 0; }
.nav-links { display: flex; list-style: none; gap: 32px; margin-left: auto; }
.nav-links a { color: #94a3b8; text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.btn-nav { display: inline-block; padding: 9px 20px; background: linear-gradient(135deg, #7C3AED, #4F46E5); color: #fff; text-decoration: none; border-radius: 8px; font-size: 0.88rem; font-weight: 600; white-space: nowrap; transition: opacity 0.2s, transform 0.2s; }
.btn-nav:hover { opacity: 0.9; transform: translateY(-1px); }
.hamburger { display: none; background: none; border: none; color: #fff; font-size: 1.4rem; cursor: pointer; margin-left: auto; }
.mobile-menu { display: none; flex-direction: column; gap: 16px; padding: 20px 24px; background: rgba(10,10,15,0.98); border-top: 1px solid rgba(255,255,255,0.06); }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: #94a3b8; text-decoration: none; font-size: 1rem; font-weight: 500; }
.mobile-menu .btn-nav { text-align: center; }

/* ===== HERO ===== */
.hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; text-align: center; padding: 140px 24px 80px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 800px; height: 800px; background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, transparent 70%); pointer-events: none; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border: 1px solid rgba(124,58,237,0.4); border-radius: 100px; font-size: 0.82rem; color: #a78bfa; font-weight: 500; margin-bottom: 28px; background: rgba(124,58,237,0.08); }
.hero-title { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; color: #fff; margin-bottom: 24px; max-width: 800px; }
.gradient-text { background: linear-gradient(135deg, #a78bfa, #60a5fa); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.1rem; color: #94a3b8; max-width: 600px; margin-bottom: 40px; line-height: 1.7; }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 48px; }
.btn-primary { display: inline-block; padding: 14px 28px; background: linear-gradient(135deg, #7C3AED, #4F46E5); color: #fff; text-decoration: none; border-radius: 10px; font-size: 1rem; font-weight: 700; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 24px rgba(124,58,237,0.4); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(124,58,237,0.5); }
.btn-ghost { display: inline-block; padding: 14px 28px; border: 1px solid rgba(255,255,255,0.15); color: #cbd5e1; text-decoration: none; border-radius: 10px; font-size: 1rem; font-weight: 600; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.hero-stats { display: flex; align-items: center; gap: 32px; margin-bottom: 60px; }
.stat { display: flex; flex-direction: column; align-items: center; }
.stat-num { font-size: 1.6rem; font-weight: 800; color: #fff; }
.stat-label { font-size: 0.78rem; color: #64748b; font-weight: 500; margin-top: 2px; }
.stat-divider { width: 1px; height: 40px; background: rgba(255,255,255,0.1); }

/* DASHBOARD MOCK */
.hero-visual { width: 100%; max-width: 760px; }
.dashboard-mock { background: #111118; border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; overflow: hidden; box-shadow: 0 24px 80px rgba(0,0,0,0.6); }
.mock-header { display: flex; align-items: center; gap: 8px; padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.06); background: #0d0d14; }
.mock-dot { width: 12px; height: 12px; border-radius: 50%; }
.mock-dot.red { background: #ff5f57; }
.mock-dot.yellow { background: #ffbd2e; }
.mock-dot.green { background: #28c840; }
.mock-title { font-size: 0.78rem; color: #475569; margin-left: 8px; font-weight: 500; }
.mock-body { padding: 20px; }
.mock-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 20px; }
.mock-stat-card { background: #16161f; border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 16px; text-align: center; }
.mock-stat-num { font-size: 1.5rem; font-weight: 800; color: #a78bfa; }
.mock-stat-lbl { font-size: 0.7rem; color: #64748b; margin-top: 4px; }
.mock-jobs { display: flex; flex-direction: column; gap: 10px; }
.mock-job { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: #16161f; border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; }
.mock-job-info { display: flex; align-items: center; gap: 12px; text-align: left; }
.mock-company-dot { width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0; }
.mock-company-dot.g { background: linear-gradient(135deg, #4285F4, #34A853); }
.mock-company-dot.m { background: linear-gradient(135deg, #00A4EF, #FFB900); }
.mock-company-dot.a { background: linear-gradient(135deg, #FF9900, #FF6600); }
.mock-job-title { font-size: 0.85rem; font-weight: 600; color: #e2e8f0; }
.mock-job-sub { font-size: 0.72rem; color: #64748b; margin-top: 2px; }
.tag { padding: 4px 10px; border-radius: 6px; font-size: 0.72rem; font-weight: 600; white-space: nowrap; }
.applied-tag { background: rgba(16,185,129,0.15); color: #10b981; }
.applying-tag { background: rgba(124,58,237,0.15); color: #a78bfa; }
.queue-tag { background: rgba(100,116,139,0.15); color: #94a3b8; }

/* ===== LOGOS ===== */
.logos-section { padding: 40px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.logos-label { font-size: 0.8rem; color: #475569; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 24px; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 32px; }
.logo-company { font-size: 1.1rem; font-weight: 800; color: #334155; letter-spacing: -0.02em; }

/* ===== SECTIONS ===== */
.section { padding: 100px 24px; }
.dark-section { background: #0d0d14; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-tag { display: inline-block; padding: 4px 14px; background: rgba(124,58,237,0.12); border: 1px solid rgba(124,58,237,0.3); border-radius: 100px; font-size: 0.78rem; font-weight: 600; color: #a78bfa; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 20px; }
.section-tag.light { color: #c4b5fd; }
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 16px; }
.section-title.light { color: #f1f5f9; }
.section-sub { font-size: 1.05rem; color: #64748b; max-width: 560px; margin-bottom: 60px; line-height: 1.7; }
.section-sub.light { color: #94a3b8; }

/* HOW IT WORKS */
.steps { display: flex; align-items: flex-start; gap: 20px; flex-wrap: wrap; }
.step { flex: 1; min-width: 220px; padding: 32px; background: #111118; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; transition: border-color 0.3s, transform 0.3s; }
.step:hover { border-color: rgba(124,58,237,0.4); transform: translateY(-4px); }
.step-num { font-size: 0.75rem; font-weight: 700; color: #7C3AED; letter-spacing: 0.1em; margin-bottom: 12px; }
.step-icon { font-size: 2rem; margin-bottom: 16px; }
.step h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 12px; }
.step p { font-size: 0.9rem; color: #64748b; line-height: 1.7; }
.step-arrow { font-size: 1.5rem; color: #334155; align-self: center; flex-shrink: 0; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px,1fr)); gap: 24px; }
.feature-card { padding: 32px; background: #111118; border: 1px solid rgba(255,255,255,0.06); border-radius: 16px; transition: border-color 0.3s, transform 0.3s; }
.feature-card:hover { border-color: rgba(124,58,237,0.35); transform: translateY(-3px); }
.feature-icon { font-size: 2rem; margin-bottom: 16px; }
.feature-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 10px; }
.feature-card p { font-size: 0.88rem; color: #64748b; line-height: 1.7; }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 24px; }
.testimonial-card { padding: 32px; background: #111118; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; transition: border-color 0.3s; }
.testimonial-card.featured { border-color: rgba(124,58,237,0.4); background: linear-gradient(135deg,#13111e,#111118); }
.testimonial-card:hover { border-color: rgba(124,58,237,0.4); }
.stars { color: #f59e0b; font-size: 0.9rem; margin-bottom: 16px; letter-spacing: 2px; }
.testimonial-card p { font-size: 0.9rem; color: #94a3b8; line-height: 1.7; margin-bottom: 24px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#7C3AED,#4F46E5); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; color: #fff; flex-shrink: 0; }
.author-name { font-size: 0.88rem; font-weight: 700; color: #e2e8f0; }
.author-role { font-size: 0.75rem; color: #64748b; margin-top: 2px; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 24px; align-items: start; }
.pricing-card { padding: 36px 32px; background: #111118; border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; position: relative; transition: border-color 0.3s; }
.pricing-card.popular { border-color: rgba(124,58,237,0.6); background: linear-gradient(135deg,#14111f,#111118); transform: scale(1.03); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg,#7C3AED,#4F46E5); color: #fff; font-size: 0.75rem; font-weight: 700; padding: 4px 16px; border-radius: 100px; white-space: nowrap; }
.plan-name { font-size: 0.9rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.plan-price { font-size: 2.4rem; font-weight: 900; color: #fff; margin-bottom: 6px; }
.plan-price span { font-size: 1rem; font-weight: 500; color: #64748b; }
.plan-desc { font-size: 0.85rem; color: #64748b; margin-bottom: 28px; }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.plan-features li { font-size: 0.88rem; color: #94a3b8; }
.plan-features li.disabled { color: #334155; }
.btn-plan { display: block; text-align: center; padding: 13px; border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; color: #cbd5e1; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: background 0.2s, color 0.2s; }
.btn-plan:hover { background: rgba(255,255,255,0.06); color: #fff; }
.btn-plan.primary { background: linear-gradient(135deg,#7C3AED,#4F46E5); border-color: transparent; color: #fff; }
.btn-plan.primary:hover { opacity: 0.9; }

/* FAQ */
.faq-inner { max-width: 740px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #111118; border: 1px solid rgba(255,255,255,0.07); border-radius: 12px; overflow: hidden; transition: border-color 0.2s; }
.faq-item.open { border-color: rgba(124,58,237,0.4); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; background: none; border: none; color: #e2e8f0; font-size: 0.95rem; font-weight: 600; cursor: pointer; text-align: left; gap: 16px; font-family: 'Inter', sans-serif; }
.faq-icon { font-size: 1.2rem; color: #7C3AED; flex-shrink: 0; }
.faq-a { max-height: 0; overflow: hidden; padding: 0 22px; font-size: 0.9rem; color: #64748b; line-height: 1.7; transition: max-height 0.3s ease, padding 0.3s ease; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 22px 18px; }

/* CTA */
.cta-section { background: #0d0d14; position: relative; overflow: hidden; }
.cta-inner { text-align: center; position: relative; }
.cta-glow { position: absolute; top: -150px; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(ellipse, rgba(124,58,237,0.2), transparent 70%); pointer-events: none; }
.waitlist-form { display: flex; flex-direction: column; gap: 14px; max-width: 480px; margin: 0 auto 16px; }
.form-input { padding: 14px 18px; background: #111118; border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: #e2e8f0; font-size: 0.95rem; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; }
.form-input:focus { border-color: rgba(124,58,237,0.6); }
.form-input option { background: #111118; }
.btn-primary.full { width: 100%; border: none; cursor: pointer; font-family: 'Inter', sans-serif; font-size: 1rem; }
.form-note { font-size: 0.8rem; color: #475569; margin-top: 4px; }
.success-msg { margin: 20px auto 0; padding: 16px 24px; background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.3); border-radius: 10px; color: #10b981; font-weight: 600; max-width: 480px; }
.error-msg { margin: 12px auto 0; padding: 14px 20px; background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.3); border-radius: 10px; color: #ef4444; font-size: 0.9rem; max-width: 480px; }

/* FOOTER */
.footer { background: #070709; border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 24px 30px; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; gap: 60px; flex-wrap: wrap; margin-bottom: 40px; }
.footer-brand { flex: 1; min-width: 220px; }
.footer-brand p { font-size: 0.88rem; color: #475569; margin-top: 16px; line-height: 1.7; max-width: 280px; }
.footer-email { font-size: 0.85rem; color: #64748b; margin-top: 8px; }
.footer-links { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 { font-size: 0.8rem; font-weight: 700; color: #e2e8f0; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.footer-col a { font-size: 0.88rem; color: #475569; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: #94a3b8; }
.footer-bottom { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-bottom p { font-size: 0.8rem; color: #334155; }
.social-links { display: flex; gap: 20px; }
.social-links a { font-size: 0.82rem; color: #475569; text-decoration: none; transition: color 0.2s; }
.social-links a:hover { color: #94a3b8; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links, .btn-nav { display: none; }
  .hamburger { display: block; }
  .hero { padding: 120px 20px 60px; }
  .hero-stats { gap: 20px; }
  .steps { flex-direction: column; }
  .step-arrow { display: none; }
  .pricing-card.popular { transform: scale(1); }
  .footer-inner { gap: 40px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .hero-cta { flex-direction: column; align-items: center; }
  .hero-stats { flex-wrap: wrap; justify-content: center; }
  .stat-divider { display: none; }
  .mock-stat-row { grid-template-columns: 1fr; }
}
