:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --surface: rgba(255,255,255,.06);
  --surface-strong: #0f2035;
  --line: rgba(255,255,255,.12);
  --text: #f7fbff;
  --muted: #aab9cc;
  --primary: #55e6b5;
  --primary-2: #7cf5cf;
  --accent: #ffd166;
  --danger: #ff7b8b;
  --shadow: 0 24px 80px rgba(0,0,0,.28);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 80% -10%, rgba(85,230,181,.16), transparent 34%),
    radial-gradient(circle at 5% 25%, rgba(83,135,255,.12), transparent 30%),
    var(--bg);
  color: var(--text);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }

.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.section { padding: 88px 0; }
.section-tight { padding: 58px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--primary-2);
  background: rgba(85,230,181,.07);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 14px var(--primary); }

h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 1.25rem; margin-bottom: 10px; }
.lead { font-size: clamp(1.03rem, 2vw, 1.22rem); color: var(--muted); max-width: 760px; }
.small { font-size: .88rem; color: var(--muted); }
.muted { color: var(--muted); }
.gradient-text { background: linear-gradient(110deg, #fff 12%, var(--primary-2) 58%, #8bb6ff); -webkit-background-clip: text; background-clip: text; color: transparent; }

.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7,17,31,.76);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.02em; }
.brand-mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--primary), #7da2ff); display: grid; place-items: center; color: #06131e; font-weight: 1000; box-shadow: 0 8px 22px rgba(85,230,181,.2); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: .94rem; }
.nav-links a:hover { color: var(--text); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #07131d; background: linear-gradient(135deg, var(--primary), var(--primary-2)); box-shadow: 0 12px 30px rgba(85,230,181,.18); }
.btn-secondary { border-color: var(--line); background: rgba(255,255,255,.055); color: var(--text); }
.btn-wide { width: 100%; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }

.hero { padding: 88px 0 64px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 52px; align-items: center; }
.hero-copy .lead { max-width: 650px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: var(--muted); background: rgba(255,255,255,.035); font-size: .88rem; }
.hero-card {
  position: relative;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255,255,255,.1), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
  transform: rotate(1.3deg);
}
.hero-card::before { content: ""; position: absolute; inset: 12% 12% auto auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(85,230,181,.2); filter: blur(42px); }
.mock-window { border-radius: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #f3f6f9; color: #13213a; }
.mock-top { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 12px; background: #e9eef4; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #a8b3c1; }
.mock-candidate { padding: 30px; min-height: 480px; background: radial-gradient(circle at 90% 0%, rgba(33,132,255,.18), transparent 38%), #f8fbff; }
.mock-label { display: inline-block; padding: 5px 10px; border-radius: 999px; background: #e2f8ef; color: #0b6b4a; font-weight: 800; font-size: .74rem; }
.mock-candidate h3 { font-size: 2.6rem; line-height: 1; margin: 18px 0 12px; color: #13233d; }
.mock-candidate p { color: #627087; max-width: 360px; }
.mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.mock-stat { background: white; border: 1px solid #e4eaf0; border-radius: 15px; padding: 14px; font-weight: 800; font-size: .85rem; }
.mock-person { height: 160px; margin-top: 28px; border-radius: 20px; background: linear-gradient(135deg, #dbe9ff, #c8f5e6); display: flex; align-items: flex-end; padding: 18px; color: #0f3153; font-weight: 900; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.card { border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); padding: 24px; box-shadow: 0 12px 34px rgba(0,0,0,.08); }
.card:hover { border-color: rgba(124,245,207,.25); }
.icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(85,230,181,.11); color: var(--primary-2); font-size: 1.35rem; margin-bottom: 18px; }

.pricing { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: stretch; }
.price-card { position: relative; border: 1px solid var(--line); border-radius: 28px; padding: 28px; background: rgba(255,255,255,.045); }
.price-card.featured { background: linear-gradient(160deg, rgba(85,230,181,.13), rgba(255,255,255,.055)); border-color: rgba(85,230,181,.35); box-shadow: var(--shadow); }
.price-badge { display: inline-flex; margin-bottom: 16px; padding: 7px 10px; border-radius: 999px; background: var(--primary); color: #07131d; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.price { font-size: 3rem; font-weight: 1000; letter-spacing: -.05em; margin: 4px 0 12px; }
.price small { font-size: .9rem; color: var(--muted); letter-spacing: 0; font-weight: 600; }
.checks { list-style: none; padding: 0; margin: 20px 0 28px; }
.checks li { padding: 8px 0 8px 28px; position: relative; color: #dce7f4; }
.checks li::before { content: "✓"; position: absolute; left: 0; color: var(--primary); font-weight: 900; }

.demo-strip { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: center; border: 1px solid var(--line); border-radius: 30px; padding: 34px; background: linear-gradient(135deg, rgba(124,245,207,.08), rgba(125,162,255,.07)); }
.demo-mini { background: #f6f8fb; color: #13233d; padding: 22px; border-radius: 22px; min-height: 310px; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.demo-mini .bar { height: 10px; width: 52%; border-radius: 999px; background: #d5dce5; margin-bottom: 20px; }
.demo-mini h3 { font-size: 2.2rem; line-height: 1; margin-bottom: 10px; }
.demo-mini p { color: #677388; }
.demo-mini .proposal { margin-top: 16px; padding: 14px; border-radius: 14px; background: white; border: 1px solid #e3e8ef; }

.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.step { position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.035); }
.step::before { counter-increment: step; content: "0" counter(step); display: block; color: var(--primary); font-weight: 900; margin-bottom: 20px; }

.faq { max-width: 860px; }
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 800; }
details p { color: var(--muted); padding-top: 12px; margin-bottom: 0; }

.cta-box { border-radius: 32px; padding: 42px; background: linear-gradient(135deg, var(--primary), #82c8ff); color: #07131d; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; }
.cta-box h2 { color: #07131d; margin-bottom: 12px; }
.cta-box p { color: rgba(7,19,29,.72); }
.form { display: grid; gap: 12px; }
.form input, .form select, .form textarea { width: 100%; border: 1px solid rgba(7,19,29,.14); background: rgba(255,255,255,.88); color: #0d1a2d; border-radius: 13px; padding: 13px 14px; outline: none; }
.form textarea { min-height: 92px; resize: vertical; }
.form .btn { border: 0; background: #07131d; color: white; }

.footer { padding: 36px 0 50px; color: var(--muted); border-top: 1px solid var(--line); font-size: .9rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }

.notice { border: 1px solid rgba(255,209,102,.3); background: rgba(255,209,102,.08); color: #ffeab4; padding: 14px 16px; border-radius: 14px; font-size: .88rem; }

/* Demo candidate page */
.demo-body { background: #f5f7fb; color: #14233a; }
.demo-body .nav { background: rgba(255,255,255,.88); border-color: #e7ebf1; }
.demo-body .brand { color: #172845; }
.demo-body .nav-links { color: #667489; }
.demo-body .btn-secondary { border-color: #d8dee7; color: #172845; background: white; }
.demo-candidate-hero { padding: 78px 0 68px; background: radial-gradient(circle at 78% 20%, rgba(26,115,232,.22), transparent 34%), linear-gradient(145deg,#123661,#1b4d84 60%,#1d5c9c); color: white; }
.demo-candidate-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.demo-candidate-hero h1 { font-size: clamp(3rem,7vw,6rem); }
.demo-candidate-hero .lead { color: rgba(255,255,255,.78); }
.candidate-portrait { min-height: 520px; border-radius: 32px; overflow:hidden; position:relative; background: linear-gradient(140deg,#d8e7fa,#9ed7cf); box-shadow:0 24px 60px rgba(5,19,39,.28); }
.candidate-portrait::before { content:""; position:absolute; width:240px; height:240px; border-radius:50%; background:#f0c8a4; left:50%; top:78px; transform:translateX(-50%); }
.candidate-portrait::after { content:""; position:absolute; width:380px; height:330px; border-radius:45% 45% 0 0; background:#183f73; left:50%; bottom:-40px; transform:translateX(-50%); box-shadow: inset 0 0 0 16px rgba(255,255,255,.05); }
.candidate-badge { position:absolute; z-index:3; bottom:22px; left:22px; right:22px; background:rgba(255,255,255,.92); color:#17345d; padding:16px 18px; border-radius:18px; font-weight:900; }
.demo-body .section { padding: 78px 0; }
.demo-body h2 { color:#132640; }
.demo-body .lead, .demo-body .muted { color:#69768a; }
.demo-body .card { background:white; border-color:#e3e8ef; box-shadow:0 12px 32px rgba(22,43,75,.06); }
.proposal-card { border-left: 5px solid #2167b7 !important; }
.proposal-num { font-size:.78rem; font-weight:900; color:#2167b7; text-transform:uppercase; letter-spacing:.08em; }
.timeline { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.timeline .card strong { display:block; font-size:1.6rem; color:#1e5eaa; margin-bottom:8px; }
.demo-cta { background:#153c6c; color:white; border-radius:30px; padding:40px; display:grid; grid-template-columns:1.1fr .9fr; gap:24px; align-items:center; }
.demo-cta h2 { color:white; }
.demo-cta p { color:rgba(255,255,255,.76); }
.demo-cta .btn-primary { background:white; color:#17345d; }
.demo-disclaimer { background:#fff6dd; border:1px solid #f1d78a; color:#7b5c13; padding:14px 16px; border-radius:14px; font-size:.88rem; }

@media (max-width: 900px) {
  .nav-links { display:none; }
  .hero-grid,.pricing,.demo-strip,.cta-box,.demo-candidate-grid,.demo-cta { grid-template-columns:1fr; }
  .grid-3 { grid-template-columns:1fr 1fr; }
  .steps { grid-template-columns:1fr 1fr; }
  .hero-card { transform:none; }
  .candidate-portrait { min-height:430px; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 24px, var(--max)); }
  .section { padding:64px 0; }
  .hero { padding-top:58px; }
  .grid-3,.grid-2,.steps,.timeline { grid-template-columns:1fr; }
  h1 { font-size:clamp(2.55rem, 14vw, 4.4rem); }
  .cta-box,.demo-strip,.demo-cta { padding:24px; }
  .mock-candidate { padding:22px; }
  .mock-candidate h3 { font-size:2rem; }
}
