/* ═══════════════════════════════════════════════
   FLYANCER — Jobs AI Platform · Global Styles
   ═══════════════════════════════════════════════ */

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

:root {
  --bg:       #060B18;
  --bg2:      #0D1525;
  --surface:  #111827;
  --surface2: #1E2A40;
  --border:   rgba(255,255,255,0.08);
  --border2:  rgba(255,255,255,0.14);
  --blue:     #2563FF;
  --blue2:    #60A5FA;
  --amber:    #F59E0B;
  --green:    #22D3A5;
  --purple:   #7C3AED;
  --text:     #F0F4FF;
  --muted:    #6B7A9E;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
  --radius:   14px;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

a { text-decoration: none; color: inherit; }
strong { font-weight: 600; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 28px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.btn-primary:hover { background: #1d4ed8; transform: translateY(-1px); }

.btn-ghost {
  display: inline-block;
  color: var(--blue2);
  font-weight: 500;
  font-size: 15px;
  padding: 13px 20px;
  transition: color .15s;
}
.btn-ghost:hover { color: var(--text); }

.btn-nav {
  background: var(--blue);
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 18px;
  border-radius: 8px;
  transition: background .15s;
}
.btn-nav:hover { background: #1d4ed8; }

/* ── NAV ── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 1.5rem;
  background: rgba(6,11,24,0.85);
  backdrop-filter: blur(16px);
  border-bottom: 0.5px solid var(--border);
  transition: all .3s;
}
.nav.scrolled { background: rgba(6,11,24,0.97); }
.nav-inner {
  max-width: 1120px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800;
  font-size: 18px; letter-spacing: -0.5px;
}
.logo-mark {
  width: 32px; height: 32px;
  background: var(--blue);
  border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: 16px; color: #fff;
}
.nav-links {
  display: flex; align-items: center; gap: 2rem;
  font-size: 14px; font-weight: 500; color: var(--muted);
}
.nav-links a:not(.btn-nav):hover { color: var(--text); }
.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
}
.nav-toggle span {
  display: block; width: 22px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: all .25s;
}

/* ── SECTION TYPOGRAPHY ── */
.section-eyebrow {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 600; color: var(--blue2); margin-bottom: 0.75rem;
}
.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800; letter-spacing: -1px; line-height: 1.15;
  margin-bottom: 1rem;
}
.section-sub {
  font-size: 17px; color: var(--muted); max-width: 560px;
  margin-bottom: 3rem; line-height: 1.7;
}
.gradient-text {
  background: linear-gradient(90deg, #60A5FA 0%, #22D3A5 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center;
  padding: 110px 0 80px;
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}
.orb-1 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #2563FF 0%, transparent 70%);
  top: -200px; left: -200px;
}
.orb-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #7C3AED 0%, transparent 70%);
  bottom: -150px; right: -150px;
}
.orb-3 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, #2563FF 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  opacity: 0.2;
}
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 600px;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 500; color: var(--muted);
  border: 0.5px solid var(--border2);
  border-radius: 20px; padding: 6px 14px; margin-bottom: 2rem;
}
.badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.35} }

.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 3.6rem);
  font-weight: 800; letter-spacing: -2px; line-height: 1.1;
  margin-bottom: 1.25rem;
}
.hero-sub {
  font-size: 17px; color: var(--muted); line-height: 1.7;
  margin-bottom: 2rem; max-width: 500px;
}

/* Timer widget */
.hero-timer {
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-bottom: 2rem;
  display: inline-block;
}
.timer-label {
  font-size: 11px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.75rem;
}
.timer-vs {
  display: flex; align-items: center; gap: 1rem;
}
.timer-block {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  position: relative;
}
.timer-slow {
  background: rgba(239,68,68,0.08);
  border: 0.5px solid rgba(239,68,68,0.2);
}
.timer-fast {
  background: rgba(34,211,165,0.1);
  border: 0.5px solid rgba(34,211,165,0.3);
}
.timer-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 800; letter-spacing: -1px;
  line-height: 1;
}
.timer-slow .timer-num { color: #F87171; }
.timer-fast .timer-num { color: var(--green); }
.timer-unit {
  font-size: 11px; color: var(--muted); text-transform: uppercase; letter-spacing: 1px;
}
.timer-tag {
  font-size: 10px; color: var(--green); margin-top: 2px;
}
.timer-arrow { font-size: 1.2rem; color: var(--muted); }

.hero-cta {
  display: flex; align-items: center; gap: 0.5rem;
  flex-wrap: wrap; margin-bottom: 2.5rem;
}
.hero-stats {
  display: flex; align-items: center; gap: 1.25rem;
  font-size: 13px; color: var(--muted); flex-wrap: wrap;
}
.hero-stats strong { color: var(--text); font-weight: 700; margin-right: 3px; }
.stat-div { width: 1px; height: 16px; background: var(--border2); }

/* Hero mockup */
.hero-mockup {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  z-index: 2;
}
.mockup-card {
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: 18px;
  padding: 1.5rem;
  width: 280px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  animation: float 4s ease-in-out infinite;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.mc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 1.25rem; }
.mc-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--purple));
}
.mc-info { flex: 1; }
.mc-bar { height: 8px; border-radius: 4px; background: var(--surface2); margin-bottom: 5px; }
.mc-bar-name { width: 80%; }
.mc-bar-role { width: 55%; }
.mc-score {
  font-family: var(--font-display); font-size: 22px; font-weight: 800;
  color: var(--green); line-height: 1;
}
.mc-score span { font-size: 13px; }
.mc-section { margin-bottom: 1rem; }
.mc-label {
  font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.mc-bar-lg { width: 90%; margin-bottom: 6px; }
.mc-bar-md { width: 70%; margin-bottom: 6px; }
.mc-bar-sm { width: 50%; }
.mc-chips { display: flex; flex-wrap: wrap; gap: 5px; }
.chip {
  font-size: 10px; padding: 3px 9px;
  border: 0.5px solid var(--border2);
  border-radius: 20px; color: var(--blue2);
}
.mc-footer {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 1rem; padding-top: 0.75rem;
  border-top: 0.5px solid var(--border);
  font-size: 11px;
}
.mc-status { color: var(--green); }
.mc-time { color: var(--muted); }
.mc-time strong { color: var(--amber); }
.mc-typing {
  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 4px;
}
.mc-typing span {
  width: 6px; height: 6px; border-radius: 50%; background: var(--blue2);
  animation: bounce 1.3s infinite;
}
.mc-typing span:nth-child(2) { animation-delay: .2s; }
.mc-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes bounce { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-5px)} }

/* ── SERVICES ── */
.services {
  padding: 6rem 0;
  background: var(--bg2);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.service-card {
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: 18px;
  padding: 2rem;
  position: relative;
  transition: border-color .2s, transform .2s;
}
.service-card:hover {
  border-color: rgba(37,99,255,0.4);
  transform: translateY(-4px);
}
.service-card--primary {
  background: linear-gradient(145deg, #0f1d3a 0%, var(--surface) 60%);
  border-color: rgba(37,99,255,0.35);
}
.sc-icon { margin-bottom: 1.25rem; }
.sc-icon svg { width: 56px; height: 56px; }
.sc-coming {
  display: inline-block;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 600; color: var(--amber);
  border: 0.5px solid rgba(245,158,11,0.3);
  border-radius: 20px; padding: 3px 10px;
  margin-bottom: 0.75rem;
}
.sc-title {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem;
}
.sc-desc { font-size: 14px; color: var(--muted); line-height: 1.7; margin-bottom: 1.25rem; }
.sc-features {
  list-style: none; margin-bottom: 1.5rem;
}
.sc-features li {
  font-size: 13px; color: var(--muted); padding: 5px 0;
  padding-left: 1.25rem; position: relative;
}
.sc-features li::before {
  content: '✓'; position: absolute; left: 0;
  color: var(--green); font-weight: 700;
}
.sc-badge {
  font-size: 12px; font-weight: 600;
  color: var(--blue2);
  padding: 6px 12px;
  background: rgba(37,99,255,0.1);
  border-radius: 8px; display: inline-block;
}

/* ── FOR GOOD ── */
.for-good {
  padding: 6rem 0;
  background: var(--bg);
}
.good-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.good-card {
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: 18px;
  padding: 1.75rem;
  transition: border-color .2s, transform .2s;
}
.good-card:hover {
  border-color: rgba(245,158,11,0.35);
  transform: translateY(-4px);
}
.good-illustration {
  margin-bottom: 1.25rem;
}
.good-illustration svg {
  width: 80px; height: 80px;
}
.good-tag {
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 600; color: var(--amber);
  margin-bottom: 0.5rem;
}
.good-card h3 {
  font-family: var(--font-display);
  font-size: 1rem; font-weight: 700;
  margin-bottom: 0.6rem; line-height: 1.3;
}
.good-card p {
  font-size: 13px; color: var(--muted); line-height: 1.7;
}

/* ── WHY ── */
.why {
  padding: 6rem 0;
  background: var(--bg2);
}
.why-inner {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
}
.why-text p { font-size: 15px; color: var(--muted); line-height: 1.8; }
.why-stats {
  display: flex; gap: 2rem; margin-top: 2.5rem; flex-wrap: wrap;
}
.why-stat { display: flex; flex-direction: column; }
.why-num {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 800; letter-spacing: -1px;
  color: var(--green); line-height: 1;
}
.why-label { font-size: 12px; color: var(--muted); margin-top: 4px; }

.comparison-card {
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: 18px; padding: 2rem;
  display: flex; flex-direction: column; gap: 1.25rem;
}
.comp-label {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); margin-bottom: 0.75rem; font-weight: 600;
}
.comp-steps { display: flex; flex-direction: column; gap: 6px; }
.comp-step {
  font-size: 13px; padding: 8px 12px; border-radius: 8px;
}
.comp-step--bad {
  background: rgba(239,68,68,0.08);
  border: 0.5px solid rgba(239,68,68,0.15);
  color: #FCA5A5;
}
.comp-step--good {
  background: rgba(34,211,165,0.08);
  border: 0.5px solid rgba(34,211,165,0.2);
  color: #6EE7B7;
}
.comp-total {
  font-weight: 700; font-size: 14px; margin-top: 6px; padding: 8px 12px; border-radius: 8px;
}
.comp-total--bad { color: #EF4444; background: rgba(239,68,68,0.05); }
.comp-total--good { color: var(--green); background: rgba(34,211,165,0.08); }
.comp-divider {
  text-align: center; font-size: 1.5rem; color: var(--muted);
}

/* ── WAITLIST ── */
.waitlist {
  position: relative;
  padding: 7rem 0;
  background: var(--bg);
  overflow: hidden;
  text-align: center;
}
.waitlist-inner { position: relative; z-index: 2; }
.wl-badge {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  border: 0.5px solid rgba(37,99,255,0.4);
  border-radius: 20px; padding: 5px 14px;
  color: var(--blue2); margin-bottom: 1.5rem;
  background: rgba(37,99,255,0.08);
}
.waitlist h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800; letter-spacing: -1.5px; margin-bottom: 1rem;
}
.waitlist p {
  font-size: 16px; color: var(--muted); max-width: 480px;
  margin: 0 auto 2.5rem; line-height: 1.7;
}
.wl-form {
  display: flex; gap: 10px; flex-wrap: wrap;
  justify-content: center; max-width: 560px; margin: 0 auto 1rem;
}
.wl-form input {
  flex: 1 1 200px;
  background: var(--surface);
  border: 0.5px solid var(--border2);
  border-radius: 10px;
  color: var(--text); font-family: var(--font-body);
  font-size: 14px; padding: 13px 16px;
  outline: none; transition: border-color .15s;
}
.wl-form input:focus { border-color: var(--blue); }
.wl-form input::placeholder { color: var(--muted); }
.wl-success {
  display: none;
  color: var(--green); font-weight: 600;
  margin-top: 1rem; font-size: 15px;
}
.wl-trust {
  margin-top: 1.25rem;
  display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;
  font-size: 12px; color: var(--muted);
}

/* ── FOOTER ── */
.footer {
  background: var(--bg2);
  border-top: 0.5px solid var(--border);
  padding: 3.5rem 0 0;
}
.footer-inner {
  display: flex; gap: 4rem; justify-content: space-between; flex-wrap: wrap;
  padding-bottom: 3rem;
}
.footer-brand {
  max-width: 280px;
}
.footer-brand p {
  font-size: 13px; color: var(--muted); line-height: 1.6; margin-top: 0.75rem;
}
.footer-links { display: flex; gap: 3rem; flex-wrap: wrap; }
.fl-col { display: flex; flex-direction: column; gap: 0.6rem; }
.fl-head {
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  font-weight: 600; color: var(--muted); margin-bottom: 0.25rem;
}
.fl-col a { font-size: 14px; color: var(--muted); transition: color .15s; }
.fl-col a:hover { color: var(--text); }
.footer-bottom {
  border-top: 0.5px solid var(--border);
  padding: 1.25rem 1.5rem;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
  font-size: 12px; color: var(--muted);
  max-width: 1120px; margin: 0 auto;
}

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-mockup { display: none; }
  .hero { min-height: auto; padding: 120px 0 60px; }
  .hero-content { max-width: 100%; }
  .good-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 64px; left: 0; right: 0;
    background: var(--bg); border-bottom: 0.5px solid var(--border);
    padding: 1.5rem; gap: 1.25rem; z-index: 99;
  }
  .nav-toggle { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .good-grid { grid-template-columns: 1fr; }
  .why-stats { gap: 1.5rem; }
  .comparison-card { padding: 1.25rem; }
  .hero-headline { letter-spacing: -1px; }
  .footer-inner { flex-direction: column; gap: 2rem; }
}
