/* ============================================================
   cash2schedule — landing page
   Graphite structure, one orange signal. Geist + Geist Mono.
   ============================================================ */

:root {
  --graphite: #18181B;
  --orange: #FF5A1F;
  --orange-tint: #FF8A5C;
  --canvas: #FAF8F5;
  --steel: #6B6A66;
  --ok: #1F9D5B;
  --bad: #E0492F;

  --ink: #18181B;
  --ink-2: #3a3a3e;
  --line: #ECE8E2;
  --white: #ffffff;

  --maxw: 1180px;
  --radius: 18px;
  --radius-sm: 12px;

  --sans: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

/* offset deep-link targets for the sticky nav */
.feature, .section, #top { scroll-margin-top: 88px; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

.accent { color: var(--orange); }
.mono { font-family: var(--mono); font-variant-numeric: tabular-nums; }
.ok { color: var(--ok); }
.bad { color: var(--bad); }

a { color: inherit; text-decoration: none; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-weight: 500; font-size: 15px;
  padding: 11px 20px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .15s ease, color .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.btn--primary { background: var(--orange); color: #fff; }
.btn--primary:hover { background: #ec4f17; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--graphite); }
.btn--ghost:hover { background: var(--graphite); color: #fff; }
.btn--lg { padding: 14px 26px; font-size: 16px; }
.btn--block { width: 100%; }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(250,248,245,.82);
  backdrop-filter: saturate(140%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.nav.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 20px rgba(24,24,27,.04); }
.nav__inner { display: flex; align-items: center; gap: 28px; height: 70px; }

.brand { display: inline-flex; align-items: center; gap: 10px; }
.logo-mark { display: inline-flex; line-height: 0; }
.brand__word { font-size: 21px; font-weight: 600; letter-spacing: -.02em; }

.nav__links { display: flex; gap: 26px; margin-left: 8px; }
.nav__links a { font-size: 15px; color: var(--ink-2); transition: color .15s ease; }
.nav__links a:hover { color: var(--ink); }

.nav__actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.nav__phone { font-family: var(--mono); font-size: 14px; color: var(--ink-2); }
.nav__phone:hover { color: var(--ink); }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav__toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile { display: none; flex-direction: column; gap: 4px; padding: 8px 28px 20px; border-bottom: 1px solid var(--line); background: var(--canvas); }
.nav__mobile a { padding: 12px 4px; font-size: 17px; color: var(--ink); border-bottom: 1px solid var(--line); }
.nav__mobile a:last-child { border: 0; margin-top: 10px; }
.nav__mobile.is-open { display: flex; }

/* ---------- Hero ---------- */
.hero { padding: 76px 0 60px; }
.hero__inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }

.eyebrow {
  font-family: var(--mono); font-size: 13px; letter-spacing: .06em;
  text-transform: uppercase; color: var(--orange); display: inline-block; margin-bottom: 20px;
}
.hero__title { font-size: clamp(38px, 5vw, 60px); line-height: 1.04; letter-spacing: -.03em; font-weight: 600; }
.hero__sub { margin-top: 22px; font-size: 18px; color: var(--ink-2); max-width: 540px; }
.hero__cta { margin-top: 30px; display: flex; gap: 16px; flex-wrap: wrap; align-items: flex-start; }

/* CTA button + trial note */
.cta-btn { display: inline-flex; flex-direction: column; gap: 9px; }
.cta-btn--center { align-items: center; }
.cta-btn__note { font-size: 12.5px; letter-spacing: .02em; color: var(--steel); }
.demo-band { display: flex; justify-content: center; padding: 8px 0 4px; }
.section--features .demo-band { padding: 40px 0; }
.hero__proof { margin-top: 28px; display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--steel); }
.hero__proof strong { color: var(--ink); }
.stars { color: var(--orange); letter-spacing: 2px; font-size: 15px; }

/* ---------- Dashboard mockup ---------- */
.dash {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: 0 30px 60px -30px rgba(24,24,27,.28), 0 8px 24px -12px rgba(24,24,27,.12);
  overflow: hidden;
}
.dash__bar {
  background: var(--graphite); color: #fff; padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.dash__brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; font-size: 15px; }
.pill { font-family: var(--mono); font-size: 11px; letter-spacing: .05em; padding: 5px 10px; border-radius: 999px; }
.pill--ok { background: var(--orange); color: #fff; }

.dash__stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); }
.stat { background: var(--white); padding: 16px 16px 18px; }
.stat__label { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--steel); }
.stat__num { font-family: var(--mono); font-size: 24px; font-weight: 500; margin-top: 6px; display: block; letter-spacing: -.01em; }
.stat__num--ok { color: var(--ok); }
.stat__num--bad { color: var(--bad); }

.dash__gantt { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 12px; }
.grow { display: grid; grid-template-columns: 120px 1fr; align-items: center; gap: 14px; }
.grow__name { font-size: 13px; color: var(--ink-2); }
.grow__track { position: relative; height: 26px; background: #f4f1ec; border-radius: 7px; }
.grow__fill { position: absolute; top: 4px; bottom: 4px; border-radius: 5px; }
.grow__fill--blue { background: #3f76d6; }
.grow__fill--orange { background: var(--orange); }

/* ---------- Strip ---------- */
.strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; }
.strip__label { font-family: var(--mono); font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: var(--steel); text-align: center; }
.strip__items { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 38px; margin-top: 18px; }
.strip__items li { font-size: 17px; font-weight: 500; color: var(--ink-2); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section__head { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.kicker {
  display: inline-flex; align-items: center; gap: 7px;
  font-family: var(--mono); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--orange);
}
.kicker svg { width: 15px; height: 15px; }
.section__title { font-size: clamp(34px, 5vw, 56px); line-height: 1.04; letter-spacing: -.03em; font-weight: 700; margin-top: 16px; }
.section__lead { margin-top: 18px; font-size: 19px; color: var(--ink-2); max-width: 600px; margin-left: auto; margin-right: auto; }

/* tag cloud */
.tagcloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.tag { padding: 9px 16px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 14.5px; color: var(--ink-2); }

/* ---------- Features ---------- */
.section--features { padding-top: 30px; }
.feature {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
  padding: 56px 0; border-top: 1px solid var(--line);
}
.feature:first-of-type { border-top: 0; }
.feature--rev .feature__copy { order: 2; }
.feature__no { font-family: var(--mono); font-size: 14px; color: var(--orange); letter-spacing: .04em; }
.feature__title { font-size: clamp(24px, 3vw, 32px); line-height: 1.12; letter-spacing: -.02em; font-weight: 600; margin-top: 10px; }
.feature__text { margin-top: 16px; font-size: 17px; color: var(--ink-2); max-width: 480px; }
.ticks { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 11px; }
.ticks li { position: relative; padding-left: 28px; font-size: 15.5px; color: var(--ink-2); }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 7px; width: 16px; height: 9px;
  border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
}

/* feature art cards */
.feature__art { display: flex; }

/* screenshot / gif browser frame */
.shot {
  width: 100%; margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 28px 60px -34px rgba(24,24,27,.32), 0 8px 20px -14px rgba(24,24,27,.14);
}
.shot__bar {
  display: flex; align-items: center; gap: 7px; padding: 11px 14px;
  background: var(--graphite); position: relative;
}
.shot__bar span { width: 10px; height: 10px; border-radius: 50%; background: #3a3a3e; }
.shot__bar span:first-child { background: var(--orange); }
.shot__tag {
  position: absolute; right: 14px; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--orange); display: inline-flex; align-items: center; gap: 6px;
}
.shot__tag::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .25; } }
.shot__img { display: block; width: 100%; height: auto; background: var(--canvas); }
.shot__label {
  position: absolute; right: 14px; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase;
  color: #b6b6b9;
}

/* two stacked product shots (job + company view) */
.shot-stack { display: flex; flex-direction: column; gap: 18px; width: 100%; }

/* ---------- Stats band ---------- */
.section--stats { background: var(--graphite); color: #fff; padding: 64px 0; }
.statgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.bigstat { text-align: left; }
.bigstat__num { font-family: var(--mono); font-size: clamp(34px, 4vw, 48px); font-weight: 500; letter-spacing: -.02em; display: block; }
.bigstat__label { display: block; margin-top: 8px; font-size: 14.5px; color: #b6b6b9; max-width: 240px; }

/* ---------- Who ---------- */
.whogrid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 44px; }
.who-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; transition: transform .15s ease, box-shadow .15s ease; }
.who-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -26px rgba(24,24,27,.28); }
.who-card h3 { font-size: 18.5px; font-weight: 700; letter-spacing: -.01em; }
.who-card p { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }

/* ---------- Rollout ---------- */
.section--rollout { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 44px; }
.phase { padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--canvas); position: relative; }
.phase__when { display: inline-block; font-size: 13px; color: #fff; background: var(--orange); padding: 4px 11px; border-radius: 999px; }
.phase h3 { font-size: 19px; font-weight: 600; margin-top: 16px; letter-spacing: -.01em; }
.phase p { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); }

/* ---------- Quote ---------- */
.section--quote { padding: 96px 0; }
.quote { max-width: 860px; margin: 0 auto; text-align: center; }
.quote p { font-size: clamp(22px, 2.8vw, 32px); line-height: 1.35; letter-spacing: -.02em; font-weight: 500; }
.quote footer { margin-top: 28px; display: flex; flex-direction: column; gap: 3px; }
.quote__name { font-weight: 600; }
.quote__role { font-size: 14px; color: var(--steel); }

/* ---------- CTA ---------- */
.cta { padding: 0; }
.cta__inner {
  background: var(--graphite); color: #fff; border-radius: 28px;
  padding: 72px 40px; text-align: center;
  background-image: radial-gradient(1200px 400px at 50% -40%, rgba(255,90,31,.18), transparent 70%);
}
.cta__title { font-size: clamp(30px, 4vw, 46px); line-height: 1.08; letter-spacing: -.03em; font-weight: 600; }
.cta__sub { margin: 18px auto 0; font-size: 18px; color: #c2c2c5; max-width: 560px; }
.cta__form { margin: 32px auto 0; display: flex; gap: 12px; max-width: 480px; flex-wrap: wrap; justify-content: center; }
.cta__input {
  flex: 1; min-width: 220px; padding: 14px 18px; border-radius: 999px; border: 1px solid #3a3a3e;
  background: #232327; color: #fff; font-family: var(--sans); font-size: 16px;
}
.cta__input::placeholder { color: #8a8a8e; }
.cta__input:focus { outline: none; border-color: var(--orange); }
.cta__inner .cta-btn { margin: 32px auto 0; }
.cta__inner .cta-btn__note { color: #c2c2c5; }
.cta__fine { margin-top: 22px; font-size: 13px; letter-spacing: .04em; color: var(--orange); }

/* ---------- Footer ---------- */
.footer { padding: 64px 0 32px; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.brand--footer .brand__word { font-size: 19px; }
.footer__tag { margin-top: 16px; font-size: 14.5px; color: var(--steel); max-width: 280px; }
.footer__col h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; color: var(--ink); margin-bottom: 14px; }
.footer__col a { display: block; font-size: 14.5px; color: var(--ink-2); padding: 5px 0; transition: color .15s ease; }
.footer__col a:hover { color: var(--orange); }
.footer__base {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line);
  font-size: 13px; color: var(--steel); font-family: var(--mono);
}
.footer__legal { display: flex; gap: 20px; }
.footer__legal a:hover { color: var(--orange); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 940px) {
  .nav__links, .nav__actions { display: none; }
  .nav__toggle { display: flex; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .feature { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
  .feature--rev .feature__copy { order: 0; }
  .statgrid { grid-template-columns: repeat(3,1fr); gap: 28px; }
  .whogrid { grid-template-columns: repeat(2,1fr); }
  .timeline { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .container { padding: 0 20px; }
  .hero { padding: 48px 0 40px; }
  .section { padding: 60px 0; }
  .dash__stats { grid-template-columns: repeat(2,1fr); }
  .statgrid { grid-template-columns: 1fr; }
  .whogrid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .cta__inner { padding: 52px 22px; }
  .bigstat__label { max-width: none; }
}
