/* ============================================================
   Guru — Homepage rework (clean & light, 2026)
   Loaded LAST on index.html only. Re-skins the legacy glass/
   nature system into a clean modern SaaS page while keeping a
   subtle brand nod (soft hero wash + lime CTA + rounded fonts).
   ============================================================ */

:root {
  --h-bg:        #ffffff;
  --h-bg-soft:   #f6f9fc;
  --h-bg-tint:   #eef6ff;
  --h-ink:       #0d2a4c;   /* headings */
  --h-ink-soft:  #51677e;   /* body */
  --h-ink-mute:  #8095ab;   /* captions */
  --h-line:      #e7eef6;   /* hairlines / card borders */
  --h-line-2:    #d8e3ef;
  --h-lime:      #7cbd1f;
  --h-lime-deep: #5ba60f;
  --h-aqua:      #1593b0;
  --h-aqua-deep: #0f7e98;
  --h-aqua-soft: #e9f6fa;
  --h-card-sh:   0 1px 2px rgba(13,42,76,.04), 0 14px 30px -18px rgba(13,42,76,.22);
  --h-card-sh-h: 0 2px 4px rgba(13,42,76,.05), 0 22px 44px -20px rgba(13,42,76,.28);
  --h-radius:    18px;
}

/* ---- base overrides ------------------------------------------------ */
body {
  background: var(--h-bg);
  color: var(--h-ink-soft);
  font-size: 17px;
}
h1, h2, h3, h4 { color: var(--h-ink); }
.h-wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; position: relative; }
.h-section { padding: 96px 0; position: relative; }
.h-section.tight { padding: 64px 0; }
.h-center { text-align: center; max-width: 720px; margin: 0 auto; }
.h-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--h-aqua-soft); border: 1px solid #d3ecf2;
  color: var(--h-aqua-deep);
  font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .1em;
  font-family: 'Quicksand', sans-serif;
}
.h-eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--h-lime); }
.h-kicker { /* small label above a heading */
  font-family: 'Quicksand', sans-serif; font-weight: 800; font-size: 12px;
  text-transform: uppercase; letter-spacing: .12em; color: var(--h-aqua);
  margin-bottom: 14px;
}
.h-lead { font-size: 19px; line-height: 1.6; color: var(--h-ink-soft); margin-top: 18px; }
.h-section h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.02em; }

/* ---- nav re-skin (structure stays; nav.js untouched) --------------- */
.nav-inner {
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(1.2) blur(10px);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  border: 1px solid var(--h-line);
  box-shadow: 0 8px 28px -14px rgba(13,42,76,.22);
}
.nav a { color: #33455c; font-weight: 600; }
.nav a:hover { color: var(--h-aqua-deep); }
.site-logo-fixed {
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(1.2) blur(10px);
  -webkit-backdrop-filter: saturate(1.2) blur(10px);
  border: 1px solid var(--h-line);
  box-shadow: 0 8px 28px -14px rgba(13,42,76,.22);
  color: var(--h-ink);
}
.nav-megadrop { box-shadow: 0 30px 70px -28px rgba(13,42,76,.32), 0 0 0 1px rgba(13,42,76,.05); }

/* ---- buttons ------------------------------------------------------- */
/* keep .btn-primary (lime) from styles.css — the brand signature */
.btn-glass {
  background: #fff;
  border: 1px solid var(--h-line-2);
  color: var(--h-ink);
  backdrop-filter: none; -webkit-backdrop-filter: none;
  box-shadow: 0 1px 2px rgba(13,42,76,.06);
}
.btn-glass:hover { background: var(--h-bg-soft); border-color: #c9d7e6; }
.btn-primary { animation: none; }  /* calmer on a clean page */
.h-cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ============================================================
   HERO
   ============================================================ */
.h-hero { position: relative; padding: 150px 0 88px; overflow: hidden; isolation: isolate; }
.h-hero-wash { /* the subtle brand nod */
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(60% 50% at 88% -10%, rgba(124,189,31,.10) 0%, transparent 60%),
    radial-gradient(55% 45% at 8% 0%, rgba(21,147,176,.10) 0%, transparent 60%),
    linear-gradient(180deg, var(--h-bg-tint) 0%, #f7fbff 42%, var(--h-bg) 100%);
}
.h-hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.h-hero h1 {
  margin-top: 20px;
  font-size: clamp(38px, 4.8vw, 60px); line-height: 1.04; letter-spacing: -.03em;
  color: #0b2742;
}
.h-hero h1 em {
  font-style: normal;
  background: linear-gradient(180deg, var(--h-lime-deep) 0%, var(--h-aqua) 120%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.h-hero .h-lead { max-width: 540px; }
.h-hero .h-lead strong { color: var(--h-ink); }
.h-hero-ctas { margin-top: 32px; }
.h-trust { margin-top: 28px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: var(--h-ink-soft); font-size: 14px; }
.h-avatars { display: flex; }
.h-avatars span {
  width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; margin-left: -8px;
  background: linear-gradient(135deg, var(--h-lime), var(--h-aqua));
}
.h-avatars span:nth-child(2){ background: linear-gradient(135deg,#6ee6f3,#0a6ac8); }
.h-avatars span:nth-child(3){ background: linear-gradient(135deg,#ffd27a,#f08a3c); }
.h-avatars span:nth-child(4){ background: linear-gradient(135deg,#b6e84a,#5ba60f); }
.h-hero-art { position: relative; }
.h-hero-badge {
  position: absolute; right: -14px; bottom: -22px; width: 252px;
  display: flex; gap: 12px; align-items: center;
  background: #fff; border: 1px solid var(--h-line); border-radius: 14px;
  padding: 13px 16px; box-shadow: var(--h-card-sh);
}
.h-hero-badge .tick {
  width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0;
  background: linear-gradient(135deg, #b5e84a, #5ba60f); color: #fff;
  display: grid; place-items: center; font-weight: 800; font-size: 18px;
}
.h-hero-badge .t1 { font-weight: 800; font-size: 13.5px; color: var(--h-ink); }
.h-hero-badge .t2 { font-size: 12px; color: var(--h-ink-soft); margin-top: 1px; }

/* ============================================================
   PRODUCT UI MOCK KIT  (clean, realistic, reusable)
   ============================================================ */
.ux {
  background: #fff; border: 1px solid var(--h-line); border-radius: 16px;
  box-shadow: 0 30px 60px -30px rgba(13,42,76,.30), 0 2px 6px rgba(13,42,76,.05);
  overflow: hidden;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 13px; color: #0f172a;
}
.ux-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 14px; background: #fbfcfe; border-bottom: 1px solid #eef2f7;
}
.ux-bar i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.ux-bar i.r { background: #ff6b6b; } .ux-bar i.y { background: #ffb347; } .ux-bar i.g { background: #4fc77f; }
.ux-bar .ux-url { font-size: 10.5px; color: #94a3b8; margin-left: 6px; }
.ux-bar .ux-right { margin-left: auto; font-size: 10.5px; color: #64748b; font-weight: 600; }
.ux-body { padding: 14px; background: #fafcff; }
.ux-h { font-weight: 700; font-size: 13.5px; color: #0f172a; }
.ux-sub { font-size: 10.5px; color: #64748b; margin-top: 1px; }
.ux-label { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: #94a3b8; }

/* score / status pills */
.pill { font-size: 9px; font-weight: 800; padding: 2px 7px; border-radius: 999px; white-space: nowrap; }
.pill--seo  { background: #eff6ff; color: #1d4ed8; }
.pill--geo  { background: #ecfdf3; color: #166534; }
.pill--warn { background: #fffbeb; color: #92400e; border: 1px solid #fde68a; }
.pill--ok   { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.pill--info { background: #eef2ff; color: #3730a3; border: 1px solid #c7d2fe; }
.pill--mute { background: #f1f5f9; color: #64748b; }

/* mini stat tiles */
.ux-stats { display: grid; gap: 7px; }
.ux-stat { background: #fff; border: 1px solid #e8eef5; border-radius: 9px; padding: 9px 11px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.ux-stat .k { font-size: 8.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: #94a3b8; }
.ux-stat .v { font-size: 17px; font-weight: 800; color: #0f172a; line-height: 1.1; margin-top: 3px; }
.ux-stat .v small { font-size: 11px; color: #94a3b8; font-weight: 600; }
.ux-stat .d { font-size: 9px; font-weight: 700; color: #15a05a; margin-top: 2px; }

/* approval/list rows */
.ux-row {
  display: flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #e8eef5; border-radius: 9px; padding: 9px 11px;
  box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.ux-row + .ux-row { margin-top: 6px; }
.ux-row .lb { border-left: 3px solid #f59e0b; align-self: stretch; border-radius: 3px; }
.ux-row .ico { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; flex-shrink: 0; }
.ux-row .tt { flex: 1; min-width: 0; }
.ux-row .tt .a { font-size: 11px; font-weight: 700; color: #0f172a; line-height: 1.3; }
.ux-row .tt .b { font-size: 9.5px; color: #64748b; margin-top: 1px; }

/* kanban */
.ux-kanban { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }
.ux-kcol-h { display: flex; align-items: center; justify-content: space-between; padding-bottom: 6px; margin-bottom: 7px; border-bottom: 2px solid #cbd5e1; }
.ux-kcol-h .n { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; color: #64748b; }
.ux-kcol-h .c { font-size: 8px; font-weight: 800; color: #64748b; background: #f1f5f9; border-radius: 999px; padding: 1px 5px; }
.ux-kcol.q  .ux-kcol-h { border-color: #94a3b8; }
.ux-kcol.w  .ux-kcol-h { border-color: #f59e0b; }
.ux-kcol.r  .ux-kcol-h { border-color: #6366f1; }
.ux-kcol.l  .ux-kcol-h { border-color: #10b981; }
.ux-kcard { background: #fff; border: 1px solid #e8eef5; border-radius: 7px; padding: 7px 8px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.ux-kcard + .ux-kcard { margin-top: 5px; }
.ux-kcard .t { font-size: 10px; font-weight: 700; color: #0f172a; line-height: 1.3; margin-bottom: 4px; }
.ux-kcard .row { display: flex; gap: 3px; flex-wrap: wrap; align-items: center; }

/* table (linking opps) */
.ux-table .tr { display: grid; grid-template-columns: 1.4fr 1fr .8fr auto; gap: 10px; align-items: center; padding: 9px 4px; border-top: 1px solid #eef2f7; font-size: 11px; }
.ux-table .tr.hi { background: #f3fbf4; border-radius: 8px; }
.ux-table .tr strong { color: #0f172a; }
.ux-table .tr .s { color: #64748b; font-size: 10px; }
.ux-table .anchor { color: var(--h-aqua-deep); font-weight: 700; }

/* ============================================================
   LOGO / PLATFORM BAR
   ============================================================ */
.h-logobar { padding: 36px 0 8px; }
.h-logobar .cap { text-align: center; font-size: 13px; font-weight: 700; color: var(--h-ink-mute); letter-spacing: .02em; margin-bottom: 20px; }
.h-pills { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.h-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: 999px;
  background: #fff; border: 1px solid var(--h-line);
  font-size: 13px; font-weight: 700; color: var(--h-ink);
  box-shadow: 0 1px 2px rgba(13,42,76,.04);
}
.h-pill img { width: 18px; height: 18px; border-radius: 4px; object-fit: contain; background: #fff; display: block; }
.h-pill .stack { display: inline-flex; gap: 3px; }

/* ============================================================
   BLIND-SPOT / PROBLEM
   ============================================================ */
.h-problem { background: var(--h-bg-soft); }
.h-prob-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.h-prob-card { background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius); padding: 26px; box-shadow: var(--h-card-sh); }
.h-prob-card .num { font-family: 'Quicksand'; font-weight: 800; font-size: 13px; color: var(--h-aqua); }
.h-prob-card h3 { font-size: 19px; margin: 12px 0 8px; }
.h-prob-card p { font-size: 14.5px; color: var(--h-ink-soft); line-height: 1.55; }

/* ============================================================
   HOW IT WORKS (3 steps)
   ============================================================ */
.h-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 56px; counter-reset: step; }
.h-step { position: relative; background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius); padding: 28px 24px; box-shadow: var(--h-card-sh); }
.h-step .sn {
  width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  font-family: 'Quicksand'; font-weight: 800; font-size: 16px; color: #fff;
  background: linear-gradient(135deg, var(--h-aqua), var(--h-aqua-deep)); margin-bottom: 16px;
}
.h-step:nth-child(2) .sn { background: linear-gradient(135deg, #6fc6dd, var(--h-aqua)); }
.h-step:nth-child(3) .sn { background: linear-gradient(135deg, #9bdc2e, var(--h-lime-deep)); }
.h-step h3 { font-size: 19px; margin-bottom: 8px; }
.h-step p { font-size: 14.5px; color: var(--h-ink-soft); line-height: 1.55; }
.h-step .arrow { position: absolute; right: -16px; top: 50%; transform: translateY(-50%); color: var(--h-line-2); z-index: 1; }
.h-steps .h-step:last-child .arrow { display: none; }

/* ============================================================
   DELIVERABLES GRID
   ============================================================ */
.h-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.h-card {
  display: block; text-decoration: none;
  background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius);
  padding: 26px; box-shadow: var(--h-card-sh);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .25s;
}
.h-card:hover { transform: translateY(-4px); box-shadow: var(--h-card-sh-h); border-color: var(--h-line-2); }
.h-ico {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 16px;
  background: var(--h-aqua-soft); color: var(--h-aqua-deep);
}
.h-ico.lime { background: #eef9d9; color: var(--h-lime-deep); }
.h-card h3 { font-size: 18px; margin-bottom: 7px; }
.h-card p { font-size: 14px; color: var(--h-ink-soft); line-height: 1.55; }

/* ============================================================
   FEATURE ROWS
   ============================================================ */
.h-feature { display: grid; grid-template-columns: 1fr 1.12fr; gap: 56px; align-items: center; padding: 64px 0; }
.h-feature.flip .h-feature-copy { order: 2; }
.h-feature.flip .h-feature-media { order: 1; }
.h-feat-num { font-family: 'Quicksand'; font-weight: 800; font-size: 12px; letter-spacing: .06em; color: var(--h-aqua); text-transform: uppercase; }
.h-feature-copy h2 { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.12; letter-spacing: -.02em; margin: 12px 0 16px; }
.h-feature-copy > p { font-size: 17px; color: var(--h-ink-soft); line-height: 1.6; margin-bottom: 18px; }
.h-checks { list-style: none; padding: 0; margin: 0; }
.h-checks li { position: relative; padding: 7px 0 7px 28px; font-size: 15px; color: var(--h-ink); }
.h-checks li::before {
  content: ""; position: absolute; left: 0; top: 12px; width: 16px; height: 16px; border-radius: 50%;
  background: #eef9d9 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235ba60f' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/10px no-repeat;
}
.h-feature-media { position: relative; }

/* ============================================================
   HUMAN-IN-THE-LOOP CALLOUT
   ============================================================ */
.h-workflow { background: var(--h-ink); color: #cfe0f0; border-radius: 26px; padding: 56px 48px; text-align: center; overflow: hidden; position: relative; }
.h-workflow .h-kicker { color: #6ee6f3; }
.h-workflow h2 { color: #fff; }
.h-workflow p { color: #aebfd2; max-width: 640px; margin: 16px auto 0; font-size: 17px; }
.h-flow { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; margin-top: 40px; }
.h-flow .node {
  display: inline-flex; align-items: center; gap: 9px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 999px;
  padding: 11px 20px; font-weight: 700; color: #fff; font-size: 15px;
}
.h-flow .node .d { width: 9px; height: 9px; border-radius: 50%; }
.h-flow .node.a .d { background: #f59e0b; } .h-flow .node.b .d { background: #6ee6f3; } .h-flow .node.c .d { background: #9bdc2e; }
.h-flow .sep { color: rgba(255,255,255,.4); font-size: 18px; }

/* ============================================================
   RESULTS / SOCIAL PROOF
   ============================================================ */
.h-results { background: var(--h-bg-soft); }
.h-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.h-bigstat { background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius); padding: 30px 26px; text-align: center; box-shadow: var(--h-card-sh); }
.h-bigstat .v { font-family: 'Quicksand'; font-weight: 800; font-size: 42px; line-height: 1; background: linear-gradient(180deg, var(--h-lime-deep), var(--h-aqua)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.h-bigstat .l { margin-top: 10px; font-size: 14px; color: var(--h-ink-soft); }
.h-quote { background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius); padding: 34px 36px; margin-top: 24px; box-shadow: var(--h-card-sh); max-width: 820px; margin-left: auto; margin-right: auto; text-align: center; }
.h-quote blockquote { margin: 0; font-family: 'Quicksand'; font-weight: 700; font-size: clamp(20px,2.2vw,26px); line-height: 1.35; color: var(--h-ink); letter-spacing: -.01em; }
.h-quote .who { margin-top: 18px; font-size: 14px; color: var(--h-ink-soft); }
.h-quote .who b { color: var(--h-ink); }
.h-placeholder { display: inline-block; margin-top: 10px; font-size: 12px; color: var(--h-ink-mute); background: #fff8e6; border: 1px dashed #f3d27a; border-radius: 8px; padding: 4px 10px; }

/* ============================================================
   PRICING TEASER
   ============================================================ */
.h-tiers { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; align-items: stretch; }
.h-tier { background: #fff; border: 1px solid var(--h-line); border-radius: var(--h-radius); padding: 30px 26px; box-shadow: var(--h-card-sh); display: flex; flex-direction: column; }
.h-tier.feat { border-color: var(--h-lime); box-shadow: 0 0 0 1px var(--h-lime), var(--h-card-sh-h); }
.h-tier .badge { align-self: flex-start; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; color: var(--h-lime-deep); background: #eef9d9; border-radius: 999px; padding: 3px 10px; margin-bottom: 14px; }
.h-tier h3 { font-size: 20px; margin-bottom: 6px; }
.h-tier .price { font-family: 'Quicksand'; font-weight: 800; font-size: 34px; color: var(--h-ink); }
.h-tier .price small { font-size: 14px; color: var(--h-ink-soft); font-weight: 600; }
.h-tier .desc { font-size: 14px; color: var(--h-ink-soft); margin: 10px 0 18px; line-height: 1.5; }
.h-tier ul { list-style: none; padding: 0; margin: 0 0 22px; }
.h-tier li { font-size: 14px; padding: 6px 0 6px 24px; position: relative; color: var(--h-ink); }
.h-tier li::before { content: "✓"; position: absolute; left: 0; color: var(--h-lime-deep); font-weight: 800; }
.h-tier .btn { margin-top: auto; justify-content: center; }

/* ============================================================
   FAQ
   ============================================================ */
.h-faq { max-width: 800px; margin: 48px auto 0; }
.h-faq details { border-bottom: 1px solid var(--h-line); padding: 4px 0; }
.h-faq summary {
  list-style: none; cursor: pointer; padding: 18px 40px 18px 0; position: relative;
  font-family: 'Quicksand'; font-weight: 700; font-size: 17.5px; color: var(--h-ink);
}
.h-faq summary::-webkit-details-marker { display: none; }
.h-faq summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 24px; font-weight: 400; color: var(--h-aqua); transition: transform .2s;
}
.h-faq details[open] summary::after { content: "–"; }
.h-faq p { padding: 0 0 20px; color: var(--h-ink-soft); font-size: 15.5px; line-height: 1.6; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.h-finalcta { position: relative; overflow: hidden; }
.h-finalcta-inner {
  background:
    radial-gradient(60% 80% at 85% 10%, rgba(124,189,31,.12), transparent 60%),
    radial-gradient(50% 70% at 10% 90%, rgba(21,147,176,.12), transparent 60%),
    linear-gradient(180deg, #f3f9ff, #ffffff);
  border: 1px solid var(--h-line); border-radius: 28px; padding: 72px 40px; text-align: center;
}
.h-finalcta h2 { font-size: clamp(30px,3.6vw,46px); }
.h-finalcta p { max-width: 560px; margin: 16px auto 30px; font-size: 18px; color: var(--h-ink-soft); }
.h-finalcta .h-cta-row { justify-content: center; }
.h-finalcta .fine { margin-top: 24px; font-size: 13.5px; color: var(--h-ink-mute); }

/* ============================================================
   DELIVERABLE TRACKER  (reuses .tracker-card/.bar-fill for app.js anim)
   ============================================================ */
.tracker-card { background: #fff; border: 1px solid var(--h-line); border-radius: 22px; padding: 30px 32px; box-shadow: var(--h-card-sh); max-width: 880px; margin: 0 auto; }
.tracker-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 22px; gap: 16px; }
.tracker-head .label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--h-aqua); }
.tracker-head h3 { font-size: 20px; margin-top: 4px; }
.tracker-head .month { font-size: 13px; font-weight: 700; color: var(--h-ink-soft); background: var(--h-bg-soft); border: 1px solid var(--h-line); border-radius: 999px; padding: 6px 14px; white-space: nowrap; }
.bars { display: flex; flex-direction: column; gap: 14px; }
.bar-row { display: grid; grid-template-columns: 180px 1fr 64px; gap: 16px; align-items: center; }
.bar-row .n { font-size: 14px; font-weight: 600; color: var(--h-ink); }
.bar-track { height: 10px; border-radius: 999px; background: #eef2f7; overflow: hidden; }
.bar-fill { height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #9bdc2e, var(--h-lime-deep)); transition: width 1s cubic-bezier(.2,.8,.2,1); }
.bar-fill.aqua { background: linear-gradient(90deg, #5cd0e6, var(--h-aqua)); }
.bar-row .v { font-size: 13px; font-weight: 800; color: var(--h-ink); text-align: right; }

/* ============================================================
   FOOTER
   ============================================================ */
.h-footer { background: var(--h-ink); color: #aebfd2; padding: 64px 0 32px; margin-top: 96px; }
.h-footer .foot { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 32px; }
.h-footer .logo { font-family: 'Quicksand'; font-weight: 800; font-size: 22px; color: #fff; display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.h-footer .logo .mk { width: 26px; height: 26px; border-radius: 999px; background: radial-gradient(circle at 35% 30%, #fff 0%, rgba(255,255,255,0) 45%), radial-gradient(circle at 65% 70%, #7cbd1f 0%, #b5e84a 40%, #6ee6f3 85%); }
.h-footer .blurb { font-size: 14px; color: #8ea3ba; max-width: 280px; line-height: 1.6; }
.h-footer h4 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.h-footer .col a { display: block; color: #aebfd2; font-size: 14px; padding: 5px 0; text-decoration: none; }
.h-footer .col a:hover { color: #fff; }
.h-foot-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; color: #8ea3ba; }
.h-foot-bottom a { color: #8ea3ba; text-decoration: none; }
.h-foot-bottom a:hover { color: #fff; }
.h-foot-bottom .links { display: flex; gap: 20px; }

/* ---- extra mock helpers (results-oriented previews) ---- */
.ux-big { font-size: 30px; font-weight: 800; color: #0f172a; line-height: 1.05; }
.ux-up { color: #15a05a; font-weight: 800; }
.ux-down { color: #dc2626; font-weight: 800; }
.ux-prog { height: 7px; border-radius: 999px; background: #eef2f7; overflow: hidden; }
.ux-prog > i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg,#9bdc2e,#5ba60f); }
.ux-prog > i.aqua { background: linear-gradient(90deg,#5cd0e6,#1593b0); }
.ux-chip { display: inline-block; font-size: 10px; font-weight: 800; color: #475569; background: #f1f5f9; border: 1px solid #e2e8f0; border-radius: 999px; padding: 2px 9px; }
.ux-logos img { width: 15px; height: 15px; border-radius: 3px; object-fit: contain; background: #fff; display: inline-block; vertical-align: middle; }
.ux-logos img + img { margin-left: 3px; }
.ux-mention { background: #fff; border: 1px solid #e8eef5; border-radius: 9px; padding: 9px 11px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.ux-mention + .ux-mention { margin-top: 6px; }
.ux-reply { background: #f6fbf0; border: 1px dashed #bfe08a; border-radius: 9px; padding: 8px 11px; font-size: 10.5px; color: #3f6212; margin-top: 8px; line-height: 1.45; }
.ux-arow { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-top: 1px solid #eef2f7; font-size: 11.5px; }
.ux-arow:first-of-type { border-top: 0; }
.ux-arow .nm { flex: 1; min-width: 0; color: #334155; font-weight: 600; }
.ux-rank { font-variant-numeric: tabular-nums; color: #64748b; }
.ux-rank b { color: #0f172a; }

/* ============================================================
   FEATURE GRID + ILLUSTRATION KIT (image-oriented, babylovegrowth style)
   ============================================================ */
.fgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 52px; }
.fcard { background: #fff; border: 1px solid var(--h-line); border-radius: 20px; box-shadow: var(--h-card-sh); overflow: hidden; display: flex; flex-direction: column; transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .25s; }
.fcard:hover { transform: translateY(-3px); box-shadow: var(--h-card-sh-h); border-color: var(--h-line-2); }
.fcard-body { padding: 26px 26px 20px; }
.fcard-h { display: flex; align-items: center; gap: 11px; margin-bottom: 10px; }
.fcard-ico { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--h-aqua-soft); color: var(--h-aqua-deep); flex-shrink: 0; }
.fcard-ico.lime { background: #eef9d9; color: var(--h-lime-deep); }
.fcard h3 { font-size: 18px; }
.fcard p { font-size: 14px; color: var(--h-ink-soft); line-height: 1.55; }
.fcard-art { margin-top: auto; background: linear-gradient(180deg,#f7fafe,#fbfdff); border-top: 1px solid #eef2f7; padding: 22px 24px 24px; min-height: 156px; display: flex; flex-direction: column; justify-content: center; }

/* content wireframe */
.ill-doc { background: #fff; border: 1px solid #e8eef5; border-radius: 11px; padding: 13px; box-shadow: 0 8px 20px -12px rgba(13,42,76,.3); }
.ill-doc .bar { height: 7px; width: 46%; border-radius: 4px; background: linear-gradient(90deg,#9bdc2e,#5ba60f); margin-bottom: 11px; }
.ill-doc .img { height: 44px; border-radius: 8px; background: #eef3f9 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='1.8'><rect x='3' y='3' width='18' height='18' rx='2'/><circle cx='8.5' cy='8.5' r='1.5'/><path d='M21 15l-5-5L5 21'/></svg>") center/22px no-repeat; margin-bottom: 11px; }
.ill-doc .ln { height: 6px; border-radius: 3px; background: #e8eef5; margin-bottom: 7px; }
.ill-doc .ln.s { width: 72%; }
.ill-doc .chips { display: flex; gap: 6px; margin-top: 11px; }

/* AI engine chip grid */
.ill-chipgrid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; }
.ill-chip { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #e8eef5; border-radius: 9px; padding: 8px 10px; box-shadow: 0 1px 2px rgba(15,23,42,.04); font-size: 11px; font-weight: 700; color: #334155; }
.ill-chip img { width: 16px; height: 16px; border-radius: 4px; object-fit: contain; flex-shrink: 0; }

/* logo constellation / hub */
.ill-hub { position: relative; height: 168px; }
.ill-hub > svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.ill-node { position: absolute; transform: translate(-50%,-50%); width: 40px; height: 40px; border-radius: 11px; background: #fff; border: 1px solid #e8eef5; box-shadow: 0 5px 14px -5px rgba(13,42,76,.28); display: grid; place-items: center; }
.ill-node img { width: 22px; height: 22px; border-radius: 5px; object-fit: contain; }
.ill-node.center { width: 50px; height: 50px; border-radius: 14px; background: linear-gradient(135deg,#9bdc2e,#5ba60f); border: 0; box-shadow: 0 10px 22px -6px rgba(120,185,18,.55); }
.ill-node.center img { width: 28px; height: 28px; }

/* checklist */
.ill-list .r { display: flex; align-items: center; gap: 9px; padding: 7px 0; border-top: 1px solid #eef2f7; font-size: 12px; color: #334155; font-weight: 600; }
.ill-list .r:first-child { border-top: 0; }
.ill-list .r .ck { width: 18px; height: 18px; border-radius: 6px; background: #ecfdf3; display: grid; place-items: center; flex-shrink: 0; }
.ill-list .r .nm { flex: 1; }

/* ranking lift */
.ill-rank { display: flex; align-items: center; gap: 8px; padding: 7px 0; border-top: 1px solid #eef2f7; font-size: 12px; }
.ill-rank:first-child { border-top: 0; }
.ill-rank .u { color: #334155; font-weight: 600; flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ill-rank .p { font-variant-numeric: tabular-nums; color: #64748b; white-space: nowrap; }
.ill-rank .p b { color: #0f172a; }

/* reddit threads */
.ill-thread { background: #fff; border: 1px solid #e8eef5; border-radius: 9px; padding: 9px 11px; box-shadow: 0 1px 2px rgba(15,23,42,.04); }
.ill-thread + .ill-thread { margin-top: 7px; }
.ill-thread .top { display: flex; align-items: center; gap: 7px; margin-bottom: 4px; }
.ill-thread .sr { font-size: 10.5px; font-weight: 800; color: #475569; }
.ill-thread .tx { font-size: 11.5px; color: #0f172a; font-weight: 600; line-height: 1.35; }

/* proof avatar placeholder */
.h-quote .avatar { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 16px; display: grid; place-items: center; font-family: 'Quicksand'; font-weight: 800; font-size: 18px; color: #fff; background: linear-gradient(135deg,#9bdc2e,#1593b0); }
.h-logorow { display: flex; gap: 28px; justify-content: center; align-items: center; flex-wrap: wrap; margin-top: 18px; opacity: .8; }
.h-logoghost { width: 104px; height: 30px; border-radius: 7px; background: repeating-linear-gradient(135deg,#e7eef6,#e7eef6 6px,#eef3f9 6px,#eef3f9 12px); display: grid; place-items: center; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #aab8c8; }

@media (max-width: 760px) {
  .fgrid { grid-template-columns: 1fr; }
}

/* monthly deliverable calendar */
.cal { background: #fff; border: 1px solid var(--h-line); border-radius: 22px; padding: 26px 28px; box-shadow: var(--h-card-sh); max-width: 900px; margin: 0 auto; }
.cal-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.cal-head .label { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--h-aqua); }
.cal-head h3 { font-size: 20px; margin-top: 4px; }
.cal-month { font-size: 13px; font-weight: 700; color: var(--h-ink-soft); background: var(--h-bg-soft); border: 1px solid var(--h-line); border-radius: 999px; padding: 6px 14px; white-space: nowrap; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--h-ink-mute); text-align: center; padding-bottom: 2px; }
.cal-cell { min-height: 62px; border: 1px solid var(--h-line); border-radius: 10px; padding: 6px 6px 7px; background: #fbfdff; display: flex; flex-direction: column; gap: 3px; }
.cal-cell.muted { background: #f4f7fb; }
.cal-cell.muted .dn { opacity: .4; }
.cal-cell .dn { font-size: 10px; font-weight: 700; color: var(--h-ink-mute); }
.cal-chip { font-size: 8.5px; font-weight: 800; border-radius: 5px; padding: 2px 5px; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cal-chip.article { background: #eef9d9; color: #3f6212; }
.cal-chip.refresh { background: #e7f7fb; color: #0f7e98; }
.cal-chip.audit   { background: #f5f3ff; color: #6d28d9; }
.cal-chip.links   { background: #ecfdf3; color: #166534; }
.cal-chip.reddit  { background: #fff1ea; color: #c2410c; }
.cal-chip.titles  { background: #eff6ff; color: #1d4ed8; }
.cal-legend { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 18px; }
.cal-legend span { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: var(--h-ink-soft); font-weight: 600; }
.cal-legend i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
@media (max-width: 640px) { .cal { overflow-x: auto; } .cal-grid { min-width: 540px; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .h-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .h-hero-art { max-width: 560px; }
  .h-feature, .h-feature.flip { grid-template-columns: 1fr; gap: 32px; }
  .h-feature.flip .h-feature-copy, .h-feature.flip .h-feature-media { order: 0; }
  .h-prob-grid, .h-steps, .h-grid, .h-stats, .h-tiers { grid-template-columns: 1fr 1fr; }
  .h-step .arrow { display: none; }
  .h-footer .foot { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .h-section { padding: 64px 0; }
  .h-hero { padding: 124px 0 64px; }
  .h-prob-grid, .h-steps, .h-grid, .h-stats, .h-tiers { grid-template-columns: 1fr; }
  .h-footer .foot { grid-template-columns: 1fr 1fr; }
  .bar-row { grid-template-columns: 120px 1fr 52px; gap: 10px; }
  .h-workflow { padding: 40px 22px; }
  .ux-kanban { grid-template-columns: repeat(2,1fr); }
}

/* respect reduced motion (reveal still shows via app.js adding .in) */
@media (prefers-reduced-motion: reduce) {
  .h-card, .bar-fill { transition: none; }
}

/* ============================================================
   FRUTIGER AERO BACKDROP (sky + clouds + koi + birds + butterfly)
   Lives behind the hero; clean content floats on top.
   ============================================================ */
html { background: #ffffff; }
body { background: transparent; }
#sky-bg {
  position: absolute; top: 0; left: 0; right: 0; height: 1320px;
  z-index: -3; pointer-events: none;
  background:
    radial-gradient(58% 44% at 80% 4%, rgba(255,247,210,0.7) 0%, rgba(255,247,210,0) 55%),
    linear-gradient(180deg, #9cd9ff 0%, #b6e6ff 20%, #d4efff 41%, #e7f5ff 60%, #f4fbff 80%, #ffffff 100%);
}
/* hero content + cards float above the sky and wildlife */
.h-hero-wash { display: none; }
.h-hero-grid { position: relative; z-index: 2; }
.h-hero .clouds { z-index: 0; }
.h-hero .hero-bubbles { z-index: 0; }
/* birds (ported from legacy world.css) */
.bird { position: absolute; width: 38px; height: 16px; background-size: contain; background-repeat: no-repeat; opacity: .5; animation: birdFlap .35s steps(2) infinite;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 16'><g fill='none' stroke='%23203040' stroke-width='2' stroke-linecap='round'><path d='M2,10 Q10,2 18,10'/><path d='M18,10 Q26,2 36,10'/></g></svg>"); }
@keyframes birdFlap { from { transform: scaleY(1); } to { transform: scaleY(.55); } }
.flock { position: absolute !important; width: 220px; height: 120px; top: 9vh; left: -260px; pointer-events: none; z-index: -1; animation: flockFly 55s linear infinite; }
@keyframes flockFly { 0%{transform:translate(0,0);} 25%{transform:translate(40vw,-4vh);} 55%{transform:translate(80vw,3vh);} 100%{transform:translate(calc(100vw + 260px),-2vh);} }
/* butterfly visual (legacy asset re-created inline) */
#butterfly { background-size: contain; background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'><g><path d='M18 18 C10 3 -3 8 6 18 C-3 28 10 33 18 18 Z' fill='%23ff8db0' opacity='0.85'/><path d='M18 18 C26 3 39 8 30 18 C39 28 26 33 18 18 Z' fill='%23ffb3c8' opacity='0.85'/><line x1='18' y1='9' x2='18' y2='27' stroke='%235b2a3a' stroke-width='2' stroke-linecap='round'/></g></svg>"); }
