@font-face { font-family: 'Benzin'; font-weight: 700; font-display: swap; src: url('/fonts/Benzin-Bold.ttf') format('truetype'); }
@font-face { font-family: 'Benzin'; font-weight: 800; font-display: swap; src: url('/fonts/Benzin-ExtraBold.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 400; font-display: swap; src: url('/fonts/Montserrat-Regular.ttf') format('truetype'); }
@font-face { font-family: 'Montserrat'; font-weight: 500; font-display: swap; src: url('/fonts/Montserrat-Medium.ttf') format('truetype'); }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: #0a0a0a; color: #fff; font-family: 'Montserrat', system-ui, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: clip; }
h1, h2, h3, h4 { font-family: 'Benzin', sans-serif; font-weight: 700; line-height: 1.15; margin: 0; letter-spacing: 0.01em; }
a { color: inherit; text-decoration: none; }

:root {
  --bg: #0a0a0a; --bg-2: #111; --bg-3: #1a1a1a;
  --fg: #fff; --fg-muted: #9a9a9a; --fg-subtle: #6a6a6a;
  --accent: #7eff6e; --accent-2: #5ee24e;
  --border: rgba(255,255,255,0.08); --border-strong: rgba(255,255,255,0.16);
}

.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
@media (min-width: 768px) { .container { padding: 0 32px; } }

header { position: sticky; top: 0; z-index: 50; background: rgba(10,10,10,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.hdr { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; gap: 16px; }
.logo img { display: block; height: 32px; width: auto; }
@media (min-width: 768px) { .logo img { height: 36px; } }
.hdr-phone { font-weight: 500; font-size: 15px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 999px; font-weight: 500; border: 0; cursor: pointer; font-family: inherit; text-decoration: none; transition: background .2s ease; font-size: 15px; }
.btn-primary { background: var(--accent); color: #000; }
.btn-primary:hover { background: var(--accent-2); }
.btn-ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid var(--border-strong); }
.btn-lg { padding: 18px 32px; font-size: 17px; }
.btn-block { width: 100%; }

.hero { padding: 56px 0 56px; position: relative; overflow: hidden; }
@media (min-width: 768px) { .hero { padding: 80px 0 64px; } }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 40%, rgba(126,255,110,0.16), transparent 60%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 36px; grid-template-columns: 1fr; align-items: start; }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center; } }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; padding: 4px 10px; background: rgba(126,255,110,0.1); border-radius: 999px; }
.hero h1 { font-size: clamp(28px, 5.2vw, 46px); margin-bottom: 18px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero .lead { font-size: clamp(16px, 2vw, 18px); color: #d0d0d0; margin: 0 0 22px; max-width: 520px; }
.hero-incl { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.hero-incl li { padding-left: 26px; position: relative; font-size: 15px; color: #d0d0d0; }
.hero-incl li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 700; }

.form-card { background: var(--bg-2); border: 1px solid var(--border-strong); border-radius: 22px; padding: 28px 24px; box-shadow: 0 30px 80px rgba(0,0,0,0.4); }
@media (min-width: 768px) { .form-card { padding: 36px 32px; } }
.form-card h2 { font-size: 22px; margin-bottom: 6px; }
.form-card .form-sub { color: var(--fg-muted); font-size: 14px; margin: 0 0 22px; }
.cta-form { display: flex; flex-direction: column; gap: 12px; }
.cta-form input { background: var(--bg-3); border: 1px solid var(--border-strong); color: #fff; padding: 14px 16px; border-radius: 12px; font-family: inherit; font-size: 15px; }
.cta-form input:focus { outline: 2px solid var(--accent); outline-offset: 1px; }
.cta-note { font-size: 12px; color: var(--fg-subtle); margin-top: 10px; text-align: center; }
.err { display: none; color: #ff8a8a; font-size: 13px; }
.confirm { display: none; color: var(--accent); font-size: 16px; padding: 24px 16px; text-align: center; line-height: 1.5; }

section { padding: 56px 0; }
@media (min-width: 768px) { section { padding: 72px 0; } }
.s-head { text-align: center; margin-bottom: 36px; }
.s-head h2 { font-size: clamp(26px, 4vw, 36px); margin-bottom: 10px; }
.s-head p { color: var(--fg-muted); font-size: 15px; max-width: 600px; margin: 0 auto; }

/* Job-specific: two-col responsibilities/requirements */
.job-cols { display: grid; gap: 28px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .job-cols { grid-template-columns: 1fr 1fr; gap: 48px; } }
.job-col h2 { font-size: 22px; margin-bottom: 18px; font-family: 'Benzin', sans-serif; }
.dot-list { list-style: none; padding: 0; margin: 0; }
.dot-list li { padding: 8px 0 8px 24px; position: relative; font-size: 15px; color: #d0d0d0; line-height: 1.55; }
.dot-list li::before { content: '·'; position: absolute; left: 6px; top: 0; color: var(--accent); font-size: 26px; line-height: 1; }

.why { background: var(--bg-2); }
.why-grid { display: grid; gap: 18px; grid-template-columns: 1fr; }
@media (min-width: 700px) { .why-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1000px) { .why-grid { grid-template-columns: repeat(4, 1fr); } }
.why-card { background: var(--bg-3); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.why-card h3 { font-size: 16px; margin-bottom: 10px; }
.why-card p { color: var(--fg-muted); font-size: 14px; margin: 0; }

.faq-list { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.faq-list details { background: var(--bg-2); border: 1px solid var(--border); border-radius: 14px; padding: 18px 22px; transition: border-color .2s ease; }
.faq-list details[open] { border-color: var(--border-strong); }
.faq-list summary { font-weight: 500; font-size: 16px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; float: right; font-size: 22px; color: var(--accent); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list p { color: var(--fg-muted); margin: 14px 0 0; font-size: 15px; line-height: 1.6; }

footer { background: var(--bg-2); border-top: 1px solid var(--border); padding: 44px 0 28px; font-size: 14px; color: var(--fg-muted); }
.foot-grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 720px) { .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; } }
.foot-col h4 { font-family: 'Benzin', sans-serif; font-size: 14px; color: #fff; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.foot-col a { display: block; padding: 4px 0; color: var(--fg-muted); }
.foot-col a:hover { color: #fff; }
.foot-address { line-height: 1.7; }
.foot-address strong { color: #fff; font-weight: 500; }
.foot-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: var(--fg-subtle); }
