/* ═══════════════════════════════════════════════════════════
   Confiway marketing site
   Organisation: tokens → base → shared components → sections → media queries
   ═══════════════════════════════════════════════════════════ */

/* ─────────────── Tokens ─────────────── */
:root {
  --green: #059669;
  --green-hover: #047857;
  --green-dark: #065F46;
  --green-light: #34D399;
  --green-tint: #ECFDF5;
  --green-border: #A7F3D0;

  --ink: #111827;
  --body: #374151;
  --muted: #6B7280;
  --faint: #9CA3AF;
  --line: #E5E7EB;
  --line-soft: #F3F4F6;
  --line-faint: #F9FAFB;
  --rule: #E9EAEB;
  --bg: #F8F8F7;
  --bg-soft: #FAFAFA;

  --amber: #F59E0B;
  --amber-text: #B45309;
  --amber-deep: #92400E;
  --amber-tint: #FFFBEB;
  --amber-border: #FDE68A;
  --amber-soft: #FEF3C7;

  --indigo: #4338CA;
  --indigo-light: #818CF8;
  --indigo-tint: #EEF2FF;

  --red-text: #B91C1C;
  --red-tint: #FEF2F2;
  --red-border: #FECACA;

  --mono: 'SF Mono', ui-monospace, Menlo, monospace;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: #D1FAE5; color: var(--green-dark); }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #D1D5DB; border-radius: 10px; }

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }

@keyframes float {
  0%, 100% { transform: translateY(0px) rotate(-2.5deg); }
  50% { transform: translateY(-12px) rotate(-2.5deg); }
}
@keyframes float2 {
  0%, 100% { transform: translateY(-6px) rotate(2deg); }
  50% { transform: translateY(6px) rotate(2deg); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes glowPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.75; }
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.8); }
}

/* Scroll reveal — the observer in js/main.js adds .is-revealed. */
[data-reveal] { opacity: 0; transform: translateY(22px); }
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  /* main.js adds .is-revealed to everything up front here, so the elements must
     land in their final state with no fade — hence killing the transition too. */
  [data-reveal], [data-reveal].is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
  *, *::before, *::after { animation: none !important; }
}

/* ─────────────── Layout primitives ─────────────── */
.section { padding: 128px 24px; background: #fff; }
.section--bg { background: var(--bg); }
.section--dark { background: var(--ink); position: relative; overflow: hidden; }

.container { max-width: 1080px; margin: 0 auto; }
.container--wide { max-width: 1180px; }
.container--narrow { max-width: 720px; }
.container--relative { position: relative; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.eyebrow-rule { display: block; width: 22px; height: 1px; background: #D1D5DB; }
.eyebrow span {
  font-size: 11px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.eyebrow--green span { color: var(--green); }
.eyebrow--indigo span { color: var(--indigo); }
.eyebrow--dark .eyebrow-rule { background: rgba(255, 255, 255, 0.2); }
.eyebrow--dark span { color: rgba(255, 255, 255, 0.4); }

.h2 {
  font-size: clamp(28px, 3.6vw, 48px);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 22px;
  text-wrap: balance;
}
.h2--wide { max-width: 800px; }
.h2--xl {
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.1;
  max-width: 700px;
  margin-bottom: 28px;
}
.h2--gap { max-width: none; margin-bottom: 72px; }
.h2--760 { max-width: 760px; margin-bottom: 20px; }
.h2--lg {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.1;
  max-width: 760px;
  margin-bottom: 16px;
}
.h2--44 { font-size: clamp(28px, 3.2vw, 44px); line-height: 1.1; margin-bottom: 20px; }
.h2--580 { max-width: 580px; margin-bottom: 16px; }

.lede {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.78;
  max-width: 640px;
  margin: 0 0 64px;
  text-wrap: pretty;
}
.lede--tight { margin-bottom: 20px; }
.lede--last { margin-bottom: 72px; }
.lede--620 { max-width: 620px; }
.lede--intro { max-width: 620px; line-height: 1.75; margin-bottom: 56px; }
.lede--580 { max-width: 580px; line-height: 1.75; margin-bottom: 28px; }

.closing-note {
  font-size: 15px;
  color: var(--body);
  line-height: 1.7;
  max-width: 600px;
  margin: 0;
  text-wrap: pretty;
}

/* ─────────────── Shared components ─────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  border-radius: 100px;
  font-size: 15px;
  letter-spacing: -0.01em;
  cursor: pointer;
}
.btn--primary {
  gap: 8px;
  background: var(--green);
  color: #fff;
  font-weight: 600;
  padding: 13px 28px;
  border: none;
  box-shadow: 0 1px 3px rgba(5, 150, 105, 0.25), 0 4px 16px rgba(5, 150, 105, 0.15);
  transition: background 0.15s, transform 0.15s;
}
.btn--primary:hover { background: var(--green-hover); transform: translateY(-2px); }
.btn--ghost {
  gap: 6px;
  color: var(--body);
  font-weight: 500;
  padding: 13px 24px;
  border: 1px solid #D1D5DB;
  background: none;
  transition: border-color 0.15s, color 0.15s;
}
.btn--ghost:hover { border-color: var(--faint); color: var(--ink); }

.dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.dot--pulse { background: var(--green); animation: dotPulse 2.2s ease-in-out infinite; }
.dot--amber { background: var(--amber); }
.dot--green { background: var(--green); }
.dot--grey { background: var(--line); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px 26px;
}
.card--muted { background: var(--bg); border-color: var(--rule); padding: 32px; }
.card--lift { transition: transform 0.2s, box-shadow 0.2s; }
.card--lift:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }

.card-step { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.step-num {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  flex-shrink: 0;
}
.step-num--green { background: var(--green); }
.step-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.35;
}
.card-heading {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  line-height: 1.35;
}
.card-text { font-size: 13.5px; color: var(--muted); line-height: 1.62; }
.card-text--lg { font-size: 14px; line-height: 1.68; }
.card-icon {
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.pill-row { display: flex; gap: 6px; flex-wrap: wrap; }
.pill {
  font-size: 11.5px;
  background: var(--line-soft);
  border: 1px solid var(--line);
  color: var(--body);
  padding: 4px 10px;
  border-radius: 100px;
  font-weight: 500;
}

.note-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green-dark);
}
.note-pill .dot { width: 6px; height: 6px; }

.note-box {
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.note-box p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.note-box strong { color: var(--ink); font-weight: 600; }

/* ─────────────── Nav ─────────────── */
.nav-wrap {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 24px;
}
.nav {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  padding: 7px 7px 7px 22px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  pointer-events: all;
  transition: background 0.35s, box-shadow 0.35s, border-color 0.35s;
}
.nav--scrolled {
  background: rgba(248, 248, 247, 0.92);
  border-color: rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.05);
}
.nav-logo { display: flex; align-items: center; gap: 6px; margin-right: 28px; }
.nav-logo svg { height: 24px; width: auto; display: block; }

.logo-word {
  color: var(--green);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.logo-word--lg { font-size: 18px; }
.nav-links { display: flex; align-items: center; }
.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: #4B5563;
  padding: 6px 13px;
  border-radius: 100px;
  transition: color 0.15s;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  display: inline-flex;
  align-items: center;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 100px;
  margin-left: 6px;
  letter-spacing: -0.01em;
  transition: background 0.15s;
}
.nav-cta:hover { background: #000; }

/* Hamburger + drop-down: hidden until the media query below turns them on. */
.nav-toggle { display: none; }
.nav-menu { display: none; }

/* ─────────────── Hero ─────────────── */
.hero {
  min-height: 100vh;
  padding: 92px 24px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(185deg, #ffffff 0%, var(--bg) 55%, #ffffff 100%);
}
.hero-glow {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: 960px;
  height: 720px;
  background: radial-gradient(ellipse at center, rgba(5, 150, 105, 0.08) 0%, transparent 65%);
  pointer-events: none;
  animation: glowPulse 5s ease-in-out infinite;
  transform: translate(-50%, 30%);
}
.hero-badge {
  animation: fadeUp 0.65s ease 0ms both;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  border-radius: 100px;
  padding: 5px 16px 5px 10px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--green-dark);
}
.hero-title {
  animation: fadeUp 0.65s ease 90ms both;
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 800;
  color: var(--ink);
  text-align: center;
  letter-spacing: -0.035em;
  line-height: 1.07;
  max-width: 840px;
  margin-bottom: 24px;
  text-wrap: balance;
}
.hero-sub {
  animation: fadeUp 0.65s ease 160ms both;
  font-size: clamp(15px, 1.4vw, 18px);
  color: var(--muted);
  text-align: center;
  line-height: 1.78;
  max-width: 560px;
  margin-bottom: 48px;
  text-wrap: pretty;
}
.hero-actions {
  animation: fadeUp 0.65s ease 230ms both;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 80px;
  flex-wrap: wrap;
  justify-content: center;
}
.hero-cards {
  animation: fadeUp 0.9s ease 340ms both;
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 660px;
  width: 100%;
  flex-wrap: wrap;
}
.hero-cards-label {
  position: absolute;
  top: -28px;
  font-size: 10px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.hero-cards-label--left { left: 0; }
.hero-cards-label--right { right: 0; }

/* ─────────────── Mini briefing cards (hero) ─────────────── */
.minicard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  width: 292px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
}
.minicard--float { animation: float 7s ease-in-out infinite; }
.minicard--float2 { animation: float2 8.5s ease-in-out infinite; }

.minicard-head {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line-soft);
  display: flex;
  align-items: center;
  gap: 8px;
}
.minicard-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicard-icon--green { background: linear-gradient(135deg, var(--green), var(--green-light)); }
.minicard-icon--indigo { background: linear-gradient(135deg, var(--indigo), var(--indigo-light)); }
.minicard-title { font-size: 11.5px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; }
.minicard-meta { font-size: 10px; color: var(--faint); }

.minicard-body { padding: 10px 15px 4px; }
.minicard-eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.minicard-eyebrow--green { color: var(--green); }
.minicard-eyebrow--indigo { color: var(--indigo); }

.minirow {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-bottom: 1px solid var(--line-faint);
}
.minirow--last { border-bottom: none; }
.minirow-text { font-size: 11px; color: var(--ink); flex: 1; }
.minirow-text--strong { font-weight: 500; }
.minirow-text--muted { color: var(--faint); }

.tag { font-size: 9px; border-radius: 4px; padding: 1px 5px; font-weight: 700; }
.tag--amber { background: var(--amber-tint); color: var(--amber-text); border: 1px solid var(--amber-border); }
.tag--green { background: var(--green-tint); color: var(--green-dark); border: 1px solid var(--green-border); }
.tag--grey { background: var(--line-soft); color: var(--faint); border: 1px solid var(--line); }

.avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 700;
}
.avatar--amber { background: var(--amber-soft); color: var(--amber-text); }
.avatar--green { background: var(--green-tint); color: var(--green-dark); }
.avatar--grey { background: var(--line-soft); color: var(--muted); }
.avatar--indigo { background: var(--indigo-tint); color: var(--indigo); }

.bars { display: flex; gap: 2px; }
.bar { display: block; width: 10px; height: 5px; border-radius: 1.5px; background: var(--line); }
.bar--green { background: var(--green); }
.bar--amber { background: var(--amber); }

.status { font-size: 9px; font-weight: 700; min-width: 38px; text-align: right; color: var(--muted); }
.status--amber { color: var(--amber-text); }
.status--green { color: var(--green); }

.minicard-alert {
  margin: 6px 15px;
  padding: 8px 10px;
  background: var(--amber-tint);
  border: 1px solid var(--amber-soft);
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.minicard-alert svg { flex-shrink: 0; margin-top: 1px; }
.minicard-alert--inline { align-items: center; }
.minicard-alert--inline svg { margin-top: 0; }
.minicard-alert-title { font-size: 10px; font-weight: 700; color: var(--amber-deep); }
.minicard-alert-text { font-size: 10px; color: var(--amber-deep); margin-top: 1px; }
.minicard-alert-inline-text { font-size: 10px; color: var(--amber-deep); font-weight: 600; }

.minicard-foot {
  padding: 10px 15px 13px;
  border-top: 1px solid var(--line-soft);
  margin-top: 6px;
}
.minicard-foot--split { display: flex; align-items: center; justify-content: space-between; }
.minicard-foot-row { display: flex; justify-content: space-between; margin-bottom: 5px; }
.minicard-foot-label {
  font-size: 9px;
  font-weight: 700;
  color: var(--faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.minicard-foot-value { font-size: 11px; font-weight: 700; color: var(--green); }
.minicard-foot--split .minicard-foot-value { font-size: 10px; }
.minicard-foot-health { display: flex; align-items: center; gap: 6px; font-size: 10px; color: var(--muted); }

.meter {
  height: 3px;
  background: var(--line-soft);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 7px;
}
.meter-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--green-light));
  border-radius: 100px;
}

.chip-row { display: flex; gap: 4px; }
.chip { font-size: 9px; padding: 2px 6px; border-radius: 4px; font-weight: 600; }
.chip--on { background: var(--green-tint); color: var(--green-dark); }
.chip--off { background: var(--line-soft); color: var(--faint); }

/* ─────────────── Alignment ─────────────── */
.ladder {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}

/* ─────────────── Problem ─────────────── */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 16px;
  max-width: 880px;
  margin: 0 auto;
}

/* ─────────────── How it works ─────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
}
.step-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green-light));
}
.step-badge {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 24px;
}
.step-badge--green { background: var(--green); }
.step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.step-text { font-size: 15px; color: var(--muted); line-height: 1.72; margin-bottom: 24px; }

/* ─────────────── Dependencies & nudges ─────────────── */
.dep-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
  align-items: center;
}
.dep-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.07), 0 2px 8px rgba(0, 0, 0, 0.04);
}
.dep-card-head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line-soft);
  background: var(--bg-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dep-card-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--green), var(--green-light));
  display: flex;
  align-items: center;
  justify-content: center;
}
.dep-card-title { font-size: 13px; font-weight: 700; color: var(--ink); }
.dep-card-meta { font-size: 11px; color: var(--faint); }

.dep-block { padding: 16px 20px; border-bottom: 1px solid var(--line-soft); }
.dep-block-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.dep-block-title {
  font-size: 10px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.dep-block-title--amber { color: var(--amber-text); }
.dep-count {
  font-size: 10px;
  background: var(--line-soft);
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 2px 8px;
  border-radius: 100px;
  font-weight: 700;
}
.dep-count--amber { background: var(--amber-tint); color: var(--amber-text); border-color: var(--amber-border); }

.dep-list { display: flex; flex-direction: column; gap: 10px; }
.dep-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: var(--amber-tint);
  border: 1px solid var(--amber-soft);
  border-radius: 10px;
}
.dep-item--muted { background: var(--bg); border-color: var(--rule); }
.dep-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
}
.dep-avatar--amber { background: var(--amber-border); color: var(--amber-text); }
.dep-avatar--indigo { background: var(--indigo-tint); color: var(--indigo); }
.dep-item-body { flex: 1; }
.dep-item-title { font-size: 12px; font-weight: 600; color: var(--ink); }
.dep-item-sub { font-size: 11px; color: var(--amber-text); margin-top: 1px; }
.dep-item-sub--muted { color: var(--faint); }
.dep-nudge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--amber-border);
  color: var(--amber-text);
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
}
.dep-age {
  font-size: 10px;
  background: var(--amber-tint);
  color: var(--amber-text);
  border: 1px solid var(--amber-border);
  padding: 2px 8px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}
.dep-confirm {
  padding: 12px 20px;
  background: var(--green-tint);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--green-dark);
  font-weight: 600;
}

.dep-points { display: flex; flex-direction: column; gap: 36px; }
.dep-point-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.dep-point-dot { background: var(--green); width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.dep-point-title { font-size: 18px; font-weight: 700; color: var(--ink); letter-spacing: -0.015em; }
.dep-point-text { font-size: 15px; color: var(--muted); line-height: 1.72; padding-left: 20px; }
.dep-quote {
  padding: 18px 22px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 12px;
  border-left: 3px solid var(--green);
}
.dep-quote p { font-size: 14px; color: var(--body); line-height: 1.7; }

/* ─────────────── For developers ─────────────── */
.browser-wrap { position: relative; margin-bottom: 72px; }
.browser-glow {
  position: absolute;
  inset: -50px -30px 10px;
  background: radial-gradient(ellipse 60% 60% at 50% 35%, rgba(5, 150, 105, 0.18), transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}
.browser {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(16, 24, 40, 0.14), 0 12px 32px rgba(16, 24, 40, 0.07);
}
.browser-chrome {
  height: 44px;
  background: var(--line-soft);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 8px;
}
.browser-dots { display: flex; gap: 7px; }
.browser-dots i { display: block; width: 11px; height: 11px; border-radius: 50%; }
.browser-dots i:nth-child(1) { background: #FF5F57; }
.browser-dots i:nth-child(2) { background: #FEBC2E; }
.browser-dots i:nth-child(3) { background: #28C840; }
.browser-urlbar-wrap { flex: 1; display: flex; justify-content: center; }
.browser-urlbar {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 5px 16px;
  min-width: 280px;
  justify-content: center;
  font-size: 12px;
  color: var(--muted);
}
.browser-chrome-spacer { width: 54px; }

/* The app is two panes: the Assistant rail on the left, the dashboard on the right. */
.app { background: #fff; display: flex; align-items: stretch; }

.app-rail {
  width: 236px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background: #F2F2F0;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.rail-head {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
}
.rail-msgs { flex: 1; padding: 14px 12px; }
.rail-msg { display: flex; align-items: flex-start; gap: 8px; }
.rail-av {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  color: var(--green-dark);
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rail-bubble {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 4px 12px 12px 12px;
  padding: 9px 12px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--body);
}
.rail-sugs { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 12px 12px; }
.rail-input {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 12px 14px;
  padding: 5px 5px 5px 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
}
.rail-input span { flex: 1; font-size: 12.5px; color: var(--faint); }
.rail-send {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-pane { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.app-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--rule);
}
.app-iconbtn {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-brand { display: flex; align-items: center; gap: 7px; }
.app-brand-mark {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--green), var(--green-light));
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-brand-name { font-size: 15px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.app-role { font-size: 13px; color: var(--faint); }
.app-bar-right { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.app-toggle {
  display: flex;
  background: var(--line-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 3px;
  gap: 2px;
}
.app-toggle span { font-size: 12px; font-weight: 500; color: var(--muted); padding: 4px 12px; border-radius: 16px; }
.app-toggle .is-active { color: #fff; background: var(--green); }
.app-conf {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  color: var(--green-dark);
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
}
.app-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--green-border);
  background: var(--green-tint);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sug {
  font-size: 12px;
  color: var(--body);
  background: #fff;
  border: 1px solid var(--line);
  padding: 5px 11px;
  border-radius: 100px;
}

/* ── Dashboard canvas ── */
.dash { flex: 1; background: #F8F8F7; padding: 14px 14px 18px; }
.dash-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.dash-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--faint);
}
.vbadge {
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(5, 150, 105, 0.1);
  color: var(--green-dark);
}
.dash-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  white-space: nowrap;
}
.dash-persona { color: var(--green); font-weight: 500; }
.dash-refresh {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid var(--rule);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Compact stat tiles — the IC view's filter strip. */
.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 7px;
  margin-bottom: 9px;
}
.tile {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 9px;
  padding: 8px 11px 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  min-width: 0;
}
.tile-top {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--faint);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
}
.tile-val {
  font-family: var(--mono), sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.tile-sub {
  font-size: 11.5px;
  color: var(--muted);
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Dashboard cards — small stat cards and full-width panels share one primitive. */
.dcards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.dcard {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 10px;
  padding: 14px 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  min-width: 0;
}
.dcard--wide { grid-column: 1 / -1; }
.dcard-label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--faint);
  margin-bottom: 9px;
}
.dcard-value {
  font-family: var(--mono), sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 4px;
}
.dcard-value--sm { font-size: 18px; }
.dcard-value--xs { font-size: 16px; }
.dcard-sub { font-size: 13px; color: var(--muted); line-height: 1.45; }
.dcard-sub--row { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.dcard-sub-warn { color: var(--amber-text); font-size: 12px; font-weight: 600; }
.dcard-cta {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 500;
  color: var(--green);
  margin-top: 8px;
}
.dcard-note {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  color: var(--amber-text);
  margin-top: 8px;
}

.action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid var(--line-soft);
}
.action-row:last-child { border-bottom: none; padding-bottom: 0; }
.action-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }
.action-dot--green { background: var(--green); }
.action-dot--amber { background: #FCD34D; }
.action-dot--grey { background: #D1D5DB; }
.action-body { flex: 1; min-width: 0; }
.action-title { font-size: 14px; color: var(--ink); line-height: 1.4; }
.action-sub { font-size: 12.5px; color: var(--muted); margin-top: 1px; }
.action-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
  color: var(--muted);
  background: var(--line-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}
.action-tool {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 28px;
}
.feature-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.feature-title { font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: -0.01em; }
.feature-text { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ─────────────── For managers ─────────────── */
.mgr-problems { margin-bottom: 64px; }
.section-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.mgr-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.mgr-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 24px 26px;
}
.mgr-card-title {
  font-size: 15.5px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.4;
}
.mgr-note {
  padding: 18px 22px;
  background: var(--indigo-tint);
  border: 1px solid #C7D2FE;
  border-radius: 12px;
  max-width: 760px;
}
.mgr-note p { font-size: 14px; color: #3730A3; line-height: 1.7; }

.bargroup { display: flex; flex-direction: column; gap: 7px; }
.barrow { display: flex; align-items: center; gap: 9px; }
.barrow-name { font-size: 13px; color: var(--ink); width: 54px; flex-shrink: 0; }
.barrow-name--wide { width: 66px; }
.barrow-track {
  flex: 1;
  height: 3px;
  background: var(--line);
  border-radius: 3px;
  overflow: hidden;
}
.barrow-fill { height: 100%; border-radius: 3px; }
.barrow-fill--red { background: #FCA5A5; }
.barrow-fill--amber { background: #FCD34D; }
.barrow-fill--green { background: var(--green); }
.barrow-value {
  font-family: var(--mono), sans-serif;
  font-size: 12px;
  color: var(--muted);
  width: 30px;
  text-align: right;
  flex-shrink: 0;
}
.barrow-value--red { color: #F87171; font-weight: 600; }

.feature-grid--gap { margin-bottom: 32px; }
.feature-icon--indigo { background: var(--indigo-tint); border-color: #C7D2FE; }

/* ─────────────── Trust & privacy ─────────────── */
.trust-callout {
  max-width: 640px;
  margin-bottom: 64px;
  padding: 20px 24px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 14px;
  border-left: 3px solid var(--green);
}
.trust-callout p { font-size: 15.5px; color: var(--ink); font-weight: 600; line-height: 1.62; }
.trust-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.trust-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-heading--flush { margin-bottom: 0; }

.context-panel {
  margin: 16px auto 0;
  max-width: 880px;
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 32px;
}
.section-label--18 { margin-bottom: 18px; }
.context-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}
.quote-card { border-radius: 12px; padding: 20px; }
.quote-card--bad { background: var(--red-tint); border: 1px solid var(--red-border); }
.quote-card--good { background: var(--green-tint); border: 1px solid var(--green-border); }
.quote-label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.quote-label--bad { color: var(--red-text); }
.quote-label--good { color: var(--green-dark); }
.quote-text { font-size: 14.5px; line-height: 1.6; }
.quote-text--bad { color: #7F1D1D; }
.quote-text--good { color: var(--green-dark); }
.context-note {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 18px;
  text-wrap: pretty;
}

/* ─────────────── Confidence & integrations ─────────────── */
.split-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 56px;
  align-items: center;
}
.body-text { font-size: 16px; color: var(--muted); line-height: 1.78; margin-bottom: 24px; }
.body-text--last { margin-bottom: 0; }

.sources-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
}
.sources-card-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.source-list { display: flex; flex-direction: column; gap: 10px; }
.source-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 12px;
}
.source-row--off { opacity: 0.6; }
.source-logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.source-logo--linear { background: #5E6AD2; }
.source-logo--github { background: #24292E; }
.source-logo--slack { background: #4A154B; }
.source-logo--notion { background: #191919; }
.source-body { flex: 1; }
.source-name { font-size: 13px; font-weight: 700; color: var(--ink); }
.source-desc { font-size: 11.5px; color: var(--faint); margin-top: 1px; }
.source-status {
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 10.5px;
  font-weight: 700;
  color: var(--green-dark);
}
.source-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.source-status--off {
  background: var(--line-soft);
  border-color: var(--line);
  color: var(--faint);
  font-weight: 600;
}
.source-status--off i { background: var(--faint); }

.source-next { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line-soft); }
.source-next-label {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 11px;
}
.source-next-list { display: flex; gap: 7px; flex-wrap: wrap; justify-content: center; }
.pill--dashed {
  color: var(--faint);
  background: #fff;
  border: 1px dashed #D1D5DB;
  padding: 4px 11px;
  font-weight: 600;
}

/* ─────────────── Built to grow (dark) ─────────────── */
.vision-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(5, 150, 105, 0.15) 0%, transparent 65%);
  pointer-events: none;
}
.vision-inner { max-width: 820px; margin: 0 auto; text-align: center; position: relative; }
.eyebrow--centered { display: inline-flex; margin-bottom: 24px; }
.eyebrow--dark .eyebrow-rule { background: rgba(255, 255, 255, 0.12); }
.h2--dark {
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.lede--dark {
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.78;
  max-width: 620px;
  margin: 0 auto 48px;
}
.vision-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: left;
}
.vision-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 26px;
}
.vision-card-label {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.vision-pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 13px; }
.pill--dark {
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 4px 11px;
  font-weight: 600;
}
.pill--live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(5, 150, 105, 0.15);
  border-color: rgba(5, 150, 105, 0.4);
}
.pill--live i { width: 5px; height: 5px; border-radius: 50%; background: var(--green-light); }
.vision-card-note { font-size: 13px; color: rgba(255, 255, 255, 0.45); line-height: 1.6; }

.btn--glow { padding: 14px 32px; box-shadow: 0 0 40px rgba(5, 150, 105, 0.3); }
.btn--glow:hover { transform: none; }

/* ─────────────── Pricing ─────────────── */
.h2--price { max-width: none; margin-bottom: 14px; }
.lede--price { max-width: 580px; line-height: 1.75; margin-bottom: 64px; }
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  max-width: 1000px;
  margin: 0 auto;
}
.price-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 20px;
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.price-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07); }
.price-card--featured {
  background: #fff;
  border: 2px solid var(--green);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(5, 150, 105, 0.1);
}
.price-card--featured:hover { box-shadow: 0 16px 48px rgba(5, 150, 105, 0.15); }
.price-flag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--green-tint);
  border: 1px solid var(--green-border);
  border-radius: 100px;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 700;
  color: var(--green-dark);
}
.price-tier {
  font-size: 11.5px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.price-tier--green { color: var(--green); }
.price-headline { font-size: 22px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; margin-bottom: 6px; }
.price-note { font-size: 13px; color: var(--faint); margin-bottom: 32px; }
.price-features { display: flex; flex-direction: column; gap: 12px; flex: 1; margin-bottom: 32px; }
.price-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--body);
  line-height: 1.5;
}
.price-feature svg { margin-top: 3px; flex-shrink: 0; }
.price-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  transition: background 0.15s;
}
.price-cta:hover { background: #000; }
.price-cta--green { background: var(--green); }
.price-cta--green:hover { background: var(--green-hover); }

/* ─────────────── Waitlist ─────────────── */
.waitlist-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(5, 150, 105, 0.13) 0%, transparent 65%);
  pointer-events: none;
}
.dot--mint { background: var(--green-light); }

.waitlist-done { text-align: center; padding: 80px 40px; }
.waitlist-done-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.15);
  border: 1px solid rgba(5, 150, 105, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}
.waitlist-done-title { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: -0.03em; margin-bottom: 12px; }
.waitlist-done-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.75;
  max-width: 400px;
  margin: 0 auto 28px;
}
.waitlist-done-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}
.waitlist-done-pill .dot { width: 6px; height: 6px; }

.waitlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 72px;
  align-items: center;
}
.waitlist-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.h2--waitlist { font-size: clamp(32px, 3.6vw, 52px); margin-bottom: 20px; }
.lede--waitlist {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.78;
  max-width: none;
  margin: 0 0 44px;
}
.waitlist-points { display: flex; flex-direction: column; gap: 16px; }
.waitlist-point {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.waitlist-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(5, 150, 105, 0.18);
  border: 1px solid rgba(5, 150, 105, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.form-card {
  background: #fff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}
.field-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.field-group { margin-bottom: 16px; }
.field-group--tools { margin-bottom: 24px; }
.field-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.field-group--tools .field-label { margin-bottom: 10px; }
.req { color: var(--green); }
.field {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  font-size: 14px;
  color: var(--ink);
  background: var(--bg-soft);
  outline: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
select.field { cursor: pointer; }
.field:focus {
  border-color: var(--green);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.08);
}

.tool-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.tool-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border-radius: 8px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--body);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.tool-chip.is-selected {
  border-color: var(--green);
  background: var(--green-tint);
  color: var(--green-dark);
  font-weight: 600;
}

.form-error {
  margin-bottom: 16px;
  padding: 10px 14px;
  background: var(--red-tint);
  border: 1px solid var(--red-border);
  border-radius: 8px;
}
.form-error p { font-size: 13px; color: var(--red-text); }
.form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--green);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 15px 20px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.15s;
}
.form-submit:hover { background: var(--green-hover); }
.form-footnote {
  font-size: 12px;
  color: var(--faint);
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.01em;
}

/* ─────────────── FAQ ─────────────── */
.h2--faq { margin-bottom: 52px; }
.faq { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid var(--rule); }
.faq-item--last { border-bottom: 1px solid var(--rule); }
.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.faq-chevron { flex-shrink: 0; transition: transform 0.2s; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.is-open .faq-answer { max-height: 300px; }
.faq-answer p { font-size: 15px; color: var(--muted); line-height: 1.75; padding-bottom: 20px; }

/* ─────────────── Footer ─────────────── */
.site-footer { padding: 60px 24px 48px; background: var(--bg); border-top: 1px solid var(--rule); }
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.footer-brand { max-width: 320px; }
.footer-logo { display: flex; align-items: center; gap: 6px; margin-bottom: 14px; }
.footer-logo svg { height: 26px; width: auto; display: block; }
.footer-tagline { font-size: 14px; color: var(--muted); line-height: 1.68; }
.footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--faint);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 14px; color: var(--muted); transition: color 0.15s; }
.footer-links a:hover { color: var(--ink); }
.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--green);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 100px;
  transition: background 0.15s;
}
.footer-cta:hover { background: var(--green-hover); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--faint);
}

/*APPEND*/

/* ─────────────── Responsive ─────────────── */
/* Class selectors, not `section` — `.section` and `.hero` carry the base padding
   at specificity (0,1,0), so a bare element selector here would silently lose the
   cascade. The original artifact solved the same problem with !important. */
@media (max-width: 820px) {
  .nav-links { display: none; }
  .nav { position: relative; }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 6px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
  }
  .nav-toggle:hover { background: rgba(0, 0, 0, 0.04); }
  .nav-toggle-bars {
    position: relative;
    display: block;
    width: 15px;
    height: 10px;
  }
  /* Two bars that rotate into an X when the menu is open. */
  .nav-toggle-bars i {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    border-radius: 2px;
    background: var(--ink);
    transition: transform 0.25s, top 0.25s;
  }
  .nav-toggle-bars i:first-child { top: 1px; }
  .nav-toggle-bars i:last-child { top: 7px; }
  .nav.is-menu-open .nav-toggle-bars i:first-child { top: 4px; transform: rotate(45deg); }
  .nav.is-menu-open .nav-toggle-bars i:last-child { top: 4px; transform: rotate(-45deg); }

  .nav-menu {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    min-width: 190px;
    padding: 8px;
    background: rgba(248, 248, 247, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  }
  .nav.is-menu-open .nav-menu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav-menu a {
    font-size: 14px;
    font-weight: 500;
    color: #4B5563;
    padding: 9px 12px;
    border-radius: 10px;
    transition: background 0.15s, color 0.15s;
  }
  .nav-menu a:hover,
  .nav-menu a:focus-visible { background: rgba(0, 0, 0, 0.04); color: var(--ink); }
  .section, .hero { padding: 88px 18px; }
  .hero { padding-top: 92px; }
  .hero-badge { margin-bottom: 24px; }
  .site-footer { padding-left: 18px; padding-right: 18px; }
}
/* The mockups' Assistant rail is the first thing to go — the dashboard is the point. */
@media (max-width: 900px) {
  .app-rail { display: none; }
  .app-role, .dash-persona { display: none; }
  .dash { padding: 12px 12px 16px; }
  .dcards { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
}
@media (max-width: 520px) {
  /* Logo + CTA + hamburger have to survive a 360px viewport. */
  .nav { padding-left: 16px; }
  .nav-logo { margin-right: 0; }
  .nav-cta { padding: 8px 14px; }
  .section, .hero { padding-top: 72px; padding-bottom: 72px; }
  .hero { padding-top: 92px; padding-bottom: 72px; }
}
