:root{
  --ink:#17233F; --ink-soft:#5B6584; --ink-faint:#94A0BD;
  --paper:#F3F6F5; --card:#FFFFFF;
  --saffron:#E38B29; --saffron-soft:#FBEBD8;
  --safe:#2F9E6E; --safe-soft:#E3F5EC;
  --alert:#D14343;
  --line:#E1E6E4;
}
*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family:'Manrope', sans-serif; color:var(--ink); background:var(--paper);
  line-height:1.55; -webkit-font-smoothing:antialiased;
}
img, svg{ max-width:100%; display:block; }
a{ color:inherit; }
.container{ max-width:1120px; margin:0 auto; padding:0 28px; }
h1,h2,h3{ font-family:'Fraunces', serif; font-weight:600; line-height:1.15; }
:focus-visible{ outline:3px solid var(--saffron); outline-offset:3px; }

/* ---------- TOP CALL BAR ---------- */
.topbar{ background:var(--ink); color:#fff; text-align:center; padding:9px 0; font-size:12.5px; font-weight:700; letter-spacing:0.01em; }
.topbar a{ color:#fff; text-decoration:none; }
.topbar a:hover{ text-decoration:underline; }

/* ---------- NAV ---------- */
.nav{ display:flex; align-items:center; justify-content:space-between; padding:22px 0; }
.nav .word{ font-family:'Fraunces', serif; font-weight:600; font-size:21px; text-decoration:none; color:var(--ink); }
.nav .word span{ color:var(--saffron); }
.nav ul{ display:flex; gap:32px; list-style:none; }
.nav a.navlink{ text-decoration:none; font-size:14px; font-weight:600; color:var(--ink-soft); }
.nav a.navlink:hover, .nav a.navlink.active{ color:var(--ink); }
.nav .cta{
  background:var(--ink); color:#fff; padding:10px 18px; border-radius:10px; font-size:13.5px; font-weight:700; text-decoration:none;
}
@media (max-width:720px){ .nav ul{ display:none; } }

/* ---------- HERO ---------- */
.hero{ padding:56px 0 84px; }
.hero-grid{ display:grid; grid-template-columns: 1.1fr 0.9fr; gap:56px; align-items:center; }
@media (max-width:860px){ .hero-grid{ grid-template-columns:1fr; } }
.hero h1{ font-size:44px; max-width:16ch; letter-spacing:-0.01em; }
@media (max-width:520px){ .hero h1{ font-size:32px; } }
.hero p.lede{ font-size:17px; color:var(--ink-soft); margin-top:20px; max-width:46ch; line-height:1.6; }
.hero-ctas{ display:flex; gap:14px; margin-top:32px; flex-wrap:wrap; }
.btn-primary{
  background:var(--saffron); color:#1B2A4A; padding:14px 24px; border-radius:12px; font-weight:800; font-size:15px;
  text-decoration:none; display:inline-block; box-shadow:0 10px 24px -10px rgba(227,139,41,0.55);
}
.btn-ghost{
  padding:14px 24px; border-radius:12px; font-weight:700; font-size:15px; text-decoration:none;
  border:1.5px solid var(--line); color:var(--ink);
}

/* phone mockup */
.phone{
  background:var(--card); border-radius:28px; padding:18px; box-shadow:0 30px 60px -20px rgba(23,35,63,0.28);
  max-width:320px; margin:0 auto; border:1px solid rgba(23,35,63,0.06);
}
.phone-word{ font-family:'Fraunces', serif; font-weight:600; font-size:16px; margin-bottom:14px; }
.phone-word span{ color:var(--saffron); }
.phone-pill{
  display:inline-flex; align-items:center; gap:6px; font-family:'IBM Plex Mono'; font-size:10px; font-weight:700;
  background:var(--safe); color:#fff; padding:4px 9px; border-radius:14px; margin-bottom:14px;
}
.phone-pill .dot{ width:5px; height:5px; border-radius:50%; background:#fff; }
.phone-thread{ display:flex; gap:12px; margin-bottom:16px; }
.phone-rail{ position:relative; width:14px; flex-shrink:0; }
.phone-rail .line{ position:absolute; left:5px; top:4px; bottom:4px; width:2px; background:var(--line); }
.phone-rail .line-fill{ position:absolute; left:5px; top:4px; width:2px; height:55%; background:var(--safe); }
.phone-rail .node{ position:absolute; left:1px; width:11px; height:11px; border-radius:50%; background:#fff; border:2px solid var(--safe); }
.phone-stops{ flex:1; display:flex; flex-direction:column; justify-content:space-between; }
.phone-stop .n{ font-size:11.5px; font-weight:700; }
.phone-stop .t{ font-family:'IBM Plex Mono'; font-size:9px; color:var(--ink-faint); }
.phone-driver{
  display:flex; gap:10px; align-items:center; background:var(--paper); border-radius:14px; padding:11px;
}
.phone-driver .av{
  width:34px; height:34px; border-radius:10px; background:linear-gradient(135deg,#2C3B63,#17233F);
  display:flex; align-items:center; justify-content:center; color:#fff; font-family:'Fraunces'; font-size:13px; flex-shrink:0;
}
.phone-driver .nm{ font-weight:800; font-size:11.5px; }
.phone-driver .vf{ font-family:'IBM Plex Mono'; font-size:9.5px; color:var(--ink-soft); }
.phone-driver .ver{ font-size:8px; font-weight:700; background:var(--safe-soft); color:var(--safe); padding:2px 5px; border-radius:5px; margin-left:5px; }

/* ---------- SECTION SHARED ---------- */
section{ padding:64px 0; }
.section-head{ max-width:52ch; margin-bottom:40px; }
.section-head h2{ font-size:30px; }
.section-head p{ color:var(--ink-soft); font-size:15.5px; margin-top:10px; }
.page-header{ padding:48px 0 8px; }
.page-header h1{ font-size:36px; max-width:22ch; }
.page-header p{ color:var(--ink-soft); font-size:16px; margin-top:14px; max-width:56ch; }

/* teaser / learn more link */
.learn-more{ display:inline-flex; align-items:center; gap:6px; font-weight:800; font-size:14.5px; color:var(--ink); text-decoration:none; margin-top:18px; }
.learn-more:hover{ color:var(--saffron); }
.learn-more.on-dark{ color:#fff; }
.learn-more.on-dark:hover{ color:var(--saffron); }

/* ---------- PROBLEM & ILLUSTRATIONS ---------- */
.problem{ background:var(--card); }
.journey-illustration{ background:var(--paper); padding:36px 0 8px; }
.journey-illustration svg{ max-width:1100px; margin:0 auto; }
.sarathi-illustration{ background:var(--card); padding:20px 0 0; }
.sarathi-illustration svg{ max-width:340px; margin:0 auto; }
.conversation-illustration{ margin:36px auto 0; max-width:420px; }
.convo-row{ display:flex; align-items:flex-end; gap:14px; margin-bottom:14px; }
.convo-row.right{ flex-direction:row-reverse; }
.convo-av{ width:36px; height:36px; border-radius:50%; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-family:'IBM Plex Mono'; font-size:10px; font-weight:700; color:#fff; }
.convo-bubble{ background:var(--card); border-radius:16px; padding:12px 16px; font-size:13.5px; box-shadow:0 4px 14px -8px rgba(23,35,63,0.15); }
.convo-row.right .convo-bubble{ background:var(--ink); color:#fff; }
.convo-code{ font-family:'IBM Plex Mono'; font-weight:700; letter-spacing:0.3em; font-size:16px; }
.convo-label{ font-size:10.5px; color:var(--ink-faint); text-align:center; margin-bottom:16px; }
.problem-inner{ max-width:62ch; }
.problem h2{ font-size:28px; margin-bottom:18px; }
.problem p{ font-size:16px; color:var(--ink-soft); margin-bottom:16px; }

/* ---------- HOW IT WORKS (journey thread as structural device) ---------- */
.how-grid{ display:grid; grid-template-columns:1fr 1fr; gap:48px; }
@media (max-width:820px){ .how-grid{ grid-template-columns:1fr; } }
.how-col h3{ font-size:20px; margin-bottom:24px; }
.journey{ display:flex; gap:18px; }
.journey-rail{ position:relative; width:18px; flex-shrink:0; }
.journey-rail .line{ position:absolute; left:7px; top:6px; bottom:6px; width:2px; background:var(--line); }
.journey-rail .node{ position:absolute; left:2px; width:14px; height:14px; border-radius:50%; background:#fff; border:2px solid var(--saffron); }
.journey-steps{ flex:1; display:flex; flex-direction:column; gap:34px; }
.journey-step .st{ font-weight:800; font-size:15.5px; margin-bottom:4px; }
.journey-step .sd{ font-size:14px; color:var(--ink-soft); max-width:42ch; }

/* ---------- HONEST POSITIONING (Why it works) ---------- */
.honest{ background:var(--ink); color:#fff; }
.honest-grid{ display:grid; grid-template-columns:1.1fr 0.9fr; gap:48px; align-items:start; }
@media (max-width:820px){ .honest-grid{ grid-template-columns:1fr; } }
.honest h1, .honest h2{ color:#fff; }
.honest p.big{ font-size:16px; color:#C6CCDE; max-width:46ch; line-height:1.65; }
.honest-list{ display:flex; flex-direction:column; gap:22px; }
.honest-item .t{ font-weight:800; font-size:14.5px; color:#fff; margin-bottom:4px; }
.honest-item .d{ font-size:13.5px; color:#A9B2CC; max-width:40ch; }

/* ---------- SARATHI ---------- */
.sarathi-grid{ display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
@media (max-width:820px){ .sarathi-grid{ grid-template-columns:1fr; } }
.sarathi-card{
  background:var(--card); border-radius:20px; padding:28px; box-shadow:0 10px 26px -14px rgba(23,35,63,0.18);
}
.sarathi-card .k{ font-family:'IBM Plex Mono'; font-size:11px; color:var(--ink-faint); margin-bottom:6px; }
.sarathi-card .v{ font-family:'Fraunces'; font-size:26px; font-weight:600; margin-bottom:6px; }
.sarathi-card .s{ font-size:13.5px; color:var(--ink-soft); }

/* ---------- CONTACT ---------- */
.contact{ background:var(--card); text-align:center; }
.contact-inner{ max-width:56ch; margin:0 auto; }
.contact h2{ font-size:30px; margin-bottom:14px; }
.contact p{ color:var(--ink-soft); font-size:15.5px; margin-bottom:30px; }
.contact-ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.pilot-note{ margin-top:24px; font-size:12.5px; color:var(--ink-faint); }

/* ---------- FOOTER ---------- */
footer{ padding:32px 0; border-top:1px solid var(--line); }
footer .row{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
footer .word{ font-family:'Fraunces', serif; font-weight:600; font-size:15px; color:var(--ink-soft); }
footer .word span{ color:var(--saffron); }
footer p{ font-size:12.5px; color:var(--ink-faint); }
