/* ════════════════════════════════════════════
   OCTODROP — HOME (runway-inspired flow)
   ════════════════════════════════════════════ */

:root {
  --cream: #F6F2E9;
  --cream-deep: #EFEADC;
  --ink: #111110;
}

/* background dot grid */
body.home::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1px);
  background-size: 40px 40px;
}
body.home > * { position: relative; z-index: 1; }
/* nav must keep its fixed/floating behavior from style.css */
body.home > nav.nav { position: fixed; z-index: 200; }

/* ── NAV PILLS ───────────────────────────── */
.nav-pricing-pill, .nav-login {
  display: inline-flex; align-items: center;
  padding: 8px 14px; background: transparent; border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--text); text-decoration: none; transition: background 0.2s;
}
.nav-pricing-pill:hover, .nav-login:hover { background: rgba(0,0,0,0.04); }
.nav-demo-btn {
  display: inline-flex; align-items: center; padding: 8px 16px;
  background: var(--orange); border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
  color: #111; text-decoration: none; transition: background 0.2s;
}
.nav-demo-btn:hover { background: #e8aa22; }

/* ── HERO ────────────────────────────────── */
.home-hero {
  position: relative; overflow: hidden;
  padding: 150px 24px 40px; text-align: center;
}
.home-hero-glow {
  position: absolute; top: -80px; left: 50%; transform: translateX(-50%);
  width: 900px; height: 600px;
  background: radial-gradient(ellipse at 50% 0%, rgba(245,183,49,0.12) 0%, transparent 65%);
  pointer-events: none; z-index: 0;
}
.home-hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.home-hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 800; line-height: 0.98; letter-spacing: -0.04em;
  max-width: 760px; margin: 0 auto 24px;
}
.home-hero p.lead {
  font-size: 17px; color: var(--text-sec); line-height: 1.6;
  max-width: 540px; margin: 0 auto 32px;
}
.home-hero-ctas {
  display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 18px;
}
.home-hero-meta { font-size: 12px; color: var(--text-muted); letter-spacing: 0.01em; }
.home-hero-meta .dot { display: inline-block; margin: 0 8px; opacity: 0.4; }

/* ── DASHBOARD MOCKUP (hero) ─────────────── */
.hero-mockup-wrap { max-width: 980px; margin: 50px auto 0; padding: 0 24px; position: relative; z-index: 1; }
.hero-mockup {
  background: #fff; border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 -2px 0 rgba(245,183,49,0.10), 0 0 0 1px rgba(0,0,0,0.04), 0 24px 60px rgba(0,0,0,0.09);
}
.hero-mockup .mockup-bar { height: 32px; padding: 0 14px; }
.hero-mockup .m-dot { width: 9px; height: 9px; }
.hero-mockup .mockup-bd { height: 380px; }
.hero-mockup .m-sidebar { width: 162px; padding: 14px 8px; font-size: 12px; }
.hero-mockup .m-logo { font-size: 12px; padding: 6px 8px; margin-bottom: 10px; }
.hero-mockup .m-logo-sq { width: 14px; height: 14px; border-radius: 3px; }
.hero-mockup .m-nav-item { padding: 6px 8px; font-size: 11px; }
.hero-mockup .m-nav-sq { width: 11px; height: 11px; border-radius: 3px; }
.hero-mockup .m-topbar { height: 40px; padding: 0 16px; }
.hero-mockup .m-title { font-size: 13px; }
.hero-mockup .m-search { font-size: 11px; padding: 4px 10px; width: 160px; }
.hero-mockup .m-content { padding: 14px 16px; gap: 12px; }
.hero-mockup .m-stat { padding: 10px 12px; }
.hero-mockup .m-stat-v { font-size: 18px; }
.hero-mockup .m-stat-l { font-size: 10px; }
.hero-mockup .m-stat-c { font-size: 10px; }
.hero-mockup .m-chart-area { padding: 10px 12px; flex: 0 0 72px; }
.hero-mockup .m-flow { padding: 6px 10px; }
.hero-mockup .m-flow-name { font-size: 11px; }

/* ── HERO PRODUCT MOCKUP (rebuild) ───────── */
.hero-app {
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.04), 0 24px 60px rgba(0,0,0,0.10);
}
.hero-app-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 22px; border-bottom: 1px solid rgba(0,0,0,0.06); background: #fff;
}
.hero-app-top .brand img { height: 19px; display: block; }
.hero-app-top .right { display: flex; align-items: center; gap: 16px; }
.hero-app-top .right .ico { width: 18px; height: 18px; color: #a59f95; }
.hero-app-top .right .bot-ico { color: #1B2A4A; }
.hero-app-top .avatar {
  width: 28px; height: 28px; border-radius: 50%;
  background: #ECE7DC; color: #9b9384;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: 0; flex-shrink: 0;
}
.hero-app-top .right .email { font-size: 13px; color: var(--text-sec); font-family: 'DM Sans', sans-serif; }

.hero-app-body { display: grid; grid-template-columns: 1fr 320px; }

/* launcher */
.launcher { padding: 38px 40px 195px; background: #faf9f6; }
.launcher-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 10px; max-width: 440px; margin: 0 auto; }
.tile { display: flex; flex-direction: column; align-items: center; gap: 11px; text-align: center; }
.tile-ic {
  width: 62px; height: 62px; border-radius: 16px;
  background: #fff; border: 1px solid rgba(0,0,0,0.06);
  display: flex; align-items: center; justify-content: center;
  color: #1B2A4A; box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.tile-ic svg { width: 25px; height: 25px; }
.tile:hover .tile-ic { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(0,0,0,0.08); }
.tile.active .tile-ic {
  border-color: rgba(245,183,49,0.65);
  box-shadow: 0 0 0 3px rgba(245,183,49,0.15);
  color: #b3801a;
}
.tile-label { font-size: 12px; color: var(--text-sec); font-weight: 500; line-height: 1.3; font-family: 'DM Sans', sans-serif; max-width: 80px; }

/* odex panel */
.odex { border-left: 1px solid rgba(0,0,0,0.07); display: flex; flex-direction: column; background: #fff; }
.odex-head { display: flex; align-items: center; justify-content: space-between; padding: 17px 18px 0; }
.odex-head .t { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 14px; color: var(--text); }
.odex-head .x { width: 16px; height: 16px; color: #bdb8af; cursor: pointer; }
.odex-sel {
  margin: 14px 18px; padding: 10px 12px; border: 1px solid rgba(0,0,0,0.1); border-radius: 8px;
  display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--text-sec);
  font-family: 'DM Sans', sans-serif;
}
.odex-sel .lbl { flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.odex-sel svg { width: 14px; height: 14px; color: #aaa; flex-shrink: 0; }
.odex-chat { padding: 2px 18px; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.odex-user {
  align-self: flex-end; background: #1B2A4A; color: #fff;
  border-radius: 13px 13px 4px 13px; padding: 10px 13px; font-size: 12px;
  max-width: 86%; line-height: 1.45; font-family: 'DM Sans', sans-serif;
}
.odex-reply { font-size: 12px; color: var(--text-sec); line-height: 1.6; font-family: 'DM Sans', sans-serif; }
.odex-reply code {
  background: #f1efe9; padding: 1px 5px; border-radius: 4px; font-size: 11px;
  color: var(--text); font-family: ui-monospace, 'SF Mono', Menlo, monospace;
}
.odex-reply ul { list-style: none; margin-top: 9px; display: flex; flex-direction: column; gap: 8px; }
.odex-reply li { padding-left: 15px; position: relative; }
.odex-reply li::before { content: ''; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; border-radius: 50%; background: var(--text); }
.odex-status {
  border: 1px solid rgba(39,201,63,0.28); background: rgba(39,201,63,0.05);
  border-radius: 11px; padding: 13px 15px;
}
.odex-status .row { display: flex; align-items: center; gap: 8px; }
.odex-status .chk { width: 16px; height: 16px; color: #1fae3e; flex-shrink: 0; }
.odex-status .ttl { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700; font-size: 12px; color: var(--text); }
.odex-status .meta { margin-left: auto; font-size: 10.5px; color: var(--text-muted); font-family: 'DM Sans', sans-serif; }
.odex-status .sub { font-size: 11px; color: var(--text-muted); margin-top: 6px; padding-left: 24px; font-family: 'DM Sans', sans-serif; }
.odex-input {
  margin: 14px 18px 18px; border: 1px solid rgba(0,0,0,0.1); border-radius: 11px;
  padding: 12px 14px; display: flex; align-items: center; gap: 11px;
}
.odex-spacer { flex: 1; }
.odex-input .clip { width: 16px; height: 16px; color: #b3aea4; flex-shrink: 0; }
.odex-input .ph { flex: 1; font-size: 12px; color: var(--text-muted); font-family: 'DM Sans', sans-serif; }
.odex-input .send { width: 25px; height: 25px; border-radius: 50%; background: #1B2A4A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.odex-input .send svg { width: 13px; height: 13px; color: #fff; }

/* ── INTEGRATION MARQUEE ─────────────────── */
.marquee-section {
  position: relative; z-index: 5;
  margin-top: -34px;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 64px 0; overflow: hidden;
  background: var(--bg);
  box-shadow: 0 -18px 40px rgba(0,0,0,0.05);
}
.marquee-label {
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); text-align: center; margin-bottom: 48px;
}
.marquee {
  display: flex; gap: 56px; width: max-content; align-items: center;
  animation: marquee-scroll 38s linear infinite;
}
.marquee-section:hover .marquee { animation-play-state: paused; }
@keyframes marquee-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-chip {
  display: inline-flex; align-items: center; flex-shrink: 0;
}
.marquee-chip img {
  height: 34px; width: auto; display: block; flex-shrink: 0;
  opacity: 0.55; filter: grayscale(1);
  transition: opacity 0.25s ease, filter 0.25s ease;
}
.marquee-chip:hover img { opacity: 1; filter: grayscale(0); }

/* ── STATEMENT (word reveal) ─────────────── */
.statement {
  background: var(--cream); border-bottom: 1px solid var(--border);
  padding: 160px 24px 170px;
}
.statement-inner { max-width: 1000px; margin: 0 auto; }
.statement-eyebrow {
  font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 36px; display: flex; align-items: center; gap: 10px;
}
.statement-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--orange); }
.statement-text {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 4.4vw, 60px);
  font-weight: 800; line-height: 1.12; letter-spacing: -0.03em;
  color: var(--ink);
}
.reveal-word {
  display: inline-block;
  opacity: 0.16;
  transition: opacity 0.35s ease;
}
.reveal-word.lit { opacity: 1; }
.reveal-word.accent.lit { color: var(--orange); }

/* ── FEATURE CARDS ───────────────────────── */
.feat-cards { background: var(--bg); padding: 110px 24px 120px; }
.feat-head {
  max-width: 1080px; margin: 0 auto 56px; text-align: center;
}
.feat-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 3.6vw, 50px); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.04; color: var(--text);
}
.feat-sub {
  font-size: 16px; color: var(--text-sec); line-height: 1.6;
  max-width: 520px; margin: 18px auto 0;
}
.feat-cards-grid {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.feat-card {
  background: #fff; border: 1px solid var(--border);
  border-radius: 16px; padding: 24px 28px 30px;
  display: flex; flex-direction: column;
}
.feat-card-visual {
  height: 346px; margin: 0 -4px 26px; overflow: hidden;
}
.feat-card-ic {
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: flex-start;
  color: var(--orange); margin-bottom: 16px;
}
.feat-card-ic svg { width: 30px; height: 30px; }
.feat-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 21px; font-weight: 800;
  letter-spacing: -0.02em; color: var(--text); margin-bottom: 8px;
}
.feat-card-sub {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700;
  color: var(--text); margin-bottom: 18px;
}
.feat-card-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.feat-card-list li {
  font-size: 14px; color: var(--text-sec); line-height: 1.45;
  display: flex; align-items: flex-start; gap: 11px;
}
.feat-card-list li::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange);
  flex-shrink: 0; margin-top: 8px;
}
.feat-window {
  background: #fff; border-radius: 12px; height: 100%;
  border: 1px solid rgba(0,0,0,0.07); overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  display: flex; flex-direction: column;
}
.feat-window .fw-bar {
  height: 36px; background: #faf9f7; border-bottom: 1px solid rgba(0,0,0,0.05);
  display: flex; align-items: center; gap: 5px; padding: 0 14px; flex-shrink: 0;
}
.fw-bar .dot { width: 8px; height: 8px; border-radius: 50%; }
.fw-bar .lbl {
  margin-left: 10px; font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 11px; font-weight: 700; color: #aaa;
}
.fw-body { flex: 1; padding: 16px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }

/* feature visual 1: dashboard tiles */
.fv-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fv-tile {
  border: 1px solid rgba(0,0,0,0.05); border-radius: 10px; padding: 13px; background: #fff;
}
.fv-tile .ic {
  width: 30px; height: 30px; border-radius: 8px; background: rgba(245,183,49,0.14);
  display: flex; align-items: center; justify-content: center; margin-bottom: 8px;
}
.fv-tile .ic svg { width: 15px; height: 15px; }
.fv-tile .t { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #111; margin-bottom: 3px; }
.fv-tile .s { font-size: 12px; color: #999; }

/* feature visual 2: flow */
.fv-flow { display: flex; flex-direction: column; gap: 7px; }
.fv-node {
  display: flex; align-items: center; gap: 11px;
  border: 1px solid rgba(0,0,0,0.06); background: #fff; border-radius: 9px;
  padding: 10px 13px; font-size: 13px; color: #444;
}
.fv-node.lit { border-color: rgba(245,183,49,0.4); background: rgba(245,183,49,0.05); }
.fv-node .nd { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.fv-prompt {
  background: #f7f6f3; border-radius: 10px; padding: 10px 13px;
  font-size: 13px; color: var(--text-sec); margin-bottom: 4px;
}
.fv-prompt b { color: var(--text); font-weight: 600; }

/* feature visual 3: deployment phases */
.fv-phase {
  border: 1px solid rgba(0,0,0,0.06); background: #fff; border-radius: 10px;
  padding: 15px 17px; display: flex; align-items: center; justify-content: space-between;
}
.fv-phase .pn { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: #222; }
.fv-phase .ps { font-size: 12px; }
.fv-phase.done { border-color: rgba(39,201,63,0.3); }
.fv-phase.active { border-color: rgba(245,183,49,0.4); }

/* ── STACKED CARDS ───────────────────────── */
.stack-section { background: var(--cream); border-top: 1px solid var(--border); padding: 110px 0 120px; }
.stack-head { max-width: 1080px; margin: 0 auto; padding: 120px 24px 60px; text-align: center; }
.stack-head .feat-eyebrow { margin-bottom: 16px; }
.stack-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(30px, 3.4vw, 46px); font-weight: 800;
  letter-spacing: -0.028em; line-height: 1.06; color: var(--text); max-width: 600px; margin: 0 auto;
}
.stack-wrap { max-width: 1128px; margin: 0 auto; padding: 0 24px; }
.stack-card {
  position: sticky;
  scroll-margin-top: 110px;
  background: #fff; border: 1px solid var(--border); border-radius: 20px;
  padding: 48px; margin-bottom: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.07);
  display: grid; grid-template-columns: 1fr 0.9fr; gap: 44px; align-items: center;
  min-height: 320px;
}
.stack-card:nth-child(1) { top: 110px; }
.stack-card:nth-child(2) { top: 130px; }
.stack-card:nth-child(3) { top: 150px; }
.stack-card:nth-child(4) { top: 170px; }
.stack-num {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 800;
  color: var(--orange); letter-spacing: 0.08em; margin-bottom: 16px;
}
.stack-card h3 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800; letter-spacing: -0.025em; color: var(--text); margin-bottom: 14px; line-height: 1.1;
}
.stack-card p { font-size: 15px; color: var(--text-sec); line-height: 1.65; margin-bottom: 20px; }
.stack-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.stack-list li { font-size: 14px; color: var(--text-sec); display: flex; align-items: flex-start; gap: 10px; }
.stack-list li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); flex-shrink: 0; margin-top: 9px; }
.stack-visual {
  background: #f7f6f3; border: 1px solid rgba(0,0,0,0.05); border-radius: 14px;
  height: 230px; padding: 18px; overflow: hidden; display: flex; flex-direction: column; gap: 10px;
}
.sv-row { display: flex; align-items: center; gap: 10px; background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 8px; padding: 11px 13px; font-size: 12px; color: #555; }
.sv-row .nd { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; background: var(--orange); }
.sv-row .sp { margin-left: auto; font-size: 11px; color: #aaa; }
.sv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sv-stat { background: #fff; border: 1px solid rgba(0,0,0,0.05); border-radius: 9px; padding: 13px; }
.sv-stat .v { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: #111; }
.sv-stat .l { font-size: 10px; color: #999; margin-top: 3px; }
.sv-bars { display: flex; align-items: flex-end; gap: 7px; height: 70px; padding-top: 8px; }
.sv-bars span { flex: 1; background: rgba(245,183,49,0.5); border-radius: 3px 3px 0 0; }

/* dashboards & reporting — mini app card (matches hero card) */
.dash-visual { height: auto; padding: 0; background: transparent; border: none; overflow: visible; }
.dash-mini {
  background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column;
}
.dm-top {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; border-bottom: 1px solid rgba(0,0,0,0.06); background: #fff;
}
.dm-crumb { font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500; color: var(--text-sec); }
.dm-avatar {
  width: 24px; height: 24px; border-radius: 50%; background: #ECE7DC; color: #9b9384;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 11px; font-weight: 700;
}
.dm-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 22px 18px 8px; background: #faf9f6; }
.dm-kpi {
  background: #fff; border: 1px solid rgba(0,0,0,0.06); border-radius: 12px; padding: 18px 15px;
  display: flex; flex-direction: column; gap: 10px;
}
.dm-kpi .k-l { font-family: 'DM Sans', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #a59f95; line-height: 1.2; }
.dm-kpi .k-v { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 30px; font-weight: 800; color: #1B2A4A; line-height: 1; }
.dm-report { padding: 20px 18px 27px; background: #faf9f6; display: flex; flex-direction: column; gap: 13px; }
.dm-report-h { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: var(--text); margin-bottom: 2px; }
.dm-bar { display: flex; align-items: center; gap: 11px; }
.dm-bar .b-l { font-family: 'DM Sans', sans-serif; font-size: 12px; color: var(--text-sec); width: 68px; flex-shrink: 0; }
.dm-bar .b-track { flex: 1; height: 9px; border-radius: 5px; background: #ece9e2; overflow: hidden; }
.dm-bar .b-fill { height: 100%; border-radius: 5px; }
.dm-bar .b-n { font-family: 'DM Sans', sans-serif; font-size: 11px; color: var(--text-muted); width: 12px; text-align: right; flex-shrink: 0; }

/* workflows & automation — mini flow card (matches hero card) */
.flow-visual { height: auto; padding: 0; background: transparent; border: none; overflow: visible; }
.flow-mini {
  position: relative; background: #fff; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px;
  padding: 18px 18px 6px; background: #faf9f6; height: 292px; box-sizing: border-box;
  display: block; overflow: hidden;
}
.fl-step {
  position: relative; background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 12px;
  padding: 17px 15px; margin-bottom: 14px;
}
.fl-step:not(:last-of-type)::after {
  content: ''; position: absolute; left: 26px; top: 100%; width: 1.5px; height: 14px;
  background: rgba(0,0,0,0.12);
}
.fl-trigger { background: #fff; border-color: rgba(0,0,0,0.07); }
.fl-trigger .fl-tag { color: #a59f95; }
.fl-condition,
.fl-nested { background: rgba(58,111,240,0.06); border-color: rgba(58,111,240,0.35); }
.fl-condition .fl-tag,
.fl-nested .fl-tag { color: #3a6ff0; }
.fl-condition::after { display: none; }
.fl-nested {
  width: calc(100% - 48px);
  margin-left: 48px;
}
.fl-nested::before {
  content: '';
  position: absolute;
  left: -24px;
  top: -15px;
  width: 24px;
  height: 33px;
  border-left: 1.5px solid rgba(0,0,0,0.12);
  border-bottom: 1.5px solid rgba(0,0,0,0.12);
  border-bottom-left-radius: 10px;
}
.fl-nested:not(:last-of-type)::after {
  left: -44px;
}
.fl-tag { display: block; font-family: 'DM Sans', sans-serif; font-size: 9.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #a59f95; line-height: 1.2; }
.fl-title { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--text); margin-top: 2px; }
.fl-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 56px; background: linear-gradient(to bottom, rgba(250,249,246,0), #faf9f6); pointer-events: none; }

/* integrations — octodrop ↔ xero connect card */
.xero-visual { height: auto; padding: 0; background: transparent; border: none; overflow: visible; }
.xero-mini {
  background: #faf9f6; border: 1px solid rgba(0,0,0,0.08); border-radius: 14px;
  height: 292px; box-sizing: border-box; overflow: hidden;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 14px;
}
.xero-conn { display: flex; align-items: center; gap: 0; margin-bottom: 11px; }
.xero-conn-mark { width: 28px; height: 28px; display: flex; align-items: center; justify-content: center; }
.xero-conn-mark svg, .xero-conn-mark img { width: 28px; height: 28px; display: block; }
.xero-conn-mark.octo svg { width: 22px; height: 22px; }
.xero-conn-line {
  margin: 0 9px; color: var(--text-muted);
  font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 500; line-height: 1;
}
.xero-card {
  width: 100%; max-width: 290px; background: #fff; border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px; padding: 16px 20px 16px; box-shadow: 0 8px 22px rgba(0,0,0,0.06);
}
.xero-title {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 14px; font-weight: 700; color: var(--text);
  text-align: center; line-height: 1.25; margin-bottom: 14px; letter-spacing: -0.01em;
}
.xero-field-label { font-family: 'DM Sans', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 5px; }
.xero-field {
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid var(--border); border-radius: 8px; padding: 6px 12px; margin-bottom: 12px;
  font-family: 'DM Sans', sans-serif; font-size: 13px; color: var(--text);
}
.xero-field i, .xero-field svg { width: 15px; height: 15px; color: var(--text-muted); }
.xero-allow {
  width: 100%; border: none; background: var(--orange); color: #1a1505; border-radius: 8px;
  padding: 8px; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 13px; font-weight: 700;
  cursor: pointer;
}

/* ── STATS ───────────────────────────────── */
.home-stats { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 56px 24px; }
.home-stats-grid { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.home-stat { text-align: center; padding: 8px 16px; }
.home-stat .v {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(28px, 3vw, 40px);
  font-weight: 800; letter-spacing: -0.03em; color: var(--text); line-height: 1.05; margin-bottom: 8px;
}
.home-stat .l { font-size: 12px; color: var(--text-muted); line-height: 1.55; max-width: 180px; margin: 0 auto; }

/* ── TELL (chat scroll-jack) ─────────────── */
.tell-section { position: relative; padding: 0; background: var(--bg); }
.tell-scroll-track { min-height: 180vh; position: relative; }
.tell-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; padding: 24px; box-sizing: border-box; }
.tell-inner { max-width: 1080px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1.05fr; gap: 80px; align-items: center; }
.tell-inner h2 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800; letter-spacing: -0.028em; line-height: 1.06; color: var(--text); margin-bottom: 20px;
}
.tell-body { font-size: 16px; color: var(--text-sec); line-height: 1.65; }
.phone {
  max-width: 360px; margin: 0 auto; width: 100%; background: #fff; border-radius: 28px;
  border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  overflow: hidden; display: flex; flex-direction: column; height: min(520px, calc(100vh - 180px));
}
.phone-bar { padding: 14px 18px; border-bottom: 1px solid rgba(0,0,0,0.05); display: flex; align-items: center; justify-content: space-between; }
.phone-bar .l { display: flex; align-items: center; gap: 8px; }
.phone-bar .av { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; }
.phone-bar .av svg { width: 12px; height: 12px; }
.phone-bar .name { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 12px; font-weight: 700; color: #111; }
.phone-body { flex: 1; min-height: 0; overflow: hidden; position: relative; }
.phone-scroll { padding: 16px; display: flex; flex-direction: column; gap: 16px; will-change: transform; }
.chat-user { align-self: flex-end; background: #1B2A4A; color: #fff; border-radius: 13px 13px 4px 13px; padding: 10px 13px; font-size: 12px; line-height: 1.45; max-width: 86%; font-family: 'DM Sans', sans-serif; }
.chat-row { display: flex; gap: 9px; align-items: flex-start; }
.chat-step { width: 22px; height: 22px; border-radius: 50%; background: rgba(245,183,49,0.18); color: #b88318; display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 10px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.chat-bot { background: #fff; border: 1px solid rgba(0,0,0,0.07); border-radius: 13px 13px 13px 4px; padding: 10px 13px; font-size: 12px; line-height: 1.5; color: var(--text-sec); align-self: flex-start; max-width: 100%; font-family: 'DM Sans', sans-serif; }
.phone-input { padding: 12px 16px; border-top: 1px solid rgba(0,0,0,0.05); background: #fff; display: flex; align-items: center; gap: 11px; }
.phone-input .clip { width: 16px; height: 16px; color: #b3aea4; flex-shrink: 0; }
.phone-input .ph { flex: 1; font-size: 12px; color: var(--text-muted); font-family: 'DM Sans', sans-serif; }
.phone-input .send { width: 26px; height: 26px; border-radius: 50%; background: #1B2A4A; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.phone-input .send svg { width: 12px; height: 12px; color: #fff; }

/* ── TESTIMONIAL ─────────────────────────── */
.testi {
  background: var(--cream); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 120px 24px;
}
.testi-inner { max-width: 820px; margin: 0 auto; text-align: center; }
.testi-mark { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 64px; line-height: 0.5; color: var(--orange); margin-bottom: 28px; }
.testi-quote {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700; line-height: 1.28; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 36px;
}
.testi-who { display: flex; align-items: center; justify-content: center; gap: 13px; }
.testi-av { width: 44px; height: 44px; border-radius: 50%; background: var(--orange); display: flex; align-items: center; justify-content: center; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; color: #111; font-size: 15px; }
.testi-meta { text-align: left; }
.testi-meta .n { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 15px; font-weight: 700; color: var(--text); }
.testi-meta .r { font-size: 13px; color: var(--text-muted); }

/* ── PROCESS — fast track timeline ───────── */
.ftc-section { padding: 110px 24px; background: var(--bg-card); }
.ftc-inner { max-width: 1080px; margin: 0 auto; }
.ftc-head { margin-bottom: 44px; text-align: left; }
.ftc-head h2 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 800; letter-spacing: -0.028em; line-height: 1.06; color: var(--text);
  max-width: 480px; margin: 0;
}

.ftc-card {
  position: relative; background: #fff; border: 1px solid var(--border);
  border-radius: 26px; padding: 56px 60px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.06);
}
.ftc-subhead {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 27px; font-weight: 800;
  letter-spacing: -0.02em; color: var(--text);
  margin: 0 0 52px;
}

.ftc-track { position: relative; }
.ftc-line { position: absolute; top: 6px; left: 0; right: 0; height: 1.5px; background: var(--ink); }
.ftc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; }
.ftc-step { position: relative; padding-top: 38px; }
.ftc-node { position: absolute; top: 0; left: 0; width: 13px; height: 13px; background: var(--ink); border-radius: 50%; }

.ftc-badge {
  display: inline-flex; align-items: stretch; border: 1px solid var(--border);
  border-radius: 10px; overflow: hidden; margin-bottom: 26px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.ftc-badge .n { padding: 8px 13px; font-weight: 800; font-size: 15px; color: var(--text); border-right: 1px solid var(--border); }
.ftc-badge .l { padding: 8px 16px; font-weight: 700; font-size: 15px; color: var(--text); }
.ftc-step h4 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: 18px; font-weight: 800;
  letter-spacing: -0.01em; color: var(--text); margin: 0 0 12px;
}
.ftc-step p { font-size: 15px; color: var(--text-sec); line-height: 1.6; margin: 0 0 28px; max-width: 320px; }
.ftc-time { font-size: 14px; color: var(--text-muted); }

@media (max-width: 768px) {
  .ftc-section { padding: 72px 18px; }
  .ftc-head { margin-bottom: 28px; }
  .ftc-card { padding: 34px 26px 38px; border-radius: 18px; }
  .ftc-subhead { margin-bottom: 36px; }
  .ftc-line { top: 7px; bottom: 6px; left: 6px; right: auto; width: 1.5px; height: auto; }
  .ftc-grid { grid-template-columns: 1fr; gap: 44px; }
  .ftc-step { padding-top: 0; padding-left: 38px; }
  .ftc-node { top: 7px; left: 0; }
  .ftc-step p { max-width: none; }
}

/* ── FINAL CTA ───────────────────────────── */
.home-cta { padding: 120px 24px; text-align: center; }
.home-cta h2 {
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 800; letter-spacing: -0.035em; line-height: 1.0; max-width: 680px; margin: 0 auto 24px; color: var(--text);
}
.home-cta p { font-size: 16px; color: var(--text-sec); line-height: 1.6; max-width: 460px; margin: 0 auto 32px; }
.home-cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.ghost-pill {
  display: inline-flex; align-items: center; padding: 9px 22px; background: transparent;
  border: 1px solid rgba(0,0,0,0.12); border-radius: 100px;
  font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; color: var(--text);
  text-decoration: none; transition: border-color 0.2s;
}
.ghost-pill:hover { border-color: rgba(0,0,0,0.3); }

/* ── FOOTER ──────────────────────────────── */
.footer { border-top-color: rgba(0,0,0,0.05); }
.footer-main {
  max-width: var(--max); margin: 0 auto; padding: 72px 56px 56px;
  display: grid; grid-template-columns: 1.4fr 2.6fr; gap: 56px;
}
.footer-mark { display: inline-block; }
.footer-mark svg { width: 30px; height: auto; display: block; }
.footer-tagline { font-size: 15px; color: var(--text-sec); line-height: 1.6; max-width: 300px; margin: 22px 0 0; }

.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.footer-col h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--text-muted); margin: 0 0 20px;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer-col a {
  font-size: 15px; color: var(--text); text-decoration: none;
  display: inline-flex; align-items: center; gap: 7px; transition: color 0.2s;
}
.footer-col a:hover { color: var(--text); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.footer-col .ext { font-size: 12px; color: var(--text-muted); }
.footer-col .badge {
  font-size: 11px; font-weight: 600; color: #8a6d12;
  background: var(--orange-mid); border-radius: 5px; padding: 2px 7px; letter-spacing: 0.01em;
}

.footer-bottom {
  max-width: var(--max); margin: 0 auto; padding: 24px 56px;
  border-top: 1px solid rgba(0,0,0,0.05);
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.footer-bottom .copyright { font-size: 13px; color: var(--text-muted); }
.footer-bottom .footer-legal { display: flex; gap: 26px; flex-wrap: wrap; }
.footer-bottom .footer-legal a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color 0.2s; }
.footer-bottom .footer-legal a:hover { color: var(--text); }

/* ── SCROLL REVEAL ───────────────────────── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1), transform 0.8s cubic-bezier(0.22,1,0.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .reveal-word { opacity: 1; }
  .marquee { animation: none; }
}

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 960px) {
  .feat-cards-grid { grid-template-columns: 1fr; max-width: 480px; }
  .stack-card { grid-template-columns: 1fr; gap: 24px; position: relative; top: 0 !important; padding: 32px; min-height: 0; }
  .stack-card > div:first-child { order: 2; }
  .stack-card > .stack-visual { order: 1; }
  .stack-visual { height: 180px; }
  .stack-visual.dash-visual { height: auto; }
  .stack-visual.flow-visual { height: auto; }
  .stack-visual.xero-visual { height: auto; }
}
@media (max-width: 900px) {
  .hero-app-body { grid-template-columns: 1fr; }
  .odex { border-left: none; border-top: 1px solid rgba(0,0,0,0.07); }
  .launcher-grid { max-width: none; }
  .tell-inner { grid-template-columns: 1fr; gap: 40px; }
  .tell-scroll-track { height: auto !important; min-height: 0; }
  .tell-sticky { position: static; height: auto; padding: 80px 24px; }
  .phone { height: auto; max-width: 340px; }
  .phone-body { overflow: visible; }
  .phone-scroll { transform: none !important; }
  .home-stats-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { padding: 56px 24px 40px; }
  .footer-bottom { padding: 24px; }
}
@media (max-width: 760px) {
  .footer-main { grid-template-columns: 1fr; gap: 40px; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
  .footer-tagline { max-width: none; }
}
@media (max-width: 640px) {
  body.home::before {
    background-size: 30px 30px;
  }
  body.home > nav.nav {
    top: 10px;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 8px 8px 8px 12px;
    border-radius: 100px;
    background: rgba(255,255,255,0.86);
    backdrop-filter: saturate(140%) blur(18px);
    -webkit-backdrop-filter: saturate(140%) blur(18px);
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 6px 24px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  }
  .nav.scrolled {
    top: 10px;
    max-width: calc(100% - 20px);
    padding: 8px 8px 8px 12px;
  }
  .nav > div:first-child {
    gap: 10px !important;
  }
  .nav > div:last-child {
    gap: 6px !important;
  }
  .nav-logo img {
    height: 20px !important;
    max-width: 118px;
  }
  .nav-login {
    display: none !important;
  }
  .nav-pricing-pill {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
    border-radius: 100px !important;
    -webkit-tap-highlight-color: transparent;
  }
  .nav-pricing-pill:hover,
  .nav-pricing-pill:focus,
  .nav-pricing-pill:active {
    border-radius: 100px !important;
  }
  .nav-demo-btn {
    min-height: 38px;
    padding: 8px 15px !important;
    font-size: 13px;
    justify-content: center;
    border-radius: 100px !important;
    -webkit-tap-highlight-color: transparent;
  }
  .ghost-pill {
    min-height: 42px;
    padding: 10px 20px !important;
    justify-content: center;
    border-radius: 100px !important;
    -webkit-tap-highlight-color: transparent;
  }
  .ghost-pill:hover,
  .ghost-pill:focus,
  .ghost-pill:active {
    border-radius: 100px !important;
  }
  .home-hero-ctas,
  .home-cta-btns {
    gap: 12px;
  }
  .home-hero {
    padding: 122px 18px 28px;
  }
  .home-hero h1 {
    font-size: clamp(40px, 14vw, 58px);
    letter-spacing: -0.03em;
  }
  .home-hero p.lead {
    font-size: 15px;
    line-height: 1.55;
    max-width: 35ch;
  }
  .home-hero-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 0;
    line-height: 1.45;
  }
  .hero-mockup-wrap {
    margin-top: 30px;
    margin-bottom: 24px;
    width: 100%;
    max-width: 100vw;
    padding: 0 12px;
    overflow-x: hidden;
    overflow-y: visible;
  }
  .hero-app {
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
  }
  .hero-app-body,
  .launcher,
  .odex {
    min-width: 0;
  }
  .odex {
    padding-bottom: 10px;
  }
  .hero-app-top {
    padding: 12px 14px;
  }
  .hero-app-top .brand img {
    height: 17px;
  }
  .hero-app-top .right {
    gap: 12px;
  }
  .launcher {
    padding: 22px 12px 24px;
  }
  .launcher-grid {
    grid-template-columns: repeat(3, 72px);
    justify-content: center;
    gap: 16px 18px;
    max-width: 100%;
  }
  .launcher-grid .tile:nth-child(n+7) {
    display: none;
  }
  .tile-ic {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }
  .tile-ic svg {
    width: 20px;
    height: 20px;
  }
  .tile-label {
    font-size: 10.5px;
    line-height: 1.25;
    max-width: 72px;
    overflow-wrap: anywhere;
  }
  .odex-head {
    padding: 15px 14px 0;
  }
  .odex-sel {
    margin: 14px;
  }
  .odex-chat {
    padding: 0 14px 4px;
    gap: 12px;
  }
  .odex-user {
    max-width: 100%;
    font-size: 11.5px;
    overflow-wrap: anywhere;
  }
  .odex-reply,
  .odex-status {
    min-width: 0;
  }
  .odex-reply {
    overflow-wrap: anywhere;
  }
  .odex-reply li {
    overflow-wrap: anywhere;
  }
  .odex-status .row {
    flex-wrap: wrap;
  }
  .odex-status .meta {
    margin-left: 24px;
  }
  .odex-input {
    min-height: 50px;
    margin: 14px 14px 22px;
  }
  .marquee-section {
    padding: 44px 0 34px;
  }
  .marquee-label {
    padding: 0 18px;
  }
  .feat-cards {
    padding: 72px 16px;
  }
  .feat-head {
    margin-bottom: 34px;
  }
  .feat-head h2 {
    font-size: 32px;
    line-height: 1.06;
  }
  .feat-sub {
    font-size: 15px;
  }
  .feat-cards-grid {
    max-width: 100%;
    gap: 14px;
  }
  .feat-card {
    border-radius: 12px;
    padding: 24px 22px;
  }
  .stack-section {
    padding: 72px 0;
  }
  .stack-wrap {
    padding: 0 16px;
  }
  .stack-card {
    padding: 24px 20px;
    border-radius: 12px;
  }
  .stack-card h3 {
    font-size: 28px;
    line-height: 1.08;
  }
  .stack-card p {
    font-size: 14.5px;
  }
  .flow-mini {
    height: 242px;
    padding: 14px;
  }
  .fl-step {
    padding: 14px;
    margin-bottom: 12px;
  }
  .fl-title {
    font-size: 13px;
  }
  .dash-mini,
  .xero-mini {
    transform: none;
  }
  .home-stats {
    padding: 34px 18px;
  }
  .home-stats-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .home-stat {
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
  }
  .home-stat:last-child {
    border-bottom: 0;
  }
  .home-stat .v {
    font-size: 30px;
  }
  .home-stat .l {
    max-width: 220px;
    margin: 0 auto;
    font-size: 13px;
  }
  .tell-sticky {
    padding: 72px 16px;
  }
  .tell-inner {
    gap: 30px;
  }
  .tell-inner h2 {
    font-size: 32px;
  }
  .tell-body {
    font-size: 15px;
  }
  .phone {
    max-width: 100%;
    border-radius: 20px;
  }
  .phone-scroll {
    padding: 14px;
    gap: 14px;
  }
  .chat-user,
  .chat-bot {
    font-size: 11.5px;
  }
  .ftc-section {
    padding: 64px 16px;
  }
  .ftc-card {
    padding: 28px 20px 32px;
    border-radius: 14px;
  }
  .ftc-subhead {
    font-size: 28px;
    line-height: 1.06;
  }
  .home-cta {
    padding: 72px 18px;
  }
  .home-cta h2 {
    font-size: 38px;
  }
  .home-cta p {
    font-size: 15px;
  }
  .footer-main {
    padding: 44px 20px 32px;
    gap: 30px;
  }
  .footer-cols {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .footer-bottom {
    padding: 22px 20px;
  }
}
@media (max-width: 420px) {
  .home-hero-ctas a,
  .home-cta-btns a {
    width: 100%;
    justify-content: center;
  }
  .footer-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .nav-pricing-pill {
    padding: 8px 9px;
  }
  .nav-demo-btn {
    padding: 8px 12px !important;
  }
}
