/* nextjob4you — landing page */

:root {
  --bg: #050505;
  --bg-elev: #0c0c0c;
  --bg-elev-2: #141414;
  --ink: #f5f5f4;
  --ink-dim: #a8a8a4;
  --ink-mute: #555550;
  --line: rgba(255,255,255,0.08);
  --line-2: rgba(255,255,255,0.14);
  --teal: #12cfc9;
  --teal-soft: #7AFFFB;
  --teal-ice: #60fcf7;
  --gold: #ffd700;
  --amber: #daa520;
  --copper: #b05220;
  --peach: #fc9760;
  --olive: #8f7c4c;
  --crimson: #b11524;
}

html[data-theme="light"] {
  --bg: #fafaf7;
  --bg-elev: #ffffff;
  --bg-elev-2: #f4f4f0;
  --ink: #0a0a0a;
  --ink-dim: #4b4b48;
  --ink-mute: #5f5f5a;
  --line: rgba(0,0,0,0.08);
  --line-2: rgba(0,0,0,0.14);
  --teal: #0ab8b2;
  --teal-soft: #12cfc9;
  --teal-ice: #0ab8b2;
  --gold: #daa520;
}

html[data-theme="light"] body { background: #fafaf7 !important; color: #0a0a0a !important; }
[data-theme="light"] .nav { background: rgba(255,255,255,0.82); border-bottom-color: var(--line); }
[data-theme="light"] .nav-links a:hover { background: rgba(0,0,0,0.05); }
[data-theme="light"] .hero-bg {
  background:
    radial-gradient(ellipse 800px 500px at 20% 30%, rgba(10,184,178,0.12), transparent 60%),
    radial-gradient(ellipse 600px 400px at 80% 70%, rgba(218,165,32,0.10), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fafaf7 100%);
}
[data-theme="light"] .hero-grid-bg {
  background-image:
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
}
[data-theme="light"] .hero-card {
  background: linear-gradient(160deg, rgba(10,184,178,0.06), rgba(0,0,0,0.02));
}
[data-theme="light"] .grain::before { opacity: 0.18; mix-blend-mode: multiply; }
[data-theme="light"] .btn-primary { color: #001818; }
[data-theme="light"] .btn-primary:hover { color: #001818; }
[data-theme="light"] .btn-ghost { color: var(--ink); }
[data-theme="light"] .btn-ghost:hover { background: rgba(0,0,0,0.05); }
[data-theme="light"] .reassure { background: linear-gradient(180deg, transparent, rgba(10,184,178,0.04)); }
[data-theme="light"] .reassure-card { background: var(--bg-elev); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
[data-theme="light"] .stats-grid { background: var(--bg-elev); }
[data-theme="light"] .stat-cell:hover { background: rgba(10,184,178,0.04); }
[data-theme="light"] .job-pill { background: var(--bg-elev); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
[data-theme="light"] .job-pill.accent { color: #fff; }
[data-theme="light"] .brand-card { background: var(--bg-elev); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
[data-theme="light"] .process-step { background: var(--bg-elev); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
[data-theme="light"] .faq-q:hover { color: var(--teal); }
[data-theme="light"] .faq-toggle { color: var(--ink); }
[data-theme="light"] .faq-item.open .faq-toggle { color: #fff; }
[data-theme="light"] .cta-final {
  background:
    radial-gradient(circle at 20% 20%, rgba(10,184,178,0.20), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(218,165,32,0.18), transparent 50%),
    linear-gradient(135deg, #ffffff, #f4f4f0);
}
[data-theme="light"] .tweaks-panel { background: rgba(255,255,255,0.94); color: var(--ink); }
[data-theme="light"] .tweaks-panel .close { color: var(--ink-mute); }
[data-theme="light"] .tweak-toggle button { color: var(--ink-dim); }
[data-theme="light"] .tweak-toggle button.active { color: #fff; }
[data-theme="light"] .welcome-overlay { background: #fff; }
[data-theme="light"] .welcome-overlay .font-display { color: var(--ink); }
[data-theme="light"] .hero h1 .strike::after { background: var(--teal); }
[data-theme="light"] .orb { opacity: 0.22; }
[data-theme="light"] .cred { background: var(--bg-elev); box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
[data-theme="light"] .hero-card { backdrop-filter: none; }
[data-theme="light"] .process-step:hover { background: rgba(10,184,178,0.06); }
[data-theme="light"] .process-step .step-num { background: rgba(10,184,178,0.08); border-color: rgba(10,184,178,0.25); }
[data-theme="light"] .grain::before { opacity: 0.08; mix-blend-mode: multiply; }
[data-theme="light"] .hero-trust { border-top-color: var(--line); }
[data-theme="light"] footer { background: var(--bg-elev); border-top: 1px solid var(--line); }
[data-theme="light"] footer .footer-bottom { border-top-color: var(--line); }
[data-theme="light"] .footer-slogan { color: #0a7774; }
[data-theme="light"] .eyebrow { background: rgba(10,184,178,0.08); border-color: rgba(10,184,178,0.25); color: var(--teal); }
[data-theme="light"] .eyebrow .dot { background: var(--teal); box-shadow: 0 0 10px var(--teal); }
[data-theme="light"] .section-title .accent-teal, [data-theme="light"] .hero h1 .accent-teal { color: var(--teal); }
[data-theme="light"] .stat-cell { border-color: var(--line); }
[data-theme="light"] .faq-item { border-color: var(--line); }
[data-theme="light"] .faq-item.open { background: var(--bg-elev); }
[data-theme="light"] .brand-card { border-color: var(--line); }
[data-theme="light"] .footer-bottom a:hover { color: var(--ink); }
[data-theme="light"] .job-pill { border-color: var(--line); color: var(--ink-dim); }

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.font-display { font-family: "Trebuchet MS", "Segoe UI", system-ui, sans-serif; letter-spacing: 0; }
.font-mono { font-family: Consolas, "Courier New", ui-monospace, monospace; }

/* Welcome overlay */
.welcome-overlay {
  position: fixed; inset: 0; z-index: 100;
  background: #000;
  display: flex; align-items: center; justify-content: center;
  animation: welcomeFadeOut 0.8s ease 2.8s forwards;
}
.welcome-overlay.done { pointer-events: none; opacity: 0; }
@keyframes welcomeFadeOut {
  to { opacity: 0; visibility: hidden; }
}
.welcome-content {
  text-align: center;
  animation: welcomeIn 1s cubic-bezier(.2,.8,.2,1);
}
@keyframes welcomeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.welcome-check {
  width: 88px; height: 88px; margin: 0 auto 24px;
  border-radius: 999px; border: 2px solid var(--teal);
  display: grid; place-items: center;
  animation: checkPulse 2s ease-in-out infinite;
}
@keyframes checkPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(18,207,201,0.5); }
  50% { box-shadow: 0 0 0 18px rgba(18,207,201,0); }
}
.welcome-check svg {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: drawCheck 0.6s ease 0.3s forwards;
}
@keyframes drawCheck { to { stroke-dashoffset: 0; } }

/* Grainy texture */
.grain::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.12 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.4; mix-blend-mode: overlay;
}

/* Nav */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(5,5,5,0.72);
  border-bottom: 1px solid var(--line);
  transition: all 0.3s;
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding: 14px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 18px; letter-spacing: -0.02em;}
.nav-logo img { height: 28px; width: auto; }
.nav-links { display: flex; gap: 8px; align-items: center; }
.nav-links a {
  color: var(--ink-dim); text-decoration: none; padding: 8px 14px;
  font-size: 14px; border-radius: 999px; transition: all 0.2s;
}
.nav-links a:hover { color: var(--ink); background: var(--line); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 600;
  text-decoration: none; font-size: 15px; border: 0;
  cursor: pointer; transition: all 0.25s cubic-bezier(.2,.8,.2,1);
  font-family: inherit;
}
.btn-primary {
  background: var(--teal); color: #001818;
  box-shadow: 0 0 0 0 rgba(18,207,201,0.4);
}
.btn-primary:hover {
  background: var(--teal-ice);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(18,207,201,0.6);
}
.btn-ghost {
  background: transparent; color: var(--ink); border: 1px solid var(--line-2);
}
.btn-ghost:hover { background: var(--line); border-color: var(--ink-dim); }
.btn-gold {
  background: var(--gold); color: #1a1200;
}
.btn-gold:hover { background: #ffe84a; transform: translateY(-2px); }

.contact-form {
  max-width: 680px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  text-align: left;
}
.contact-form label span {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-mute);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: var(--bg-elev);
  color: var(--ink);
  font: inherit;
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(10,184,178,0.55);
  box-shadow: 0 0 0 4px rgba(10,184,178,0.12);
}
.contact-form .btn {
  justify-content: center;
  width: fit-content;
  margin: 4px auto 0;
}
.contact-form .btn:disabled {
  opacity: 0.65;
  cursor: wait;
  transform: none;
}
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.reveal-contact {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--teal);
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.reveal-contact:hover {
  opacity: 0.75;
}
@media (max-width: 700px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-form .btn {
    width: 100%;
  }
}

/* Hero */
.hero {
  position: relative; min-height: 100vh;
  padding: 140px 32px 80px;
  display: flex; align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 800px 500px at 20% 30%, rgba(18,207,201,0.18), transparent 60%),
    radial-gradient(ellipse 600px 400px at 80% 70%, rgba(255,215,0,0.08), transparent 60%),
    linear-gradient(180deg, #000 0%, #050505 100%);
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1320px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 6px 14px; border-radius: 999px;
  background: rgba(18,207,201,0.10);
  border: 1px solid rgba(18,207,201,0.3);
  color: var(--teal); font-size: 13px; font-weight: 500;
  font-family: 'JetBrains Mono', monospace;
}
.eyebrow .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--teal);
  box-shadow: 0 0 12px var(--teal);
  animation: blink 1.6s ease infinite;
}
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

.hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(44px, 6.4vw, 92px);
  line-height: 0.98; letter-spacing: -0.035em;
  font-weight: 700; margin: 24px 0 28px;
}
.hero h1 .accent-teal { color: var(--teal); }
.hero h1 .accent-gold { color: var(--gold); }
.hero h1 .strike { position: relative; white-space: nowrap; }
.hero h1 .strike::after {
  content: ""; position: absolute; left: -4px; right: -4px; top: 55%;
  height: 4px; background: var(--teal); transform: scaleX(0);
  transform-origin: left; animation: strikeIn 0.9s cubic-bezier(.2,.8,.2,1) 3.2s forwards;
}
@keyframes strikeIn { to { transform: scaleX(1); } }

.hero p.lede {
  font-size: 19px; color: var(--ink-dim); line-height: 1.6;
  max-width: 560px; margin: 0 0 36px;
}

.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-trust {
  margin-top: 40px; display: flex; gap: 40px; flex-wrap: wrap;
}
.hero-trust > div { display: flex; flex-direction: column; gap: 2px; }
.hero-trust .big { font-family: 'Space Grotesk', sans-serif; font-size: 32px; font-weight: 700; letter-spacing: -0.02em; }
.hero-trust .lbl { font-size: 12px; color: var(--ink-mute); font-family: 'JetBrains Mono', monospace; text-transform: uppercase; letter-spacing: 0.08em; }

/* Hero right card */
.hero-card {
  position: relative;
  border-radius: 28px;
  padding: 32px;
  background: linear-gradient(160deg, rgba(18,207,201,0.08), rgba(255,255,255,0.02));
  border: 1px solid var(--line-2);
  overflow: hidden;
  backdrop-filter: blur(8px);
}
.hero-card::before {
  content: ""; position: absolute; inset: -2px;
  background: conic-gradient(from 0deg, transparent, var(--teal), transparent 40%);
  animation: spin 6s linear infinite; opacity: 0.3; z-index: -1;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Sections */
section { position: relative; padding: 120px 32px; }
.container { max-width: 1320px; margin: 0 auto; }
.section-head { margin-bottom: 60px; max-width: 820px; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--teal); text-transform: uppercase; letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.section-label::before {
  content: ""; width: 24px; height: 1px; background: var(--teal);
}
h2.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.03em; line-height: 1.02; font-weight: 700;
  margin: 0 0 20px;
}
.section-sub { font-size: 18px; color: var(--ink-dim); max-width: 640px; line-height: 1.6; }

/* Reassurance */
.reassure {
  background: linear-gradient(180deg, transparent, rgba(18,207,201,0.04));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.reassure-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
@media (max-width: 900px) { .reassure-grid { grid-template-columns: 1fr; } }
.reassure-card {
  padding: 36px 32px; border-radius: 20px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  position: relative; overflow: hidden;
  transition: all 0.3s;
}
.reassure-card:hover {
  border-color: rgba(18,207,201,0.4);
  transform: translateY(-4px);
}
.reassure-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px; color: var(--teal);
  font-weight: 600; margin-bottom: 16px;
}
.reassure-card h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px; margin: 0 0 10px;
  letter-spacing: -0.02em;
}
.reassure-card p { color: var(--ink-dim); margin: 0; line-height: 1.6; font-size: 15px; }

/* Stats */
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--line); border-radius: 28px; overflow: hidden;
  background: var(--bg-elev);
}
@media (max-width: 900px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }
.stat-cell {
  padding: 44px 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
  transition: background 0.3s;
}
.stat-cell:hover { background: rgba(18,207,201,0.04); }
.stat-cell:nth-child(4n) { border-right: 0; }
.stat-cell:nth-last-child(-n+4):nth-child(n+5) { border-bottom: 0; }
@media (max-width: 900px) {
  .stat-cell { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);}
  .stat-cell:nth-child(2n) { border-right: 0; }
}
.stat-big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 64px; font-weight: 700; letter-spacing: -0.04em;
  line-height: 1; margin-bottom: 10px;
}
.stat-big .suffix { color: var(--teal); }
.stat-lbl { font-size: 14px; color: var(--ink-dim); line-height: 1.4;  }

/* About Daniel */
.about-grid {
  display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: center;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; } }
.about-visual {
  aspect-ratio: 4/5;
  border-radius: 24px;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 12px, transparent 12px 24px),
    linear-gradient(135deg, #0a0a0a, #141414);
  border: 1px solid var(--line-2);
  position: relative; overflow: hidden;
  display: flex; align-items: flex-end; padding: 32px;
}
.about-visual::before {
  content: "PORTRAIT"; position: absolute; top: 20px; left: 20px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--ink-mute); letter-spacing: 0.1em;
}
.about-visual-badge {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  color: var(--ink-mute); letter-spacing: 0.1em;
  display: flex; justify-content: space-between; width: 100%;
}
.about-visual-inner {
  position: absolute; inset: 40px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(18,207,201,0.1), rgba(255,215,0,0.05));
  border: 1px dashed var(--line-2);
  display: grid; place-items: center;
}
.about-visual-inner .name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; color: var(--ink-dim);
}
.about h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px; margin: 32px 0 12px;
}
.about-cred {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
  margin-top: 32px;
}
.cred {
  padding: 20px; border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255,255,255,0.02);
}
.cred .big {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px; font-weight: 700; color: var(--teal);
  letter-spacing: -0.02em;
}
.cred .lbl { font-size: 13px; color: var(--ink-dim); margin-top: 4px; }

/* Jobs marquee */
.jobs-section {
  background: linear-gradient(180deg, transparent, rgba(255,215,0,0.03), transparent);
}
.marquee-wrap {
  overflow: hidden; margin: 0 -32px;
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}
.marquee {
  display: flex; gap: 20px; width: max-content;
  animation: slide 50s linear infinite;
}
.marquee.reverse { animation-direction: reverse; animation-duration: 60s; }
.marquee:hover { animation-play-state: paused; }
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.job-pill {
  flex-shrink: 0;
  padding: 18px 28px;
  border-radius: 999px;
  background: var(--bg-elev);
  border: 1px solid var(--line);
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500; font-size: 17px; letter-spacing: -0.01em;
  white-space: nowrap;
  display: inline-flex; align-items: center; gap: 12px;
  transition: all 0.2s;
}
.job-pill:hover { border-color: var(--teal); color: var(--teal); }
.job-pill .jp-num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: var(--ink-mute);
}
.job-pill.accent { background: var(--teal); color: #001010; border-color: var(--teal); }
.job-pill.accent .jp-num { color: rgba(0,0,0,0.5); }
.job-pill.gold { background: var(--gold); color: #1a1200; border-color: var(--gold); }

/* Brands */
.brands-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
@media (max-width: 900px) { .brands-grid { grid-template-columns: repeat(2, 1fr); } }
.brand-card {
  aspect-ratio: 3/2;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-elev);
  display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--ink-dim);
  transition: all 0.3s;
  position: relative; overflow: hidden;
}
.brand-card::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(18,207,201,0.08), transparent 60%);
  opacity: 0; transition: opacity 0.3s;
}
.brand-card:hover { border-color: var(--line-2); color: var(--ink); transform: translateY(-2px); }
.brand-card:hover::after { opacity: 1; }

/* Process */
.process-timeline {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
@media (max-width: 900px) { .process-timeline { grid-template-columns: 1fr; } }
.process-step {
  padding: 32px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--bg-elev);
  position: relative;
  transition: all 0.3s;
}
.process-step:hover {
  border-color: var(--teal);
  background: rgba(18,207,201,0.04);
  transform: translateY(-4px);
}
.process-step .step-num {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(18,207,201,0.1); border: 1px solid rgba(18,207,201,0.3);
  display: grid; place-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; color: var(--teal); font-size: 18px;
  margin-bottom: 20px;
}
.process-step h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 19px; margin: 0 0 10px; letter-spacing: -0.01em;
}
.process-step p { color: var(--ink-dim); margin: 0; line-height: 1.5; font-size: 14px; }
.process-step .time { 
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px; color: var(--gold); letter-spacing: 0.08em;
  margin-top: 14px; text-transform: uppercase;
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--line);
  transition: all 0.3s;
}
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-q {
  padding: 28px 0;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; user-select: none;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px; font-weight: 500; letter-spacing: -0.015em;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--teal); }
.faq-toggle {
  width: 32px; height: 32px; border-radius: 99px;
  border: 1px solid var(--line-2);
  display: grid; place-items: center;
  flex-shrink: 0; margin-left: 20px;
  transition: all 0.3s;
}
.faq-item.open .faq-toggle { background: var(--teal); color: #001010; border-color: var(--teal); transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  color: var(--ink-dim); line-height: 1.6;
  transition: max-height 0.4s cubic-bezier(.2,.8,.2,1), padding 0.3s;
}
.faq-item.open .faq-a {
  max-height: 320px; padding: 0 0 28px;
}

/* CTA final */
.cta-final {
  border-radius: 32px;
  padding: 80px 48px;
  background:
    radial-gradient(circle at 20% 20%, rgba(18,207,201,0.25), transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255,215,0,0.15), transparent 50%),
    linear-gradient(135deg, #0a0a0a, #141414);
  border: 1px solid var(--line-2);
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-final h2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.02;
  margin: 0 0 20px;
}
.cta-final p { color: var(--ink-dim); font-size: 18px; max-width: 560px; margin: 0 auto 36px; line-height: 1.6; }

/* Footer */
footer {
  padding: 60px 32px 32px;
  border-top: 1px solid var(--line);
}
.footer-inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px;
}
@media (max-width: 900px) { .footer-inner { grid-template-columns: 1fr 1fr; } }
.footer-heading {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 13px; margin: 0 0 16px; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--ink-mute);
}
.footer-slogan {
  color: var(--teal);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-inner a {
  display: block; color: var(--ink-dim); text-decoration: none;
  font-size: 14px; padding: 4px 0;
  transition: color 0.2s;
}
.footer-inner a:hover { color: var(--teal); }
.footer-bottom {
  max-width: 1320px; margin: 40px auto 0; padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: space-between; flex-wrap: wrap;
  font-size: 13px; color: var(--ink-mute);
  font-family: 'JetBrains Mono', monospace;
}

/* Float animations on scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.8s cubic-bezier(.2,.8,.2,1), transform 0.8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }

/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  pointer-events: none;
  animation: float 16s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.1); }
}

/* Tweaks panel */
.tweaks-panel {
  position: fixed; bottom: 24px; right: 24px; z-index: 60;
  background: rgba(10,10,10,0.92);
  backdrop-filter: blur(20px);
  border: 1px solid var(--line-2);
  border-radius: 18px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6);
  display: none;
  font-size: 13px;
}
.tweaks-panel.open { display: block; }
.tweaks-panel h4 {
  font-family: 'Space Grotesk', sans-serif;
  margin: 0 0 14px; font-size: 14px;
  letter-spacing: 0.02em; display: flex; justify-content: space-between; align-items: center;
}
.tweaks-panel h4 .close { cursor: pointer; color: var(--ink-mute); }
.tweak-row { margin-bottom: 14px; }
.tweak-row label {
  display: block; margin-bottom: 8px;
  font-size: 11px; color: var(--ink-mute);
  font-family: 'JetBrains Mono', monospace;
  text-transform: uppercase; letter-spacing: 0.08em;
}
.tweak-swatches { display: flex; gap: 8px; }
.tweak-swatch {
  width: 32px; height: 32px; border-radius: 8px;
  cursor: pointer; border: 2px solid transparent;
  transition: all 0.2s;
}
.tweak-swatch.active { border-color: var(--ink); transform: scale(1.1); }
.tweak-toggle {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.tweak-toggle button {
  padding: 6px 10px; border-radius: 8px;
  border: 1px solid var(--line-2); background: transparent;
  color: var(--ink-dim); cursor: pointer; font-size: 12px;
  font-family: inherit;
}
.tweak-toggle button.active { background: var(--teal); color: #001; border-color: var(--teal); }

/* responsiveness */
@media (max-width: 768px) {
  .nav-links a:not(.btn) { display: none; }
  section { padding: 80px 20px; }
  .hero { padding: 120px 20px 60px; }
  .stat-big { font-size: 44px; }
  footer { padding: 48px 20px 24px; }
  .cta-final { padding: 56px 28px; }
}

/* wing accent drawn behind headings */
.wing-accent {
  position: absolute; pointer-events: none; opacity: 0.5;
  mix-blend-mode: screen;
}
