/* ============================================================
   4T4 — Home (image-led revision)
   Loads AFTER proposal.css + pages.css. Reuses brand tokens.
   Goal: less text, more images & schematics. Direct, concrete.
   ============================================================ */

/* ---------- HERO (split: copy + real product shot) ---------- */
.hero { position: relative; color: #fff; overflow: hidden; background: var(--brand-navy); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(100deg, rgba(4,20,38,0.93) 0%, rgba(4,20,38,0.78) 42%, rgba(4,20,38,0.50) 100%),
    linear-gradient(0deg, rgba(4,20,38,0.85) 0%, rgba(4,20,38,0.02) 50%),
    url('assets/pitch-hero-port-trucks.png');
  background-size: cover; background-position: center 28%;
}
.hero-grid {
  position: relative; z-index: 1; max-width: 1240px; margin: 0 auto;
  padding: 76px 32px 84px;
  display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 56px; align-items: center;
}
.hero-copy h1 {
  font-family: var(--font-display); font-weight: 700; color: #fff;
  font-size: clamp(34px, 4.3vw, 58px); line-height: 1.02;
  letter-spacing: -0.032em; margin: 18px 0 0; max-width: 16ch; text-wrap: balance;
}
.hero-copy .sub {
  font-size: clamp(17px, 1.45vw, 21px); line-height: 1.5;
  color: rgba(255,255,255,0.82); max-width: 540px; margin: 22px 0 0; text-wrap: pretty;
}
.hero-copy .sub b { color: #fff; font-weight: 700; }
.hero-copy .sub .v { color: var(--brand-blue); font-weight: 700; }
.hero-copy .ctas { display: flex; gap: 12px; flex-wrap: wrap; margin: 32px 0 0; }
.hero-wins { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; }
.hero-wins .win {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14.5px; font-weight: 600; color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 999px; padding: 9px 16px 9px 12px;
}
.hero-wins .wn {
  width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 14px;
  background: var(--brand-blue); color: var(--brand-navy);
}
.hero .overline { color: var(--brand-blue); }

/* floating product shot — app-window frame so it reads against the navy hero */
.hero-shot {
  position: relative; border-radius: 16px; overflow: hidden;
  border: 1px solid rgba(124,196,236,0.45);
  box-shadow: 0 40px 90px -30px rgba(0,0,0,0.85), 0 0 0 6px rgba(76,174,226,0.07), 0 0 60px -10px rgba(76,174,226,0.25);
  background: #0d2238;
}
.hero-shot .bar {
  display: flex; align-items: center; gap: 7px; padding: 12px 16px;
  background: rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-shot .bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.22); display: block; }
.hero-shot .bar .lab { margin-left: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); }
.hero-shot img { width: 100%; display: block; }
.hero-shot .cap {
  padding: 13px 16px 14px; font-family: var(--font-mono); font-size: 11.5px;
  letter-spacing: 0.04em; color: var(--brand-blue-soft);
  background: rgba(255,255,255,0.04); border-top: 1px solid rgba(255,255,255,0.08);
}

/* ---------- thin proof strip under hero ---------- */
.hero-strip {
  background: var(--brand-navy-2); border-top: 1px solid rgba(255,255,255,0.08);
  position: relative; z-index: 2;
}
.hero-strip-in {
  max-width: 1180px; margin: 0 auto; padding: 18px 32px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.04em; color: rgba(255,255,255,0.6);
}
.hero-strip-in b { color: var(--brand-blue); font-weight: 700; }
.hero-strip-in .dot { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,0.3); }

/* ---------- channel chips (off-system reality) ---------- */
.channels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chan {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 14px; font-weight: 600; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--line-strong); border-radius: 999px;
  padding: 9px 16px 9px 13px;
}
.chan .d { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.chan.wa .d { background: var(--ok); }
.chan.call .d { background: var(--brand-blue); }
.chan.mail .d { background: var(--warn); }
.chan.xls .d { background: #2B9E6B; }
.chan.post .d { background: var(--danger); }
.chan.head .d { background: var(--ink-3); }

.problem-split { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 56px; align-items: center; }

/* ---------- VAS feature rows (Visible / Automatable / Scalable) ---------- */
.vas { display: flex; flex-direction: column; gap: 30px; margin-top: 44px; }
.frow {
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 54px; align-items: center;
  border: 1px solid var(--line); border-radius: 20px; background: var(--paper);
  padding: 14px; box-shadow: var(--shadow-1);
}
.frow:nth-child(even) .ftext { order: 2; }
.frow:nth-child(even) .fshot { order: 1; }
.ftext { padding: 26px 24px 26px 30px; }
.ftext .fnum {
  font-family: var(--font-mono); font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  color: var(--brand-blue-deep);
}
.ftext h3 {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -0.022em;
  font-size: clamp(26px, 2.7vw, 36px); line-height: 1.05; margin: 12px 0 14px; text-wrap: balance;
}
.ftext h3 em { font-style: normal; color: var(--brand-blue-deep); }
.ftext p { font-size: 16.5px; line-height: 1.5; color: var(--ink-2); margin: 0; max-width: 42ch; text-wrap: pretty; }
.fshot {
  border-radius: 14px; overflow: hidden; background: #0a1a2e;
  border: 1px solid var(--line); box-shadow: var(--shadow-2);
}
.fshot img { width: 100%; display: block; max-height: 420px; object-fit: cover; object-position: top; }
.fshot.contain { display: grid; place-items: center; padding: 8px; }
.fshot.contain img { object-fit: contain; max-height: 400px; }

/* ---------- compact persona cards ---------- */
.persona-mini { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 8px; }
.pmini {
  border: 1px solid var(--line); border-radius: 16px; background: var(--paper);
  padding: 30px 28px; box-shadow: var(--shadow-1); text-decoration: none; border-bottom: 0;
  display: flex; flex-direction: column; transition: transform var(--dur-2) var(--ease-out), box-shadow var(--dur-2), border-color var(--dur-2);
}
.pmini:hover { transform: translateY(-3px); box-shadow: var(--shadow-3); border-color: var(--brand-blue-soft); }
.pmini .pix {
  width: 42px; height: 42px; border-radius: 10px; background: var(--brand-blue-wash);
  color: var(--brand-blue-deep); display: grid; place-items: center;
  font-family: var(--font-mono); font-weight: 700; font-size: 16px; margin-bottom: 18px;
}
.pmini .pwho { font-family: var(--font-display); font-weight: 700; font-size: 21px; letter-spacing: -0.015em; color: var(--ink-1); margin-bottom: 8px; line-height: 1.1; }
.pmini .pline { font-size: 15px; line-height: 1.5; color: var(--ink-3); margin: 0 0 18px; }
.pmini .pgo { margin-top: auto; font-family: var(--font-mono); font-size: 12.5px; font-weight: 700; color: var(--brand-blue-deep); display: inline-flex; align-items: center; gap: 8px; }
.pmini:hover .pgo { color: var(--brand-navy); }

/* ---------- compact loop (how it works) ---------- */
.flow {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin-top: 36px;
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--paper); box-shadow: var(--shadow-1);
}
.fstep { padding: 26px 22px; border-right: 1px solid var(--line); position: relative; }
.fstep:last-child { border-right: 0; }
.fstep.you { background: var(--brand-blue-wash); }
.fstep .sn { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--brand-blue-deep); display: block; margin-bottom: 12px; }
.fstep h4 { font-family: var(--font-sans); font-weight: 700; font-size: 16px; margin: 0 0 6px; color: var(--ink-1); line-height: 1.2; }
.fstep p { font-size: 13.5px; color: var(--ink-3); margin: 0; line-height: 1.45; }
.flow-note { font-family: var(--font-mono); font-size: 12.5px; color: var(--ink-4); margin-top: 18px; letter-spacing: 0.03em; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding: 60px 32px 64px; }
  .hero-shot { max-width: 540px; }
  .problem-split { grid-template-columns: 1fr; gap: 36px; }
  .frow, .frow:nth-child(even) .ftext, .frow:nth-child(even) .fshot { grid-template-columns: 1fr; order: 0; }
  .frow { grid-template-columns: 1fr; }
  .ftext { order: 1 !important; }
  .fshot { order: 2 !important; }
  .flow { grid-template-columns: 1fr 1fr; }
  .fstep { border-bottom: 1px solid var(--line); }
}
@media (max-width: 720px) {
  .persona-mini { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
}
