/* Voltline — Series-B SaaS aesthetic.
   Deliberately distinct from Stillwater: sans-serif, dark + vivid gradient accent,
   tight rounded cards, energetic. Tests the crawler against a different DOM. */

:root {
  --bg: #0b0f1a;
  --bg-2: #111726;
  --panel: #141b2d;
  --line: #233049;
  --text: #e7ecf5;
  --muted: #9aa7bd;
  --accent: #6d5efc;
  --accent-2: #22d3ee;
  --grad: linear-gradient(120deg, #6d5efc 0%, #22d3ee 100%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3 { letter-spacing: -0.02em; line-height: 1.12; color: #fff; }

a { color: var(--accent-2); text-decoration: none; }

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

/* Header */
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(11,15,26,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; color: #fff; }
.brand .mark { width: 26px; height: 26px; border-radius: 7px; background: var(--grad); }
.site-nav a { color: var(--muted); margin-left: 26px; font-size: 14px; font-weight: 500; }
.site-nav a:hover { color: #fff; }

/* Hero */
.hero { padding: 96px 0 72px; background: radial-gradient(1000px 400px at 70% -10%, rgba(109,94,252,0.22), transparent 60%); }
.pill { display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.4px; color: var(--accent-2); background: rgba(34,211,238,0.1); border: 1px solid rgba(34,211,238,0.25); padding: 5px 12px; border-radius: 999px; margin-bottom: 22px; }
.hero h1 { font-size: 54px; margin: 0 0 20px; max-width: 820px; }
.hero h1 .g { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 20px; color: var(--muted); max-width: 640px; }

.btn { display: inline-block; margin-top: 30px; background: var(--grad); color: #0b0f1a; font-weight: 700; padding: 13px 26px; border-radius: 10px; font-size: 15px; }
.btn:hover { opacity: 0.92; }

section { padding: 64px 0; }
.section-title { font-size: 34px; margin: 0 0 10px; }
.section-sub { color: var(--muted); margin: 0 0 40px; max-width: 620px; font-size: 17px; }

.grid { display: grid; gap: 20px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 860px) { .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; } }

.card { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.card h3 { font-size: 19px; margin: 0 0 8px; }
.card p { margin: 0; color: var(--muted); }

.stat { font-size: 38px; font-weight: 700; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat small { display: block; font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: 0.3px; margin-top: 6px; -webkit-text-fill-color: var(--muted); }

/* Careers */
.role { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; margin-bottom: 12px; transition: border-color 0.15s; }
.role:hover { border-color: var(--accent); }
.role h3 { margin: 0 0 4px; font-size: 18px; }
.role .meta { font-size: 13px; color: var(--accent-2); font-weight: 600; }
.role p { margin: 8px 0 0; color: var(--muted); }
.stack-line { font-size: 15px; color: var(--text); }
.stack-line strong { color: #fff; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.chip { font-size: 13px; color: var(--text); background: var(--bg-2); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }

/* Team */
.person { text-align: center; }
.avatar { width: 84px; height: 84px; border-radius: 18px; background: var(--grad); color: #0b0f1a; font-weight: 800; font-size: 26px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.person h3 { margin: 0; font-size: 17px; }
.person .role-title { font-size: 13px; color: var(--muted); }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 48px 0 40px; color: var(--muted); font-size: 14px; background: var(--bg-2); }
.site-footer a { color: var(--muted); margin-right: 20px; }
.site-footer a:hover { color: #fff; }
.footer-stack { margin: 20px 0; }
.footer-meta { border-top: 1px solid var(--line); margin-top: 24px; padding-top: 20px; color: #6f7d96; font-size: 13px; }
.footer-meta .demo-note { color: var(--accent-2); }
.badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }
.badge { font-size: 12px; color: var(--text); background: var(--bg); border: 1px solid var(--line); border-radius: 7px; padding: 5px 10px; }
